/*
CSS created by David Oldfield
Made By Mod / madebymod.co.uk / hello@madebymod.co.uk
*/
@font-face {
  font-family: 'Conso';
  src: url('/fonts/Conso-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Conso-Medium.otf') format('opentype'), url('/fonts/Conso-Medium.woff') format('woff'), url('/fonts/Conso-Medium.ttf') format('truetype'), url('/fonts/Conso-Medium.svg#Conso-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conso Light';
  src: url('/fonts/Conso-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Conso-Light.otf') format('opentype'), url('/fonts/Conso-Light.woff') format('woff'), url('/fonts/Conso-Light.ttf') format('truetype'), url('/fonts/Conso-Light.svg#Conso-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	outline:none;
}
html, body {
	height:100%;
}
html {
	font-size:17px;
}
body {
	padding:0px;
	margin:0px;
	font-family: 'Conso', 'PlayfairDisplayRegular';
	color: #665940;
    overflow-x: hidden;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height:130%;
}
input, textarea, select, label {
	font-size:1rem;
    font-family: 'Conso', 'PlayfairDisplayRegular';
    color: #303842;
}
input[type=submit]{
    color: #fff;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    padding: 0px;
    margin:0px;
}
.status {
	background-color: #b3806e;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom:0px;
	left:0px;
	width: 100%;
	padding:20px 0px;
	z-index: 999999999999999;
	border-top:3px solid #efefef;
}
.status h4 {
	display: block;
	text-transform: uppercase;
	
	font-family: 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.status p {
	padding:0px;
	margin: 0px;
}
#test {
	position: fixed;
	top:0px;
	left:0px;
	z-index: 999999999;
	display: none;
}
#overlay {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100vh;
	z-index: 999999999;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-moz-align-content: center;
	-ms-align-content: center;
	-webkit-align-content: center;
	-o-align-content: center;
	align-content: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-webkit-align-items: center;
	-o-align-items: center;
	align-items: center;
	background-color:rgba(0, 0, 0, 0.7);
	display: flex;
}
.msg {
	padding:50px;
	background-color: #fff;
	text-align: center;
}
.msg img {
	max-width: 130px;
}
.msg img.close {
    width: 40px;
}
#bg {
	position: fixed;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(/images/underlayer.jpg);
    background-size: cover;
}
#wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999999999999999;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	align-content: center;
	align-items: center;
	justify-content: center;
	background-color: #303842;
  color: #fff;
	text-align: center;
}
#wrapper div {
	width: 400px;
}
#wrapper div img {
	width: 100%;
	display: block;
	max-width: 75%!important;
	margin: 0px auto;
}
#container {
	position: relative;
	z-index: 2;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.c_20 {
	width: 20%;
}
.c_25 {
	width: 25%;
}
.c_33 {
	width: 33.333333%;
}
.c_50 {
	width: 50%;
}
.c_66 {
	width: 66.666666%;
}
.c_75 {
	width: 75%;
}
.c_100 {
	width: 100%;
}
#top {
    position: fixed;
    top:0px;
    left:0px;
    text-align: center;
    z-index: 999999;
    width: 100%;
    padding:40px 0px;
}
#top img {
    max-width: 15%;
}
#top.minify {
    background-color: #303842;
}
#header_wrap {
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    z-index: 999;
	text-align: center;
}
#header_wrap img, .menu img, .inner_content img, .inner_banner img {
	width: 120px;
	margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#top {
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
#top img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#top.minify img {
    width: 120px;
}
.hamburger {
    padding: 0px;
    display: block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 5;
}
#mobile_header .hamburger {
	bottom: auto;
	top:20px;
	right:5%;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 150px;
    height: 20px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 150px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.inner_banner .hamburger-inner, .inner_banner .hamburger-inner::before, .inner_banner .hamburger-inner::after {
    background-color: #ccc;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -8px;
    width: 150px;
}
.hamburger-inner::after {
    top: -8px;
    width: 75px;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
}
.hamburger--collapse .hamburger-inner::after {
    top: -16px;
}
.hamburger--collapse .hamburger-inner::before {
}
.hamburger--collapse.is-active .hamburger-inner {
    width: 75px;
	background-color: #fff;
}
.hamburger--collapse.is-active .hamburger-inner::after {
    width: 150px;
	background-color: #fff;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    width: 75px;
	background-color: #fff;
}
section {
    position: relative;
    z-index: 1;
    padding:100px 5%;
	background-color: #303842;
    color: #fff;
}
.top {
    box-shadow: 0px 10px  5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px  5px  rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 10px 5px  rgba(0,0,0,0.2);
  -o-box-shadow: 0px 10px 5px  rgba(0,0,0,0.2);
}
.banner {
    background-color: #303842;
    height:85vh;
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
    padding:0px!important;
    background-image: url("/images/top-banner.jpg");
    background-position: bottom center;
    background-size: cover;
    overflow: hidden;
}
.banner img {
    display: block;
    width: 100%;
}
.banner:before {
    position: absolute;
    top:0;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 99;
    content: "";
    background:inherit;
    -webkit-animation: zoom 15s linear infinite;
  -moz-animation: zoom 15s linear infinite;
  -ms-animation: zoom 15s linear infinite;
  -o-animation: zoom 15s linear infinite;
  animation: zoom 15s linear infinite;
}
.banner:after {
    content: "";
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 0px;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding-bottom: 280px;
    font-size: 2rem;
    background-image: url("/images/dot.png");
    background-size: 4px 80%;
    background-position: bottom center;
    background-repeat: no-repeat;
}
@-webkit-keyframes zoom /* Safari and Chrome */ {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
    100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
    100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.contact {
    padding:100px 10% 0px 10%;
}
img.strapline {
    width: 36%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin-left: -18%;
    margin-top: -15%;
}
.intro {
    background-color: #2f2f2f;
    min-height: 100%;
    min-height: 100vh;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    -o-align-content: center;
    align-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    font-size: 1.154rem;
    color: #fff;
    padding:0px;
	background-image: url(/images/banner-eat.jpg);
	background-size: cover;
	background-position: center;
}
.intro .holder a, #main_menu .opts a {
    font-size: 5rem;
    text-transform: uppercase;
    display: inline-block;
    margin:0px 30px;
	color: #fff;
	font-weight: 300;
	position: relative;
	z-index: 1;
}
#main_menu .opts a {
    text-transform: none;
}
.holder a.btn {
    display:inline-block;
    font-size: 1rem;
    background-color: #303842;
    color: #fff;
    padding:20px 30px;
    margin-top: 30px;
}
.holder a.btn:hover {
    background-color: #fff;
    color: #303842;
}
#main_menu .opts a {
	font-size: 3rem;
}
.intro a span, #main_menu .opts a span {
	display: block;
	height: 1px;
	width: 0;
	background-color: #fff;
	position: absolute;
	top:50%;
	left:0px;
	z-index: 99;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
