.g-recaptcha-parent {
	text-align: center;
}

.g-recaptcha {
	display: inline-block;
}

html {
	height:100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

img { 
	border: 0;
	vertical-align: middle;
}

body { 
	background-color: #fff; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	font-family: 'Muli', sans-serif;
	font-size: 14px;
	color: #333;
}
p {
	margin-bottom: 14px; 
	margin-top: 0px;
}

ul, 
form {
	padding: 0px;
	margin: 0px; 
	list-style-type: none;
}

a {
	color: #040404;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
}

fieldset {
	margin: 0;
	border: 0;
	padding: 0;
}

h1 {
	font-size: 31px;
	padding: 0px
}

.center {
	text-align: center;
}

.group::after {
	display: table;
	content: "";
	clear: both;
}
.col {
	float: left;
}

.img-responsive {
  	display: block;
  	max-width: 100%;
  	height: auto;
}

.wrapper {
	padding-right: 15px;
	padding-left: 15px;
 	margin-right: auto;
 	margin-left: auto;
}

.title {
	font-size: 33px;
	margin: 0;
	text-align: center;
}

.sub-title {
	text-align: center;
	margin: 30px 0;
	font-size: 22px;
	line-height: 34px;
}

.section {
	padding: 50px 0;
}

.phone-line {
	text-align: center;
	margin-top: 20px;
}

.main-btn {
	font-family: 'Muli', sans-serif;
	height: 56px;
	background-color: transparent;
	border: 1px solid #e5ba5b;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	padding: 19px 23px !important;
	border-radius: 0 !important;
	box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
}
.main-btn:hover,
.main-btn:focus,
.main-btn.active,
.main-btn.is-checked {
	background-color: #cc9e39;
	text-decoration: none;
	color: #fff;
}


/* Header */
.logo {
	display: block;
	float: left;
	-webkit-transition: all 500ms;
  	transition: all 500ms;
}

.menu-top {
  	float: right;
  	position: relative;
}

.menu-top .menu-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.menu-top .menu-list li {
	float: left;
	margin-right: 20px;
}

.menu-top .menu-list li a {
	padding: 24px 0;
	display: inline-block;
	font-size: 18px;
	color: #fff;
}

.menu-top .menu-list li a span {
	position: relative;
}

.menu-top .menu-list li a:hover span::after {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.menu-top .menu-list li a span::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	border-bottom: 1px #fff solid;
	opacity: 0;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	-webkit-transition: -webkit-transform .2s,opacity .2s;
	transition: transform .2s,opacity .2s;
}

.mobile-icon {
	display: none;
}

.header .logo {
	width: 50px;
	padding-top: 7px;
}

.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
	transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar.scroll {
	box-shadow: 0 10px 33px rgba(0,0,0,.1);
	z-index: 9999 !important;
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7) !important;
  	height: 60px;
}

.navbar.scroll .logo {
	width: 45px;
}

.navbar.scroll .menu-list li a {
	padding: 18px 0;
}

/* Intro */
.intro {
	background-color: #000;
	padding: 0 0 15px;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.intro .title {
	font-size: 32px;
	margin-top: 30px;
}

.intro .title::after {
   content: none;
}

.intro .sub-title {
	font-size: 40px;
	margin: 50px 0;
	line-height: 1.5;
}

.intro .line {
	position: relative;
	z-index: 3;
	color: #fff;
  	text-align: center;
  	font-weight: bold;
}

.intro .content {
	width: 100%;
	height: 100vh;
	display: flex;
  	align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}

.intro .navbar {
	position: relative;
	z-index: 4;
	background-color: transparent;
}

.intro .col {
	width: 33%;
	float: left;
	position: relative;
}

.next-section {
	color: #fff;
	background: url(../img/arrow-bottom.png) no-repeat center bottom;
	margin: 0 auto;
	padding-bottom: 60px;
	transform: translateX(-50%);
}

.intro-bottom a {
	font-size: 20px;
	font-weight: 100;
	color: #fff;
}

.intro-bottom a .intro-bottom-link {
	position: relative;
}

.intro-bottom a:hover .intro-bottom-link::after {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

.intro-bottom a .intro-bottom-link::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	border-bottom: 1px #fff solid;
	opacity: 0;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	-webkit-transition: -webkit-transform .2s,opacity .2s;
	transition: transform .2s,opacity .2s;
}

.intro-bottom a i {
	margin-right: 10px;
}


/* Slider */
.cb-slideshow {
    width: 100%;
    height: 100%;
    z-index: 0;
}

.cb-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 60s linear infinite 0s;
    -moz-animation: imageAnimation 60s linear infinite 0s;
    -o-animation: imageAnimation 60s linear infinite 0s;
    -ms-animation: imageAnimation 60s linear infinite 0s;
    animation: imageAnimation 60s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) span { 
  background-image: url(../img/slider/slider1.jpg);
}

