
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_footer.css);
@import url(page_banner.css);
/*@import url(page_navsub.css);*/



/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
	background-color: #fff;
	color: #887248;
	font-size: 24px;
	border-bottom: 5px solid #a97627;
	padding: 15px 0;
	text-align: center;	
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	background: #d9a154 url(../../images/products_bg.jpg) no-repeat center 30px;
	background-size: 100% auto;
}
.content-box {
	background-color: #fff;
	margin: 10px auto 30px;
	padding: 20px 30px;
	
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 20px 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}



/*========================================================
                         左側內容
=========================================================*/

.content-main {
/*	color: #4f4f4f;
	padding: 0 0 40px 0;*/
}
.content-main h1.title {
	color: #000;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #c3c3c3;
	font-size: 24px;	
}
.content-main h1.title:before {
	content: "";
	width: 140px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: 9;
	border-bottom: 1px solid #a97627;
}
.content-main h2.title {
	color: #6d460a;
	text-align: left;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
}


/*========================================================
                         關於我們
=========================================================*/

.about-info h1 {
}
.about-info h1 span {
	color: #900;
}
.about-info p {
	font-size: 24px;
	line-height: 40px;
}

.about-img img {
	width: 100%;
	vertical-align: bottom;
	}
.about-text {
	background-color: #e2b463;
	padding: 10px;
	margin-top: 30px;
}


/*========================================================
                      	 產品訂購
=========================================================*/

.products-list {
	padding-bottom: 60px;
}
.products-list h1 {
	background-color: #fff;
	font-size: 32px;	
	color: #442e15;
	border-bottom: 7px solid #664412;
	text-align: center;
	margin: 0 0 30px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: bold;
}
.products-list .col-md-4 {
	margin-bottom: 30px;
}
.products-list .col-md-4 a.products-info {
	display: block;
	color: #000;	
	position: relative;
}
.products-list .col-md-4 a.products-info:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	filter: alpha(opacity=0);
	opacity: 0;
	border: 5px solid #a97627;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.products-list .col-md-4 a.products-info:hover:before {
	background: url(../../images/magnifier.png) no-repeat center center;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.products-list .col-md-4 img {
	background: #f6ebd6;
	padding: 10px;
	width: 100%;
	vertical-align: bottom;	
}
.products-list .col-md-4 .box {
	background: #f6ebd6;
	padding: 10px;
}
.products-list .col-md-4 h2 {
	font-size: 26px;
	margin: 0 0 10px 0;
	text-align: left;
}
.products-list .col-md-4 h2 b {
	float: right;
	font-weight: normal;
}
.products-list .col-md-4 h2 .price {
	color: #e7231e;
}
.products-list .col-md-4 h2 .buy {
	float: right;
	color: #664412;
	margin-left: 10px;
}
.products-list .col-md-4 h2 a.buy {
	display: inline-block;
	background: url(../../images/shopping-cart.png) no-repeat center center;
	width: 32px;
	height: 32px;
}

.products-list .col-md-8 img {
	width: 100%;
	vertical-align: bottom;	
}

.products-list .more {
	text-align: center;	
}
.products-list .more a {
	position: relative;
	top: 0;
	display: inline-block;
	background: url(../../images/news_more.jpg) no-repeat center top;
	width: 65px;
	height: 28px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.buy-info {
	color: #900;
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: bold;
	border-bottom: 2px dashed #404040;
	padding: 10px 10px 20px 10px;
}




/*========================================================
                      產品訂購-內頁
=========================================================*/

.product-detail {
	padding: 0 0 30px 0;
}
.product-img {
	margin: 0 -15px 30px -15px;
	position: relative;
}

.product-img dt {
	text-align: left;
}
.product-img dt img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 20px;
}
.product-img dd {
  overflow: hidden;
}
.product-img dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.product-img dd ul li {
	border-bottom: 1px dotted #d1d1d1;
	padding: 7px 10px 7px 26px;
	position: relative;
}
.product-img dd ul li:nth-of-type(2n) {
	background-color: #f6ebd6;
}
.product-img dd ul li:before {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    font-family: "FontAwesome";
    content: "\f005";
    color: #c3232a;
	font-size: 12px;
}
.product-img dd ul li:nth-of-type(3):before {
    top: 18px;
}
.product-img dd ul li span {
	font-weight: bold;
}
.product-img dd ul li b.price {
	font-size: 24px;
	font-weight: bold;
	color: #a97627;
}