.intro a:hover, #main_menu .opts a:hover {
	text-decoration: none;
}
.intro a:hover span, #main_menu .opts a:hover span {
	width: 100%;
}
.cross {
    position: absolute;
    right:50px;
    top:50%;
    width: 100px;
    height: 100px;
    z-index: 99;
    margin-top: -50px;
    
    display: block;
}
.cross:hover img {
    transform:rotate(90deg);
    filter: invert(1);
	filter: brightness(100);
}
.cross img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    
}

.holder {
	z-index: 99;
}
.explore {
	position:absolute;
	left:50%;
	width: 200px;
	margin-left:-100px;
	bottom: 0px;
	padding-bottom: 80px;
	z-index: 99;
	text-transform: uppercase;
	
    font-size: 0.8231rem;
	font-family: 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
a.btn {
	text-transform: uppercase;
	font-family: 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	margin-top:25px;
}
.inner a.btn {
    text-transform: uppercase;
	padding-left: 100px;
    font-size: 1.231rem;
	font-family: 'MyanmarMNBold02', 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #665940;
    position: relative;
    z-index: 1;
    display: block;
}
.inner a.btn:before, .contact h5:before, #contact_wrap h5:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 80px;
    height: 4px;
    background-color: #665940;
    z-index: 5;
    top: 50%;
    margin-top: -2px;
}
#contact_wrap h5:before {
    background-color: #fff;
}
.contact h5, #contact_wrap h5 {
    padding-bottom: 0px;
}
.explore span {
	position: absolute;
	left:50%;
	top:30px;
	z-index: 99;
	width: 1px;
	height:100%;
	background-color: #fff;
}
.takeaway {
	position: absolute;
	right: 0px;
	top:37%;
	z-index: 99;
	
	/*background-image: url(/images/image-takeway.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20px auto;*/
}
.takeaway a, .explore a {
	color: #fff;
}
.takeaway span {
	display: block;
	transform: rotate(90deg);
	margin-top: 110px;
	text-transform: uppercase;
	
    font-size: 0.8231rem;
	font-family: 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.block {
    padding:0px 20% 0px 10%;
}
h5 {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-bottom: 20px;
	text-transform: uppercase;
	padding-left: 100px;
    font-size: 1.231rem;
	font-family: 'MyanmarMNBold02', 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #665940;
}
h5 span, .inner span {
    position: absolute;
    bottom: 0px;
    left:0px;
    width: 40px;
    z-index: 1;
    height: 4px;
    background-color: #9d9b9b;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
h5:hover span {
    width: 60px;
}
p.large {
    font-size: 2rem;
    display: block;
    margin-right:0%;
    position: relative;
    z-index: 1;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.top p.large, .top p {
    font-size: 1.538rem;
}
.menu p.large {
	 margin-right:0%;
    margin-left:0%;
}
.inner_content h5 {
	display: block;
	margin-top:80px;
    padding-left: 0px;
}
.inner {
    padding:30px 0px;
    position: relative;
    z-index: 1;
	color: #fff;
}
.inner span {
    bottom: auto;
    top:0px;
}
.portrait {
	width: 100%;
	display: block;
	margin-top:0px;
	position: relative;
	z-index: 1;
    margin-bottom: 100px;
}
.portrait img {
	display: block;
	width: 100%;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.portrait img.rotate {
	width: 200px;
	position: absolute;
	bottom: -100px;
	left:-100px;
	z-index: 9;
	-webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}
.items {
    background-color: #fff;
	margin:25vh auto 25vh auto;
}
.no_m {
	margin: 0px;
}
.items.no_m a span {
    color: #f8e2d0;
}
.items.no_m a:hover span {
    color: #fff;
}
.items .c_50 {
    position: relative;
    z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.grey_bg {
    background-color: #dadada;
}
.items .c_50 a {
    position: absolute;
    top:0px;
    left:0px;
    z-index: 2;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    -o-align-content: center;
    align-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    width:100%;
    height:100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	/*text-transform: uppercase;*/
	
    font-size: 0.8231rem;
	font-family: 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    background-color: #303842;
    color: #f8e2d0;
}
.items .c_50 span a {
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    background: none;
    padding:0px;
    margin:0px;
    font-size: 1.385rem;
    color: #fff!important
}
.items .c_50.ludo a, .items .c_50.cru a {
    background: none!important;
}
.items .c_50:hover span a {
    color: #f8e2d0;
    background: none!important;
}
.items .c_50 a.pink {
    background-color: #b3806e;
    color: #fff;
}
.items .c_50 a span {
    display: block;
    font-size: 4rem;
	line-height: 100%;
    padding-bottom: 25px;
    margin-bottom: 15px;
    
	position: relative;
	z-index: 1;
	font-family: 'Conso', 'PlayfairDisplayRegular';
}
.items .c_50.short a span {
    font-size: 3rem;
}
.items .c_50.short a span.small {
    font-size: 1.692rem;
    padding-bottom: 0px!important;
}
.items .c_50 a span::after {
	content: "";
	position: absolute;
	width:40px;
	height:1px;
	z-index: 4;
	bottom: 5px;
	left:50%;
	margin-left:-20px;
	background-color: #303842;
    display: none;
}
.items .c_50:hover a {
    color: #fff;
    background-color: #b3806e;
}
.items .c_50:hover a.pink {
    background-color: #303842;
    color: #fff;
}
.items .c_50 a:hover {
    text-decoration: none;
}
.food {
	background-image: url(/images/bg-menu.jpg);
	
}
.drink img {
	position: absolute;
	right:-100px;
	top:-100px;
	width: 200px;
	z-index: 99;
}
.drink {
	background-image: url(/images/bg-drinks.jpg);
	z-index: 98;
}
.booking {
	background-image: url(/images/bg-booking-2.jpg);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    -o-align-content: center;
    align-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
.gift {
	background-image: url(/images/11.jpg);
}
.kontakt {
	background-image: url(/images/bg-contact.jpg);
}
.cocktails {
	background-image: url(/images/image-cocktails.jpg);
}
.glass {
	background-image: url(/images/image-glass.jpg);
}
.wine {
	background-image: url(/images/image-wine.jpg);
}
.booking div {
	position: relative;
	z-index: 999;
	align-self: center;
}
.booking p {
	color: #f8e2d0;
	padding:0px 0px 20px 0px;
	margin: 0px;
    font-size: 2rem;
}
.booking p span {
    font-size: 1.385rem;
}
.contact_wrap p {
    color: #f8e2d0;
	padding:20px 0px 0px 0px;
	margin: 0px;
    font-size: 2rem;
}
.items .c_50:hover a p {
    color: #fff;
}
.cru {
	background-image: url(/images/bg-cru.jpg);
}
.cru.ludo {
    background-image: url(/images/bg-ludo.jpeg);
}
.cru.coucou {
    background-image: url(/images/bg-coucou.jpg);
}
.items .c_50::before {
	content: "";
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.food::before {
	background-image: url(/images/bg-menu.jpg);
}
.drink::before {
	background-image: url(/images/bg-drinks.jpg);
}
.booking::before {
	background-image: url(/images/bg-booking-2.jpg);
}
.gifts::before {
	background-image: url(/images/banner-play-old.jpg);
}
.items .c_50.active::before {
	opacity:0.00001;
}
#footer {
	background-color: #b3806e;
	color: #fff;
	padding:150px 5% 150px 5%;
	
    font-size: 1.231rem;
	font-family: 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: relative;
	z-index: 1;
}
#footer .inner {
    color: #fff;
}
#footer:before {
    position: absolute;
    top:0px;
    left: 5%;
    width: 90%;
    z-index: 99;
    height: 5px;
    background-color: #665940;
    content: "";
}
#footer a {
	color: #fff;
}
#footer img {
    max-width: 20%;
}
#footer a:hover {
    color: #fff;
    text-decoration: none;
}
.socials {
	position: absolute;
	right:5%;
	top:50px;
	z-index: 2;
	
}
.tiny {
    font-family: 'Conso Light';
    font-size: 0.8631rem;
}
#footer .socials img {
	width: 60px;
	margin-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
    max-width: 100%;
    filter: invert(1);
    filter: brightness(100);
}
.socials img:hover, #main_menu .socials img {
	filter: invert(0);
	filter: brightness(0);
}
#main_menu .socials img {
	filter: invert(1);
	filter: brightness(100);
}
.socials a {
	display: inline-block;
	vertical-align: middle;
}
.socials span {
	display: inline-block;
	padding-top:30px;
	vertical-align: middle;
	text-transform: uppercase;
	
    font-size: 0.8231rem;
	font-family: 'Conso', 'Gotham Medium', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #fff;
}
#big_map {
	width:100%;
	height: 100%;
	display: block;
}
.big {
	font-size: 1.6rem;
	font-weight: 200;
}
#main_menu .socials span {
	display: none;
}
#header_wrap .socials {
	top:3px;
	right: 150px;
}
#header_wrap .socials img {
	width: 28px;
	margin-left: 0px;
}