.cb-slideshow li:nth-child(2) span {
    background-image: url(../img/slider/slider2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
    background-image: url(../img/slider/slider3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

.cb-slideshow li:nth-child(4) span {
    background-image: url(../img/slider/slider4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.cb-slideshow li:nth-child(5) span {
    background-image: url(../img/slider/slider5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.cb-slideshow li:nth-child(6) span {
    background-image: url(../img/slider/slider6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.cb-slideshow li:nth-child(7) span {
  background-image: url(../img/slider/slider7.jpg);
  -webkit-animation-delay: 36s;
  -moz-animation-delay: 36s;
  -o-animation-delay: 36s;
  -ms-animation-delay: 36s;
  animation-delay: 36s;
}

.cb-slideshow li:nth-child(8) span {
  background-image: url(../img/slider/slider8.jpg);
  -webkit-animation-delay: 42s;
  -moz-animation-delay: 42s;
  -o-animation-delay: 42s;
  -ms-animation-delay: 42s;
  animation-delay: 42s;
}

.cb-slideshow li:nth-child(9) span {
  background-image: url(../img/slider/slider9.jpg);
  -webkit-animation-delay: 48s;
  -moz-animation-delay: 48s;
  -o-animation-delay: 48s;
  -ms-animation-delay: 48s;
  animation-delay: 48s;
}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}

@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}

@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}

@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}

@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}

/* Menu */
.menu {
	background: #262626 url(../img/menu-bgr2.jpg) scroll center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	color: #fff;
	background-attachment: fixed;
}

.event-slider-wrap {
	position: relative;
}

.menu-mobile {
	display: none;
}

.event-slider .item {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.event-slider .item .title {
	color: #fdfdfe;
	font-size: 30px;
	margin: 0 0 28px;
	text-transform: uppercase;
	text-align: left;
}

.event-slider .item .title span {
	color: #e5ba5b;
}

.event-info h5 {
	color: #e5ba5b;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin: 0;
}

.event-info h6 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-style: italic;
	margin: 10px 0 35px;
}

.event-info p {
	font-size: 17px;
	font-weight: 500;
	margin: 0 0 25px;
	padding-right: 25px;
}

.prev {
	width: 57px;
	height: 111px;
	position: absolute;
	left: 30px;
	top: 50%;
	background: url(../img/prev.png) no-repeat center;
	cursor: pointer;
}

.prev:hover {
	background: url(../img/prev_hr.png) no-repeat center;
}

.next {
	width: 57px;
	height: 111px;
	position: absolute;
	right: 30px;
	top: 50%;
	background: url(../img/next.png) no-repeat center;
	cursor: pointer;
}

.next:hover {
	background: url(../img/next_hr.png) no-repeat center;
}

.event-info {
	float: left;
	width: 70%;
}

.event-img ul {
	margin: 0;
	padding-top: 10px;
}

.event-img li {
	width: 32%;
	float: left;
	margin-right: 22px;
}

.event-img li:last-child {
	margin-right: 0;
}

.event-img li img {
	box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
}

.price-block {
	text-align: center;
	float: left;
	width: 30%;
	padding-top: 5px;
}

.price-block ul {
	margin: 0;
}

.price-block li {
	color: #000;
	letter-spacing: 0.05em;
	float: right;
	width: 75%;
}

.price-block .text {
	text-align: left;
	color: #e5ba5b;
	padding: 15px 8px 15px 20px;
	border: 1px solid #e5ba5b;
	background-color: rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
    border-radius: 1px;
}

.price-block .text p {
	font-size: 18px;
	margin: 0;
}
.price-block .text h5 {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: bold;
}

.price-block .text h5::after {
	width: 80px;
	margin-top: 12px;
	height: 1px;
	display: block;
	content: "";
	background: #e5ba5b;
}

.item::after {
	content: "";
	display: table;
	clear: both;
}

.slider-nav-thumbnails {
	text-align: center;
	margin-bottom: 30px;
}

.slick-track {
	display: inline-block !important;
}
.slider-nav-thumbnails .slick-slide {
	margin: 0 5px;
	cursor: pointer;
}

.slider-nav-thumbnails .slick-slide {
	margin: 0 5px;
	cursor: pointer;
	padding: 20px 0;
}

.slider-nav-thumbnails .slick-slide.slick-active,
.slider-nav-thumbnails .slick-slide.slick-active:focus {
	opacity: 1;
  	background-color: #cc9e39;
}

/* Drinks */
.drink {
	background-image: url(../img/drink/drink-bgr.jpg);
	background-position: 0 0;
	background-repeat: repeat;
}

.drink-group {
	margin-top: 10px;
}
.drink .col {
	float: left;
	width: 50%;
}
.drink .col:nth-child(even) {
	padding-left: 15px;
}
.drink .col:nth-child(odd) {
	padding-right: 15px;
}


.drink .sub-col-1 {
	float: left;
	width: 39%;
}

.drink .sub-col-2 {
	float: left;
	width: 61%;
}

.drink-grid {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
	display: table;
	height: 260px;
}

.drink-info {
	padding: 20px 15px 15px 25px;
}


.drink-info h5 {
	font-size: 24px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.drink-info p {
	font-size: 15px;
	color: #838383;
	margin: 0;
	line-height: 1.7;
}

/* Gallery */
.gallery {
	background: #262626 url(../img/gallery/gallery-bgr.png) scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    text-align: center;
    position: relative;
}

.gallery .title {
	color: #fdfdfe;
}

.gallery-block .main-btn .fa-instagram {
	margin-right: 10px;
	font-size: 25px;
	position: relative;
	top: 4px;
}


.button {
	display: inline-block;
	padding: 0.5em 1.0em;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 2px;
	color: #292935;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	line-height: 57px;
	padding: 0 45px;
}

.button-group li {
	display: inline-block;
	margin-right: 10px;
}
.button-group li:last-child {
	margin-right: 0px;
}

.button-group li:last-child a {
	padding: 13px 23px !important;
	display: block;
}

.button:hover {
	background-color: #f8f9f9;
	color: #292935;
}

.button:active,
.button.is-checked {
	background-color: #f8f9f9;
	color: #292935;
}

.button-group {
	margin-bottom: 20px;
}

.button-group::after {
	content: '';
	display: block;
	clear: both;
}

.button-group .button {
	float: left;
	border-radius: 0;
	margin-left: 0;
	margin-right: 1px;
}

.element-item {
	position: relative;
	width: 25%;
	height: 200px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.element-item a {
	display: block;
	position: relative;
	margin-bottom: 15px;
	box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
}
.element-item .hover {
	-webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,0.5);
    opacity: 0;
}

.element-item a:hover .hover {
	opacity: 1;
}

.element-item a .medium {
	display: none;
}

.instagram {
	margin-top: 30px;
}
.instagram a {
	font-size: 20px;
	color: #fdfdfe;
}
.instagram a:hover,
.instagram a:focus {
	color: #e5ba5b;
	text-decoration: none;
}
.instagram i {
	margin-right: 10px;
}


/* Team */
.team {
	background: #F7F7F7 url(../img/team_bgr.jpg) scroll center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	position: relative;
	background-attachment: fixed;
	font-weight: 600;
	color: #fff;
	padding-bottom: 70px;
}

.team .wrapper {
	position: relative;
	z-index: 3;
}

.team .title {
	margin-bottom: 50px;
}

.team .text {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.team p {
	font-size: 22px;
}

.team .overlay {
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}


/* Contacts */
.contact {
	background-color: #303030;
	color: #fff;
	padding-bottom: 0;
}

.contact-box {
	margin-top: 30px;
	padding-bottom: 50px;
}

.contact .col {
	width: 50%;
}
.title-contact {
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 0;
}

.contact-info-item {
	margin-bottom: 15px;
	display: table;
}

.contact-info-box img {
	box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    -webkit-box-shadow: 0px 0px 10px #000;
}

.contact-ico {
	width: 40px;
	display: table-cell;
	vertical-align: middle;
}

.contact-ico i {
	font-size: 24px;
	color: #979797;
}

.contact-text {
	color: #979797;
	margin-left: 50px;
	font-size: 16px;
	display: table-cell;
}

.contact-text a {
	color: #979797;
}
.contact-text a:hover,
.contact-text a:focus {
	text-decoration: none;
	color: #979797;
}

.social-link {
	margin-bottom: 0;
	margin-top: 36px;
}

.social-link li {
	display: inline-block;
	margin-right: 5px;
}
.social-link a {
	color: #979797;
	width: 44px;
	height: 44px;
	border: 1px solid #979797;
	display: block;
	line-height: 43px;
	font-size: 20px;
	margin: 0 1px;
	text-align: center;
	vertical-align: middle;

	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.social-link a:hover,
.social-link a:focus {
	background: #e5ba5b;
	border: 1px solid #e5ba5b;
	color: #fff;
	text-decoration: none;
}

#map {
	height: 450px;
}

.map-content {
	color: #000;
}

.contact-box .sub-col {
	width: 50%;
	float: left;
}


/* Footer */
.footer {
	background-color: #222222;
	text-align: center;
	padding: 30px 0;
}

.copyright {
	color: #858585;
	letter-spacing: 0.05em;
	line-height: 28px;
	margin-bottom: 0;
}

/* Scroll to top */
.scroll-top {
	position: fixed;
	display: none;
	width: 50px;
	padding: 13px 0;
	background-color: #E5BA5B;
	right: 30px;
	bottom: 30px;
	text-align: center;
	color: #fff;
	z-index: 100;
}

.scroll-top:hover,
.scroll-top:focus {
	background: #CC9E39;
	text-decoration: none;
	color: #fff;
}

@media (min-width: 768px) {
	.wrapper {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.wrapper {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.wrapper {
		width: 1170px;
	}

	.drink .sub-col-1 .medium {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.menu {
    	background-attachment: scroll;
	}

	.event-img li {
		margin-right: 18px;
	}

	.prev {
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
		background-size: cover;
		width: 30px;
		height: 50px;
		left: 3px;
		top: 53%;
	}

	.prev:hover {
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
		background-size: cover;
	}
	
	.next {
		width: 30px;
		height: 50px;
		right: 3px;
		top: 53%;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
		background-size: cover;
	}

	.next:hover {
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
		background-size: cover;
	}

	/* Drink menu */
	.drink .sub-col-1,
	.drink .sub-col-2 {
		width: 100%;
		float: none;
	}

	.drink-info p {
		min-height: 120px;
		margin-bottom: 0;
	}

	.drink .sub-col-1 .small {
		display: none;
	}

	.drink .sub-col-1 .medium {
		display: block;
	}

	/* Gallery */
	.element-item {
		height: 150px;
		margin-bottom: 20px;
	}

	.team {
		background-attachment: scroll;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.sub-title {
		margin: 20px 0;
	}	

	/* Intro */
	.menu-top .menu-list li a {
		font-size: 16px;
	}

	.intro .sub-title {
		font-size: 30px;
		margin: 30px 0;
	}

	.intro-logo img {
		width: 210px;
	}

	/* Menu */
	.menu {
    	background-attachment: scroll;
		padding-bottom: 0;
	}

	.drink .sub-col-1,
	.drink .sub-col-2 {
		float: none;
		width: 100%;
	}

	.drink .small {
		display: none;
	}

	.event-slider .item .title {
		text-align: center;
	}

	.event-info {
		width: 100%;
		float: none;
		margin-bottom: 28px;
	}

	.price-block {
		width: 100%;
		float: none;
		padding-top: 0;
		margin-bottom: 28px;
	}

	.price-block li {
		float: none;
	}

	.event-img li {
		margin-right: 12px;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0 !important;
	}

	.slick-dots {
		display: none !important;
	}

	.prev {
		width: 30px;
		height: 50px;
		left: 3px;
		top: 53%;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
		background-size: cover;
	}

	.prev:hover {
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
		background-size: cover;
	}

	.next {
		width: 30px;
		height: 50px;
		right: 3px;
		top: 53%;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
		background-size: cover;
	}

	.next:hover {
		-webkit-background-size: cover;
	    -moz-background-size: cover;
	    -o-background-size: cover;
		background-size: cover;
	}

	/* Drink menu */
	.drink-info p {
		min-height: 167px;
	}

	/* Gallery */
	.element-item {
		width: 50%;
	}

	.element-item a .medium {
		display: block;
	}

	.element-item a .small {
		display: none;
	}

	/* Team */
	.team {
		background-attachment: scroll;
	}

	.team .text {
		width: 75%;
	}

	/* Contact */
	.contact .col {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.social-link {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	/* General */
	.sub-title {
		font-size: 21px;
	}

	.menu-mobile {
		display: none;
	}

	.intro .sub-title {
		font-size: 28px;
		margin: 20px 0;
	}

	.intro-logo img {
		width: 200px;
	}

	.intro-bottom {
		margin-top: 50px;
	}

	.intro-bottom a {
		font-size: 17px;
	}

	/* Mobile menu */
	.menu-top .menu-list li {
		display: none;
	}

	.mobile-icon {
		position: absolute;
		right: 15px;
		top: 15px;
		float: right;
		display: inline-block;
	}

	.navbar.scroll .mobile-icon {
		top: 8px;
	}

	.mobile-icon a {
		font-size: 30px;
		text-decoration: none;
		color: #fff;
	}

	.menu-top .responsive {
		position: absolute;
		top: 70px;
		right: -15px;
		width: 100vw;
	}

	.navbar.scroll .menu-top .responsive {
		top: 60px;
	}

	.menu-top .responsive li {
		float: none;
	   	display: inline;
	   	margin: 0;
	}
	
	.menu-top .menu-list {
		background-color: rgba(0,0,0,0.8);
	}

	.navbar.scroll .menu-top .responsive li a,
	.menu-top .responsive li a {
		display: block;
	   	text-align: left;
	   	padding: 10px 10px 10px 20px;
	   	margin-bottom: 1px;
	}

	.menu-top .responsive li a:hover {
		background-color: #e5ba5b;
		color: #000;
	}
	
	.menu-top .menu-list li a span::after {
		border-bottom: 0;
	}

	/* Menu */
	.menu {
		background-attachment: scroll;
	}

	.event-slider .item .title {
		text-align: center;
	}

	.event-info {
		width: 100%;
		float: none;
		margin-bottom: 28px;
	}

	.event-info p {
		line-height: 1.7;
	}

	.price-block {
		width: 100%;
		float: none;
		padding-top: 0;
		margin-bottom: 28px;
	}

	.price-block li {
		float: none;
		width: 100%;
	}

	.event-img li {
		width: 100%;
		float: none;
	}

	.event-img li:nth-child(2),
	.event-img li:nth-child(3) {
		display: none;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 0 !important;
	}

	.slick-dots {
		display: none !important;
	}

	.prev {
		width: 30px;
		height: 50px;
		left: 3px;
		top: 53%;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
		background-size: cover;
	}

	.prev:hover {
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
		background-size: cover;
	}

	.next {
		width: 30px;
		height: 50px;
		right: 3px;
		top: 53%;
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
		background-size: cover;
	}

	.next:hover {
		-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
		background-size: cover;
	}

	.slick-track {
		min-width: 440px !important;
	}

	.slider-nav-thumbnails .main-btn {
		width: 136px !important;
	}

	.price-block .text p {
		font-size: 17px;
	}

	/* Drink menu */
	.drink .col:nth-child(2n+1) {
		padding: 0;
	}

	.drink .col {
		width: 100%;
		float: none;
	}

	.drink .sub-col-1 .small {
		display: block;
	}

	.drink .sub-col-1 .medium {
		display: none;
	}

	.drink .col:nth-child(2n) {
		padding-left: 0;
	}

	/* Gallery */
	.element-item {
		width: 50%;
		height: 120px;
	}

	.element-item a .medium {
		display: block;
	}

	.element-item a .small {
		display: none;
	}

	/* Team */
	.team {
		background-attachment: scroll;
	}

	.team .text {
		width: 100%;
	}

	.team p {
		font-size: 18px;
	}

	/* Contact */
	.contact .col {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.contact .col:last-child {
		margin-bottom: 0;
	}

	.social-link {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 479px) {	
	.wrapper {
		max-width: 462px;
	}

	.sub-title {
		font-size: 18px;
	}

	.intro .sub-title {
		font-size: 22px;
	}

	.intro-logo img {
		width: 170px;
	}

	.intro .col {
		width: 100%;
	}
	
	.intro-bottom {
		margin-top: 0;
	}

	.intro-bottom a {
		padding: 10px 0;
		display: block;
	}

	.page-scroll {
		position: absolute;
		top: 35px;
		left: 39%;
	}

	.next-section {
		padding-bottom: 50px;
	}

	/* Menu */
	.menu {
		background-attachment: scroll;
		background-size: contain;
	}

	.event-slider-wrap {
		display: none;
	}

	.menu-mobile {
		display: block;
	}

	.event-info p {
		padding: 0;
	}

	.price-block li {
		width: 100%;
		float: none;
	}

	.price-block li:first-child {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.event-img li:nth-child(2), 
	.event-img li:nth-child(3) {
		display: block;
	}

	.event-img li {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.event-slider .item {
		padding: 0;
		margin-bottom: 25px;
	}

	.event-slider .item-1::after,
	.event-slider .item-2::after {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		height: 1px;
		display: block;
		content: "";
		background: #e5ba5b;
	}

	.event-slider .item:last-child {
		margin-bottom: 0;
	}

	.price-block .text {
		height: auto;
	}

	/* Drink menu */
	.drink .sub-col-1,
	.drink .sub-col-2 {
		width: 100%;
		float: none;
	}

	.drink .sub-col-1 .small {
		display: none;
	}

	.drink .sub-col-1 .medium {
		display: block;
	}

	.drink-info p {
		font-size: 15px;
	}

	/* Gallery */
	.gallery {
		background-attachment: scroll;
		background-size: contain;
	}

	.element-item {
		width: 100%;
		height: 170px;
	}

	.button-group li {
		display: block;
		margin-bottom: 15px;
		text-align: center;
	}

	.button-group li:last-child a {
		display: inline-block;
		position: relative;
		right: 5px;
	}

	.button-group li .main-btn {
		width: 200px;
		display: inline-block;
	}

	.element-item a .medium {
		display: block;
	}

	.element-item a .small {
		display: none;
	}

	/* Team */
	.team .text {
		width: 100%;
	}

	.team p {
		font-size: 17px;
	}

	/* Contact */
	.contact-box .sub-col {
		width: 100%;
	}

	.contact-ico {
		vertical-align: top;
	}

	.social-link {
		text-align: center;
	}

	.scroll-top {
		right: 10px;
	}
}