
.bg{
	height: 100%;
}
.image-bg{
	margin-left: auto;
	margin-right: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 580px;
}

.container.tableContainer{
	/*position: relative;*/
	left: -410px;
}
.tableContainer table{
	width:100%;
	height:100%; 
	min-width: 980px;
}
.tableContent{
	padding-top: 98px; 
	padding-bottom: 100px; 
	min-height:555px; 
	height: 100%;
}
.tableContent p{
	font-family: 'Microsoft JhengHei', 'STHeiti Light', 'STHeiti', Arial, sans-serif; 
	font-size:16px; 
	color: black; 
	line-height: 2; 
	/*padding-top: 20px;*/
	padding-bottom: 10px;
}

/*section 0 - cover*/
#section0 .image-bg{
	/*background-color: #000000;*/
	background-image: url(../images/sriracha/wood-bg.jpg);
}

#section0 .navbar{
	position: relative;
}
#section0 .container{
	overflow-y: visible;
	position: relative;
}
#section0 .div1container{
	position: relative;
	top:-70px;
}

#section0 .div1-product-bg{
	position: relative;
	/*left:-410px; */
	top:-142px;
}
#section0 .div1-avacado{
	position: absolute;
	left:-410px; 
	top:-52px;
}
#section0 .div1-beef{
	position: absolute;
	left:-410px; 
	top:37px;
}
#section0 .div1-buttermilk{
	position: absolute;
	left:-410px; 
	top:37px;
}
#section0 .div1-chicken{
	position: absolute;
	left:-410px; 
	top:37px;
}
#section0 .order-now{
	position: absolute;
	right:-290px;
	top:520px;
	width: 100%;
}
#section0 .fb{
	position: absolute;
	right:-290px;
	top:613px;
	width: 100%;
}
#section0 .div1-text{
	position: relative;
	/*top:-294px;
	left:0px;*/
	text-align: center;
}
#section0 .div1-text img{
	margin-top: 10px;
	margin-bottom: 10px;
}
#section0 .div1-text p{
	font-family: "Microsoft JhengHei", "STHeiti Light", "STHeiti", Arial, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

#div1content .cover-menu{
	
}

#div1content{
	text-align: center;
}

 #div1content img{ 
	margin: 0; 
 } 


/*wrapper*/
.wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cover-table{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cover-table td{
	/*padding-top: 130px;*/ 
        padding-top: 0;
	padding-bottom: 80px;
}
.div-title{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top:32px;
}


/*section 1 - sriracha*/
#section1 .image-bg{
	/*background-color: #000000;*/
	background-image: url(../images/sriracha/div2-bg.png)
}

#section1 .container{
	overflow-y: visible;
	position: relative;
}

#section1 .tableContainer table{
	padding-top: 80px; 
	padding-bottom: 100px;
	width: 100%;
	height:100%; 
	text-align: center;
	position: relative;
	left: -410px; 
	top:90px;
}


#section1 .div-text{
	font-family: "Microsoft JhengHei", "STHeiti Light", "STHeiti", Arial, sans-serif;
	font-size: 16px;
	color: #333;
	line-height: 2;
	padding-top: 20px;
	padding-bottom: 10px;
}

#section1 .div2-tnctext{
	font-family: "Microsoft JhengHei", "STHeiti Light", "STHeiti", Arial, sans-serif;
	font-size: 15px;
	color: #333;
	line-height: 2;
	text-align: left;
	margin-left: 500px;
}


#burger-container{
	position: relative;
	width: 1349px;
	height: 800px;
	margin: 0 auto;
	margin-top: -11px;
	box-sizing:border-box;
}
#burger__wrapper{
	position: relative;
	top: 0;left: 0;
	width: 100%;height: 100%;
	box-sizing:border-box;
}
#burger-img{
	position: relative;
	height: 100%;
	/*width: 100%;*/
}
#burger-container .burger{
	position: absolute;
	width: auto;
	height: 170%;
	top: -50%;
	left: 50%;
	z-index: 9;
	opacity: 0;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#burger-container .burger.active{
	opacity: 0.6;
}
#burger-container .burger.burger-all{
	position: relative;
	display: block;
	z-index: 8;
	opacity: 1;
}
#burger-container .order{
	position: absolute;
	bottom: 6%;right: 0;
	z-index:20;
}
#burger-container .fb_btn{
	position: absolute;
	bottom: 0%;right: 0;
	z-index:21;
}
#burger-container .hoverArea-1{
	z-index: 11;
	position: absolute;
	width: 590px;
    height: 590px;
	top: 2%;
    left: 28%;
	cursor: pointer;
	/*background-color: rebeccapurple;*/
}
#burger-container .hoverArea-2{
	z-index: 11;
	position: absolute;
	width: 200px;height: 200px;
	bottom: 20%;left: 40%;
	cursor: pointer;
}
#burger-container .hoverArea-3{
	z-index: 11;
	position: absolute;
	width: 200px;height: 200px;
	right: 20%;top: 15%;
	cursor: pointer;
}