img.repeat {
	position: absolute;
	right:5%;
	top:-100px;
	height: 200px;
	z-index: 99;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
img.repeat:hover {
    transform: rotate(360deg);
}
.cru img {
	position: absolute;
	right: 10%;
	top: 40px;
	width: 15%;
	z-index: 3;
	display: none;
}
.cru h5 {
	color: #fff;
	width: 80%;
	display: block;
	position: absolute;
	top:50%;
	left: 10%;
	z-index: 99;
	background-image: url(/images/logo-cru.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	padding:100px 0px 0px 0px;
	margin:-50px 0px 0px 0px;
    display: none;
}
.menu {
	text-align: center;
	padding-top: 0px;
}
.menu.all {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.inner_content {
	padding-top: 0px;
	text-align: center;
}

.content {
	padding-top:80px;
	padding-left: 20%;
	padding-right: 20%;
}
.inner_content {
    padding-left: 10%;
    padding-right:10%;
}
.content h5 {
	color: #303842;
	padding-bottom: 0px;
	margin-top: 15px;
}
.content p {
	padding-top:5px;
	margin-top: 0px;
}
#banner {
	position: fixed;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	height:100vh;
	z-index: 1;
}
.marg {
	display: block;
	height: 1px;
	margin-bottom: 100vh;
}
/*.banner {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(/images/banner-eat.jpg);
}*/
.eat_bg {
	z-index: 2;
	background-image: url(/images/banner-eat.jpg);
}
.drink_bg {
	background-image: url(/images/banner-drink.jpg);
}
.play_bg {
	background-image: url(/images/banner-play.jpg);
}
#main_menu {
	position: fixed;
	top:-100vh;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 99999999999;
	background-color: #303842;
    color: #f8e2d0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    -o-align-content: center;
    align-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;opacity:0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
    color: #dadada;
}
#main_menu.active {
	opacity: 1;
	top: 0;
}
.lang {
	position: absolute;
	top:400px;
	left:0px;
	width: 100%;
	z-index: 999;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -moz-align-content: center;
    -ms-align-content: center;
    -webkit-align-content: center;
    -o-align-content: center;
    align-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}
