body {
	font-family: 微軟正黑體, Roboto, 'Varela Round', sans-serif;
	color: #85939b;
	margin: 0px;
	background-image: url(../images/bg.jpg);
}
h1, h2, h3, h4, h5, h6 {
    color: #232a2f;
}
h3, h4, h5 {
    font-weight: 200;
    margin-bottom: 30px;
}
p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
iframe{
    border:0;
    outline: 0;
}
.header-content {
    margin-bottom: 40px;
    color: #FFF;
    text-align: center;
}
.header-content h2 {
    font-weight: 300;
    font-size: 40px;
}
.header-content h3 {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 24px;
}
ul.list li:before {
    position: absolute;
    left: 3px;
}
ul.list {
    padding-left: 28px;
    padding-bottom: 10px;
    list-style: none;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/*
    [ GENERAL ELEMENTS ]
*/
 a {

	text-decoration: none;
}
a:hover {
    text-decoration: none;
}
#main-wrapper {
    width: 100%;
    position: relative;
}
blockquote {
    margin-left: 20px;
}
blockquote p {
    margin-bottom: 10px !important;
}
code {
    display: block;
    padding: 4px 8px;
    font-size: 90%;
    color: #c7254e;
    white-space: inherit;
    background-color: #f9f2f4;
    border-radius: 2px;
}
.by {
	background-image: url(../images/by.png);   
}


/*top*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}




/* ====== 底部宣告 ====== */

footer {
    padding:40px;
}
footer p {
    font-size: 14px;
    text-align: center;
	margin-bottom: 0px;
}
footer .social{
    text-align: center;
    margin-bottom: 20px;
}
footer .social a {
    width: 31px;
    height: 31px;
    position: relative;
    text-align: center;
    color: #202020;
    display: inline-block;
    margin-right: 5px;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #202020;
}
footer .social a:hover {
    background: #202020;
    color: #FFF;
}
footer .social a i{
    line-height: 28px;
}

/* ====== 左邊選單 ====== */

#menu {
	position: fixed;
	width: 220px;
	height: 100%;
	left: 0;
	background-image: url(../images/bg_title_box.jpg);
	-webkit-box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
	z-index: 200;
}


#menu  .logo {
	float: left;
	overflow: hidden;
	width: 80%;
	height: 190px;
	margin: 10%;
	}

#menu .navbar-brand {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo.png) 0px 0px no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	margin: auto;
}
#menu .navbar {
    border-radius: 0;
    background: transparent;
    border: none;
}
#menu .navbar-collapse {
    padding-left: 20px;
}
#menu .navbar-header, #menu .navbar-nav, #menu .navbar-nav li {
	float: none;
	margin-left: -10px;
	text-align: center;	
}
#menu .navbar-default .navbar-nav>li>a {
	font-family: "微軟正黑體", Roboto, 'Varela Round', sans-serif;
	color: #a9997f;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	
}
#menu .navbar-default .navbar-nav>li>a:hover {
	background: rgba(125, 0, 0, 0.54);
	color: #FFCC00;
}
#menu .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>
a:focus {
	color: #FFCC00;
	background-color: #7d0000;
	background-image: url(../images/nav.jpg);
}

#menu .navbar-nav {
    margin: 7.5px -15px;
}


#menu .navbar-nav .opens .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
#menu .navbar-default .navbar-nav .opens .dropdown-menu>li>a {
    color: #777;
}
#menu .navbar-nav .opens .dropdown-menu>li>a {
    line-height: 20px;
}



/* ====== 右邊 ====== */

#container {
    position: relative;
    margin-left: 220px;
}
#container section {
	display: inline-block;
	width: 100%;
}

#container section.gray {
    background: #eceff1;
}


.dark{
	background-image: url(../images/bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}





/* ====== 首頁動畫 ====== */
 #container section.home {
    padding: 0px;
}

.home .bg-parallax {
    background: url(../images/cover.jpg);
    background-color: #222;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    position: relative;
}
.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 15px;
    color: #fff;
}
.intro h2,.intro h3{
    color: #fff;
    margin: 15px;
}