/* 加入詢價列表 */
.price {
	text-align: right;
	margin-top: 20px;
}
.price a {
	background: rgb(138,91,27); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(138,91,27,1) 1%, rgba(129,81,12,1) 50%, rgba(138,91,27,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(138,91,27,1) 1%,rgba(129,81,12,1) 50%,rgba(138,91,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(138,91,27,1) 1%,rgba(129,81,12,1) 50%,rgba(138,91,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a5b1b', endColorstr='#8a5b1b',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	color: #fff;
	padding: 7px 20px;
}
.price a:hover {
	background: rgb(255,127,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,127,0,1) 0%, rgba(204,109,14,1) 50%, rgba(255,127,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,127,0,1) 0%,rgba(204,109,14,1) 50%,rgba(255,127,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,127,0,1) 0%,rgba(204,109,14,1) 50%,rgba(255,127,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f00', endColorstr='#ff7f00',GradientType=0 ); /* IE6-9 */
}


/*========================================================
                         購物說明
=========================================================*/

.shopping-info {
	background-color: #f6ebd6;
	padding: 20px;
}
.shopping-style .col-md-5 {
	background-color: #f7f2e9;
	padding: 10px 30px;
	margin-top: 10px;
}
.pic-640 {
	display: block;
	}
.pic-768 {
	display: none;
	}


.total {
	background-color: #f6ebd6;
	text-align: right;
	padding: 10px;
}
.total span {
	font-size: 24px;
	color: #8d6822;
}

#breadcrumbs-two {
	/* Clear floats */
	overflow: hidden;
	width: 100%;
	margin: 10px 0 30px 0;
	padding: 0;
}
#breadcrumbs-two li {
	float: left;
/* 	margin: 0 .5em 0 1em; */
}
#breadcrumbs-two li span {
	display: none;
}
#breadcrumbs-two li b {
	display: block;
	width: 100%;
	background: #ddd;
	padding: .7em .7em;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	position: relative;
}
/*#breadcrumbs-two li b:hover {
	background: #8d6822;
	color: #fff;
	text-shadow: none;
}*/
#breadcrumbs-two li b::before {
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -1.5em;   
	border-width: 1.5em 0 1.5em 1em;
	border-style: solid;
	border-color: #ddd #ddd #ddd transparent;
	left: -1em;
}	
/*#breadcrumbs-two li b:hover::before {
	border-color: #8d6822 #8d6822 #8d6822 transparent;
}*/
#breadcrumbs-two li b::after{
	content: "";
	position: absolute;
	top: 50%; 
	margin-top: -1.5em;   
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid #ddd;
	right: -1em;
}
/*#breadcrumbs-two li b:hover::after, #breadcrumbs-two li.active b:hover::after {
	border-left-color: #8d6822;
}*/
#breadcrumbs-two li.active b {
	background: #8d6822;
	color: #fff;
	text-shadow: none;
}
#breadcrumbs-two li.active b::before {
	border-color: #8d6822 #8d6822 #8d6822 transparent;
}
#breadcrumbs-two li.active b::after {
	border-left-color: #8d6822;
}

