* {
	box-sizing: border-box;
}

@font-face {
  font-family: 'CormorantUnicase-Medium';
  src: url('../fonts/CormorantUnicase-Medium.eot');
  src: url('../fonts/CormorantUnicase-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/CormorantUnicase-Medium.svg#CormorantUnicase-Medium') format('svg'),
       url('../fonts/CormorantUnicase-Medium.ttf') format('truetype'),
       url('../fonts/CormorantUnicase-Medium.woff') format('woff'),
       url('../fonts/CormorantUnicase-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CormorantUnicase-Regular';
  src: url('../fonts/CormorantUnicase-Regular.eot');
  src: url('../fonts/CormorantUnicase-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/CormorantUnicase-Regular.svg#CormorantUnicase-Regular') format('svg'),
       url('../fonts/CormorantUnicase-Regular.ttf') format('truetype'),
       url('../fonts/CormorantUnicase-Regular.woff') format('woff'),
       url('../fonts/CormorantUnicase-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Bold';
  src: url('../fonts/Raleway-Bold.eot');
  src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg'),
       url('../fonts/Raleway-Bold.ttf') format('truetype'),
       url('../fonts/Raleway-Bold.woff') format('woff'),
       url('../fonts/Raleway-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Light';
  src: url('../fonts/Raleway-Light.eot');
  src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg'),
       url('../fonts/Raleway-Light.ttf') format('truetype'),
       url('../fonts/Raleway-Light.woff') format('woff'),
       url('../fonts/Raleway-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg'),
       url('../fonts/Raleway-Medium.ttf') format('truetype'),
       url('../fonts/Raleway-Medium.woff') format('woff'),
       url('../fonts/Raleway-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-Regular';
  src: url('../fonts/Raleway-Regular.eot');
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg'),
       url('../fonts/Raleway-Regular.ttf') format('truetype'),
       url('../fonts/Raleway-Regular.woff') format('woff'),
       url('../fonts/Raleway-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway-SemiBold';
  src: url('../fonts/Raleway-SemiBold.eot');
  src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg'),
       url('../fonts/Raleway-SemiBold.ttf') format('truetype'),
       url('../fonts/Raleway-SemiBold.woff') format('woff'),
       url('../fonts/Raleway-SemiBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

html,
body {
	margin:0px;
	padding:0px;
	width:100%;
}

body {
  background:#dbcfba;
  color:#505050;
  font-size: 16px;
  font-family: 'Raleway-Regular', serif;
}

.clearfix:before,
.clearfix:after {
	content:"";
	display: table;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}

.wrapper {
	max-width:1920px;
	margin:0px auto;
}

.content {
	max-width:1920px;
	width:94%;
	margin:0px auto;
	position:relative;
}

.strech-it {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}

header {
	height:100vh;
	width:100%;
	position:relative;
	overflow:hidden;
}

.headerRow {
	position:absolute;
	z-index:4;
	width:100%;
}

.headerRow .logo {
	display:inline-block;
	margin:40px 0px 0px 9vw;
}

.headerRight {
	position:absolute;
	right:9vw;
	top:70px;
	color:#ffffff;
}

.headerRight .langSelect {
	color:#ffffff;
	margin:0px 5px;
	text-decoration:none;
}

.hamburgerMenu {
	margin-top:23px;
	text-align:center;
	font-size:0px;
}

.hamburgerMenu .hamburger {
	display:inline-block;
	width:40px;
	height:40px;
}

.hamburgerMenu .hamburger span {
	display:inline-block;
	background-color:#ffffff;
	height:2px;
	width:100%;
	margin:5px 0px;
}

.landingHolder {
	height:100vh;
	//background:url("/image/mainImage.jpg") no-repeat;
	//background-size:cover;
	position:relative;
}

.landingBg {
	position:absolute;
	left:0px;
	top:0px;
	width:100vw;
	height:100vh;
	background:rgba(0,0,0,0.3);
	z-index:2;
}

.landingVideo {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media screen and (max-aspect-ratio: 1920/1080) {
	.landingVideo {
		height: 100%;
	}
}
@media screen and (min-aspect-ratio: 1920/1080) {
	.landingVideo {
		width: 100%;
	}
}

.landingQuote {
	position:absolute;
	width:43vw;
	top:50vh;
	left:50vw;
	transform:translate(-50%, -50%);
	color:#ffffff;
	font-family: 'CormorantUnicase-Regular';
	z-index:3;
}

.landingText {
	font-size:2em;
}

.landingName {
	font-size:1.5em;
	text-align:right;
}

.menuHolder {
	width:100%;
	height:100vh;
	position:absolute;
	top:0px;
	left:100%;
	background-color:rgba(0,0,0,0.7);
	z-index:5;
	transition:left 0.3s;
}

.menuHolder.active {
	left:0px;
}

.closeMenu {
	position:absolute;
	right:18vw;
	top:70px;
	color:#ffffff;
	text-align:center;
}

.closeMenu div {
	font-size:1.2em;
	text-transform:uppercase;
}

.closeMenu a {
	color:#ffffff;
	font-size:2em;
	display:inline-block;
	width:40px;
	height:40px;
	margin-top:10px;
	position:relative;
}

.closeMenu a span {
	width:35px;
	height:2px;
	background:#ffffff;
	display:inline-block;
	position:absolute;
	top:20px;
	left:3px;
	transform:rotate(45deg);
}

.closeMenu a span:nth-child(2) {
	transform:rotate(-45deg);
}

.mainMenu {
	width:100%;
	text-align:center;
	///margin-top:100px;
	margin-top:45px;
}

.mainMenu p {
	margin:0px;
	padding:20px 0px;
}

.mainMenu a {
	display:inline-block;
	color:#ffffff;
	font-size:2.2em;
	text-decoration:none;
	text-transform:uppercase;
}

.mainMenu a:hover {
	text-decoration:underline;
}

.menuFooter {
	text-align:center;
	position:absolute;
	bottom:5vh;
	left:0px;
	width:100%;
}

.menuFooter,
.menuFooter a {
	color:#dbcfba;
}


.aboutUs {
	display:table;
}

.aboutUsLeft,
.aboutUsRight {
	width:50%;
	display:table-cell;
}

.aboutUsLeft {
	background:url("/image/aboutusBg.jpg") no-repeat #2e2e2e;
	background-size:cover;
	padding:200px 4.5% 200px 9%;
	color:#ffffff;
}

.aboutUsLeft h1 {
	font-family: 'Raleway-Medium';
	text-transform:uppercase;
	margin:0px;
	font-size:1em;
	font-weight:normal;
}

.aboutUsLeft h2 {
	font-family: 'CormorantUnicase-Regular';
	margin:0px;
	font-size:3em;
	font-weight:normal;
	padding-bottom:20px;
}

.aboutUsLeft h3 {
	font-family: 'Raleway-Light';
	margin:0px;
	font-size:1em;
	font-weight:normal;
	line-height:1.6em;
}

.aboutUsRight {
	background:url("/image/aboutusImage.jpg") no-repeat;
	background-size:cover;
}

.gastro {
	display:table;
}

.gastroLeft,
.gastroRight {
	width:50%;
	display:table-cell;
}

.gastroLeft {
	background:url("/image/gastroImage.jpg") no-repeat;
	background-size:cover;
}

.gastroHtop,
.gastroHbottom {
	font-family: 'Raleway-Medium';
	text-transform:uppercase;
	margin:0px;
	font-size:1em;
	font-weight:normal;
}

.gastroHbottom {
	text-align:right;
	padding-bottom:30px;
}

.gastroHmiddle {
	font-family: 'CormorantUnicase-Regular';
	margin:0px;
	font-size:2.7em;
	font-weight:normal;
}

.gastroText {
	font-family: 'Raleway-Light';
	line-height:1.6em;
}

.gastroRight {
	padding:200px 9% 200px 4.5%;
}

.weekly {
	background:url("/image/weeklyBg.jpg") repeat-y #2e2e2e 0% 0%;
	position:relative;
	text-align:center;
}

.weeklyText {
	padding:65px 0px;
	position:relative;
	z-index:2;
}

.weeklyText h2 {
	margin:0px;
	padding-bottom:15px;
	font-family: 'CormorantUnicase-Regular';
	font-size:1em;
	text-transform:uppercase;
	line-height:2em;
	color:#ffffff;
	display:inline-block;
	border-bottom:1px solid #505050;
	margin-bottom:30px;
}

.weeklyText h2 span {
	color:#505050;
	padding:0px 15px;
	font-size:2.5em;
	display:inline-block;
	vertical-align:middle;
	letter-spacing:0.3em;
	line-height: 1.3em;
}

.weeklyHolder {
	display:flex;
	justify-content: center;
	//align-items:flex-start;
	font-family:'CormorantUnicase-Regular';
}

.weeklyBox {
	padding:0px 40px;
}

.weeklyBox p {
	margin:10px 0px 4px 0px;
	font-family: 'Raleway-SemiBold';
	font-size:1.3em;
}

.weeklyBox div {
	margin-bottom:6px;
}

.weeklyBox span {
	font-size:1.2em;
}

.weeklyHolder .divider {
	width:1px;
	background:#505050;
}




.daily {
	background:url("/image/dailyLeft.jpg") repeat-y #2e2e2e 0% 0%;
	position:relative;
	color:#ffffff;
	text-align:center;
}

.dailyRight {
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	background:url("/image/dailyRight.jpg") repeat-y #2e2e2e 0% 0%;
	width:375px;
}

.dailyText {
	padding:65px 0px;
	position:relative;
	z-index:2;
}

.dailyText h2 {
	margin:0px;
	padding-bottom:40px;
	font-family: 'CormorantUnicase-Regular';
	font-size:1em;
	text-transform:uppercase;
	line-height:2em;
}

.dailyText h2 span {
	color:#dbcfba;
	padding:0px 15px;
	font-size:2.5em;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:0.3em;
}

.dailyOffer {
	padding:10px 0px;
}

.dailyOffer h3,
.dailyOffer h4,
.dailyOffer p {
	margin:0px;
	font-weight:normal;
}

.dailyOffer p {
	font-family: 'CormorantUnicase-Medium';
}

.carte {
	position:relative;
	background:#ffffff;
}

.carte .divider {
	height:6px;
	background:url("/image/divider.png") repeat;
	position:absolute;
	top:-6px;
	left:0px;
	width:100%;
}

.carte .carteCat {
	padding-bottom:20px;
}

.carte .carteCat:nth-of-type(2n+1) {
	background-color: #f1f2f2;
}

.carte .carteCat h2 {
	margin:0px;
	padding:70px 0px 50px 0px;
	text-align:center;
	font-family: 'CormorantUnicase-Regular';
	color:#dbcfba;
	text-transform:uppercase;
	line-height:2em;
}

.carte .carteCat h2 span {
	color:#000000;
	font-size:2em;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:0.3em;
	padding:0px 20px;
}

.carteSubCat {
	width:64%;
	margin:0px auto;
	padding:20px 0px;
}

.carte .carteSubCat h3 {
	margin:0px;
	padding:20px 0px;
	text-align:center;
	border-bottom:1px solid #dbcfba;
	font-family: 'CormorantUnicase-Regular';
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:1.9em;
	margin-bottom:10px;
}

.carteItem {
	padding:12px 0px;
	display:table;
	width: 90%;
	margin:0px auto;
}

.carteItem .itemLeft {
	display:table-cell;
}

.carteItem .itemRight {
	display:table-cell;
	width:10%;
	font-family: 'CormorantUnicase-Medium';
	vertical-align:top;
	font-size:1.3em;
}

.carteItem .itemName {
	font-family: 'Raleway-SemiBold';
	text-transform:uppercase;
	font-size:1.3em;
	padding-right:10px;
}

.carteItem.multiline .itemName {
	display:block;
	padding-right:0px;
}


.programs {
	position:relative;
}

.programs .divider {
	height:6px;
	background:url("/image/dividercolor.png") repeat;
	position:absolute;
	top:-6px;
	left:0px;
	width:100%;
}

.programs {
	padding:65px 0px;
}

.programs h2 {
	margin:0px;
	padding-bottom:65px;
	text-align:center;
	font-family: 'CormorantUnicase-Regular';
	color:#ffffff;
	text-transform:uppercase;
	line-height:2em;
}

.programs h2 span {
	color:#000000;
	font-size:2em;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:0.3em;
	padding:0px 20px;
}

.programSlider {
	width:64%;
	margin:0px auto;
	overflow:hidden;
	white-space:nowrap;
}

.programSliderInner {
	transition:transform 0.3s, height 0.3s;
}

.progItem {
	display:inline-block;
	vertical-align:top;
}

.progImage {
	height:40vh;
	min-height:300px;
	max-height:500px;
	width:100%;
	background-repeat:none;
	background-size:cover;
}

.progItem h3 {
	font-family: 'CormorantUnicase-Regular';
	font-weight:normal;
	margin:0px;
	padding-top:40px;
	font-size:2.5em;
}

.progItem h4 {
	font-family: 'Raleway-Medium';
	font-weight:normal;
	margin:0px;
	font-size:1em;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
}

.progItem h5 {
	font-family: 'Raleway-Light';
	margin:0px;
	font-size:1em;
	font-weight:normal;
	padding:20px 0px;
	text-align:justify;
}

.progPager {
	text-align:center;
	font-size:4em;
}

.progPager a {
	color:#000000;
	display:inline-block;
	width:60px;
	text-align:center;
	margin:0px 70px;
}

.progPager a.disabled {
	color:#bebebe;
}




.gallery {
	background:#ffffff;
	font-size:0px;
	padding:10px 0px;
}

.gallery a {
	width:25%;
	float:left;
	padding-top:25%;
	display:inline-block;
	position:relative;
	border:10px solid #ffffff;
}

.galItem {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	background-repeat:none;
	background-size:cover;
}


.contact {
	background:url("/image/dailyLeft.jpg") repeat-y #2e2e2e 0% 0%;
	position:relative;
	color:#ffffff;
	text-align:center;
	padding:50px 0px;
}

.contactCenter {
	position:relative;
	z-index:2;
}

.contactRight {
	height:100%;
	position:absolute;
	top:0px;
	right:0px;
	background:url("/image/dailyRight.jpg") repeat-y #2e2e2e 0% 0%;
	width:375px;
}

.contact p {
	margin:0px;
}

.contact h3 {
	font-family: 'CormorantUnicase-Regular';
	font-size:2em;
	display:inline-block;
	font-weight:normal;
	padding:32px 70px 20px 70px;
	margin:0px;
}

.contact h4 {
	border-top:1px solid #dbcfba;
	margin:0px;
	font-weight:normal;
	display:inline-block;
	padding:20px 0px 20px 0px;
	font-size:1.6em;
}

.contact h5 {
	font-family: 'Raleway-Light';
	display:inline-block;
	font-weight:normal;
	width: 64vw;
}

.contactTable {
	padding-top:30px;
	display:table;
	width: 64vw;
	margin:0px auto;
}

.contactCell {
	display:table-cell;
	width:33.333%;
}

.contactCell p {
	margin:0px;
	padding:15px 0px;
	font-size:1.2em;
	font-family: 'CormorantUnicase-Regular';
}

.contactCell span {
	font-size:0.8em;
}

.contactCell a {
	color:#ffffff;
	text-decoration:none;
}


.gmap {
	font-size:0px;
}


footer {
	background-color:#000000;
	color:#ffffff;
}

footer a {
	color:#ffffff;
	text-decoration:none;
}

.footerTable {
	display:table;
	padding:15px 0px;
	width: 64%;
	margin:0px auto;
}

.footerCell {
	display:table-cell;
	width:50%;
}

.footerCell p {
	font-family: 'Raleway-Medium';
	margin:0px;
	padding-bottom:10px;
	text-transform:uppercase;
}

.footerCell span {
	font-size:0.9em;
}

.footerMenu {
	display:inline-block;
	padding-bottom:10px;
}

.footerLeft {
	padding-top:10px;
}

.footerLeft .social {
	margin-right:10px;
}


.toplink {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	bottom: -52px;
	color: #fff;
	display: block;
	font-size: 30px;
	height: 50px;
	line-height: 48px;
	position: fixed;
	right: 15px;
	text-align: center;
	transition: background-color 0.3s ease 0s, bottom 0.3s ease 0s;
	width: 50px;
	z-index: 100;
}

.toplink img {
	margin-top:10px;
}

.toplink.active {
	bottom: 15px;
}

.toplink.active:hover {
	background-color: #ffffff;
	color: #dbcfba;
}

.toplink.active:active {
	color: #fff;
}


@media screen and (max-width: 1024px) {
	.landingQuote {
		width:60vw;
	}
	
	.programSlider,
	.carteSubCat,
	.footerTable {
		width:80%;
	}
	
}

@media screen and (max-width: 900px) {
	.gastroHmiddle {
		font-size:2em;
	}
	
	.aboutUs {
		display:flex;
		flex-direction:column;
	}
	
	.aboutUsLeft,
	.aboutUsRight {
		width:100%;
		display:block;
	}
	
	.aboutUsLeft {
		order:2;
		padding:50px 4.5% 50px 4.5%;
	}
	
	.aboutUsRight {
		padding-top:50%;
		order:1;
	}
	
	.gastro {
		display:block;
	}
	
	.gastroLeft,
	.gastroRight {
		display:block;
		width:100%;
	}
	
	.gastroLeft {
		padding-top:50%;
	}
	
	.gastroRight {
		padding:50px 4.5% 50px 4.5%;
	}
}

@media screen and (max-width: 800px) {
	.gallery a {
		width:50%;
		padding-top:50%;
	}
}

@media screen and (max-width: 768px) {
	.headerRow .logo {
		margin:40px 0px 0px 40px;
	}
	
	.headerRight {
		right:40px;
		top:40px;
	}
	
	.headerRow .logo img {
		height:60px;
	}
	
	.landingText {
		font-size:1.5em;
	}
	
	.landingName {
		font-size:1.1em;
	}
	
	.closeMenu {
		right:40px;
		top:40px;
	}
	
	.mainMenu {
		///margin-top:50px;
		margin-top:75px;
	}
	
	.mainMenu p {
		padding:10px 0px;
	}
	
	.mainMenu a {
		font-size:1.5em;
	}
	
	.footerTable {
		display:flex;
		flex-direction:column;
	}
	
	.footerCell {
		display:block;
		width:100%;
		padding-bottom:15px;
	}
	
	.footerCell:nth-of-type(2) {
		order:1;
	}
	
	.footerCell:nth-of-type(1) {
		order:2;
	}
	
	.footerCell:nth-of-type(2) div {
		display:inline-block;
		padding-left:10px;
	}
	
	.footerCell div:first-child {
		padding:0px;
	}
	
	.footerCell span {
		display:block;
	}
	
	.footerLeft {
		display:inline-block;
		padding-right:15px;
	}
}

@media screen and (max-width: 667px) {
	
	.mainMenu {
		margin-top:15px;
	}
	
	.mainMenu a {
		font-size: 1.2em;
	}
	
	.mainMenu p {
		padding:6px 0px;
	}
	
	.weeklyHolder {
		flex-direction:column;
		align-items:center;
	}
	
	.weeklyHolder .divider {
		height:1px;
		width:65%;
		margin:20px 0px;
	}
	
	.weeklyText h2 span {
		font-size:1.6em;
	}
	
	.carte .carteCat h2 {
		padding: 35px 0px 25px 0px;
	}
	
	.carte .carteCat h2 span {
		font-size:1.2em;
	}
	
	.carte .carteSubCat h3 {
		font-size:1em;
	}
	
	.programs h2 {
		padding-bottom:20px;
	}
	
	.programs h2 span {
		font-size:1em;
	}
	
	.progImage {
		min-height:200px;
	}
	
	.programSlider,
	.carteSubCat,
	.footerTable,
	.contact h5,
	.contactTable {
		width:90%;
	}
	
	.carteItem .itemName {
		font-size:1em;
	}
	
	.carteItem .itemDesc {
		font-size:0.8em;
	}
	
	.menuFooter span {
		display:block;
		padding-bottom:10px;
	}
	
	.menuFooter b {
		display:none;
	}
	
}

@media screen and (max-width: 580px) {
	.dailyRight {
		display:none;
	}
	
	.mainMenu {
		margin-top:90px;
	}
	
	.mainMenu a {
		font-size: 1.5em;
	}
	
	.mainMenu p {
		padding:10px 0px;
	}
}

@media screen and (max-width: 414px) {
	.landingQuote {
		width:85vw;
	}
	
	.dailyText h2 span {
		font-size:1.7em;
	}
	
	.progImage {
		min-height:100px;
		height:25vh;
	}
	
	.progPager {
		font-size:2em;
	}
	
	.progPager a {
		margin:0px 40px;
	}
	
	.footerCell:nth-of-type(2) div {
		width:32%;
		padding:0px;
	}
	
}