.lang .socials {
	position: relative;
	z-index: 1;
	top: auto;
	right: auto;
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}
#main_menu .lang a.active {
	color: #fff!important;
}
.lang .socials img {
	margin-left:0px;
    width: 30px;
}
.lang .socials img:last-of-type {
	margin-left: 0px;
}
#main_menu img.logo_text {
    position: absolute;
    top:7.5%;
    left:50%;
    width: 300px;
    margin-left: -150px;
    z-index: 99;
}
#main_menu a {
    color: #f8e2d0!important;
}
#main_menu a:hover {
	color: #fff!important;
}
.inner_banner {
    background-image: url(/images/banner-eat.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-bottom: 60px;
}
#contact_wrap section {
    background-color: #303842;
    color: #fff;
}
#contact_wrap section h5 {
    color: #fff;
}
.negative {
    margin-left:-10px;
    margin-right:-10px;
}
.negative .inner {
    margin-left: 10px;
    margin-right: 10px;
}
#contact_wrap input[type=text], #contact_wrap select{
    padding:20px 5% 10px 5%;
    border:none;
    width: calc(90% - 20px);
    margin:0px 10px 25px 10px;
    background-color: #fff;
}
#contact_wrap select{
	width: calc(100% - 20px);
}
#contact_wrap textarea {
    border:none;
    background-color: #fff;
    padding:20px 5% 10px 5%;
    margin:0px 10px 25px 10px;
    width: calc(90% - 20px);
    min-height: 101px;
}
form {
    padding-top:50px;
}
input[type=submit]{
    background: none;
    border:none;
    text-align: right;
    text-transform: uppercase;
    font-size: 2rem;
    display: block;
    width: 100%;
}
#map, #gmap_canvas {
    height: 50vh;
    width: 115%;
    margin-left:-25%;
    margin-top: 120px;
}
.gallery {
    background-color: #303842;
}
.gallery .c_100, .gallery .c_50 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height:50vh;
}
table td {
    padding:6px 10px;
    text-align: left;
}
.mobile_only {
    display: none;
}
h5 a {
    background-image: url("/images/icon-menu.png");
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center top;
    display: block;
    padding-top:50px;
}


