@charset "utf-8";

@font-face {
    font-family: 'schoolbook';
    src: url('../font/ufonts.com_ag-schoolbook-regular-webfont.eot');
    src: url('../font/ufonts.com_ag-schoolbook-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ufonts.com_ag-schoolbook-regular-webfont.woff2') format('woff2'),
         url('../font/ufonts.com_ag-schoolbook-regular-webfont.woff') format('woff'),
         url('../font/ufonts.com_ag-schoolbook-regular-webfont.ttf') format('truetype'),
         url('../font/ufonts.com_ag-schoolbook-regular-webfont.svg#ag_schoolbookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cheltenham';
    src: url('../font/ufonts.com_cheltenham-bold-1-opentype-webfont.eot');
    src: url('../font/ufonts.com_cheltenham-bold-1-opentype-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ufonts.com_cheltenham-bold-1-opentype-webfont.woff2') format('woff2'),
         url('../font/ufonts.com_cheltenham-bold-1-opentype-webfont.woff') format('woff'),
         url('../font/ufonts.com_cheltenham-bold-1-opentype-webfont.ttf') format('truetype'),
         url('../font/ufonts.com_cheltenham-bold-1-opentype-webfont.svg#cheltenhamregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'clearface';
    src: url('../font/ufonts.com_clearface-black-ssi-black-webfont.eot');
    src: url('../font/ufonts.com_clearface-black-ssi-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ufonts.com_clearface-black-ssi-black-webfont.woff2') format('woff2'),
         url('../font/ufonts.com_clearface-black-ssi-black-webfont.woff') format('woff'),
         url('../font/ufonts.com_clearface-black-ssi-black-webfont.ttf') format('truetype'),
         url('../font/ufonts.com_clearface-black-ssi-black-webfont.svg#clearface_black_ssiblack') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* global style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	scroll-behavior: smooth;
}

.clear {
	clear: both;
}
.pad10 {
	padding: 10px;
}
.pad5 {
	padding: 5px;
}

.pad15 {
	padding: 15px;
}

.pad20 {
	padding: 20px;
}

.fl { 
	float:left; 
}
.fr { 
	float:right; 
}
h1,h2,h3,h4,h5,h6 { 
	font-weight:normal; 
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}

/* aro style */
figure, header, nav, menu, section, article, aside, footer { 
	display: block; 
}
body {
	background-color: #a59c8d;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 46px;
	color: #665c52;
	margin-bottom: 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 42px;
	color: #665c52;
	margin-bottom: 20px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 24px;
	color: #665c52;
	margin-bottom: 25px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #665c52;
	margin-bottom: 15px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}	

li,ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}



header {
		background-color: none; 
		height: 0px;
	}
.brandleft {
		float: left;
		width: 230px;
		margin: 15px 0px 0px 100px;
		left: 0;
	    position: fixed;
		z-index: 100;	
	}
.brandleft .logo {
	width: 230px;
	
    }
.navright {
		float: right;
		right: 0;
		width: 280px;
		margin: 60px 35px 0px 0px;	
		position: fixed;
		z-index: 100;
	 
	    
		
	}
.navright a.box1 {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: .5px;
		color: #e9e2cf;
		padding: 10px 25px 10px 25px;
  		border: 1px solid #e9e2cf;
		margin-top: 0px !important;
		float:left;
		left: 0px;
		
	}
.navright a:hover.box1 {
		text-decoration: none;
		
	}

/* Dropdown Button */
	.dropbtn {
  	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	border:none;
	width: 45px;
	height: 35px;
	background-image: url("../images/navline.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: 20px;	
}

	/* The container <div> - needed to position the dropdown content */
	.dropdown {
  	position: relative;
  	display: inline-block;
}

	/* Dropdown Content (Hidden by Default) */
	.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #242424;
  	min-width: 155px;
  	z-index: 100;
	padding: 15px 0px;
	}

	/* Links inside the dropdown */
	.dropdown-content a {
  	color: #a59c8d;
	font-size: 14px;
  	padding: 12px 20px;
	margin-bottom: 0px;
	margin-top: 0px;
  	text-decoration: none;
  	display: block;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: none;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;
	}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn { }
	

	
	.stretched-video {
	  width: 100%;             /* Spans across the entire container width */
	  height: auto;           /* Set your exact custom height here */
	  object-fit: cover;       /* Stretches and crops the video to fit the box */
	  display: block;  	       /* Removes default inline bottom whitespace gaps */
	  border: none;
}
	.main {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	.sec1 {
		background-color: #1b1b1a;
		text-align: center;
		padding: 220px 15px;
		
	
	}
	.sec1 h1 {		
		color: #928b7f;
	}

	.sec1 p {
		color: #928b7f;
		
		
	}
	.sec1 a.box {
		color: #928b7f;
		font-size: 12px;
		padding: 10px 30px 10px 30px;
  		border: 1px solid #928b7f;
		background-color: transparent;	
	}
	.sec1 a:hover.box {
		text-decoration: none;
		
	}
	
	.full-width-image {
  	width: 100%;          /* Forces the image to take full container width */
  	height: 800px;        /* Set your specific desired height here */
  	object-fit: cover;    /* Prevents distortion by scaling and cropping */
  	object-position: center; /* Centers the image content inside the box */
	}
	.full-width-image-inside {
  	width: 100%;          /* Forces the image to take full container width */
  	height: 800px;        /* Set your specific desired height here */
  	object-fit: cover;    /* Prevents distortion by scaling and cropping */
  	object-position: center; /* Centers the image content inside the box */
	}
	.full-width-image-in {
  	width: 100%;          /* Forces the image to take full container width */
  	height: 380px;        /* Set your specific desired height here */
  	object-fit: cover;    /* Prevents distortion by scaling and cropping */
  	object-position: center; /* Centers the image content inside the box */
	}
	

/*
nav {
	height: auto;
	padding-bottom: 5px;
	padding-top: 10px;
}

nav:after {
	clear: both;
}
*/

	
.sec2 {
	display: flex;		
	}	
.sec2 .right {
		width: 50%;
		float: right;
		}
.sec2 .right .pad {
	padding: 100px 150px;
}
.sec2 .right .pad h1 {	
	}
.sec2 .right .pad p {	
	}
.sec2 .right .pad a.box {
		font-family:  Arial, Helvetica, sans-serif;
		letter-spacing: .5px;
		font-size: 12px;
		padding: 10px 30px 10px 30px;
  		border: 1px solid #665c52;
		color: #665c52;
		background-color: transparent;
	}
.sec2 .right .pad a:hover.box {
		text-decoration: none;
		
	}
.sec2 .left{
		width: 50%;
		float: left;
	 
	}
.sec2 .left img{
		width: 100%;
        height: 100%;
        object-fit: cover;
		
	}

.sec3 {
		margin-bottom: -5px;
	
	}	
.sec4 {
	background-color: #1b1b1a;
	display: flex;
	padding: 150px 70px 100px 70px;
}
.sec4 p {
	color:  #665c52;
}
.sec4 .col {
	width:30%;
	float: left;
	padding: 0px 50px;
}
.sec4{
	clear: both;
}
.sec5 {
	display: flex;	
		
	}	
.sec5 .right {
		width: 50%;
		float: right;
		}
.sec5 .right .pad {
	padding: 100px 150px;
}
.sec5 .right .pad h1 {	
	}
.sec5 .right .pad p {	
	}
.sec5  .right .pad a.box {
		font-family:  Arial, Helvetica, sans-serif;
		letter-spacing: .5px;
		font-size: 12px;
		padding: 10px 30px 10px 30px;
  		border: 1px solid #665c52;
		color: #665c52;
		background-color: transparent;	
	}
.sec5 .right .pad a:hover.box {
		text-decoration: none;
		
	}
.sec5 .left{
		width: 50%;
		float: left;
	}
.sec5 .left img{
		width: 100%;
        height: 100%;
        object-fit: cover;
		object-position: right;
	}


/*menu page*/
.menu {
	
	display: flex;  
	}	
.menu .right {
		padding-top:130px;
		padding-bottom: 80px;
		width: 50%;
		float: right;
		background-color: #a59c8d;
		}
.menu .right .pad {
	padding: 50px 150px;
}
.menu .right .pad h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 46px;
	color: #665c52;
	margin-bottom: 50px;
}
.menu .right .pad h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #665c52;
	margin-bottom: 0px;
}
.menu .right .pad p {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 16px;
	line-height: 28px;
	color: #665c52;
	margin-bottom: 45px;
	margin-top: 25px;
}
.menu .right .pad p.note {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 14px;
	line-height: 28px;
	color: #665c52;
	margin-bottom: 25px;
}
.menu .right .pad ul li {
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	font-size: 14px;
	line-height: 18px;
	color: #665c52;
	margin-bottom: 15px;
	margin-left: 15px;
}
.menu .right .pad .menu01{
	float: left;
	width: 50%;
	
}
.menu .right .pad .menu02{
	float: right;
	width: 40%;
	
}
.menu .right .pad a.box {
		font-family:  Arial, Helvetica, sans-serif;
		letter-spacing: .5px;
	  	color: #665c52;
		font-size: 12px;
		padding: 10px 30px 10px 30px;
  		border: 1px solid #665c52;
		background-color: transparent;
	}
