@charset "utf-8";

@font-face {
  font-family: 'futura_md_btmedium';
  src: url('fonts/bitstream_-_futura_md_bt_medium-webfont.eot');
  src: url('fonts/bitstream_-_futura_md_bt_medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/bitstream_-_futura_md_bt_medium-webfont.woff2') format('woff2'),
  url('fonts/bitstream_-_futura_md_bt_medium-webfont.woff') format('woff'),
  url('fonts/bitstream_-_futura_md_bt_medium-webfont.ttf') format('truetype'),
  url('fonts/bitstream_-_futura_md_bt_medium-webfont.svg#futura_md_btmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura_lt_btlight';
  src: url('fonts/bitstream_-_futura_lt_bt_light-webfont.eot');
  src: url('fonts/bitstream_-_futura_lt_bt_light-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/bitstream_-_futura_lt_bt_light-webfont.woff2') format('woff2'),
  url('fonts/bitstream_-_futura_lt_bt_light-webfont.woff') format('woff'),
  url('fonts/bitstream_-_futura_lt_bt_light-webfont.ttf') format('truetype'),
  url('fonts/bitstream_-_futura_lt_bt_light-webfont.svg#futura_lt_btlight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tantrissans';
  src: url('fonts/tantrissans-regular-webfont.eot');
  src: url('fonts/tantrissans-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('fonts/tantrissans-regular-webfont.woff') format('woff'),
  url('fonts/tantrissans-regular-webfont.ttf') format('truetype'),
  url('fonts/tantrissans-regular-webfont.svg#tantrissans') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* GLOBAL STYLES */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #cacaca;
  font-size: 13px;
  font-family: 'futura_lt_btlight', sans-serif;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: 0;
}

.clear {
  clear: both;
  display: block;
  height: 0px;
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right !important;
}

input, select, textarea, button {
  font-family: 'futura_lt_btlight', sans-serif;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

/* HEADER */
header {
  height: 68px;
  background: rgba(0, 0, 0, 0.97);
  padding-left: 138px;
  padding-right: 22px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
}

header .logo {
  width: 85px;
  height: 85px;
  display: block;
  position: absolute;
  left: 35px;
  top: 0;
  z-index: 2;
}

header nav {
  float: left;
}

header nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header nav ul li {
  float: left;
}

header nav ul li a {
  line-height: 68px;
  display: block;
  color: #fff;
  font-family: 'futura_md_btmedium';
  padding: 0 16px;
  position: relative;
}

header nav ul li a i {
  height: 4px;
  opacity: 0;
  background: #d82d33;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  -ms-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

header nav ul li a.active i,
.hover header nav ul li a:hover i {
  opacity: 1;
}

header .facebook-btn {
  width: 20px;
  height: 68px;
  line-height: 68px;
  display: block;
  text-align: center;
  margin-left: 4px;
  float: right;
  position: relative;
}

header .facebook-btn img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -3px;
}

header .right-btn {
  height: 68px;
  line-height: 68px;
  display: block;
  color: #fff;
  font-family: 'futura_md_btmedium';
  padding: 0 8px;
  float: right;
  position: relative;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

header .right-btn i {
  height: 4px;
  opacity: 0;
  background: #d82d33;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  -ms-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

header .right-btn.active i,
.hover header .right-btn:hover i {
  opacity: 1;
}

header .right-btn.winebar-btn {
  padding: 0 14px;
}

header .right-btn.winebar-btn.active,
.hover header .right-btn.winebar-btn:hover {
  background: #fff;
  color: #000;
}

header .right-btn.school-btn {
  background: #fff;
  padding: 0 14px;
}

header .right-btn.school-btn img {
  display: block;
  height: 68px;
}

header .languages {
  width: 26px;
  height: 68px;
  background: #958c8d;
  text-align: center;
  padding-top: 18px;
  margin: 0 10px;
  float: right;
}

header .languages a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  text-transform: uppercase;
}

header .line {
  height: 4px;
  background: rgba(111, 111, 111, 0.59);
  position: absolute;
  left: 0;
  top: 68px;
  right: 0;
  z-index: 1;
}

header .line.white {
  background: rgba(255, 255, 255, 0.59);
}

.section-menu {
  height: 40px;
  background: #d7242a;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 4;
}

.section-menu.dark {
  background: rgba(0, 0, 0, 0.97);
}

.section-menu a {
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-family: 'futura_md_btmedium';
  text-transform: uppercase;
  padding: 0 18px;
  position: relative;
  -ms-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.section-menu a i {
  height: 4px;
  opacity: 0;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  z-index: 2;
}

.section-menu.dark a i {
  background: #e8e8e8;
}

.section-menu a.active,
.hover .section-menu a:hover {
  background: #343030;
}

.section-menu.dark a.active,
.hover .section-menu.dark a:hover {
  background: #e8e8e8;
  color: #000;
}

.section-menu a.active i,
.hover .section-menu a:hover i {
  opacity: 1;
}

.main-section-container {
  width: 100%;
  height: calc(100% - 64px);
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}

.main-section-container .main-section-container-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

/* CONTENT */
.section {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.section.food-section {
  background: url('../img/food_bg.jpg') repeat left top;
}

.subsection-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.subsection-container-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

.subsection {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  float: left;
}

.red-btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #d1262b;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  vertical-align: top;
  padding: 0 26px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover a.red-btn:hover {
  background: #000;
}

.gray-btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #d7d7d7;
  color: #232323;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  vertical-align: top;
  padding: 0 26px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover a.gray-btn:hover {
  background: #000;
  color: #fff;
}

.white-btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  padding: 0 26px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover a.white-btn:hover {
  background: #000;
  color: #fff;
}

.black-btn {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  vertical-align: top;
  padding: 0 26px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover a.black-btn:hover {
  background: #fff;
  color: #000;
}

.transparent-btn {
  height: 40px;
  line-height: 38px;
  display: inline-block;
  background: none;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  border: 1px solid #fff;
  vertical-align: top;
  padding: 0 26px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover a.transparent-btn:hover {
  background: #fff;
  color: #000;
}

.transparent-black-btn {
  height: 40px;
  line-height: 38px;
  display: inline-block;
  background: none;
  color: #000;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  vertical-align: top;
  border: 1px solid #000;
  padding: 0 26px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover a.transparent-black-btn:hover {
  background: #000;
  color: #fff;
}

.home-slider {
  height: 100%;
}

.home-slider.slick-slider .slick-list {
  height: 100%;
}

.home-slider.slick-slider .slick-track {
  height: 100%;
}

.home-slider .slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.home-slider .slide .red-line {
  height: 80px;
  line-height: 80px;
  background: rgba(215, 36, 42, 0.95);
  color: #000;
  font-size: 42px;
  font-family: 'tantrissans';
  padding-left: 26px;
  position: absolute;
  left: 0;
  bottom: 145px;
  right: 0;
  z-index: 2;
}

.home-slider .slide .red-line span {
  line-height: 80px;
  color: #d7242a;
  font-size: 64px;
  position: absolute;
  left: 20px;
  top: -62px;
  z-index: 2;
}

.home-slider .slide a.video-play {
  width: 115px;
  height: 115px;
  display: block;
  background: url('../img/sprite.png') no-repeat 0 -83px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -57px -57px;
}

.home-slider .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.home-slider .slick-dots button {
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin-bottom: 5px;
}

.home-slider .slick-dots .slick-active button {
  background: #d1262b;
}

.home-news {
  height: auto;
  background: #000;
  color: #cacaca;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.home-news .show-btn {
  width: 85px;
  height: 122px;
  display: block;
  background: #000;
  position: absolute;
  right: 40px;
  top: -122px;
  z-index: 2;
}

.home-news .show-btn span {
  width: 42px;
  height: 21px;
  display: block;
  background: url('../img/sprite.png') no-repeat 0 0;
  position: absolute;
  left: 21px;
  top: 14px;
}

.home-news .show-btn.up span {
  background-position: -44px 0;
}

.home-news h3 {
  font-size: 18px;
  font-family: 'tantrissans';
  text-align: center;
  margin: 0;
  padding: 20px 0 15px 0;
}

.home-news .news-item {
  width: 50%;
  line-height: 150%;
  font-size: 13px;
  padding: 0 30px;
  float: left;
}

.home-news .news-item.full {
  width: 100%;
}

.home-news .line {
  height: 50px;
  border-left: 1px dashed #3e3e3e;
  position: absolute;
  left: 50%;
  top: 62px;
}

.products-slider {
  width: 99.686%;
}

.slider-container {
  height: 100%;
}

.slider {
  height: 100%;
  position: relative;
  z-index: 3;
}

.slider.slick-slider .slick-prev {
  display: none !important;
}

.slider .slick-list, .slider-container .slick-list {
  height: 100%;
}

.slider .slick-track, .slider-container .slick-track {
  height: 100%;
}

.slider.event-slider-dots .slick-dots {
  bottom: 140px;
}

.slider.event-slider-dots.no-company-logo .slick-dots {
  bottom: 32px;
}

.slider .slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.slider .slide .left-image {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}


/* START Fix for images to start below section-menu */

.slider.team .slide .left-image {
  background-position: center 44px;
}

.slider.philosophy .slide {
  background-position: center 44px;
}

.slider.philosophy .text-cnt {
  top: -44px;
}

/* END Fix for images to start below section-menu */

.slider .slide .right-image {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.slider .slide .text-cnt {
  width: 50%;
  background: rgba(49, 44, 43, 0.88);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.slider .slide .text-cnt.text-cnt-white {
  background: rgba(255, 255, 255, 0.5);
}

.slider .slide .text-box {
  width: 70%;
  height: auto; /*70%;*/
  color: #fafafa;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*.slider .slide .text-box.mCS_no_scrollbar { height: auto; margin-top: 60px; }*/
.slider .slide .text-box .mCSB_container {
  padding-bottom: 15px;
}

.slider .slide .text-box.mCS_no_scrollbar .mCSB_container {
  padding-bottom: 0;
}

.slider .slide .text-cnt.text-cnt-white .text-box {
  color: #312c2b;
}

.slider .slide .text-box h3 {
  font-size: 42px;
  font-family: 'tantrissans';
  margin: 0 0 14px 0;
  padding: 0;
}

.slider .slide .text-box .position {
  font-size: 16px;
  margin-bottom: 30px;
}

.slider .slide .text-box p {
  line-height: 150%;
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
}

.slider .slide .text-box p a {
  color: #fff;
}

.slider .slide .text-box .phone {
  float: left;
}

.slider .slide .text-box .email {
  float: right;
}

.slider .slide .years-line {
  height: 40px;
  background: #343030;
  padding: 0 6%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}

.slider .slide .years-line .year-item {
  width: 11%;
  text-align: center;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.slider .slide .years-line .year-btn {
  height: 44px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-family: 'futura_md_btmedium';
  padding: 4px 20px 0 20px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.slider .slide .years-line .year-btn.active,
.hover .slider .slide .years-line .year-btn:hover {
  background: #d7242a;
}

.slider .slide .year-info {
  width: 11%;
  text-align: center;
  position: absolute;
  bottom: 40px;
  z-index: 1;
}

.slider .slide .year-info.y1 {
  top: 40%;
}

.slider .slide .year-info.y2 {
  top: 30%;
}

.slider .slide .year-info.y3 {
  top: 50%;
}

.slider .slide .year-info.y4 {
  top: 60%;
}

.slider .slide .year-info.y5 {
  top: 35%;
}

.slider .slide .year-info.y6 {
  top: 25%;
}

.slider .slide .year-info.y7 {
  top: 50%;
}

.slider .slide .year-info.y8 {
  top: 33%;
}

.slider .slide .year-info .title {
  display: block;
  background: #343030;
  color: #fff;
  font-family: 'futura_md_btmedium';
  padding: 16px 19px;
  position: relative;
  z-index: 2;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.slider .slide .year-info.active .title,
.hover .slider .slide .year-info .title:hover {
  background: #d7242a;
}

.slider .slide .year-info .info {
  position: relative;
}

.slider .slide .year-info .text {
  width: 100%;
  background: #e0e0e0;
  color: #2f2b2b;
  text-align: left;
  padding: 10px;
  position: absolute;
  z-index: 2;
}

.slider .slide .year-info .text img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.slider .slide .year-info .text p {
  line-height: 150%;
  margin: 0;
  padding: 0;
}

.slider .slide .year-info .text a {
  text-decoration: underline;
}

.slider .slide .year-info .text a:hover {
  text-decoration: none;
}

.slider .slide .year-info .text .mCSB_scrollTools {
  right: -6px;
}

.slider .slide .year-info .text .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

.slider .slide .year-info .text .mCSB_draggerRail {
  width: 4px;
  border-radius: 0;
}

.slider .slide .year-info .line {
  width: 1px;
  border-left: 1px dotted #7b7a79;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.slider .slide .y1 {
  left: 6%;
}

.slider .slide .y2 {
  left: 17%;
}

.slider .slide .y3 {
  left: 28%;
}

.slider .slide .y4 {
  left: 39%;
}

.slider .slide .y5 {
  left: 50%;
}

.slider .slide .y6 {
  left: 61%;
}

.slider .slide .y7 {
  left: 72%;
}

.slider .slide .y8 {
  left: 83%;
}

.slider .slick-dots {
  width: 50%;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 32px;
  z-index: 5;
}

.slider.full-slider .slick-dots {
  width: 100%;
  bottom: 80px;
}

.slider.winebar-slider .slick-dots {
  width: 12px;
  margin-top: 60px;
  left: auto;
  right: 20px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.slider .slick-dots li {
  display: inline-block;
}

.slider .slick-dots button {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #fff;
  border: 0;
  text-indent: -999999px;
  cursor: pointer;
  margin-left: 2px;
  margin-right: 2px;
}

.slider .slick-dots .slick-active button {
  background: #d1262b;
}

.slider .prev-btn, .custom-prev-btn {
  width: 62px;
  height: 85px;
  display: block;
  background: #312c2b;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  margin-top: -30px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.slider .prev-btn span, .custom-prev-btn span {
  width: 21px;
  height: 42px;
  display: block;
  background: url('../img/sprite.png') no-repeat 0 -25px;
  margin: 21px 14px 0 0;
  float: right;
}

.hover .slider .prev-btn:hover {
  background: #d1262b;
}

.slider.winebar-slider .prev-btn {
  display: none !important;
}

.slider .prev-btn.hidden {
  display: none !important;
}

.slider .next-btn, .custom-next-btn {
  width: 62px;
  height: 85px;
  display: block;
  background: #312c2b;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 3;
  margin-top: -30px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.slider .next-btn span, .custom-next-btn span {
  width: 21px;
  height: 42px;
  display: block;
  background: url('../img/sprite.png') no-repeat -23px -25px;
  margin: 21px 0 0 14px;
  float: left;
}

.hover .slider .next-btn:hover {
  background: #d1262b;
}

.slider.winebar-slider .next-btn {
  display: none !important;
}

.custom-prev-btn, .custom-next-btn {
  z-index: 4;
}

.slider-thumbs {
  width: 252px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 162px; /*right: 0;*/
  z-index: 3;
  margin-left: -126px;
}

.slider-thumbs .slick-list {
  padding-bottom: 2px;
}

.slider-thumbs .slider-thumb {
  display: inline-block;
  width: 116px;
  height: 78px;
  margin: 0 10px;
}

.slider-thumbs .slider-thumb img {
  width: 100%;
  display: block;
  border: 1px solid #fff;
}

.white-text-cnt {
  width: 50%;
  background: rgba(229, 229, 229, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.white-text-box {
  width: 70%;
  color: #000;
  text-align: center;
  margin-top: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.white-text-box .img {
  display: inline-block;
  margin-bottom: 60px;
}

.white-text-box .subtitle {
  font-size: 18px;
  margin-bottom: 18px;
}

.white-text-box .text {
  line-height: 150%;
  margin-bottom: 36px;
}

.white-text-box .facebook-btn {
  width: 40px;
  padding: 0;
  margin-left: 5px;
  position: relative;
}

.white-text-box .facebook-btn span {
  width: 7px;
  height: 15px;
  display: block;
  background: url('../img/sprite.png') no-repeat -71px -34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.hover .white-text-box .facebook-btn:hover span {
  background-position: -79px -34px;
}

.retro-image, .future-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.retro-image .img-mask {
  display: none;
  background: rgba(49, 44, 43, 0.58);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.future-image {
  opacity: 0.0;
}

.left-box {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  box-shadow: #000 0 0 26px 0;
  -moz-box-shadow: #000 0 0 26px 0;
  -webkit-box-shadow: #000 0 0 26px 0;
}

.left-box .slider .prev-btn {
  display: none !important;
}

.left-box .slider .next-btn {
  display: none !important;
}

.left-box .slider .slick-dots {
  bottom: 42px;
}

.left-box .galleries {
  height: 120px;
  background: rgba(49, 44, 43, 0.89);
  padding: 10px 54px 10px 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.left-box .galleries .close-btn {
  width: 44px;
  height: 29px;
  display: block;
  background: rgba(49, 44, 43, 0.89);
  position: absolute;
  left: 30px;
  top: -29px;
  z-index: 2;
}

.left-box .galleries .close-btn span {
  width: 21px;
  height: 11px;
  display: block;
  background: url('../img/sprite.png') no-repeat -48px -53px;
  margin: 9px 0 0 12px;
  float: left;
}

.left-box .galleries .close-btn.up span {
  background-position: -48px -40px;
  margin-top: 8px;
}

.left-box .galleries .trackbar {
}

.left-box .galleries .trackbar .item {
  text-align: center;
  margin-right: 8px;
  float: left;
}

.left-box .galleries .trackbar .item .img {
  display: block;
  position: relative;
}

.left-box .galleries .trackbar .item .img img {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}

.left-box .galleries .trackbar .item .img .img-mask {
  background: rgba(47, 43, 42, 0.76);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.left-box .galleries .trackbar .item.active .img .img-mask {
  display: none;
}

.left-box .galleries .trackbar .item .img .zoom-icon {
  width: 18px;
  height: 18px;
  display: block;
  background: url('../img/sprite.png') no-repeat -112px -19px;
  margin: -9px 0 0 -9px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
}

.left-box .galleries .trackbar .item.active .img .zoom-icon {
  display: none;
}

.left-box .galleries .trackbar .item a {
  color: #fff;
}

.left-box .galleries .next-btn {
  width: 11px;
  height: 21px;
  display: block;
  background: url('../img/sprite.png') no-repeat -145px 0;
  margin-top: -10px;
  position: absolute;
  right: -22px;
  top: 50%;
  z-index: 2;
}

.right-box {
  width: 50%;
  background: url('../img/food_bg.jpg') repeat left top;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.right-box.black-bg {
  background: rgba(50, 41, 41, 0.9);
  z-index: 4;
}

.right-box.white-bg {
  background-image: url('../img/food_white_bg.jpg');
}

.right-box .events-box {
  width: 70%;
  height: 70%;
  color: #fff;
  margin-top: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.right-box .events-box.mCS_no_scrollbar {
  height: auto;
  margin-top: 60px;
}

.right-box .events-box .mCSB_container {
  padding-bottom: 15px;
}

.right-box .events-box.mCS_no_scrollbar .mCSB_container {
  padding-bottom: 0;
}

.right-box .events-box .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.4);
}

.right-box .events-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.5);
}

.right-box.white-bg .events-box {
  color: #000;
}

.right-box .events-box h3 {
  font-size: 42px;
  font-family: 'tantrissans';
  text-align: center;
  margin: 0 0 17px 0;
  padding: 0;
}

.right-box .events-box .subtitle {
  font-size: 18px;
  text-align: center;
  margin: 0 0 44px 0;
}

.right-box .events-box .image {
  width: 38%;
  margin: 0 0 45px 0;
  float: left;
}

.right-box .events-box .image img {
  width: 100%;
  display: block;
  margin: 0 0 18px 0;
}

.right-box .events-box .image .name {
  margin-bottom: 5px;
  float: left;
}

.right-box .events-box .image .vcard {
  margin-bottom: 5px;
  color: #fff;
  float: right;
}

.right-box .events-box .image .vcard span {
  width: 14px;
  height: 9px;
  display: inline-block;
  background: url('../img/sprite.png') no-repeat -67px -23px;
  margin: 4px 5px 0 0;
  float: left;
}

.right-box.white-bg .events-box .image .vcard {
  color: #000;
}

.right-box.white-bg .events-box .image .vcard span {
  background-position: -71px -51px;
}

.right-box .events-box .image .second-person {
  border-top: 1px dotted #fff;
  padding-top: 10px;
  margin-top: 10px;
}

.right-box .events-box .image table {
  width: 100%;
}

.right-box .events-box .image table tr td {
  background: #232323;
  padding: 6px 10px;
}

.right-box .events-box .image table tr td.empty {
  width: 5px;
  height: 5px;
  background: none;
  padding: 0;
}

.right-box .events-box .quote {
  width: 58%;
  line-height: 150%;
  margin: 0 0 45px 0;
  padding-left: 25px;
  float: right;
  position: relative;
}

.right-box .events-box .quote .icon {
  width: 16px;
  height: 15px;
  display: block;
  background: url('../img/sprite.png') no-repeat -48px -23px;
  position: absolute;
  left: 0;
  top: 2px;
}

.right-box.white-bg .events-box .quote .icon {
  background-position: -137px -46px;
}

.right-box .events-box .text {
  width: 58%;
  line-height: 150%;
  margin: 0 0 45px 0;
  float: right;
  position: relative;
}

.right-box .events-box .contact-text {
  text-align: center;
  margin-bottom: 50px;
}

.right-box .events-box .contact-text strong {
  font-family: 'futura_md_btmedium';
  font-weight: normal;
}

.right-box .events-box .buttons {
  text-align: center;
}

.right-box .events-box .buttons .red-btn,
.right-box .events-box .buttons .black-btn,
.right-box .events-box .buttons .transparent-btn,
.right-box .events-box .buttons .transparent-black-btn {
  margin-bottom: 4px;
}

.right-box .workshops-slider {
  height: 100%;
}

.right-box .workshops-slider .slick-list, .right-box .workshops-slider .slick-track {
  height: 100%;
}

.right-box .workshops-slider .workshops-slide {
  position: relative;
}

.right-box .seminar-box {
  width: 70%;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.right-box .seminar-box.seminar-box-big {
  height: 70%;
  margin-top: 50px;
}

.right-box .seminar-box h3 {
  font-size: 42px;
  font-family: 'tantrissans';
  text-align: center;
  margin: 0 0 17px 0;
  padding: 0;
}

.right-box .seminar-box .subtitle {
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px 0;
}

.right-box .seminar-box .text {
  line-height: 150%;
  margin-bottom: 45px;
}

.right-box .seminars-box {
  width: 70%;
  height: 52%;
  color: #fff;
  padding-bottom: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.right-box .seminars-box.seminars-box-big {
  height: 70%;
  margin-top: 50px;
}

.right-box .seminars-box .seminars-cnt {
  height: 100%;
}

.right-box .seminars-box h3 {
  font-size: 42px;
  font-family: 'tantrissans';
  margin: 0 0 17px 0;
  padding: 0;
}

.right-box .seminars-box .close-btn {
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.right-box .seminars-box .close-btn span {
  width: 22px;
  height: 21px;
  display: block;
  background: url('../img/sprite.png') no-repeat -88px -23px;
  margin: 8px 0 0 8px;
  float: left;
}

.hover .right-box .seminars-box .close-btn:hover {
  background: #fff;
}

.hover .right-box .seminars-box .close-btn:hover span {
  background-position: -88px -45px;
}

.right-box .seminar-item {
  padding-bottom: 70px;
  position: relative;
}

.right-box .seminar-item .line {
  width: 70%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 15%;
  bottom: 33px;
  z-index: 1;
}

.right-box .seminar-item h4 {
  font-size: 19px;
  font-weight: normal;
  margin: 0 0 7px 0;
  padding: 0;
}

.right-box .seminar-item .subtitle {
  font-size: 14px;
  margin-bottom: 15px;
}

.right-box .seminar-item .text {
  line-height: 150%;
  margin-bottom: 15px;
}

.right-box .seminar-item .price {
  line-height: 40px;
  float: left;
}

.right-box .seminar-item .red-btn {
  float: right;
}

.right-box .seminar-item .transparent-btn {
  float: right;
}

.products-col {
  width: 33%;
  background: url('../img/footer_products.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.products-col .mask {
  background: rgba(215, 36, 42, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.products-col .box-cnt {
  width: 85%;
  height: 60%;
  color: #000;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.products-col .box-cnt.mCS_no_scrollbar {
  width: 80%;
}

.products-col .box-cnt .title {
  font-size: 42px;
  font-family: 'tantrissans';
  margin: 0 0 14px 0;
}

.products-col .box-cnt .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.products-col .box-cnt .product-slide .img {
  width: 106px;
  float: left;
}

.products-col .box-cnt .product-slide .info {
  width: 220px;
  text-align: left;
  float: right;
}

.products-col .box-cnt .product-slide .info .name {
  display: block;
  color: #000;
  font-size: 14px;
}

.products-col .box-cnt .product-slide .info p {
  font-size: 13px;
  margin: 10px 0;
}

.products-col .box-cnt .product-slide .info .price {
  font-size: 18px;
  float: left;
}

.products-col .box-cnt .product-slide .info .price-note {
  font-size: 11px;
  margin-top: 5px;
  float: right;
}

.products-col .box-cnt .product-slide .black-btn {
  display: block;
  margin-top: 35px;
}

.products-col .slick-dots {
  text-align: center;
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
}

.products-col .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}

.products-col .slick-dots button {
  width: 12px;
  height: 12px;
  display: block;
  background: #fff;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  margin-bottom: 5px;
}

.products-col .slick-dots .slick-active button {
  background: #000;
}

.contacts-col {
  width: 33%;
  background: url('../img/footer_contacts.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 33%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.contacts-col .mask {
  background: rgba(50, 41, 41, 0.85);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.contacts-col .text-box {
  width: 80%;
  height: 60%;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.contacts-col .text-box.mCS_no_scrollbar {
  width: 80%;
}

.contacts-col .text-box h3 {
  font-size: 42px;
  font-family: 'tantrissans';
  margin: 0 0 14px 0;
  padding: 0;
}

.contacts-col .text-box .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.contacts-col .text-box .subtitle a {
  color: #fff;
}

.contacts-col table {
  width: 100%;
  margin-bottom: 40px;
}

.contacts-col table tr td {
  text-align: left;
  vertical-align: top;
  padding: 5px 5px 5px 0;
}

.contacts-col table tr td.tinfo {
  padding: 5px 0 5px 20px;
}

.career-col {
  width: 34%;
  background: url('../img/footer_career.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 66%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.career-col .mask {
  background: rgba(50, 41, 41, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.career-col .text-box {
  width: 80%;
  height: 60%;
  min-height: 370px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.career-col .text-box.mCS_no_scrollbar {
  width: 80%;
}

.career-col .text-box h3 {
  font-size: 42px;
  font-family: 'tantrissans';
  margin: 0 0 14px 0;
  padding: 0;
}

.career-col .text-box .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.career-col .text {
  line-height: 150%;
  text-align: left;
  margin-bottom: 40px;
}

.company-line {
  height: 115px;
  background: #d7242a;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.company-line img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.footer-line-menu {
  height: 40px;
  background: #343030;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: -40px;
  right: 0;
  z-index: 3;
}

.footer-line-menu a {
  height: 44px;
  line-height: 40px;
  display: inline-block;
  color: #fff;
  font-family: 'futura_md_btmedium';
  padding: 4px 20px 0 20px;
  margin: 0 40px;
  position: relative;
  top: -4px;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.footer-line-menu a.active,
.hover .footer-line-menu a:hover {
  background: #d7242a;
}

.footer-line-menu .slick-prev {
  width: 30px;
  height: 40px;
  display: block;
  background: #343030;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

.footer-line-menu .slick-prev i {
  width: 11px;
  height: 21px;
  display: block;
  background: url('../img/sprite.png') no-repeat -132px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -6px;
}

.footer-line-menu .slick-next {
  width: 30px;
  height: 40px;
  display: block;
  background: #343030;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

.footer-line-menu .slick-next i {
  width: 11px;
  height: 21px;
  display: block;
  background: url('../img/sprite.png') no-repeat -145px 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -5px;
}

.menu-box {
  width: 50%;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 124px 100px 36px 100px;
  float: left;
}

.menu-box.winerbar-menu-box {
  background: url('../img/food_white_bg.jpg') repeat left top;
  color: #000;
}

.menu-box .menu-box-cnt {
  height: 100%;
}

.menu-box .title {
  font-size: 28px;
  font-family: 'tantrissans';
  margin: 0 0 10px 0;
  padding: 0;
}

.menu-box .cart {
  line-height: 150%;
  font-size: 14px;
  margin-top: 15px;
}

.menu-box .view-more {
  color: #d7242a;
  -ms-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hover .menu-box .view-more:hover {
  color: #fff;
}

.menu-box .red-btn {
  margin-top: 20px;
}

.menu-over-box {
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.menu-over-box.mleft {
  left: 0;
}

.menu-over-box.mright {
  right: 0;
}

.menu-over-box.mover {
  z-index: 5;
}

.menu-over-box.mshadow {
  box-shadow: #000 0 0 26px 0px;
  -moz-box-shadow: #000 0 0 26px 0px;
  -webkit-box-shadow: #000 0 0 26px 0px;
}

.menu-over-box .img-mask {
  background: rgba(50, 41, 41, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.menu-over-box .img-mask.dark {
  background: rgba(50, 41, 41, 0.9);
}

.menu-over-box .info {
  width: 60%;
  color: #fff;
  text-align: center;
  margin-top: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.menu-over-box .info h3 {
  font-size: 42px;
  font-family: 'tantrissans';
  margin: 0 0 10px 0;
  padding: 0;
}

.menu-over-box .info p {
  line-height: 150%;
  margin: 0 0 35px 0;
  padding: 0;
}

.menu-over-box .info .close-btn {
  width: 40px;
  display: none;
  padding: 0;
}

.menu-over-box .info .close-btn span {
  width: 22px;
  height: 21px;
  display: block;
  background: url('../img/sprite.png') no-repeat -88px -23px;
  margin: 10px 0 0 9px;
  float: left;
}

.menu-over-box .info .close-btn.white-btn span {
  background-position: -88px -45px;
}

.hover .menu-over-box .info .close-btn.white-btn:hover span {
  background-position: -88px -23px;
}

.events-box .slide {
  height: 100%;
}

.left-box .slider .slide {
  height: 100%;
}

.left-box .slider .slide a.zoom {
  display: none;
  width: 54px;
  height: 54px;
  background: url('../img/iconzoom.png') no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin: -27px 0 0 -27px;
}

/* POPUP */
.reservation-popup {
  height: 260px;
  background: #e0e0e0;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.reservation-popup .close-btn {
  width: 40px;
  height: 40px;
  background: #e0e0e0;
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 2;
}

.reservation-popup .close-btn span {
  width: 22px;
  height: 21px;
  display: block;
  background: url('../img/sprite.png') no-repeat -88px 0;
  margin: 10px 0 0 9px;
  float: left;
}

.reservation-popup .half-box {
  width: 50%;
  color: #312c2b;
  text-align: center;
  padding: 33px 100px 0 100px;
  float: left;
}

.reservation-popup form.half-box {
  padding-top: 80px;
}

.reservation-popup .half-box h3 {
  font-size: 42px;
  font-family: 'tantrissans';
  text-align: center;
  margin: 0 0 12px 0;
  padding: 0;
}

.reservation-popup .half-box p {
  line-height: 150%;
  text-align: center;
  margin: 0;
  padding: 0;
}

.reservation-popup .half-box .label {
  display: block;
  font-size: 14px;
  margin-bottom: 14px;
}

.reservation-popup .half-box .select {
  width: 27%;
  padding-right: 12px;
  margin-bottom: 12px;
  float: left;
}

.reservation-popup .half-box .select .select-cnt {
  height: 32px;
  background: url('../img/select_arrows.png') no-repeat right center;
  border: 1px solid #3b3b3b;
}

.reservation-popup .half-box .select .select-cnt select {
  width: 100%;
  height: 32px;
  background: none;
  color: #312c2b;
  font-size: 14px;
  font-weight: 300;
  padding-left: 10px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

.reservation-popup .half-box .field {
  width: 46%;
  margin-bottom: 12px;
  float: left;
  position: relative;
}

.reservation-popup .half-box .field input {
  width: 100%;
  height: 32px;
  line-height: 30px;
  background: none;
  font-size: 14px;
  border: 1px solid #3b3b3b;
  padding: 0 30px 0 10px;
}

.reservation-popup .half-box .field .icon-calendar {
  width: 17px;
  height: 17px;
  display: block;
  background: url('../img/sprite.png') no-repeat -112px 0;
  position: absolute;
  right: 7px;
  top: 50%;
  z-index: 2;
  margin-top: -9px;
}

.reservation-popup .half-box button {
  height: 40px;
  background: #d1262b;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  border: 0;
  padding: 0 20px;
  cursor: pointer;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover .reservation-popup .half-box button:hover {
  background: #000;
}

.event-popup {
  background: rgba(45, 39, 40, 0.91);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.event-popup .close-btn {
  width: 40px;
  height: 61px;
  display: block;
  text-align: center;
  padding-top: 29px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 4;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.event-popup .close-btn span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../img/sprite.png') no-repeat -88px -45px;
}

.event-popup .event-popup-cnt {
  width: 1040px;
  height: 560px;
  overflow: hidden;
  background: #ececec;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.event-popup .event-popup-cnt .error-msg {
  display: none;
  border: 1px solid #FFC5C5;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFF1F1;
  color: #8A1616;
}

.event-popup .arrow-cnt {
  width: 120px;
  height: 100%;
  background: #fbfbfb;
  float: left;
  position: relative;
  cursor: pointer;
}

.event-popup .arrow-cnt .arrow-btn {
  width: 21px;
  height: 42px;
  display: block;
  background: url('../img/sprite.png') no-repeat -113px -38px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.event-popup .form-cnt {
  width: 550px;
  height: 100%;
  color: #000;
  padding: 32px 30px 32px 40px;
  float: left;
  position: relative;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.event-popup .success-message {
  width: 550px;
  height: 100%;
  color: #000;
  padding: 32px 30px 32px 40px;
  float: left;
  position: relative;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  text-align: center;
}

.event-popup .form-cnt h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 22px 0;
  padding: 0;
}

.event-popup .form-cnt .fields-cnt {
  height: 395px;
}

.event-popup .form-cnt .fields-cnt .fields-container {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  position: relative;
}

.event-popup .form-cnt .fields-cnt .fields-container a.participant-remove {
  display: block;
  background: #B30004;
  color: #fff;
  position: absolute;
  right: 0;
  top: -11px;
  padding: 5px 10px;
}

.event-popup .form-cnt .field {
  margin-bottom: 12px;
}

.event-popup .form-cnt .field.left,
.event-popup .form-cnt .field.right {
  width: 230px;
}

.event-popup .form-cnt .field .label {
  display: block;
  color: #454545;
  font-size: 14px;
  margin-bottom: 6px;
}

.event-popup .form-cnt .field .input {
  position: relative;
}

.event-popup .form-cnt .field input {
  width: 100%;
  height: 42px;
  line-height: 40px;
  color: #454545;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 0 10px;
}

.event-popup .form-cnt .field input.error {
  border-color: #FFB7B7;
}

.event-popup .form-cnt .field textarea {
  width: 100%;
  height: 72px;
  color: #454545;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 10px;
  resize: none;
}

.event-popup .form-cnt .field .required {
  width: 21px;
  height: 20px;
  display: block;
  background: url('../img/sprite.png') no-repeat -133px -24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.event-popup .form-cnt .add-btn {
  height: 26px;
  line-height: 26px;
  display: block;
  background: #cdcdcd;
  color: #454545;
  font-size: 14px;
  margin-bottom: 16px;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.event-popup .form-cnt .add-btn span {
  width: 26px;
  height: 26px;
  line-height: 24px;
  display: block;
  background: #292425;
  color: #fff;
  font-size: 22px;
  font-family: 'tantrissans';
  text-align: center;
  margin-right: 15px;
  float: left;
}

.hover .event-popup .form-cnt .add-btn:hover {
  background: #292425;
  color: #fff;
}

.event-popup .form-cnt .checkbox-cnt {
}

.event-popup .form-cnt .checkbox-cnt .checkbox {
  width: 18px;
  height: 18px;
  display: block;
  background: #fff;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  float: left;
}

.event-popup .form-cnt .checkbox-cnt .checkbox input {
  display: none;
}

.event-popup .form-cnt .checkbox-cnt .checkbox.checked span {
  width: 12px;
  height: 12px;
  display: block;
  background: #e94031;
  margin: 2px 0 0 2px;
  float: left;
}

.event-popup .form-cnt .checkbox-cnt label {
  font-size: 12px;
  float: left;
  cursor: pointer;
}

.event-popup .form-cnt .checkbox-cnt label a {
  text-decoration: underline;
}

.hover .event-popup .form-cnt .checkbox-cnt label a:hover {
  text-decoration: none;
}

.event-popup .form-cnt button {
  width: 510px;
  height: 40px;
  background: #d1262b;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  text-align: left;
  border: 0;
  padding-left: 22px;
  margin-top: 18px;
  cursor: pointer;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover .event-popup .form-cnt button:hover {
  background: #000;
}

.event-popup .info-cnt {
  width: 370px;
  height: 100%;
  background: #dadada;
  color: #000;
  padding: 66px 20px 30px 30px;
  float: left;
  position: relative;
  z-index: 3;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.event-popup .info-cnt h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 14px 0;
  padding: 0;
}

.event-popup .info-cnt .date {
  font-size: 15px;
  text-align: center;
  margin-bottom: 14px;
}

.event-popup .info-cnt .free-places {
  height: 30px;
  line-height: 30px;
  background: #ededed;
  font-size: 15px;
  text-align: center;
  margin-bottom: 24px;
}

.event-popup .info-cnt .text {
  height: 244px;
  line-height: 150%;
  margin-bottom: 40px;
}

.event-popup .info-cnt .price {
  font-size: 20px;
  text-align: center;
}

.event-popup .info-cnt .price strong {
  font-family: 'futura_md_btmedium';
  font-weight: normal;
}

.products-popup {
  background: rgba(45, 39, 40, 0.91);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.products-popup .close-btn {
  width: 40px;
  height: 61px;
  display: block;
  text-align: center;
  padding-top: 29px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.products-popup .close-btn span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../img/sprite.png') no-repeat -88px -45px;
}

.products-popup .products-popup-cnt {
  width: 1040px;
  height: 615px;
  overflow: hidden;
  background: #fbfbfb;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.products-popup .products-popup-cnt .success-message {
  color: #333;
}

.products-popup .products-cnt {
  color: #000;
  padding: 35px;
}

.products-popup .products-cnt h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 25px 0;
  padding: 0;
}

.products-popup .products-cnt .item {
  width: 200px;
  display: block;
  text-align: center;
  margin: 0 55px 12px 0;
  float: left;
}

.products-popup .products-cnt .item.last {
  margin-right: 0;
}

.products-popup .products-cnt .item span {
  display: block;
  font-size: 16px;
  margin-top: 8px;
}

.products-popup .products-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #333;
}

.products-popup .back-btn {
  display: none;
  width: 120px;
  background: rgba(255, 255, 255, 0.92);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.products-popup .back-btn span {
  width: 21px;
  height: 42px;
  display: block;
  background: url('../img/sprite.png') no-repeat -113px -38px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.products-popup .product-detail {
  display: none;
  width: 920px;
  background: #ececec;
  color: #000;
  padding: 44px 44px 0 44px;
  position: absolute;
  left: 120px;
  top: 0;
  bottom: 0;
  z-index: 4;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.products-popup .product-detail .image {
  width: 180px;
  float: left;
}

.products-popup .product-detail .image img {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

.products-popup .product-detail .image a {
  font-size: 11px;
}

.products-popup .product-detail .info {
  width: 620px;
  float: right;
}

.products-popup .product-detail .info h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.products-popup .product-detail .info .subtitle {
  font-size: 13px;
  margin-bottom: 26px;
}

.products-popup .product-detail .info .text {
  max-height: 320px;
  font-size: 13px !important;
  margin-bottom: 10px;
}

.products-popup .product-detail .info .option {
  margin-top: 20px;
}

.products-popup .product-detail .info .option .label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.products-popup .product-detail .info .option .select {
  width: 620px;
  height: 40px;
  background: #fff;
  border: 1px solid #cdcdcd;
  position: relative;
  margin-bottom: 28px;
}

.products-popup .product-detail .info .option .select select {
  width: 100%;
  height: 40px;
  background: none;
  color: #686868;
  font-size: 14px;
  padding-left: 16px;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  position: relative;
  z-index: 2;
}

.products-popup .product-detail .info .option .select .arrow {
  width: 13px;
  height: 7px;
  display: block;
  background: url('../img/sprite.png') no-repeat 0 -69px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 1;
  margin-top: -3px;
}

.products-popup .product-detail .info .price {
  line-height: 40px;
  font-size: 18px;
  margin-right: 15px;
  float: left;
}

.products-popup .product-detail .info .price-note {
  line-height: 40px;
  font-size: 11px;
  float: left;
}

.products-popup .product-detail .info .buy-btn {
  width: 370px;
  height: 40px;
  line-height: 40px;
  background: #d1262b;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  padding: 0 15px;
  float: right;
  position: relative;
  right: -44px;
  -ms-transition: background 0.2s ease, color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}

.products-popup .product-detail .info .buy-btn.fixed {
  position: absolute;
  right: 0;
  bottom: 22px;
}

.hover .products-popup .product-detail .info .buy-btn:hover {
  background: #000;
}

.products-popup .basket-cnt {
  display: none;
  width: 800px;
  background: #ececec;
  color: #000;
  padding: 44px 44px 0 44px;
  position: absolute;
  left: 240px;
  top: 0;
  bottom: 0;
  z-index: 4;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

.products-popup .basket-cnt.full {
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  left: 0;
}

.products-popup .scroll-area {
  height: 460px;
}

.products-popup .basket-cnt .payment-message-box {
  display: none;
  border: 1px solid #FFC5C5;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #FFF1F1;
  color: #8A1616;
}

.products-popup .basket-cnt h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 25px 0;
  padding: 0;
}

.products-popup .basket-cnt .basket-products {
  width: 100%;
  margin-bottom: 12px;
}

.products-popup .basket-cnt .basket-products thead tr th {
  font-size: 11px;
  font-weight: normal;
}

.products-popup .basket-cnt .basket-products tbody tr td {
  color: #000;
  font-size: 11px;
  padding: 0 15px;
  vertical-align: top;
}

.products-popup .basket-cnt .basket-products tbody tr.empty td {
  height: 18px;
}

.products-popup .basket-cnt .basket-products tbody tr.line td {
  border-top: 1px solid #cdcdcd;
}

.products-popup .basket-cnt .basket-products tbody tr td.first {
  padding: 0;
}

.products-popup .basket-cnt .basket-products tbody tr td.price {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px dashed #979797;
  border-right: 1px dashed #979797;
}

.products-popup .basket-cnt .basket-products tbody tr td.total-price {
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
  border-left: 1px dashed #979797;
}

.products-popup .basket-cnt .basket-products tbody tr td.remove {
  text-align: center;
  border-left: 1px dashed #979797;
}

.products-popup .basket-cnt .basket-products tbody tr td.remove a {
  margin-top: 15px;
}

.products-popup .basket-cnt .basket-products tbody tr td.count {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
}

.products-popup .basket-cnt .basket-products tbody tr td strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 2px;
}

.products-popup .basket-cnt .basket-products tbody tr td input {
  width: 55px;
  height: 42px;
  color: #454545;
  font-size: 14px;
  text-align: center;
  border: 1px solid #cdcdcd;
}

.products-popup .basket-cnt .basket-separator {
  height: 24px;
  line-height: 24px;
  margin-bottom: 12px;
  position: relative;
}

.products-popup .basket-cnt .basket-separator i {
  height: 1px;
  background: #cdcdcd;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
  z-index: 1;
}

.products-popup .basket-cnt .basket-separator span {
  height: 24px;
  line-height: 24px;
  background: #ececec;
  font-size: 20px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.products-popup .basket-cnt .checkboxes, .products-popup .basket-cnt .radios {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 18px;
  margin-bottom: 24px;
}

.products-popup .basket-cnt .checkboxes.no-border-margin-padding, .products-popup .basket-cnt .radios.no-border-margin-padding {
  border: none;
  padding: 0;
  margin: 0;
}

.products-popup .basket-cnt .checkbox-cnt {
  margin-right: 20px;
  float: left;
}

.products-popup .basket-cnt .checkbox-cnt.right {
  margin-right: 0;
}

.products-popup .basket-cnt .checkbox-cnt.checkbox-field {
  width: 226px;
  margin-top: 36px;
}

.products-popup .basket-cnt .checkbox-cnt.checkbox-margin {
  margin-top: 20px;
  margin-bottom: 40px;
}

.products-popup .basket-cnt .checkbox-cnt .checkbox {
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  border: 1px solid #979797;
  margin-right: 5px;
  float: left;
  position: relative;
}

.products-popup .basket-cnt .checkbox-cnt .checkbox input {
  display: none;
}

.products-popup .basket-cnt .checkbox-cnt .checkbox span {
  width: 8px;
  height: 8px;
  display: none;
  background: #e94031;
  position: absolute;
  left: 2px;
  top: 2px;
}

.products-popup .basket-cnt .checkbox-cnt .checkbox.checked span {
  display: block;
}

.products-popup .basket-cnt .checkbox-cnt .label, .products-popup .basket-cnt .radio-cnt .label {
  line-height: 14px;
  color: #454545;
  font-size: 14px;
  float: left;
  cursor: pointer;
}

.products-popup .basket-cnt .checkbox-cnt .label a, .products-popup .basket-cnt .radio-cnt .label a {
  text-decoration: underline;
}

.products-popup .basket-cnt .basket-total {
  margin-bottom: 30px;
  float: right;
}

.products-popup .basket-cnt .basket-total tbody tr td {
  font-size: 16px;
  text-align: right;
  padding-bottom: 12px;
}

.products-popup .basket-cnt .basket-total tbody tr td.label {
  font-size: 11px;
  padding-right: 16px;
}

.products-popup .basket-cnt .basket-total tbody tr.total td {
  border-top: 1px solid #cdcdcd;
  padding-top: 12px;
  padding-bottom: 0;
}

.products-popup .basket-cnt .prev-step {
  width: 355px;
  float: left;
  position: relative;
  left: -44px;
}

.products-popup .basket-cnt .next-step {
  width: 355px;
  float: right;
  position: relative;
  right: -44px;
}

.products-popup .basket-cnt .field {
  width: 226px;
  margin-right: 16px;
  margin-bottom: 12px;
}

.products-popup .basket-cnt .field.full {
  width: 346px;
}

.products-popup .basket-cnt .field.right {
  margin-right: 0;
}

.products-popup .basket-cnt .field.field-middle {
  width: 468px;
}

.products-popup .basket-cnt .field.field-small {
  width: 106px;
}

.products-popup .basket-cnt .field .label {
  display: block;
  color: #454545;
  font-size: 14px;
  margin-bottom: 6px;
}

.products-popup .basket-cnt .field .input {
  position: relative;
}

.products-popup .basket-cnt .field input {
  width: 100%;
  height: 42px;
  line-height: 40px;
  color: #454545;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 0 10px;
}

.products-popup .basket-cnt .field select {
  width: 100%;
  height: 42px;
  line-height: 40px;
  background: #fff;
  color: #454545;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 0 10px;
}

.products-popup .basket-cnt .field input:disabled, .products-popup .basket-cnt .field select:disabled {
  background: rgb(235, 235, 228) !important;
}

.products-popup .basket-cnt .field input.error, .products-popup .basket-cnt .field select.error {
  border-color: #FFB7B7;
}

.products-popup .basket-cnt .field .required {
  width: 21px;
  height: 20px;
  display: block;
  background: url('../img/sprite.png') no-repeat -133px -24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.products-popup .basket-cnt .radio-cnt {
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.products-popup .basket-cnt .radio-cnt.right {
  margin-right: 0;
}

.products-popup .basket-cnt .radio-cnt .radio {
  width: 14px;
  height: 14px;
  display: block;
  background: #fff;
  border: 1px solid #979797;
  margin-right: 5px;
  float: left;
  position: relative;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.products-popup .basket-cnt .radio-cnt .radio input {
  display: none;
}

.products-popup .basket-cnt .radio-cnt .radio span {
  width: 8px;
  height: 8px;
  display: none;
  background: #908787;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.products-popup .basket-cnt .radio-cnt .radio.checked span {
  display: block;
}

.products-popup .basket-cnt .radio-cnt .label {
  line-height: 14px;
  color: #454545;
  font-size: 14px;
  float: left;
}

.products-popup .products-loading {
  width: 355px;
  line-height: 40px;
  display: none;
  font-size: 16px;
  text-align: right;
  float: left;
}

.products-popup .basket-cnt.full .products-loading {
  width: 595px;
}

.products-popup .basket-addresses-cnt {
  margin: 0 -10px;
}

.products-popup .basket-addresses-cnt .col-33 {
  width: 33.33%;
  text-align: center;
  padding: 0 10px;
  float: left;
}

.contacts-popup {
  background: rgba(45, 39, 40, 0.91);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.contacts-popup .close-btn {
  width: 40px;
  height: 61px;
  display: block;
  text-align: center;
  padding-top: 29px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 3;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.contacts-popup .close-btn span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../img/sprite.png') no-repeat -88px -45px;
}

.contacts-popup .contacts-popup-cnt {
  width: 550px;
  height: 540px;
  overflow: hidden;
  background: #ececec;
  color: #000;
  padding: 32px 30px 32px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.contacts-popup.bigger .contacts-popup-cnt {
  width: 1038px;
  height: 612px;
}

.contacts-popup h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 22px 0;
  padding: 0;
}

.contacts-popup .fields-cnt {
  height: 255px;
}

.contacts-popup .field {
  margin-bottom: 12px;
}

.contacts-popup .textarea {
  position: relative;
}

.contacts-popup .field.left,
.contacts-popup .field.right {
  width: 230px;
}

.contacts-popup .field .label {
  display: block;
  color: #454545;
  font-size: 14px;
  margin-bottom: 6px;
}

.contacts-popup .field .input {
  position: relative;
}

.contacts-popup .field input {
  width: 100%;
  height: 42px;
  line-height: 40px;
  color: #454545;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 0 10px;
}

.contacts-popup .field textarea {
  width: 100%;
  height: 72px;
  color: #454545;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 10px;
  resize: none;
}

.contacts-popup .field .required {
  width: 21px;
  height: 20px;
  display: block;
  background: url('../img/sprite.png') no-repeat -133px -24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.contacts-popup .field input.error, .contacts-popup .field textarea.error {
  border-color: #FFB7B7;
}

.contacts-popup button {
  width: 510px;
  height: 40px;
  background: #d1262b;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  text-align: left;
  border: 0;
  padding-left: 22px;
  margin-top: 18px;
  cursor: pointer;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover .contacts-popup button:hover {
  background: #000;
}

.contacts-popup h4 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 130px 0 22px 0;
  padding: 0;
}

.contacts-popup p {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.contacts-popup .checkbox-cnt  {
margin: 1em 0;
}


.contacts-popup .checkbox-cnt .checkbox {
  width: 18px;
  height: 18px;
  display: block;
  background: #fff;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  float: left;
}

.contacts-popup .checkbox-cnt.error .checkbox {
  border-color: #ff0000;
}

.contacts-popup .checkbox-cnt .checkbox input {
  display: none;
}

.contacts-popup .checkbox-cnt .checkbox.checked span {
  width: 12px;
  height: 12px;
  display: block;
  background: #e94031;
  margin: 2px 0 0 2px;
  float: left;
}

.contacts-popup .checkbox-cnt label {
  width: 440px;
  font-size: 12px;
  float: left;
  cursor: pointer;
}

.contacts-popup .checkbox-cnt.error label {
  color: #ff0000;
}


.contacts-popup .contact-map {
  height: 428px;
  margin-bottom: 29px;
}

.contacts-popup .contact-map-address input {
  width: 100%;
  height: 42px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  font-weight: 300;
  padding: 0 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.page-popup {
  background: rgba(45, 39, 40, 0.91);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.page-popup .close-btn {
  width: 40px;
  height: 61px;
  display: block;
  text-align: center;
  padding-top: 29px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 3;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.page-popup .close-btn span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../img/sprite.png') no-repeat -88px -45px;
}

.page-popup .page-popup-cnt {
  width: 1040px;
  height: 560px;
  overflow: hidden;
  background: #ececec;
  color: #000;
  padding: 32px 30px 32px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.page-popup .page-popup-cnt .text {
  height: 89%;
}

.page-popup h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 22px 0;
  padding: 0;
}

.page-popup em {
  display: block;
  font-size: 16px;
  font-style: normal;
  color: #333;
  margin-top: -18px;
  margin-bottom: 20px;
}

.page-popup .text {
  line-height: 150%;
  font-size: 14px;
}

.page-popup img.history-image {
  float: left;
  margin-right: 20px;
}

.newsletter-popup {
  background: rgba(45, 39, 40, 0.91);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.newsletter-popup .close-btn {
  width: 40px;
  height: 61px;
  display: block;
  text-align: center;
  padding-top: 29px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 3;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.newsletter-popup .close-btn span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../img/sprite.png') no-repeat -88px -45px;
}

.newsletter-popup .newsletter-popup-cnt {
  width: 550px; /*height: 320px;*/
  overflow: hidden;
  background: #ececec;
  color: #000;
  padding: 32px 30px 32px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.newsletter-popup h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 22px 0;
  padding: 0;
}

.newsletter-popup .fields-cnt {
  height: 155px;
  margin-top: 2em;
}

.newsletter-popup .field {
  margin-bottom: 12px;
}

.newsletter-popup .field.left,
.newsletter-popup .field.right {
  width: 230px;
}

.newsletter-popup .field .label {
  display: block;
  color: #454545;
  font-size: 14px;
  margin-bottom: 6px;
}

.newsletter-popup .field .input {
  position: relative;
}

.newsletter-popup .field input {
  width: 100%;
  height: 42px;
  line-height: 40px;
  color: #454545;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  padding: 0 10px;
}

.newsletter-popup .field input.error {
  border-color: #ff0000;
}

.newsletter-popup .field .required {
  width: 21px;
  height: 20px;
  display: block;
  background: url('../img/sprite.png') no-repeat -133px -24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.newsletter-popup button {
  width: 100%;
  height: 40px;
  background: #d1262b;
  color: #fff;
  font-size: 14px;
  font-family: 'futura_md_btmedium';
  text-align: left;
  border: 0;
  padding-left: 22px;
  margin-top: 18px;
  cursor: pointer;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.hover .newsletter-popup button:hover {
  background: #000;
}

.newsletter-popup h4 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 100px 0 22px 0;
  padding: 0;
}

.newsletter-popup p {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.newsletter-popup .text-note2 {
  font-size: 12px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.newsletter-popup .checkbox-cnt {
}

.newsletter-popup .checkbox-cnt .checkbox {
  width: 18px;
  height: 18px;
  display: block;
  background: #fff;
  border: 1px solid #cdcdcd;
  margin-right: 10px;
  float: left;
}

.newsletter-popup .checkbox-cnt.error .checkbox {
  border-color: #ff0000;
}

.newsletter-popup .checkbox-cnt .checkbox input {
  display: none;
}

.newsletter-popup .checkbox-cnt .checkbox.checked span {
  width: 12px;
  height: 12px;
  display: block;
  background: #e94031;
  margin: 2px 0 0 2px;
  float: left;
}

.newsletter-popup .checkbox-cnt label {
  width: 440px;
  font-size: 12px;
  float: left;
  cursor: pointer;
}

.newsletter-popup .checkbox-cnt.error label {
  color: #ff0000;
}

.pay-popup {
  background: rgba(45, 39, 40, 0.91);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.pay-popup .close-btn {
  width: 40px;
  height: 61px;
  display: block;
  text-align: center;
  padding-top: 29px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 3;
  -ms-transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.pay-popup .close-btn span {
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url('../img/sprite.png') no-repeat -88px -45px;
}

.pay-popup .pay-popup-cnt {
  width: 550px;
  overflow: hidden;
  background: #ececec;
  color: #000;
  padding: 32px 30px 32px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pay-popup h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 22px 0;
  padding: 0;
}

.pay-popup iframe {
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc;
}

.ui-notification {
  width: 80%;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ui-notification .preloader {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

.thankyou-container {
  width: 100%;
  height: 100%;
  background: url('../img/gallery.jpg') no-repeat;
  background-size: cover;
  position: relative;
}

.thankyou-container .overlay-background {
  position: absolute;
  background: rgba(39, 39, 39, 0.61);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.thankyou-container .message {
  height: 80px;
  line-height: 80px;
  background: rgba(215, 36, 42, 0.95);
  color: #000;
  text-align: center;
  font-size: 42px;
  font-family: 'tantrissans';
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  z-index: 2;
}

.thankyou-container .message span {
  line-height: 80px;
  color: #d7242a;
  font-size: 64px;
  position: absolute;
  left: 50%;
  top: -62px;
  z-index: 2;
  transform: translate(-50%, 0);
}

.thankyou-container .message a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  font-family: 'futura_md_btmedium';
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 40px;
  position: absolute;
  bottom: -84px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 20px;
}

.thankyou-container .message a:hover {
  background: #fff;
  color: #000;
}

.payment-info-message {
  font-size: 15px;
  padding: 10px;
  margin-bottom: 15px;
}

/* FOOTER */
footer {
  height: 40px;
  background: #312c2b;
  padding: 0 48px;
  position: fixed;
  left: 0;
  bottom: -40px;
  right: 0;
  z-index: 3;
}

footer .climate {
  float: left;
  padding-right: 40px;
  line-height: 50px;
}

footer .copy {
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  float: left;
}

footer .copy a {
  color: #fff;
  -ms-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hover footer .copy a:hover {
  color: #d1262b;
}

footer .links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}

footer .links li {
  float: left;
}

footer .links li a {
  line-height: 40px;
  display: block;
  color: #fff;
  font-size: 13px;
  padding: 0 20px;
  -ms-transition: color 0.2s ease;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.hover footer .links li a:hover {
  color: #d1262b;
}

@media screen and (max-width: 1121px) {

  header {
    padding-left: 110px;
    padding-right: 15px;
  }

  header .logo {
    left: 20px;
  }

  header nav ul li a {
    padding: 0 8px;
  }

  header .languages {
    margin: 0 5px;
  }

  header .right-btn.winebar-btn {
    padding: 0 8px;
  }

  .slider .prev-btn, .custom-prev-btn {
    width: 50px;
  }

  .slider .next-btn, .custom-next-btn {
    width: 50px;
  }

  .slider .slide .text-box {
    width: 80%;
  }

  footer {
    padding: 0 20px;
  }

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

  .home-news .show-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .home-news .show-btn.up span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .menu-over-box .info .close-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .slider .prev-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .slider .next-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .white-text-box .facebook-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .home-slider .slide a.video-play {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .right-box .events-box .image .vcard span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .right-box.white-bg .events-box .image .vcard span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .right-box .events-box .info .quote {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .right-box.white-bg .events-box .quote .icon {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .right-box .seminars-box .close-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .left-box .galleries .trackbar .item .img .zoom-icon {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .footer-line-menu .slick-prev i {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .footer-line-menu .slick-next i {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .reservation-popup .close-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .reservation-popup .half-box .field .icon-calendar {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .event-popup .close-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .event-popup .form-cnt .field .required {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .products-popup .back-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .products-popup .product-detail .info .option .select .arrow {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .contacts-popup .close-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .contacts-popup .field .required {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .page-popup .close-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .newsletter-popup .close-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .newsletter-popup .field .required {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

  .pay-popup .close-btn span {
    background-image: url('../img/sprite@2x.png');
    background-size: 200px 200px;
  }

}