#inline {
/*	min-width: 360px;*/
}
#inline h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	background-color: #8d6822;
	color: #fff;
	font-size: 24px;
}
#inline p {
	text-align: center;
	font-size: 24px;
}
#inline p:last-of-type {
	margin-top: 20px;
	font-size: 16px;
}
#shopping_info1 h2, #shopping_info2 h2, #shopping_info3 h2 {
	margin: 0 0 10px 0;
	color: #8d6822;
	font-size: 24px;
}

.shopping-btn a {
	display: inline-block;
	margin-bottom: 10px;
	}


/*========================================================
                         最新消息
=========================================================*/

.news {
}
.news h1 {
	margin-top: 30px;
}
.news dl {
	clear: both;
	overflow: hidden;
	border-bottom: 1px dotted #b5b5b5;
	padding: 30px 0;
	margin: 0;
}
.news dl dt {
	background-color: #a97627;
	width: 100px;
	float: left;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	padding: 15px 5px;
}
.news dl dt span {
	display: block;
}
.news dl dd {
	overflow: hidden;
	line-height: 28px;
}
.news dl dd a {
	color: #a97627;
}
.news dl dd a:hover {
	color: #603d06;
}
.news dl dd h5 {
	color: #a97627;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	margin: 0;
	padding: 0;
}
.news dl dd h5 span {
	display: block;
	color: #961313;
	font-size: 13px;
	margin: 0 0 6px 0;
	padding: 0;
}
/*.news dl dd h5 span:before {
	content: '\f073';
	font-family: 'FontAwesome';
	font-size: 17px;
	color: #1f4fa1;
	margin-right: 6px;
}*/
.img_ss {
	width: 98%;
	float: none;
	margin: 0 auto 2%;
}


/* 最新消息內頁 */	

.news-box {
	margin-bottom: 30px;
}
.news-header h3 {
	display: block;
	color: #745b11;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	padding-bottom: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.news-header time {
	display: block;
	position: relative;
	color: #C00;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 15px;
}
.news-content {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
	}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
	}


/*回目錄頁*/
.more, .back_news {
	text-align: right;
}
.more a, .back_news a {
	background-color: #2681b8;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	/*border: 1px solid #ffd800;*/
}
.more a:hover, .back_news a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #136396;
	color: #fff;
	text-decoration: none;
}


/*========================================================
                         聯絡我們
=========================================================*/

.map iframe {
	border: 1px solid #d8d8d8;
	padding: 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.map address {
	margin: 10px 0 40px 0;
}
.map address ul {
	list-style: none;
	margin: 0;
	padding: 0 1%;
}
.map address ul li {
	padding: 0.7% 0;
}


/*========================================================
                         意見表單
=========================================================*/


.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 50px;
	border: 1px solid #c4c4c4;
	background-color: #fff;
}

.form-info {
	margin-bottom: 20px;
	}

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 40px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 0px;
    border-radius: 5px;
    transition: all 0.4s ease;
}


.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0;
}
.form-group:nth-of-type(2n+2) {
	background-color: #f9f9f9;
}
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	height: 28px;
	padding: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: center;	
	margin: 0 0 20px 0;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}

.table1 th {
	background: #a97627;
	color: #fff;
	font-weight: bold;
	padding: 10px 5px;
	text-align: center;	
}
.table1 td {
	padding: 0 5px;
}

.table1 td:last-child{
	border-right: none;
}
.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
	}
.table1 td.img img {
	width: 40px;
	}
	

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

.cover-pic {
	background: transparent;
	position: absolute;
	top: 7px;
	right: 7px;
	bottom: 7px;
	left: 7px;
	z-index: 20;
	cursor: pointer;
}
.cover-pic:hover {
	background-color: rgba(237,200,41,0.3);
	color: #fff;
	opacity: 1;
}
.cover-pic:hover:before {
	display: inline-block;
	content: '\f10f';
	font-family: "Flaticon";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	font-size: 2.5em;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%); 
}


.cover-youtube:hover:before {
	content: '\f11d';
}
.cover-zoom:hover:before {
	content: '\f10d';
}	