/*首頁flash */
.home .slide-filter {
	display: block;
	position: absolute;
	
}
.home .slide-text {
	position: absolute;
	display: block;
	bottom: 20%;
	right: 0;
	left: -220px;
	width: 40%;
	padding: 30px;
	z-index: 22;
	max-width: 800px;
	text-align: center;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
.home .slide-text h2 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #fff;
	position: relative;
	margin: 10px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.home .slide-text span {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	position: relative;
	padding-bottom: 60px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.home .slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    width: 95%;
    bottom: 0%;
    height: 45px;
}
.home .slides-navigation a {
    position: absolute;
    font-size: 40px;
    font-weight: 300;
    top: 0;
    right: 0;
    line-height: 35px;
    z-index: 1;
    bottom: 21px;
    color: #232a2f;
}
.home .slides-navigation a:hover {
    color: #DDAD02;
}
.home .slides-navigation a.prev, .home .slides-navigation a.next {
    background: #f7f8f9;
    width: 45px;
    height: 45px;
    text-align: center;
}
.home .slides-navigation a.prev {
    right: 47px;
}


@media(max-width:481px){
.home .slide-text {
	width: 80%;
}
	#menu  .logo {
	float: left;
	overflow: hidden;
	width: 60%;
	height: 60px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 15px;
	}

}

/*手機版選單 */
 .blog-author {
    margin: 40px 0;
    padding: 0 20px 40px 20px;
    border: 1px solid #e5e8eb;
    position: relative;
    background: #eceff1;
}
.blog-author .blog-author-content {
    position: relative;
    display: block;
}
.blog-author figure {
    position: relative;
}
.blog-author .blog-author-info {
    margin-left: 120px;
    position: absolute;
    top: 0;
}
.blog-author .blog-author-info p {
    position: relative;
}






/* Responsive CSS */
@media only screen and (max-width: 767px){ 

  
    #menu {
        position: absolute;
        width: 100%;
        height: auto;
        z-index: 99999;
    }
    .sidebar {
        padding-left: 15px;
    }
    #menu .navbar {
        padding-top: 20px;
    }
    #menu .navbar-brand {
        padding-bottom: 0;
    }
    #container {
        margin-left: 0;
    }
    .home .slide-text {
        left: 0;
		width: 60%;
    }

    .home .slides-navigation {
        bottom: 0%;
        height: 40px;
        top: inherit;
    }
    .home .slide-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home .slide-text span {
        font-size: 18px;
        line-height: 27px;
    }
    .services .services-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #DDAD02;
        text-align: center;
        font-size: 30px;
        color: #FFF;
        margin: 10px 0 20px;
        position: relative;
        line-height: 70px;
    }    
    
}



@media only screen and (min-width: 768px) and (max-width: 991px){ 
  
    #menu .navbar-nav a,#menu .navbar-nav li{
        float: left;
    }


}

@media(max-width:767px){
	
	#menu  .logo {
	float: left;
	overflow: hidden;
	width: 30%;
	height: 60px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 15px;
	}

#menu .navbar-brand {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo2.png) 0px 0px no-repeat;
	background-size: 100%;
	text-indent: -9999px;
	margin: auto;
}
#container section {
  padding: 35px;
}
}
@media(max-width:481px){
.home .slide-text {
	width: 80%;
}
	#menu  .logo {
	float: left;
	overflow: hidden;
	width: 50%;
	height: 60px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 15px;
	}
#container section {
  padding: 20px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1199px){
    #menu .navbar-header, #menu .navbar-nav, #menu .navbar-nav li{
        float: none;
    }
}
@media only screen and (min-width: 1200px){
    #menu .navbar-header, #menu .navbar-nav, #menu .navbar-nav li{
        float: none;
    }
}









.text-center {
	text-align: center;
	padding-bottom: 0px;
	padding-top: 50px;
}
.text-center h1 {
	font-family: cwTeXMing, "微軟正黑體", "微軟雅黑體", serif;
	font-size: 32px;
	margin: 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
	}
	.text-center p {
	    margin-top: 25px;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
	}
	
		.text-center p span {
	font-size: 24px;
	color: #C30;
	font-weight: 600;
	}
.small-border{
	height:1px;
	width:120px;
	background:#ccc;
	display:block;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
	}
