/*
Small (smaller than 640px)
Medium (641px to 1007px)
Large (1008px and larger)
*/


/*********************************************************** SMALL SCREEN */	
	#index-banner-video-box {
		display: none;
	}
	
	#index-latest-news-inner {
		width: calc(100% - 40px);
		margin: 0px auto;
	}
	#index-latest-news-title {
		display: none;
	}
	#index-latest-news-title-m {
		display: block;
	}
	#index-latest-news-button-m {
		display: block;
	}
	
	.about-chef-box {
		width: calc((((100vw - 40px) - 0px) / 1) - 0px);
	}
	
	.about-chef-image {
		width: 100%;
		height: calc((((100vw - 40px) - 0px) / 1) - 0px);
	}
	
	.index-section-text {
		width: 70%;
		max-width: none;
		margin: 50px 0px 50px 0px;
		
		font-size: 14px;
		line-height: 32px;
	}
	
	.title-top-spacing {
		height: 70px;
	}
	
	#index-latest-news-container {
		width: 100%;
	}
	
	#index-products-wrapper-image {
		display: none;
	}
	#index-products-wrapper-image-m {
		display: block;
	}
	
	#index-our-story-bg {
		display: none;
	}
	#index-our-story-bg-m {
		display: block;
	}
	
	#index-our-story-mountain-image {
		display: none;
	}
	#index-our-story-mountain-image-m {
		display: block;
	}
	
	#index-our-story-mountain-front-0-image {
		display: none;
	}
	#index-our-story-mountain-front-0-image-m {
		display: block;
	}
	#index-our-story-mountain-front-1-image {
		display: none;
	}
	#index-our-story-mountain-front-1-image-m {
		display: block;
	}
	
/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#index-banner-video-box {
		display: block;
	}
	
	#index-latest-news-inner {
		width: calc(100% - 80px);
		margin: 0px auto;
	}
	#index-latest-news-title {
		display: inline-block;
	}
	#index-latest-news-title-m {
		display: none;
	}
	#index-latest-news-button-m {
		display: none;
	}
	
	.about-chef-box {
		width: calc((((100vw - 80px) - 200px) / 3) - 20px);
	}
	
	.about-chef-image {
		width: 100%;
		height: calc((((100vw - 80px) - 200px) / 3) - 20px);
	}
	
	.index-section-text {
		width: 100%;
		max-width: 550px;
		margin: 30px 0px 50px 0px;
		
		font-size: 15px;
		line-height: 38px;
	}
	
	.title-top-spacing {
		height: 100px;
	}
	
	#index-latest-news-container {
		width: calc(100% - 200px);
	}
	
	#index-products-wrapper-image {
		display: block;
	}
	#index-products-wrapper-image-m {
		display: none;
	}
	
	#index-our-story-bg {
		display: block;
	}
	#index-our-story-bg-m {
		display: none;
	}
	
	#index-our-story-mountain-image {
		display: block;
	}
	#index-our-story-mountain-image-m {
		display: none;
	}
	
	#index-our-story-mountain-front-0-image {
		display: block;
	}
	#index-our-story-mountain-front-0-image-m {
		display: none;
	}
	#index-our-story-mountain-front-1-image {
		display: block;
	}
	#index-our-story-mountain-front-1-image-m {
		display: none;
	}
}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 1100px) {
	.about-chef-box {
		width: calc((((100vw - 80px) - 200px) / 4) - 20px);
	}
	
	.about-chef-image {
		width: 100%;
		height: calc((((100vw - 80px) - 200px) / 4) - 20px);
	}
}

/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1380px) {
	#index-banner-video-box {
		display: block;
	}
	
	#index-latest-news-inner {
		width: calc(100vw - ((100vw - (1300px - 40px - 160px)) / 2));
		margin: 0px 0px 0px auto;
		
	}
	#index-latest-news-title {
		display: inline-block;
	}
	#index-latest-news-title-m {
		display: none;
	}
	#index-latest-news-button-m {
		display: none;
	}
	
	.about-chef-box {
		width: calc((((100vw - ((100vw - (1300px - 40px - 160px)) / 2)) - 200px) / 4) - 20px);
	}
	
	.about-chef-image {
		width: 100%;
		height: calc((((100vw - ((100vw - (1300px - 40px - 160px)) / 2)) - 200px) / 4) - 20px);
	}
	
	.index-section-text {
		width: 100%;
		max-width: 550px;
		margin: 30px 0px 50px 0px;
		
		font-size: 15px;
		line-height: 38px;
	}
	
	.title-top-spacing {
		height: 100px;
	}
	
	#index-latest-news-container {
		width: calc(100% - 200px);
	}

	#index-products-wrapper-image {
		display: block;
	}
	#index-products-wrapper-image-m {
		display: none;
	}
	
	#index-our-story-bg {
		display: block;
	}
	#index-our-story-bg-m {
		display: none;
	}
	
	#index-our-story-mountain-image {
		display: block;
	}
	#index-our-story-mountain-image-m {
		display: none;
	}
	
	#index-our-story-mountain-front-0-image {
		display: block;
	}
	#index-our-story-mountain-front-0-image-m {
		display: none;
	}
	#index-our-story-mountain-front-1-image {
		display: block;
	}
	#index-our-story-mountain-front-1-image-m {
		display: block;
	}
}


/***************************************************************************************************************** INDEX */


.index-section-title {
	position: relative;
	width: 100%;
	
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 6px;
	line-height: 30px;
	text-align: left;
}

