
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);



/*========================================================
                      	 服務介紹
=========================================================*/

.service-list {
	background: url(../images/index/service-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 80px 10% 150px;
}
.service-list img {
    width: 100%;
    vertical-align: bottom;
}
.service-list h1 {
	text-align: center;
	color: #db7406;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.service-list [class*="col-"] dl { 
	margin: 10px;
	border: 12px solid #f6d37c;
}
.service-list [class*="col-"] dl dt { 
}
.service-list [class*="col-"] dl dd {
	color: #000;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 12px solid #f6d37c;
	background-color: #fff;
}


/*  尺寸設定 */
@media (min-width: 768px) {
	.service-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.service-list h1 {
		font-size: 40px;
	}
}


/*========================================================
                      	 最新活動
=========================================================*/

.news-list {
	background-size: cover;
	padding: 60px 5% 60px;
}
.news-list img {
    width: 100%;
    vertical-align: bottom;
}
.news-list h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.news-list h2 {
	background: rgb(79,150,211);
	background: -moz-linear-gradient(top, rgba(79,150,211,1) 0%, rgba(62,109,196,1) 50%, rgba(76,143,208,1) 100%);
	background: -webkit-linear-gradient(top, rgba(79,150,211,1) 0%,rgba(62,109,196,1) 50%,rgba(76,143,208,1) 100%);
	background: linear-gradient(to bottom, rgba(79,150,211,1) 0%,rgba(62,109,196,1) 50%,rgba(76,143,208,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f96d3', endColorstr='#4c8fd0',GradientType=0 );
	color: #fff;
	margin: 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 32px;	
}
.news-list .col-lg-6 { 
	padding-left: 0;
	padding-right: 0;
}
.news-list .col-lg-6:nth-of-type(1) { 
	border-right: 1px solid #fff;
}
.news-list .slider { 
	padding: 0 30px 60px;
}
.news-list [class*="col-"] dl { 
	margin: 10px;
}
.news-list [class*="col-"] dl dt { 
	margin-bottom: 10px;
}
.news-list [class*="col-"] dl dd {
	color: #292929;
	font-size: 16px;
}
.news-list [class*="col-"] dl dd h3 {
	color: #333;
	text-align: left;
	font-weight: bold;
}




.image-box .image-pic {
	position: relative;
}
.image-box .image-pic > img {
	width: 100%;
	vertical-align: bottom;
}
.image-box .image-pic a {
	display: block;
	color: #fff;
}
.image-box .image-pic:hover .thumb-inner {
	display: block;
}
.image-box .image-pic:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	height: 10%;
	opacity: 0;
	transition: all 0.3s;
}
.image-box .image-pic:hover:before {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	height: 100%;
}
.thumb-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 6;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;

}
.thumb-inner span {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	padding: 5px 50px 7px;
	border: 1px solid #fff;
}




/*  尺寸設定 */
@media (min-width: 768px) {
	.news-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.news-list h1 {
		font-size: 40px;
	}
}


/*========================================================
                      	 精選菜色
=========================================================*/

.meal-list {
	background: url(../images/index/meal-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 80px 10% 150px;
}
.meal-list img {
    width: 100%;
    vertical-align: bottom;
}
.meal-list h1 {
	text-align: center;
	color: #000;
	font-size: 32px;
	position: relative;
	margin: 0 0 20px 0;
	font-weight: bold;
}

.meal-list [class*="col-"] dl { 
	margin: 10px;
	border: 12px solid #d52a0b;
}
.meal-list [class*="col-"] dl dt { 
}
.meal-list [class*="col-"] dl dd {
	color: #000;
	text-align: center;
	font-size: 18px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 12px solid #f6d37c;
	background-color: #fff;
}



/*  尺寸設定 */
@media (min-width: 768px) {
	.meal-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.meal-list h1 {
		font-size: 40px;
	}
}


/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