.reservation {
	background-color: #900;
	text-align: center;
	padding: 80px;
	letter-spacing: 1em;
}
.reservation a {
	border: solid 1px rgba(255,255,255,0.5);
	color: #fff !important;
	width: 50%;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: 14pt;
}
.reservation a:hover {
	text-decoration: none;
	color: #333;
	background-color: #FC0;
}






/*關於我們*/
.aboutArea{
	background:#f8f8f8;
	padding: 0;
	}
.aboutArea .wrap{
	margin-top: -320px;
	margin-right: 150px;
	margin-left: 150px;
}
.aboutArea h2{
	text-align: center;
	margin-bottom: 80px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.aboutArea h2 strong{
	display: block;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}
.aboutArea h2 em{
	display: inline-block;
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	position: relative;
	padding: 0 60px 0 65px;
	margin-top: -8px;
	font-style: normal;
	font-variant: normal;
}
.aboutArea h2 em:before{
	content:"";
	position:absolute;
	left:0;
	top:50%;
	width:45px;
	height:1px;
	background:#fff;}
.aboutArea h2 em:after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	width:45px;
	height:1px;
	background:#fff;}
.aboutArea .about_bg{
	height:520px;
	background:url(../images/about_bg.jpg) center center no-repeat;
	background-size:cover;
	background-attachment:fixed;}
.aboutArea .aboutBox{
	background:#fff;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);}
.aboutArea .aboutBox .leftBox{
	width:60%;
	display:inline-block;
	float:left;}
.aboutArea .aboutBox .rightBox{
	width:40%;
	display:inline-block;
	float:right;}
.aboutArea .aboutBox .leftBox .about_Txt{
	width:50%;
	display:inline-block;
	float:left;}
.aboutArea .aboutBox .leftBox .timeBox{
	width:50%;
	display:inline-block;
	float:left;
	background:#de2e2e;
	padding:60px 0 61px 0;
	text-align:center;
	color:#fff;
	position:relative;}
.aboutArea .aboutBox .leftBox .timeBox:after{
	content:"";
	position:absolute;
	top:10px;
	right:10px;
	bottom:10px;
	left:10px;
	border:1px solid rgba(255,255,255,0.7);}
.aboutArea .aboutBox .leftBox .timeBox h4{
	padding-bottom:75px;
	position:relative;}
.aboutArea .aboutBox .leftBox .timeBox h4:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:10px;
	margin-left:-3px;
	width:6px;
	height:34px;
	background:#fff;}
.aboutArea .aboutBox .leftBox .timeBox ul li:last-child h4{
	padding:0;}
.aboutArea .aboutBox .leftBox .timeBox ul li:last-child h4:after{
	display:none;}
.aboutArea .aboutBox .leftBox .timeBox h4 strong{
	font-size:80px;
	font-family:Architecture;
	font-weight:normal;
	letter-spacing:8px;}
.aboutArea .aboutBox .leftBox .timeBox h4 em{
	display: block;
	color: #FFFF00;
	margin-top: 1px;
	line-height: 1.5;
	font-style: normal;
}
.aboutArea .aboutBox .leftBox .about_Txt ul li:last-child {
	display:none;}
.aboutArea .aboutBox .rightBox ul li:first-child{
	display:none;}
.aboutArea .aboutBox .rightBox .ImgBox{
	width:49.54%;
	display:inline-block;
	float:left;}
.aboutArea .aboutBox .rightBox .about_txt{
	width:50.46%;
	display:inline-block;
	float:right;}
.aboutArea .aboutBox .leftBox .Txt{
	padding: 46px 45px 30px 45px;
	background-color: #FFF;
}
.aboutArea .aboutBox .leftBox .Txt h3{
	color:#9caf0c;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding-bottom:14px;
	position:relative;
	margin-bottom:20px;}

.aboutArea .aboutBox .Img img{
	width:100%;
	display:block;}
.aboutArea .aboutBox .Txt p{
	color:#777777;
	line-height:2.4;
	font-size:13px;}
.aboutArea .aboutBox .Txt h3:after{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	width:45px;
	height:1px;
	background:#9caf0c;
	margin-left:-22px;}
.aboutArea .aboutBox .rightBox .Txt{
	padding:50px 20px 20px 30px;
	background-color: #FFF;
	}
.aboutArea .aboutBox .rightBox .Txt p{
	font-size:15px;
	line-height:2.2;}
.aboutArea .aboutBox .rightBox .Txt h3{
	font-size:18px;
	color:#ec8330;
	font-weight:normal;
	text-align:center;
	padding:20px 0;
	position:relative;
	margin:25px 0;}
.aboutArea .aboutBox .rightBox .Txt h3:before{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	margin-left:-15px;
	width:30px;
	height:1px;
	background:#ec8330;}
.aboutArea .aboutBox .rightBox .Txt h3:after{
	content:"";
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-15px;
	width:30px;
	height:1px;
	background:#ec8330;}
	


@media (max-width: 1180px){

	.aboutArea .aboutBox{
		margin-bottom:10px;}
	.aboutArea .aboutBox .leftBox,
	.aboutArea .aboutBox .rightBox{
		width:100%;}
	.aboutArea .aboutBox .leftBox .about_Txt,
	.aboutArea .aboutBox .leftBox .timeBox{
		width:100%;}

	.aboutArea .aboutBox .leftBox .Txt{
		padding:55px 20px 33px 20px;}
	.aboutArea .aboutBox .rightBox .about_txt{
		width:100%;
		text-align:center;}
	
}


@media (max-width: 1024px){

	.aboutArea .about_bg{
		background-size:cover;
		background-attachment:scroll;}
	.aboutArea .wrap{
	margin-top: -350px;
	margin-right: auto;
	margin-left: auto;
		}
}



@media (max-width: 640px){
	.aboutArea h2 em{
		font-size:28px;}
		.aboutArea .aboutBox .rightBox .ImgBox {
    width: 100%;
   
}
		.aboutArea .aboutBox .Img img{
	width: 100%;			
		}
				.text-center p span {
	font-size: 18px;
	
	}
}


	



.Banner {
	background-repeat: no-repeat;
	background-position: center center;
	height: 300px;
	width: 100%;
	text-align: center;
	display: inline-block;
	position: relative;
	overflow: hidden;
}


.Banner h2{
	text-align: center;
	margin-top: 60px;
}
.Banner h2 em{
	display: inline-block;
	font-family: 'Crimson Text', serif;
	font-weight: 600;
	font-size: 16px;
	color: #c60211;
	position: relative;
	padding-top: 45px;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 3pt;
}
.Banner h2 em:before{
	content:"";
	position:absolute;
	top:0;
	left:50%;
	margin-left:-40px;
	width:80px;
	height:25px;
	border:3px solid #FFF;
	border-bottom:none;}
.Banner h2 strong{
	display: block;
	color: #FFF;
	font-family: "Century Gothic";
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
}
.Banner h2 span{
	display: inline-block;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 7px;
	padding-bottom: 70px;
	position: relative;
	color: #FFF;
	text-align: center;
}

/*類別*/
.m_classLink{
	display:none;}
	
.classBox{
	padding:10px 0 40px 0;}

ul.classLink{
	text-align:center;}

ul.classLink li{
	display:inline-block;
	padding:0 15px 0 13px;
	position:relative;}
ul.classLink li:after{
	content:"";
	position:absolute;
	top:10px;
	right:1px;
	width:1px;
	height:15px;
	background:#c7c7c7;}
ul.classLink li:before{
	content:"";
	position:absolute;
	top:10px;
	right:0;
	width:1px;
	height:15px;
	background:#e6e6e6;}
ul.classLink li:last-child:before,
ul.classLink li:last-child:after{
	display:none;}
ul.classLink li a{
	display:block;
	font-size:14px;
	padding:8px 25px;
	color: #444;
	position:relative;}

ul.classLink li a:hover, 
ul.classLink li a.current{
	background:#b095a5;
	color:#FFF;}

ul.classLink li a.current:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7.5px 0 7.5px;
	border-color: #b095a5 transparent transparent transparent;
	
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;}

@media(max-width:767px){


.reservation {
	padding: 50px;
	letter-spacing: 0em;
	
}


.reservation a {
	border: solid 1px rgba(255,255,255,0.5);
	color: #fff !important;
	width: 50%;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 14pt;
}
.Home_about .Txt h3 {
	font-size: 30px;
	margin-top: 20px;
	}
	.Home_about .Txt p {
	width: 100%;
	}
	.Home_about  .Txt a {
	border: 1px solid #333;
	font-size: 10pt;
	color: #999;
	padding: 10px 20px;
	display: inline-block;
}
.Home_about .Txt .map {
	margin: 30px auto;
	width: 100%;
	overflow: hidden;
}
.Home_about .Txt .map span {
	float: left;
	width: 50%;
	width: 50%;
	height: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.Home_news ul li {
	margin: 1%;
	width: 98%;
	float: left;
}
.Home_news ul li .map {
	height: auto;	
}
#container .Home_news ul .subject {
	margin-bottom: 30px;
}
ul.classLink{
	display:none;}
	
	
.Banner h2{
	margin-top: 120px;
}

.Banner h2 strong{
	
	font-size: 40px;
	
}



}
#about {
	background-image: url(../images/by.png);
}
.word{
	line-height: 22pt;
	color: #666;
}
#main-wrapper #container #about .word table tr td {
	color: #000;
}




.dish{
	position:relative;
	background-color: #900;
	background-image: url(../images/dishes-bg.png);
}


.dishes {
	float: left;
	width: 55%;
}

.dishes ul{
		float: left;

}

.dishes .col-project {
	width: 29%;
	margin: 2%;
	float: left;
}



.Menu-list{
	width: calc(100% - 120px);
	float: right;
	}

.Fried{
	max-height: 1000px;
	background-image: url(../images/body_bg.png);
	background-position: center center;
	}

.Fried p{
	width: 50%;
	margin: 0px;
	}
.Fried .by-left{
	float: left;
	} 
.Fried .by-right{
	float: right;
	} 	
.dishArea{
	position:relative;
	padding-bottom: 50px;
	padding-top: 50px;
	}

.dishArea:before{
    content: "";
    display: block;
    width: 100%;
    background-size: cover;
    left: 0;}



.dishArea .wrap{
	background-size: 26%;
	margin-right: 50px;
	margin-left: 100px;
}

.dishArea .wrap:before{
	content:"";
	border-left:1px solid #D8D8D8;
	height:100%;
	position:absolute;
	left:200px;
	top:-49px;
	}

	
.dishtArea .b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0 auto;

}	

.dishArea h2{
	float: left;
	margin-right: 70px;
	padding-bottom: 70px;
	font-size: 32px;
	color: #FFF;
	width: 50px;
	position: relative;
	font-weight: 300;
}

.dishArea h2 strong{
	display: block;
	line-height: 1.2;
	font-weight: normal;
}

.dishArea h2 em{
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #B7B7B7;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	position: absolute;
	font-style: normal;
	font-variant: normal;
	}

.dishArea:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.info {

	margin: 20px;
	line-height: 20px;
	position: absolute;
	bottom: 0px;
}

.menu-grids {
	float: right;
	width: 40%;
}
.menu-grids .menu-text {
	float: left;
	margin: 5px 0px;
	width: 100%;
}

.menu-grids .menu-text h6 {
	float: left;
	width: 100%;
	color: #FF0;
	padding: 0px;
	font-size: 1.5em;
	font-weight: 300;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu-grids .menu-text h3 {
	float: left;
	width: 100%;
	color: #FF0;
	padding: 0px;
	font-size: 1em;
	font-weight: 300;

}




.menu-grids .menu-text .menu-text-left{
	float:left;
	width: 47%;
	text-align: left;
}



.menu-grids .menu-text .menu-text-left h5{
	font-size: 1em;
	margin: 0;
	color: #FFF;	
}

.menu-grids .menu-text .menu-text-midle {
  float: left;
  width: 30%;
  position: relative;
  height: 19px;
}

.menu-grids .menu-text .menu-text-midle span.line{
  position: absolute;
  top: 67%;
  left: 0%;
  width: 100%;
  height: 1px;
  background: #e3e1e1;
  content: '';
  opacity: 1;
}

.menu-grids .menu-text .menu-text-right{
	float:right;
	width: 18%;
}

.menu-grids .menu-text .menu-text-right h5 {
	margin: 0;
	font-size: 1.6em;
	color: #FF9900;
	text-align: left;
	font-weight: 600;
}






@media(max-width:767px){
	.dishArea .wrap {
    margin-right: 0px;
    margin-left: 0px;
}
.dishArea .wrap:before{
	position:absolute;
	left:40px;
	top:-20px;
	}
.dishArea h2{
	float: left;
	margin-right: 40px;
	padding-bottom: 70px;
	font-size: 28px;
	font-weight: 0;
	left:-10px;
}
.dishes {
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	width: 100%;
}

.dishes ul{
		float: left;

}
.Menu-list {
	width: calc( 100% - 120px);
	float: right;
	position: relative;
}
.dishes .col-project {
	margin: 1%;
	float: left;
	width: 48%;
}
.menu-grids {
    width: 110%;
}
.menu-grids .menu-text .menu-text-midle {
    width: 25%;
}
.menu-grids .menu-text .menu-text-left {
    width: 50%;
}
.menu-grids .menu-text .menu-text-right h5 {
    font-size: 1.2em;
    font-weight: 400;
}
.info {
	display: none;
}



.Fried{
	background-image: url(../images/body_bg.png);
	background-position: center center;
	position: relative;
	height: auto;
	}
.Fried p{
	width: 100%;
	margin: 0px;
	}

	}
	
	
	
.Download {
	width: 100%;
	text-align: center;
	margin-top: 50px;
	float: left;
	margin-bottom: 50px;
}
.Download a {
	cursor: pointer;
	perspective: 500px;
	-webkit-perspective: 500px;
	border: 2px solid #FFF;
	color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	
}
.Download a:hover {
	border: 5px solid #FF0;
	color: #FF0;
	
}








.combination {
	background: url(../images/Fried-by.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 80px;
	padding: 50px 0 0px;
}

.combination ul {
	width: 90%;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.combination li {
	width: 33%;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
	float: left;
}

.combination li .date {
	position: relative;
	z-index: 1;
	float: left;
	width: 100px;
	height: 100px;
	border: 5px solid #FFF;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	font-family: 'lativAbweb', 'Century Gothic', 'Tw Cen MT Condensed';
	font-weight: bold;
	transition: all .5s;
	color: #FC0;
}



.combination li .date .bottom {
	font-size: 38px;
	line-height: 90px;
}

.combination li .date .bottom span{
	font-size: 14px;
	line-height: 100px;
	color: #FF3;
}

.combination li .Txt {
	float: left;
	width: calc(100% - 100px);
	margin-top: -45px;
	line-height: 100px;
	color: #FFF;
}
.combination li .Txt h3  {
	padding: 0 30px;
	box-sizing: border-box;
	transition: all .5s;
}
 
.combination li .Txt p {
	padding: 0 10px;
	box-sizing: border-box;
	transition: all .5s;
}
.combination li .Txt h3 {
	position: relative;
	font-size: 50px;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-family: 'lativAbweb', 'Century Gothic', 'Tw Cen MT Condensed';
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.combination li .Txt h3:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: -2px;
	width: 30px;
	height: 3px;
	background: #FFF;
	transition: all .8s;
}

.combination li .Txt p {
	font-size: 15px;
	line-height: 1.8;
	height: 60px;
	color: #FFFFFF;
}

.combination li .Txt p span {
	color: #FFFF00;
	margin-right: 10px;
}
.combination .map2  {
	width: 100%;
	text-align: center;
}
.combination  .map2 img {
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (min-width: 768px) and (max-width: 1400px) {
	.combination li .Txt {
    	float: left;
    	width: 100%;
    	line-height: 100px;
    	color: #FFF;
    	margin: 10px auto 20px;
	}
	.combination li .Txt h3 {
		padding:0;
	}
}
@media(max-width:767px){
	
.combination {
	margin-top: 30px;
}
	.combination ul {
	width: 100%;
	margin-top: 50px;

}
.combination li {
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	float: left;
}

.combination li .date {
	width: 80px;
	height: 80px;
	border: 3px solid #FFF;
	border-radius: 50%;
	
}

	.combination li .date .bottom {
	font-size: 40px;
	line-height: 70px;
}

.combination li .date .bottom span{
	font-size: 14px;
	line-height: 70px;
}

.combination li .Txt {
	float: left;
	width: calc(100% - 100px);
	line-height: 100px;
	color: #FFF;
	margin-bottom: 20px;
}
.combination li .Txt h3 {
	position: relative;
	font-size: 25px;
	line-height: 60px;
	margin-top: 20px;
}

.combination li .Txt p {
	font-size: 12px;
	line-height: 1.8;
	color: #FFFFFF;
	height: auto;
}
.combination .map2 {
	width: 110%;
	position: relative;
	left: -20px;
	bottom: -20px;	
}
.combination .map2 img {
	width: 100%;
	
}

 
	}
	
	
	
	
.tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
  width: 70%;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
  background-color: #eff0f2;
  border-bottom: 1px solid #fff;
  color: #888;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid #87d3b7;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item h4 {
  font-weight: bold;
  color: #87d3b7;
  font-size: 20px;
}
.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #87d3b7;
}





.clients .container{
	margin:auto;
}
.stronghold  {
	margin-right: 100px;
	margin-left: 100px;
}



.stronghold  .item{
	/*
	padding: 13px;
	background: #fff;
	margin: 20px;
	float: left;
	width: 30%;
	*/
	float: left;
	width: 33.3333333%;
	padding: 20px;
}
.stronghold  .item .box {
	    padding: 13px;
    background-color: #fff;	
}
.stronghold  .Img{
	padding: 13px;
	display: block;
	overflow: hidden;
}
.stronghold .Img a{
	display:block;}

.stronghold  .Img img{
	display:block;
	width:100%;
	transition: all 0.6s ease;}
.stronghold .item:hover .Img img{
	transform: scale(1.08);

}
.stronghold  .Txt{
	background: #fbfbfb;
	overflow:hidden;
	margin-top: -25px;
	padding: 0 0 33px 0;
	text-align: center;}
.stronghold  .Txt .date{
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-family: 'Catamaran', sans-serif;
	font-weight: 200;
	letter-spacing: 2px;
	color: #fff;
	font-size: 16px;
	background: #673b2a;
	padding: 15px 0;
	position: relative;}
.stronghold  .Txt .date:after{
	content: "";
	position: absolute;
	top:5px;
	right: 5px;
	left: 5px;
	bottom: 5px;
	border: 1px solid #fff;}
.stronghold .Txt h3{
	margin: 30px 33px 20px 33px;
	padding-bottom: 28px;
	position: relative;}
.stronghold  .Txt h3:after{
	content: url(../images/dec.png);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -21px;}
.stronghold .Txt h3 a{
	color:#595757;
	font-size:18px;
	font-weight: normal;}
.stronghold  .Txt h3 a:hover{
	color: #9fa0a0;}

.stronghold  .Txt p{
	text-align: left;
	font-size:13px;
	color: #7e7e7e;
	height: 50px;
	padding: 0 33px;
	line-height:1.8;}
	
	
.order{
	float: left;
	width: 100%;
	background-image: url(../images/bg_title_box.jpg);
	padding: 10px;
	left: 0px;
	bottom: 0px;
	color: #F90;
	position: fixed;
	text-align: right;
	margin: 0px;
	display: none;
}
@media(max-width:767px){
	.stronghold  {
		margin-right: 0px;
		margin-left: 0px;
	}

	.order{
		float: left;
		width: 100%;
		padding: 10px;
		left: 0px;
		bottom: 0px;
		color: #F90;
		position: fixed;
		text-align: right;
		margin: 0px;
		display: block;
	}

	.stronghold  .item{
		float: left;
		width: 100%;
	}
	.stronghold  .Img{
    	padding: 5px;
	}
}
	
	
	
.order{
	float: left;
	width: 100%;
	background-image: url(../images/bg_title_box.jpg);
	padding: 10px;
	left: 0px;
	bottom: 0px;
	color: #F90;
	position: fixed;
	text-align: right;
	margin: 0px;
}
.order a{
	color: #FC0;	
}