.index-section-text {
	position: relative;
	
	font-style: normal;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	text-align: left;
}

.title-top-spacing {
	position: relative;
	width: 100%;
}


/***************************************************************************************************************** BANNER */
#index-banner-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100vh - 80px);
	background: transparent;
	margin: 0px;
	
	overflow: hidden;
}

#index-banner-container {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 2000px;
	height: calc(100vh - 80px);
	min-height: 640px;
	
	background: transparent;
	margin: 0px auto;
	
	/*background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/index/index-banner.jpg");*/
	
	overflow: hidden;
}

#index-banner-video-box {
	position: absolute;
	width: 100vw;
	min-width: 1920px;
	height: calc(100vw * (9 / 16));
	min-height: calc(1920px * (9 / 16));
	
	top: 0px;
    left: 50%;

	-moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	
	background: transparent;
}

#index-banner-video {
	min-width: 100%;
	min-height: 100%;
}


/***************************************************************************************************************** OUR STORY */
#index-our-story-wrapper {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px);
	background: transparent;
	margin: 0px;
	
	overflow: hidden;
}
#index-our-story-wrapper:hover #index-our-story-mountain-front-1 {
	opacity: 1;
}

#index-our-story-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/index/index-about-bg.jpg");
}
#index-our-story-bg-m {
	position: absolute;
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url("../assets/images/index/index-about-bg-m.jpg");
}

#index-our-story-mountain {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	
	overflow: hidden;
}

#index-our-story-mountain-front-0 {
	position: absolute;
	top: 1px;
	left: -2px;
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	
	overflow: hidden;
}

#index-our-story-mountain-front-1 {
	position: absolute;
	top: 1px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	
	overflow: hidden;
	
	opacity: 0;
	
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}


/***************************************************************************************************************** SIGNATURE CUISINE */
#index-signature-cuisine-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background: rgb(45, 77, 88);
	margin: 0px;
}

#index-signature-cuisine-slider {
	position: relative;
	width: 100%;
	height: 500px;
	background: transparent;
	margin: 0px;
	
	overflow: hidden;
}

.index-signature-cuisine-image-box {
	position: absolute;
	top: 0px;
	height: 410px;
	background: transparent;
	margin: 0px;
}

.index-signature-cuisine-image {
	position: absolute;
	height: 410px;
	width: calc(410px * (290 / 415));
	
	overflow: hidden;
}
.index-signature-cuisine-image:hover .index-signature-cuisine-image-top {
	opacity: 1;
}
/*.index-signature-cuisine-image:hover .index-signature-cuisine-image-inner {
	transform: scale(1.05);
}*/

.index-signature-cuisine-image-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-position: center;
	background-size: cover;
	
	transform: scale(1.005);
	
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.index-signature-cuisine-image-top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: rgba(0, 0, 0, 0.7);
	opacity: 0.0;
	
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.index-signature-cuisine-info-box {
	width: calc(100% - 50px);
}

.index-signature-cuisine-info-title {
	position: relative;
	width: 100%;
	
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	color: rgb(223, 209, 167);
	letter-spacing: 2px;
	line-height: 18px;
	text-align: center;
}

.index-signature-cuisine-info-subtitle {
	position: relative;
	width: 100%;
	
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	line-height: 18px;
	text-align: center;
}

.index-signature-cuisine-info-line {
	position: relative;
	width: 100%;
	height: 1px;
	
	background: rgb(223, 209, 167);
	margin: 0px;
}

.index-signature-cuisine-info-text {
	position: relative;
	width: 100%;
	
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	color: rgb(223, 209, 167);
	letter-spacing: 1px;
	line-height: 19px;
	text-align: center;
}


/*
#index-signature-cuisine-slider-inner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(100vw - ((100vw - 1300px) / 2));
	height: 500px;
	background: red;
	margin: 0px;
}
*/

/***************************************************************************************************************** PRODUCTS */
#index-products-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: calc(100vh - 80px);
	background: transparent;
	margin: 0px;
	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	
	overflow: hidden;
}


/***************************************************************************************************************** LATEST NEWS */
#index-latest-news-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background: rgb(45, 77, 88);
	margin: 0px;
}

#index-latest-news-inner {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: flex;
	flex-wrap: wrap;
}

#index-latest-news-title {
	position: relative;
	width: 200px;
}

#index-latest-news-title-m {
	position: relative;
	left: 20px;
	width: calc(100% - 21px);
}

#index-latest-news-button-m {
	position: relative;
	left: 20px;
	width: calc(100% - 21px);
	margin: 60px 0px 0px 0px;
}

#index-latest-news-container {
	position: relative;
	top: 0px;
	right: 0px;
	/*width: calc(100% - 200px);*/
	
	display: inline-block;
	
	background: transparent;
	overflow: hidden;
}

.about-chef-box {
	position: relative;
	background: transparent;
}

.about-chef-image {
	position: relative;
	overflow: hidden;
	background: transparent;
}
.about-chef-image:hover .about-chef-image-inner {
	transform: scale(1.08);
}

.about-chef-image-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
	transform: scale(1.005);
	
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}

.index-latest-news-date {
	position: relative;
	width: 100%;
	background: transparent;
	
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	letter-spacing: 1px;
	line-height: 20px;
	text-align: left;
}

.index-latest-news-text {
	position: relative;
	width: 100%;
	background: transparent;
	
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	letter-spacing: 2px;
	line-height: 18px;
	text-align: left;
}