body {
  font-family: 'bebasneue', arial, sans-serif;
  background-color: #000;
  color: #fff;
}
.fullscreen-bg {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-title {
  font-size: 30px;
  color: #fff;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 48px;
    color: #fff;
  }
}
button {
  background-color: transparent;
  outline: none;
}
.button,
.button:visited {
  display: inline-block;
  padding: 7px 15px;
  border: 2px solid #EA1384;
  font-size: 24px;
  font-family: 'bebasneue', arial, sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  color: #fff;
  /*text-decoration: none; background-color: @primary;*/
}
.button:before {
  content: '';
  position: absolute;
  border: #EA1384 solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.button:hover:before,
.button:focus:before,
.button:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border-width: 2px;
}
#fade-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  z-index: 1000;
  background-color: #000;
}
.no-js #fade-overlay {
  display: none !important;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.en .loading-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMcAAAC2CAYAAABte5miAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA2MUM5QUIyRjRFQjExRTQ4MTBDQjdENzVBRjY0NDMwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA2MUM5QUIzRjRFQjExRTQ4MTBDQjdENzVBRjY0NDMwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDYxQzlBQjBGNEVCMTFFNDgxMENCN0Q3NUFGNjQ0MzAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDYxQzlBQjFGNEVCMTFFNDgxMENCN0Q3NUFGNjQ0MzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4BdgjmAAAQaklEQVR42uxd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');
}
.fr .loading-icon {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMcAAAC2CAYAAABte5miAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzQTdDMDZFRjRFRTExRTRBQjNGRkU1QjI2M0UzRkZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzQTdDMDZGRjRFRTExRTRBQjNGRkU1QjI2M0UzRkZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTNBN0MwNkNGNEVFMTFFNEFCM0ZGRTVCMjYzRTNGRkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTNBN0MwNkRGNEVFMTFFNEFCM0ZGRTVCMjYzRTNGRkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz647QuOAAAP9klEQVR42uxd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');
}
.loading-icon {
  height: 92px;
  width: 100px;
  background-size: 100px 92px;
  background-repeat: no-repeat;
  margin: 0 auto;
  -webkit-animation: pulsate 1.5s infinite;
          animation: pulsate 1.5s infinite;
  -webkit-animation-iteration-count: 1.5 infinite;
          animation-iteration-count: 1.5 infinite;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.96, 0.96);
            transform: scale(0.96, 0.96);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1.04, 1.04);
            transform: scale(1.04, 1.04);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(0.96, 0.96);
            transform: scale(0.96, 0.96);
    opacity: 0.4;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.96, 0.96);
            transform: scale(0.96, 0.96);
    opacity: 0.4;
  }
  50% {
    -webkit-transform: scale(1.04, 1.04);
            transform: scale(1.04, 1.04);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale(0.96, 0.96);
            transform: scale(0.96, 0.96);
    opacity: 0.4;
  }
}
.no-margin {
  margin: 0;
}
.no-pad {
  padding: 0;
}
.pad-horizontal-5 {
  padding: 0 5px;
}
.clear-left {
  clear: left;
}
.center-v {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.center-h {
  text-align: center;
}
.full-height {
  height: 100%;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 992px) {
  .desktop-only {
    display: none;
  }
}
.bordered-header {
  display: block;
  padding: 0;
  background: none;
  position: relative;
  text-align: center;
}
.bordered-header:before,
.bordered-header:after {
  content: "";
  position: absolute;
  width: 20%;
  top: 37%;
  height: 12px;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}
.bordered-header:before {
  right: 0;
  margin: 0;
  width: 100%;
}
.bordered-header:after {
  left: 100%;
  content: normal;
}
.bordered-header span {
  position: relative;
  background-color: #000;
  padding: 0 15px;
}
.bordered-header a {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 992px) {
  .bordered-header:before,
  .bordered-header:after {
    top: 35%;
  }
}
.covered-image-link {
  position: relative;
  display: block;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.covered-image-link:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url('/css/img/img-cover-20.png');
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  opacity: 1;
}
.covered-image-link:hover:after {
  opacity: 0;
}
.carousel-indicators {
  width: 100%;
  right: 10px;
  bottom: 5px;
  left: inherit;
  margin: 0 10px 0 0;
  text-align: right;
}
.carousel-indicators li {
  border: 0;
  background-color: #fff;
  margin: 1px 5px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.carousel-indicators li:hover {
  background-color: #AFAFAF;
}
.carousel-indicators .active {
  background-color: #EA1384;
  width: 10px;
  height: 10px;
  margin: 1px 5px;
}
@media (min-width: 992px) {
  .carousel-indicators.vertical {
    width: 15px;
    right: 10px;
    bottom: 5px;
    margin: 0 10px 0 0;
    left: initial;
  }
}
.carousel-fade .carousel-inner > .item {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #000;
}
.modal-content {
  height: 100%;
  border-radius: 0;
  background-color: #000;
  border: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.in .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal {
  padding-right: 0 !important;
  overflow: hidden;
}
.modal-open .modal {
  overflow: hidden;
}
.carrer-modal-bg {
  background: url(/Css/img/Bartender.jpeg) center / cover;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.carrer-modal-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
}
.carrer-modal-dialog,
.carrer-modal-dialog .modal-content {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mobile-nav-toggle {
  z-index: 800;
  position: fixed;
  top: 0;
  right: 0;
  width: 75px;
  height: 60px;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.mobile-nav-toggle .navbar-toggle {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.mobile-nav-toggle .bars {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mobile-nav-toggle .bars:before,
.mobile-nav-toggle .bars:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mobile-nav-toggle .bars:before {
  top: -8px;
}
.mobile-nav-toggle .bars:after {
  bottom: -8px;
}
.mobile-nav-toggle.active .bars {
  background-color: transparent;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.mobile-nav-toggle.active .bars:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobile-nav-toggle.active .bars:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .mobile-nav-toggle .navbar-toggle {
    display: none;
  }
}
.mobile-nav-overlay {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
}
.mobile-nav-overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  font-size: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mobile-nav-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  height: 100%;
  position: relative;
}
.mobile-nav-overlay li {
  display: block;
}
.mobile-nav-overlay li a {
  color: #fff;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}
.mobile-nav-overlay li.active a,
.mobile-nav-overlay li a:hover,
.mobile-nav-overlay li a:focus,
.mobile-nav-overlay li.lang a.active {
  border-bottom: 3px solid #EA1384;
  text-decoration: none;
}
.mobile-nav-overlay li.lang {
  font-family: 'ralewayheavy', 'helvetica neue', 'helvetica', arial, sans-serif;
  font-size: 20px;
  padding-top: 30px;
}
.mobile-nav-overlay li.lang a {
  color: #666666;
}
@media (min-width: 768px) {
  .mobile-nav-overlay nav {
    font-size: 48px;
  }
  .mobile-nav-overlay li.lang {
    font-size: 26px;
  }
}
@media screen and (max-height: 30.5em) {
  .mobile-nav-overlay nav {
    font-size: 34px;
  }
  .mobile-nav-overlay ul li {
    min-height: 34px;
  }
}
/* Effects */
.mobile-nav-overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.mobile-nav-overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.mobile-nav-overlay nav {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.mobile-nav-overlay nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
          transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.mobile-nav-overlay.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.mobile-nav-overlay.closing nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
          transform: translateY(25%) rotateX(-35deg);
}
.desktop-nav nav {
  height: 75px;
  border-top: 4px solid #EA1384;
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
@media (min-width: 992px) {
  body.sticky-nav {
    padding-top: 75px;
  }
}
.desktop-nav nav.sticky {
  position: fixed;
  border-bottom: 4px solid #EA1384;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #000;
  border-top: 0;
}
.desktop-nav ul {
  list-style-type: none;
  text-align: center;
}
.desktop-nav li {
  display: inline-block;
  padding: 17px 23px 10px;
  margin: 3px 0;
}
.desktop-nav li a {
  font-size: 22px;
  color: #FFF;
  letter-spacing: 0.05em;
  border-bottom: 3px solid transparent;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}
.desktop-nav li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #EA1384;
}
.desktop-nav li a:active,
.desktop-nav li a:visited,
.desktop-nav li a:focus {
  text-decoration: none;
}
.desktop-nav .lang a {
  color: #AFAFAF;
}
body[data-active-waypoint="home-section"] a.nav-home-section {
  border-bottom: 3px solid #EA1384;
}
body[data-active-waypoint="news-section"] a.nav-news-section {
  border-bottom: 3px solid #EA1384;
}
body[data-active-waypoint="about-section"] a.nav-about-section {
  border-bottom: 3px solid #EA1384;
}
body[data-active-waypoint="menu-section"] a.nav-menu-section {
  border-bottom: 3px solid #EA1384;
}
body[data-active-waypoint="images-section"] a.nav-images-section {
  border-bottom: 3px solid #EA1384;
}
body[data-active-waypoint="career-section"] a.nav-career-section {
  border-bottom: 3px solid #EA1384;
}
body[data-active-waypoint="contact-section"] a.nav-contact-section {
  border-bottom: 3px solid #EA1384;
}
.intro-splash {
  background-image: url('/Css/img/slider/inside.jpg');
}
.intro-splash:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.intro-splash .logo {
  position: relative;
  width: 258px;
  height: 120px;
  top: 20%;
  margin: 0 auto;
  /*background-image: url('img/logo.png'); background-size:100% 100%;*/
}
.intro-splash .logo h1 {
  display: none;
}
.intro-splash video {
  display: none;
}
.intro-splash .delivery-service {
  display: inline-block;
  margin: 0 5px;
  width: 50px;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.intro-splash .delivery-service:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.intro-splash .delivery-service img {
  width: 100%;
}
@media (min-width: 768px) {
  .intro-splash .logo {
    width: 450px;
    height: 242px;
  }
  .intro-splash .delivery-service {
    width: 75px;
  }
}
@media (min-width: 992px) {
  .intro-splash video {
    display: block;
  }
}
.intro-footer {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.07em;
  line-height: 28px;
  color: #FFF;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.intro-footer .social a {
  display: inline-block;
  margin-right: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.intro-footer .social a:last-child {
  margin-right: 0;
}
.intro-footer .social {
  display: inline-block;
  padding-top: 2px;
}
.intro-footer .fb {
  width: 10px;
  height: 22px;
  background-image: url('img/fb.png');
  background-size: 10px 22px;
}
.intro-footer .fb:hover {
  background-image: url('img/fb-hover.png');
}
.intro-footer .twitter {
  width: 23px;
  height: 19px;
  background-image: url('img/twitter.png');
  background-size: 23px 19px;
}
.intro-footer .twitter:hover {
  background-image: url('img/twitter-hover.png');
}
.intro-footer .instagram {
  width: 21px;
  height: 21px;
  background-image: url('img/instagram.png');
  background-size: 21px 21px;
}
.intro-footer .instagram:hover {
  background-image: url('img/instagram-hover.png');
}
@media (min-width: 768px) {
  .intro-footer .phone {
    display: inline-block;
    margin-right: 10px;
  }
}
.intro-footer .scroll a {
  display: block;
  margin: 15px auto 0;
  width: 45px;
  height: 22px;
  background: transparent url('img/scroll-arrow.png') no-repeat 0 0;
  background-size: 45px 19px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.intro-footer .scroll a:hover {
  background-position: 0 3px;
}
.news-section img {
  width: 100%;
}
.news-section video {
  width: 100%;
}
.news-section .instagram-thumb {
  display: block;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.modal-news-item {
  margin: 70px 10px 0;
}
.modal-news-item.centered {
  text-align: center;
}
.modal-news-item .image img {
  max-width: 100%;
}
.modal-news-item h3 {
  font-size: 30px;
  color: #A0A0A0;
  text-transform: uppercase;
}
.modal-news-item .content {
  padding-bottom: 80px;
  font-size: 14px;
  font-family: 'ralewaysemibold', 'helvetica neue', 'helvetica', arial, sans-serif;
}
.modal-news-item a {
  color: #EA1384;
  text-decoration: none;
}
.modal-news-item a:hover {
  text-decoration: underline;
}
.open-table .main-img {
  position: absolute;
  top: 0;
  z-index: 9;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.open-table .hover-img {
  position: absolute;
  top: 0;
  z-index: 8;
}
.open-table:hover .main-img {
  opacity: 0;
}
.open-table-wrapper {
  overflow: auto;
}
.open-table-modal .open-table-title {
  text-align: center;
  margin-top: 75px;
  margin-bottom: 25px;
}
.open-table-modal .open-table-widget {
  text-align: center;
  width: 242px;
  margin: 0 auto;
}
.open-table-widget iframe {
  height: 400px;
  border: 0;
}
.open-table {
  background: #EA1384;
  position: fixed;
  top: 10px;
  right: 10px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-left: -64px;
  background: url(/Css/img/open-table-en-cropped-hover.png) center / cover no-repeat;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: background 0.3s 0s, top 0.3s 0s, -webkit-box-shadow 0.3s 0s;
  transition: background 0.3s 0s, top 0.3s 0s, -webkit-box-shadow 0.3s 0s;
  transition: background 0.3s 0s, box-shadow 0.3s 0s, top 0.3s 0s;
  transition: background 0.3s 0s, box-shadow 0.3s 0s, top 0.3s 0s, -webkit-box-shadow 0.3s 0s;
  z-index: 900;
  -webkit-box-shadow: 0 0 0 0 #EA1384;
          box-shadow: 0 0 0 0 #EA1384;
  color: #fff;
}
.open-table:focus,
.open-table:hover {
  color: #EA1384;
  background: url(/Css/img/open-table-en-cropped.png) center / cover no-repeat #181818;
  -webkit-animation-play-state: initial;
          animation-play-state: initial;
  -webkit-box-shadow: 0 0 0 0 #181818;
          box-shadow: 0 0 0 0 #181818;
  outline: none;
}
.sticky-nav .open-table {
  top: 4px;
}
@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
            box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@media (min-width: 992px) {
  .open-table span {
    position: absolute;
    top: 50%;
    right: 100%;
    background: #181818;
    padding: 5px;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 15px;
    font-size: 20px;
  }
  .open-table span:after {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #181818;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
  }
}
@media (max-width: 992px) {
  .open-table {
    height: auto;
    top: auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    right: 0;
    text-align: center;
    -webkit-animation: none;
            animation: none;
    background: #EA1384;
    padding: 10px 0;
  }
  .open-table:hover {
    background: #181818;
  }
  .open-table span {
    font-size: 20px;
  }
}
.news-event a {
  overflow: hidden;
}
.news-event a img {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.news-event a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.animatic-caption {
  position: absolute;
  z-index: 40;
}
.animatic-cover {
  position: absolute;
  z-index: 35;
}
.animatic-video {
  position: absolute;
  z-index: 30;
}
.animatic-cover img {
  opacity: 1.0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.video-hovered .animatic-cover img {
  opacity: 0;
}
@media (min-width: 992px) {
  .modal-news-item {
    max-width: 700px;
    margin: 80px auto 0;
  }
}
@media (min-width: 992px) {
  .modal-news-item h3 {
    font-size: 48px;
  }
  .modal-news-item {
    max-width: 800px;
    margin: 80px auto 0;
  }
}
.about-visual img {
  width: 100%;
}
@media (max-width: 992px) {
  .carousel-about div.item {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .about-section .row {
    display: table;
  }
  .about-section .same-height-col {
    display: table-cell;
    float: none;
    vertical-align: top;
    overflow-x: hidden;
  }
  .about-section .about-visual img {
    position: absolute;
    right: 0;
    height: 100%;
    min-width: 100%;
    width: auto;
  }
  #carousel-about {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #carousel-about .carousel-inner {
    height: 100%;
  }
  #carousel-about .carousel-inner > .item {
    background-size: cover;
    background-position-x: right;
    height: 100%;
  }
  .carousel-about div.item {
    background-image: none;
  }
  .carousel-about div.item img {
    display: none;
  }
}
.about-content-wrapper {
  padding: 30px 45px;
}
.about-title {
  padding-bottom: 25px;
  font-size: 32px;
  color: #EA1384;
  font-family: 'komikaaxis', arial, sans-serif;
}
.about-content p {
  padding-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-family: 'ralewaybold', 'helvetica neue', 'helvetica', arial, sans-serif;
}
.polaroid {
  background: #fff;
  padding: 10px 10px 50px;
  max-width: 500px;
  margin: 10px auto 0;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
.menu-tiles .menu-tile {
  width: 100%;
  height: 250px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-tiles .border {
  margin: 0 5px 14px 5px;
}
@media (min-width: 768px) {
  height: 316px;
}
.menu-tiles .menu-bar {
  background-image: url("/css/img/menu/menu-bar.jpg");
}
.menu-tiles .menu-burgers {
  background-image: url("/css/img/menu/menu-burgers.jpg");
}
.menu-tiles .menu-salads {
  background-image: url("/css/img/menu/menu-salads.jpg");
}
.menu-tiles .menu-breakfasts {
  background-image: url("/css/img/menu/menu-breakfasts.jpg");
}
.menu-tiles .menu-starters {
  background-image: url("/css/img/menu/menu-starters.jpg");
}
.menu-tiles .menu-specialties {
  background-image: url("/css/img/menu/menu-specialties.jpg");
}
.menu-tiles .menu-pasta {
  background-image: url("/css/img/menu/menu-pasta.jpg");
}
.menu-tiles .menu-desserts {
  background-image: url("/css/img/menu/menu-desserts.jpg");
}
.menu-tiles.en .menu-filler {
  background-image: url("/css/img/menu/menu-filler-en.jpg");
}
.menu-tiles.fr .menu-filler {
  background-image: url("/css/img/menu/menu-filler-fr.jpg");
}
.menu-section-bg {
  border-right: 4px solid #EA1384;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
}
.menu-section-name {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
.menu-content {
  background-color: #E7E5E1;
  padding-top: 55px;
  color: #000;
}
.menu-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
.menu-content p {
  margin: 0;
  padding: 0;
  line-height: 18px;
  letter-spacing: 0.03em;
}
.menu-content p + p {
  margin: 10px 0 0;
}
.menu-content .category-header {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin: 20px 0;
  padding: 5px 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  font-family: 'ralewayheavy', 'helvetica neue', 'helvetica', arial, sans-serif;
}
.menu-content .menu-comment {
  margin-bottom: 25px;
  padding-bottom: 22px;
  border-bottom: 4px dotted #000;
  text-align: center;
}
.menu-item {
  margin-bottom: 10px;
  padding-bottom: 15px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #919191), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #919191 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.menu-item .new-item {
  font-family: 'komikaaxis', arial, sans-serif;
  color: #EA1384;
  padding-left: 10px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -3px;
}
.menu-item .item-title {
  font-size: 32px;
  line-height: 28px;
  padding-bottom: 5px;
}
.menu-item .item-description {
  color: #919191;
  font-size: 16px;
}
.menu-item .item-price {
  color: #383838;
  font-family: 'ralewayregular', 'helvetica neue', 'helvetica', arial, sans-serif;
  font-size: 16px;
}
.continue-to-links-header {
  margin-bottom: 10px;
}
.bordered-header .menu-continue-header {
  background-color: #E7E5E1;
  font-size: 22px;
  font-family: 'ralewayheavy', 'helvetica neue', 'helvetica', arial, sans-serif;
  text-transform: uppercase;
  color: #EA1384;
}
a.continue-section-link {
  font-family: 'ralewaysemibold', 'helvetica neue', 'helvetica', arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-size: 15px;
}
a.continue-section-link:hover,
a.continue-section-link.current {
  text-decoration: underline;
}
.menu-btm-spacer {
  height: 30px;
}
.career-section .fullscreen-bg {
  background-image: url("/css/img/career/career.jpg");
}
.career-content {
  margin: 0 auto;
  padding: 0 45px;
}
.career-content h3 {
  font-size: 32px;
}
.career-content p {
  font-size: 18px;
  line-height: 22px;
}
.career-content .action {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .career-content h3 {
    font-size: 48px;
  }
  .career-content p {
    font-size: 24px;
    line-height: 28px;
  }
  .career-content {
    max-width: 575px;
  }
}
.career-form-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 75px 30px 30px 30px;
}
.career-form h2 {
  font-size: 48px;
  color: #EA1384;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .career-form h2 {
    font-size: 70px;
  }
}
.career-form .single-line-group {
  margin-top: 30px;
  margin-bottom: 19px;
}
.career-form .form-group label {
  font-family: 'ralewaybold', 'helvetica neue', 'helvetica', arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
.career-form .form-group label.inline-label {
  padding-right: 25px;
}
.career-form .form-group input[type="text"],
.career-form .form-group textarea {
  border-radius: 0;
  resize: none;
}
.career-form .form-group .radio-inline.padded,
.career-form .form-group .checkbox-inline.padded {
  padding-right: 10px;
}
.career-form .form-group label.radio-inline,
.career-form .form-group label.checkbox-inline {
  text-transform: none;
}
.career-form .block-label {
  display: block;
}
.career-form .form-control:focus {
  border-color: #EA1384;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 19, 132, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(234, 19, 132, 0.6);
}
.career-form .form-instructions {
  font-family: 'ralewayregular', 'helvetica neue', 'helvetica', arial, sans-serif;
  text-transform: none;
  font-size: 13px;
  margin-bottom: 5px;
}
.career-form .availability-grid {
  font-family: 'ralewaybold', 'helvetica neue', 'helvetica', arial, sans-serif;
}
.career-form .availability-grid td,
.career-form .availability-grid th {
  text-align: center;
  width: 50px;
}
.career-form .availability-grid td.left-aligned,
.career-form .availability-grid th.left-aligned {
  text-align: left;
}
.career-form input[type="file"] {
  font-family: 'ralewaybold', 'helvetica neue', 'helvetica', arial, sans-serif;
}
.career-form input[type="text"],
.career-form textarea {
  font-family: 'ralewaybold', 'helvetica neue', 'helvetica', arial, sans-serif;
  font-size: 20px;
}
.career-form .actions {
  margin-top: 30px;
}
.career-form .actions .button {
  min-width: 120px;
}
.career-form .errors {
  color: #EA1384;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  line-height: 28px;
}
.contact-info {
  text-align: center;
  padding: 40px 20px;
}
.contact-section .map-canvas {
  width: 100%;
  height: 300px;
}
.contact-section .map-link {
  display: block;
  height: 100%;
  width: 100%;
}
.contact-section address {
  line-height: 30px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .contact-section address {
    font-size: 18px;
  }
}
.contact-section address a {
  color: white;
}
.contact-section .contact-hours {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 21px;
}
.contact-section .contact-social {
  margin: 30px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.contact-section .contact-social a {
  color: #fff;
  font-size: 24px;
  background-repeat: no-repeat;
}
.contact-social .facebook {
  background-image: url('img/fb-hover.png');
  background-size: 10px 22px;
  padding-left: 28px;
  background-position: 3px 3px;
}
.contact-social .twitter {
  background-image: url('img/twitter-hover.png');
  background-size: 23px 19px;
  padding-left: 28px;
  background-position: 0px 4px;
}
.contact-social .instagram {
  background-image: url('img/instagram-hover.png');
  background-size: 21px 21px;
  padding-left: 28px;
  background-position: 0px 3px;
}
.contact-section .action {
  margin-top: 15px;
}
.contact-day {
  color: #AFAFAF;
}
.contact-section {
  margin-top: -4px;
  position: relative;
  background-color: #000;
}
@media (min-width: 768px) {
  .contact-section address,
  .contact-section .contact-social a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .contact-section .map-canvas {
    width: 100%;
    height: 500px;
  }
  .contact-info {
    text-align: center;
    padding: 50px 20px 20px 20px;
  }
}
@media (min-width: 992px) {
  .contact-section .contact-column {
    height: 800px;
    position: relative;
  }
  .contact-section .contact-image {
    height: 100%;
    background-image: url("/css/img/contact/contact.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .contact-section .map-canvas {
    height: 100%;
    width: 100%;
  }
  .contact-info {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 50px 20px 20px 20px;
  }
}
.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 75px 30px 30px 30px;
}
@media (min-height: 600px) {
  .contact-form-wrapper {
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 30px;
  }
}
.contact-form {
  margin-top: 30px;
}
.contact-form h2 {
  font-size: 48px;
  color: #EA1384;
  text-align: center;
  padding-bottom: 20px;
}
.contact-field {
  clear: both;
  overflow: auto;
  padding-bottom: 15px;
}
.contact-form label {
  width: 80px;
  font-size: 26px;
  font-weight: normal;
  display: block;
  float: left;
}
.contact-form .text-field {
  border: 0;
  width: 100%;
  border-bottom: 1px solid #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  font-family: 'ralewaybold', 'helvetica neue', 'helvetica', arial, sans-serif;
  font-size: 20px;
  display: block;
  float: left;
  margin-top: 3px;
}
.contact-form .text-field:focus {
  outline: none;
  border-bottom: 1px solid #ffffff;
}
.contact-form textarea.text-field {
  width: 100%;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  resize: none;
  padding: 4px 10px;
}
.contact-form textarea:focus {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .contact-form h2 {
    font-size: 60px;
  }
}
.contact-form select.text-field {
  height: 31px;
  font-size: 20px;
  color: #FFF;
  opacity: 1;
  font-family: 'bebasneue', arial, sans-serif;
  font-weight: normal;
}
.contact-form select.text-field option {
  background: #000;
}
.contact-form .actions {
  text-align: center;
  padding-top: 10px;
}
.contact-form .actions .button {
  min-width: 120px;
}
.contact-form .errors {
  color: #EA1384;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  line-height: 28px;
}
.contact-form #captcha-container > div {
  margin: 0 auto;
}
.contact-feedback {
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
}
.contact-dismiss-dialog {
  padding-top: 40px;
  text-align: center;
}
.contact-dismiss-dialog a {
  color: #777;
  text-decoration: none;
  font-family: 'ralewayregular', 'helvetica neue', 'helvetica', arial, sans-serif;
  font-size: 14px;
}
.contact-dismiss-dialog a:hover {
  text-decoration: underline;
}
.contact-form .contact-reservations {
  font-size: 26px;
  text-align: center;
}
.contact-form .contact-reservations a {
  color: #EA1384;
  text-decoration: underline;
}
.contact-form ::-webkit-input-placeholder {
  color: #FFF;
  opacity: 1;
  font-family: 'bebasneue', arial, sans-serif;
  font-weight: normal;
}
.contact-form :-moz-placeholder {
  color: #FFF;
  opacity: 1;
  font-family: 'bebasneue', arial, sans-serif;
  font-weight: normal;
}
.contact-form ::-moz-placeholder {
  color: #FFF;
  opacity: 1;
  font-family: 'bebasneue', arial, sans-serif;
  font-weight: normal;
}
.contact-form :-ms-input-placeholder {
  color: #FFF;
  opacity: 1;
  font-family: 'bebasneue', arial, sans-serif;
  font-weight: normal;
}
footer {
  border-top: 4px solid #EA1384;
}
footer .copyright {
  text-align: center;
  color: #AFAFAF;
  font-size: 20px;
  text-transform: uppercase;
  padding: 25px 0 15px;
}
footer .rd3 {
  text-align: center;
  padding: 5px 0;
}
footer .rd3-logo {
  background: transparent url("img/footer/rd3-logo.png") no-repeat 0 0;
  background-size: 140px 29px;
  display: inline-block;
  height: 29px;
  width: 140px;
}
footer .props {
  font-size: 20px;
  padding: 15px 0 25px;
  text-transform: uppercase;
  color: #AFAFAF;
  text-align: center;
}
footer .props a {
  color: #C6C6C6;
  text-decoration: none;
}
footer .props a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer .copyright {
    padding: 30px 0;
  }
  footer .rd3 {
    padding: 30px 0;
  }
  footer .props {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  footer {
    padding-bottom: 48px;
  }
}
.popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background-color: #EA1384;
  z-index: 1000;
}
.popup-close .close {
  display: block;
  width: 55px;
  height: 55px;
  background: transparent url('img/popup-close.png') no-repeat 10px 10px;
  opacity: 1;
  background-size: 35px 35px;
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
}
.popup-close .close:hover,
.popup-close:hover .close {
  background-image: url('/css/img/popup-close-hover.png');
}
.popup-close .close-caption {
  position: absolute;
  right: 67px;
  font-size: 20px;
  font-family: 'ralewaybold', 'helvetica neue', 'helvetica', arial, sans-serif;
  letter-spacing: 0.2em;
  top: 14px;
  color: #EA1384;
  text-decoration: none;
  text-transform: uppercase;
}
.popup-close .close-caption:hover,
.popup-close:hover .close-caption {
  text-decoration: underline;
}
.scrollable-gallery {
  padding: 10px 0 15px;
  display: block;
  width: 100%;
  height: 225px;
  overflow: hidden;
}
.scrollable-gallery a {
  display: block;
  float: left;
  position: relative;
}
.scrollable-gallery img {
  height: 225px;
  position: relative;
  float: left;
  margin: 0;
  padding: 0 0px 0 0;
}
div.scrollingHotSpotLeft,
div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
}
div.scrollingHotSpotLeft {
  left: 0;
  cursor: url('img/gallery/cursor-left.png'), w-resize;
}
div.scrollingHotSpotRight {
  right: 0;
  cursor: url('img/gallery/cursor-right.png'), e-resize;
}
div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}
.media-gallery .gallery-counter {
  font-size: 48px;
  text-align: center;
  padding: 15px 0 10px;
}
.media-gallery .gallery-control {
  color: #EA1384;
  font-size: 55px;
  padding: 0 10px;
}
.media-gallery .gallery-control:hover,
.media-gallery .gallery-control:focus,
.media-gallery .gallery-control:active {
  text-decoration: none;
}
.media-gallery .gallery-control {
  display: inline-block;
  height: 35px;
  width: 16px;
  background-size: 17px 35px;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
}
.media-gallery .gallery-control.inactive {
  opacity: 0.5;
}
.media-gallery .gallery-control.previous {
  background-image: url('/css/img/gallery/prev.png');
  margin-right: 20px;
}
.media-gallery .gallery-control.previous:hover {
  background-image: url('/css/img/gallery/prev-hover.png');
}
.media-gallery .gallery-control.next {
  background-image: url('/css/img/gallery/next.png');
  margin-left: 20px;
}
.media-gallery .gallery-control.next:hover {
  background-image: url('/css/img/gallery/next-hover.png');
}
.media-gallery .media-caption {
  color: #777777;
  font-size: 22px;
  text-align: center;
  padding-top: 15px;
  margin: 0 auto;
  max-width: 75%;
}
.video-outer-wrapper .media-caption {
  margin-top: -30px;
}
.media-gallery .media-item-container {
  position: relative;
  height: 80%;
  width: 100%;
}
.media-gallery .media-item {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 260px;
}
@media (min-height: 400px) {
  .media-gallery .media-item {
    max-height: 260px;
  }
}
@media (min-height: 500px) {
  .media-gallery .media-item {
    max-height: 360px;
  }
}
@media (min-height: 600px) {
  .media-gallery .media-item {
    max-height: 460px;
  }
}
@media (min-height: 700px) {
  .media-gallery .media-item {
    max-height: 560px;
  }
}
@media (min-height: 800px) {
  .media-gallery .media-item {
    max-height: 660px;
  }
}
@media (min-height: 900px) {
  .media-gallery .media-item {
    max-height: 760px;
  }
}
@media (min-height: 1000px) {
  .media-gallery .media-item {
    max-height: 860px;
  }
}
.video-outer-wrapper {
  padding: 60px 40px 40px 40px;
  height: 100%;
}
.video-container {
  position: relative;
  padding-top: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-bottom: 40px;
}
.video-container iframe {
  display: block;
  margin: 0 auto;
}
.play-icon-cover:after {
  background-image: url('/css/img/gallery/play.png');
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 92px 107px;
  background-position: 50% 50%;
  -webkit-transition: background-image 0.1s linear;
  transition: background-image 0.1s linear;
}
.play-icon-cover:hover:after {
  background-image: url('/css/img/gallery/play-hover.png');
}
.mobile-scrollable-gallery {
  position: relative;
  overflow: hidden;
}
.mobile-scrollable-gallery .items {
  width: 20000em;
  position: absolute;
}
.mobile-scrollable-gallery .items div {
  float: left;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.faq .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}
.faq .title {
  font-size: 54px;
  font-family: 'bebasneue', arial, sans-serif;
  color: #EA1384;
  text-align: center;
  margin-top: 45px;
  margin-bottom: -5px;
}
.faq-block {
  text-align: center;
  margin-top: 55px;
}
.faq-block .picto {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 5px;
}
.faq-block-title {
  font-family: 'bebasneue', arial, sans-serif;
  font-size: 26px;
  margin: 0 auto;
  line-height: 27px;
  margin-bottom: 5px;
  max-width: 80%;
  max-width: 230px;
}
.faq-block-content {
  font-family: 'ralewayregular', 'helvetica neue', 'helvetica', arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #EA1384;
  margin: 0 auto;
  max-width: 80%;
  max-width: 230px;
}
.faq-block a,
.faq-block a:visited,
.faq-block a:active,
.faq-block a:active:visited {
  color: #EA1384;
  text-decoration: underline;
}
.faq-block a:hover {
  color: #bb0f69;
}
.faq-block .picto.reservation {
  background-image: url('/css/img/faq/reservation.png');
}
.faq-block .picto.payment {
  background-image: url('/css/img/faq/payment.png');
}
.faq-block .picto.transportation {
  background-image: url('/css/img/faq/transportation.png');
}
.faq-block .picto.takeout {
  background-image: url('/css/img/faq/takeout.png');
}
.faq-block .picto.outdoor {
  background-image: url('/css/img/faq/outdoor.png');
}
.faq-block .picto.vibe {
  background-image: url('/css/img/faq/vibe.png');
}
.faq-block .picto.cuisine {
  background-image: url('/css/img/faq/cuisine.png');
}
.faq-block .picto.outside-food {
  background-image: url('/css/img/faq/outside-food.png');
}
.faq-block .picto.pets {
  background-image: url('/css/img/faq/pets.png');
}
.faq-block .picto.parking {
  background-image: url('/css/img/faq/parking.png');
}
.faq-block .picto.smoking {
  background-image: url('/css/img/faq/smoking.png');
}
.faq-block .picto.wifi {
  background-image: url('/css/img/faq/wifi.png');
}
.faq-block .picto.cooking {
  background-image: url('/css/img/faq/cooking.png');
}
.faq-block .picto.kids {
  background-image: url('/css/img/faq/kids.png');
}
.faq-block .picto.multimedia {
  background-image: url('/css/img/faq/multimedia.png');
}
.faq-block .picto.partys {
  background-image: url('/css/img/faq/partys.png');
}
.faq-block .picto.dietary {
  background-image: url('/css/img/faq/dietary.png');
}
.faq-block .picto.corporate {
  background-image: url('/css/img/faq/corporate.png');
}
.faq-block .picto.gratuity {
  background-image: url('/css/img/faq/gratuity.png');
}
@media (min-width: 768px) and (max-width: 992px) {
  .faq .faq-3 {
    clear: left;
  }
}
@media (min-width: 992px) {
  .faq .faq-4 {
    clear: left;
  }
}
@media (max-width: 768px) {
  .faq-block-title {
    max-width: 80%;
    max-width: 260px;
  }
  .faq-block-content {
    max-width: 80%;
    max-width: 260px;
  }
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #EA1384;
  position: fixed;
  z-index: 1031;
  bottom: 71px;
  left: 0;
  width: 100%;
  height: 4px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #EA1384;
  border-left-color: #EA1384;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@font-face {
  font-family: 'ralewayregular';
  src: url('fonts/raleway-regular-webfont.eot');
  src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-regular-webfont.woff2') format('woff2'), url('fonts/raleway-regular-webfont.woff') format('woff'), url('fonts/raleway-regular-webfont.ttf') format('truetype'), url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewayheavy';
  src: url('fonts/Raleway-Heavy-webfont.eot');
  src: url('fonts/Raleway-Heavy-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Raleway-Heavy-webfont.woff2') format('woff2'), url('fonts/Raleway-Heavy-webfont.woff') format('woff'), url('fonts/Raleway-Heavy-webfont.ttf') format('truetype'), url('fonts/Raleway-Heavy-webfont.svg#ralewayheavy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaybold';
  src: url('fonts/raleway-bold-webfont.eot');
  src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-bold-webfont.woff2') format('woff2'), url('fonts/raleway-bold-webfont.woff') format('woff'), url('fonts/raleway-bold-webfont.ttf') format('truetype'), url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ralewaysemibold';
  src: url('fonts/raleway-semibold-webfont.eot');
  src: url('fonts/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/raleway-semibold-webfont.woff2') format('woff2'), url('fonts/raleway-semibold-webfont.woff') format('woff'), url('fonts/raleway-semibold-webfont.ttf') format('truetype'), url('fonts/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bebasneue';
  src: url('fonts/bebasneue-webfont.eot');
  src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/bebasneue-webfont.woff2') format('woff2'), url('fonts/bebasneue-webfont.woff') format('woff'), url('fonts/bebasneue-webfont.ttf') format('truetype'), url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'komikaaxis';
  src: url('fonts/komikax_-webfont.eot');
  src: url('fonts/komikax_-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/komikax_-webfont.woff2') format('woff2'), url('fonts/komikax_-webfont.woff') format('woff'), url('fonts/komikax_-webfont.ttf') format('truetype'), url('fonts/komikax_-webfont.svg#komika_axisregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
