@font-face {
	font-family: 'brandon_grotesqueregular';
	src: url('../fonts/brandon_reg-webfont.woff2') format('woff2'),
		url('../fonts/brandon_reg-webfont.woff') format('woff'),
		url('../fonts/brandon_reg-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'bsru_bansomdejregular';
	src: url('../fonts/bsrubansomdej-regular-webfont.woff2') format('woff2'),
		url('../fonts/bsrubansomdej-regular-webfont.woff') format('woff'),
		url('../fonts/bsrubansomdej-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600&family=Nunito&family=Thasadith:wght@400;700&display=swap');



*:focus,
*:active {
	outline: 0 !important;
	box-shadow: none !important;
}

body {
	animation: fade-in 1s, bg-move 10s linear infinite;
	-webkit-animation: fade-in 1s, bg-move 10s linear infinite;
	font-size: 1em;
	font-family: 'Nunito', sans-serif;
	color: #372717;
}

oz-selection {
	background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
}

ol,
ul {
	margin: 0 !important;
	padding: 0 !important;
}

/*TOP*/

.go-top {
	position: fixed;
	bottom: 2em;
	right: 1em;
	text-decoration: none;
	color: #000;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #372717;
	font-size: 0.9em;
	padding: 5px 10px;
	text-align: center;
	width: 60px;
	height: 60px;
	display: none;
	z-index: 3;
	text-decoration: none;
	border-radius: 0px;
}

.go-top:hover {
	border-color: #fff;
	text-decoration: none;
	color: white;
	transition: ease .5s;
	background-color: #fff;
}

.wrapper_pad {
	width: 75%;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.nopad {
	padding: 0px;
	overflow: hidden;
}


.btn-primary {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.9em;
}

.btn-secondary {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 20px 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-secondary:hover {
	background-color: #fff;
	color: #000;
	border-color: #fff;
}

.bg_welcome {
	background-image: url(../images/welcome_textbg.png);
	width: 100%;
	padding: 3% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -15px;
}

.middleline {
	width: 30px;
	height: 1px;
	background-color: #372717;
	margin: -6px 15px 0;
}

.middleline2 {
	width: 100px;
	height: 1px;
	background-color: #372717;
	margin: 12px 15px 0;
}

.welcome_au {
	display: inline-block;
}

.mainmenu {
	text-align: right;
	font-family: 'brandon_grotesqueregular';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
}

.reserve_btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'brandon_grotesqueregular';
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2b2219+0,81776d+50,2b2219+100 */
	background: #2b2219;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #2b2219 0%, #81776d 50%, #2b2219 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #2b2219 0%, #81776d 50%, #2b2219 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #2b2219 0%, #81776d 50%, #2b2219 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2219', endColorstr='#2b2219', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	padding: 10px 40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	-webkit-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	margin-right: 20px;
}

.reserve_btn a {
	text-decoration: none;
	color: #fff !important;
}

.imgs {
	width: 30px;
}

.imgs2 {
	width: 60%;
}

.mainmenu_top .imgs {
	vertical-align: bottom;
}

.hoverstyle figure {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.hoverstyle figure div {
	position: absolute;
	bottom: 10px;
	left: 15px;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.hoverstyle:hover figure div {
	opacity: 1;
}

.hoverstyle figure a img {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-property: transform;
	transition-property: transform;
	width: 100%;
}

.hoverstyle:hover figure a img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.welcometxt h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 3em;
}

.welcometxt > img {
	margin-top: 10px;
}

.welcome_text_line {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 0.9em;
	margin-top: 60px;

}

.welcome_text_line div {
	display: inline-block;
	vertical-align: top;
}

.verttext {
	font-size: 0.8em;
	position: absolute;
	left: -30px;
	top: 250px;
	transform: rotate(-90deg);
	transform-origin: left center 0;
	letter-spacing: 3px;
}

.left_vert {
	position: relative;
}

.caption_welcome {

	color: #fff;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: 'brandon_grotesqueregular';
	font-size: 0.75em;
}

.iconic_img {
	position: absolute;
	top: 10px;
	right: 30px;
}

.bg_news {
	background-image: url(../images/bg_news.png);
	width: 100%;
	height: auto;
	padding: 3% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}


.news_title h1 {
	text-transform: uppercase;
	font-size: 2.5em;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #fff;
}

.news_title h1 span {
	font-weight: 600;
}

.news_content {
	color: #fff;
}

.news_content h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding-top: 20px;
	font-size: 1.2em;
}

.news_content p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*---- COPORATE-----*/
.banner_coporate {
	background-image: url(../images/coporate_banner.png);
	width: 100%;
	padding: 5% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

.banner_text h2 {
	text-transform: uppercase;
	font-size: 2.5em;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.banner_text h5 {
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1em;
	text-transform: uppercase;
}

/*---- CONTACT ----*/
.bgall {
	background-image: url(../images/bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 2%;
}

.banner_contact {
	background-image: url(../images/contact_banner.png);
	width: 100%;
	padding: 5% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

.contact_bg {
	background-image: url(../images/contact_bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 2% 0%;
}

.btn-success {
	background-color: transparent;
	border: 2px solid #e4cb9c;
	color: #e4cb9c;
	border-radius: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 30px;
}

.btn-success:hover {
	background-color: #512c21;
	color: #e4cb9c;
	border-color: #512c21;
}

/*--------- DINING ------------*/
.banner_dining {
	background-image: url(../images/dining_banner.png);
	width: 100%;
	padding: 5% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
}

.bg_signature {
	background-image: url(../images/bg_dish_04.png);
	width: 100%;
	padding: 5% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}

.dining_bg {
	background-image: url(../images/dining_bg.png);
	width: 100%;
	padding: 5% 0%;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
}

.border_dishes {
	border: 1px solid;
	border-color: rgba(255, 255, 255, .5);
	padding: 8px;
}

.chef_pic > img {
	width: 100%;
}

.dish_box {
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.dish_box h3 {
	font-family: 'Thasadith', sans-serif;
	padding-top: 20px;
}

.dish_box p {
	font-family: 'bsru_bansomdejregular';
	text-transform: uppercase;
	letter-spacing: 2px;
}

.chef_content {
	font-family: 'Montserrat', sans-serif;
}

.chef_content h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.chef_content h5 {
	text-transform: uppercase;
	font-weight: bold;

}

.bg_video {
	background-image: url(../images/images/bg_video.png);
	width: 100%;
	padding: 5% 0%;
	background-size: cover;
	background-position: left;
}

.smalltxt {

	letter-spacing: 1px;
	font-size: 0.8em;
	color: #765b4b;
	font-weight: bold;
	padding-bottom: 15px;
	display: block;
}

.text_video_content {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.linemid_long{
	width: 1px;
	height: 75px;
	background-color: #765b4b;
	margin: 0 auto;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1299px) {
	...
}

@media (max-width: 1199px) {
	.wrapper_pad {
		width: 90%;
	}

	.welcometxt h1 {
		font-size: 2.5em;
	}
}

@media (max-width: 991px) {
	.wrapper_pad {
		width: 95%;
		margin: auto;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.banner_contact,
	.banner_coporate,
	.banner_dining {
		padding: 15% 5%;
	}

	.verttext {
		display: none;
	}
}

@media (max-width: 767px) {
	.video_index{
		margin-top: 50px;
	}
	.btn-secondary {
		padding: 10px 20px;
		font-size: 0.9em;
	}

	.welcome_text_line {
		letter-spacing: 2px;
	}

	.middleline2 {
		width: 30px;
		margin: 10px;
	}

	.banner_contact,
	.banner_coporate,
	.banner_dining {
		padding: 20% 5%;
	}

	.dish_box h3 {
		font-size: 1.5em;
	}

	.welcometxt h1,
	.chef_content h1,
	.news_title h1,
	.banner_text h2 {
		font-size: 2em;
	}
}

@media (max-width: 575px) {
	...
}