@media only screen and (max-width:1024px) {
	
}
/* Landscape ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	
}
/* Portrait ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}
@media only screen and (max-width:768px) {
    .intro .holder a, #main_menu .opts a {
        font-size: 1.692rem;
        margin:0px 10px;
    }
	.intro .holder a {
		display: block;
		font-size: 3rem;
		line-height: 130%;
	}
    .explore {
        padding-bottom: 40px;
    }
    #header_wrap img, .menu img, .inner_content img, .inner_banner img {
	    width: 100px;
	    margin-top: 20px;
    }
    .takeaway {
        display: none;
    }
    
    #header_wrap .socials {
        top: 3px;
        right: auto;
        left:10px;
    }
    .holder p {
        display: block;
        padding:0px 10%;
    }
    .c_50 {
        width: 100%;
    }
    .drink img {
        display: none;
    }
    #main_menu .opts a {
	    font-size: 1.385rem;
        display: block;
    }
    .lang {
        top: 20px;
    }
    .cross {
        position: absolute;
        right:20px;
        top:50%;
        width: 40px;
        height: 40px;
        z-index: 99;
        margin-top: -20px;

        display: block;
    }
    .lang .socials {
        display: none;
    }
    .mobile_hide {
        display: none;
    }
    .mobile_only {
        display: block;
    }
    .booking.mobile_only {
        display: flex;
    }
	#header_wrap .socials, img.rotate {
		display: none;
	}
	.negative {
    	margin-left:0px;
    	margin-right:0px;
	}
	.holder {
		padding-top:55px;
	}
	.block {
    	padding: 0px 0% 0px 0%;
	}
	p.large {
    	font-size: 1.538rem;
    	display: block;
    	margin-right:5%;
    	margin-left:0%;
	}
	#container {
		display: block;
		overflow: hidden;
	}
	section {
		padding:50px 5%;
	}
	.items .c_50 a {
		letter-spacing: 3px;
	}
	.items .c_50 a span {
    	font-size: 2rem;
	}
	.items .c_50.short a span {
    	font-size: 1.231rem;
		margin-bottom: 10px;
	}
	img.repeat {
    	top: -50px;
    	height: 100px;
	}
	#footer .socials {
    	position:relative;
    	right: auto;
    	top: 0px;
    	z-index: 2;
		padding-top:10px;
	}
	.socials img {
    	margin-left: 0px;
		margin-right: 20px;
	}
	#footer {
		padding-top: 100px;
	}
	.intro a:hover span, #main_menu .opts a:hover span {
		width: 0%;
	}
	.short {
		height:50vh!important;
	}
	#map, #gmap_canvas {
    	height: 50vh;
    	width: 100%;
    	margin-left:0%;
    	margin-top: -50px;
		margin-bottom: 40px;
	}
	#contact_wrap input[type="text"], #contact_wrap textarea, #contact_wrap select {
		width: 90%;
		margin: 0px 0px 25px 0px;
		border-radius:0px;
	}
	#contact_wrap select {
		width: 100%;
	}
	.intro p {
		font-size: 0.8231rem;
		display: none;
	}
    .intro p:last-child {
        display: block;
    }
    .msg {
		padding:20px;
	}
	.msg img {
		max-width: 100px;
	}
    .holder a.btn {
        display:block;
        font-size: 1rem;
        background-color: #303842;
        color: #fff;
        padding:10px 10px;
        margin-top: 20px;
    }
    #top {
        padding:20px 0px;
    }
    #top img {
        max-width: 35%;
    }
    .hamburger {
        top: 45%;
    }
    .hamburger-box {
        width: 70px;
        height: 20px;
        display: inline-block;
        position: relative;
    }
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 70px;
        height: 2px;
        background-color: #665940;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
    }
    .inner_banner .hamburger-inner, .inner_banner .hamburger-inner::before, .inner_banner .hamburger-inner::after {
        background-color: #ccc;
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block;
    }
    .hamburger-inner::before {
        top: -8px;
        width: 70px;
    }
    .hamburger-inner::after {
        top: -8px;
        width: 35px;
    }
    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
    }
    .hamburger--collapse .hamburger-inner::after {
        top: -16px;
    }
    .hamburger--collapse .hamburger-inner::before {
    }
    .hamburger--collapse.is-active .hamburger-inner {
        width: 35px;
        background-color: #fff;
    }
    .hamburger--collapse.is-active .hamburger-inner::after {
        width: 70px;
        background-color: #fff;
    }
    .hamburger--collapse.is-active .hamburger-inner::before {
        width: 35px;
        background-color: #fff;
    }
    .banner {
        padding-top: 150px;
    }
    .banner:after {
        padding-bottom: 50px;
    }
    h5 {
        padding-left: 0px;
    }
    .portrait {
        margin-bottom: 20px;
    }
    .booking p, .contact_wrap p {
        font-size: 1.231rem;
    }
    .booking p span {
        font-size: 1.154rem;
    }
    #footer img {
        max-width: 50%;
    }
    .negative .inner {
        margin:0px;
    }
    #footer {
        padding-bottom: 50px;
        font-size: 1rem;
    }
    #footer .c_25 {
        width: 100%;
    }
    #footer .inner {
        padding:0px;
    }
    #footer .socials img {
	    width: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }
    #main_menu img.logo_text {
        width: 50%;
        margin-left: 25%;
        left: 0px;
    }
    a.btn::before, .contact h5::before, #contact_wrap h5::before {
        display: none;
    }
    .contact {
        padding: 50px 5%;
    }
    img.strapline {
    width: 76%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    margin-left: -38%;
    margin-top: -15%;
}
}