.menu .right .pad a:hover.box {
		text-decoration: none;
		
	}
.menu .left{
		width: 50%;
		float: right;
	 
	}
.menu .left img{
		width: 100%;
        height: 100%;
        object-fit: cover;
		object-position: center;
		
	}


.secloc {	
	display: flex;
	flex-direction: row-reverse;
	}	

.secloc .right2{
		width: 50%;
	 	
	}
.secloc .right2 img{
		width: 100%;
		height: 100%;
        object-fit: cover;
	}
.secloc .left2 {
		width: 50%;
		
		background-color: #1b1b1a;
		}
.secloc .left2 .pad {
	padding: 140px 150px;
}
.secloc .left2 .pad h1 {	
	}
.secloc .left2 .pad p {	
	}
.secloc .left2 .pad a.box {
		font-size: 12px;
		padding: 10px 30px 10px 30px;
  		border: 1px solid #333333;
		background-color: transparent;
	}
.secloc .left2 .pad a:hover.box {
		text-decoration: none;
		
	}
footer {
	background-image:url("../images/footbg.jpg");
	padding: 210px 120px 100px 120px;
	margin-top: 0px;
}
footer h2{
	
	color: #a59c8d;
	font-size: 23px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 45px;    
}
footer h3{
	
	color: #a59c8d;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin-bottom: 5px;    
}
footer p {
	color: #a59c8d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	line-height: 20px;
	margin-bottom: 35px !important;
    
}
footer p.small {
	font-size: 13px !important; 
}
	.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 3s;
}
video {
	width: 100%;
	height: auto;
}
footer a.box {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: .5px;
	font-weight: normal;
	color: #a59c8d;
	margin-bottom: 15px;
	font-size: 12px;
	padding: 10px 30px 10px 30px;
  	border: 1px solid #a59c8d;
	background-color: transparent;
	text-transform: uppercase;
}
footer a.box {
	text-decoration: none;
}


@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.moveRemove {
	animation-name: textOut;
	animation-duration: 1.2s; /* sets the time of animation */
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-delay: 0s;
	animation-play-state: normal;
	animation-direction: normal;
	animation-fill-mode: forwards;
}	
	@keyframes textOut {
		0% {
  		opacity: 1;
  
	}
		100% {
 		 opacity: 0;
	}
	}

	
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}


.sec1_in {
		margin-bottom: -5px;
	
	}
.sec2_in {
	background-color:#1b1b1a;
	display: flex;
		
	}	
.sec2_in .right {
		width: 50%;
		float: right;
		
		}
.sec2_in .right .pad {
	padding: 80px;
}
.sec2_in .right .pad h1 {	
	color: #928b7f;
	}
.sec2_in .right .pad p {	
	color: #928b7f;
	}
.sec2_in  .right .pad a.box {
		font-size: 12px;
		padding: 10px 30px 10px 30px;
  		border: 1px solid #928b7f;
		background-color: transparent;
		color: #928b7f; 
	}
.sec2_in .right .pad a:hover.box {
		text-decoration: none;
		
	}
.sec2_in .left {
		width: 50%;
		float: left;
		background-image: url("../images/chefjo.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; 
		}
	
	