/* 輪播 */
.carousel-caption {
	padding-bottom: 100px;
	text-align: center;
}
.carousel-caption h3 {
	padding-bottom: 5px;
	text-shadow: 0px 0px 56px #000, 0px 0px 36px #000;
}
.carousel-caption p {
	margin: 5px 0;
	text-align: center;
	//background-color: rgba(0, 0, 0, .4);
	text-shadow: 0px 0px 56px #000, 0px 0px 36px #000;	
}
/* 手機 */
@media only screen and (max-width: 768px) {
	.carousel-caption {
		//padding-bottom: 100px;
		text-align: center;
	}
	.carousel-caption h3 {
		padding-bottom: 5px;
		text-shadow: 0px 0px 56px #000, 0px 0px 36px #000;
	}
	.carousel-caption p {
		margin: 5px 0;
		text-align: center;
		//background-color: rgba(0, 0, 0, .4);
		text-shadow: 0px 0px 56px #000, 0px 0px 36px #000;
	}
}

/* -- banner大圖 -- */
.banner-jumbotron {
	//padding-top: 20px;
	//padding-bottom: 60px;
	//border-top: solid 3px #ff6e3a;
}

/* ------------------- 營業項目 ------------------- */	
.service-jumbotron {
	padding: 100px 0;
	text-align: center;
	//background-image: url();
	//background-size: cover;
	//background-attachment: fixed;
	margin-bottom: 0px;
	//background-color: #520722;
	color: #000;
}
.service-jumbotron h1 {
	color: #520722;
}
.service-jumbotron h4 {
	color: #520722;
	line-height: 30px;
}
.service-jumbotron p {
	color: #520722;
	text-align: center;
}
.service-jumbotron hr {
	max-width: 50px;
	border: solid 2px #ff6e3a;
}

/* ------------------- 產品介紹 ------------------- */
.product-jumbotron {
	padding: 100px 0;
	text-align: center;
	background-image: url();
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0px;
	background-color: #a4a46b;
	color: #000;
}
.product-title {
	font-size: 48px;
	font-weight: 400;
	width: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #fff;
}
.product-title hr {
	max-width: 50px;
	border: solid 3px #ff6e3a;
}
.product-jumbotron h4 {
	line-height: 30px;
	color: #fff;
	padding: 10px 0px;
}
.product-jumbotron h4 {
	line-height: 30px;
	color: #fff;
	padding: 10px 0px;
}
.product-jumbotron p {
	//max-width: 50px;
	//border: solid 3px #ff6e3a;
	color: #fff;
	//padding: 10px 0px;
	text-align: center;
}
.product-top-bottom {
	width: auto;
	margin: 0px;
}
.round-box {
	display: inline-block;
	padding: 5px;
}
section#lab_featured_circles .padding-top-bottom {
	//padding-top: 30px;
	//padding-bottom: 30px;
}
section#lab_featured_circles h3 {
	//font-size: 1.40em
}
section#lab_featured_circles img.zoom-img {
	display: inline-block;
	border-radius: 50px;
	width: 100%;
	height: 100%;
	max-width: 200px;
	max-height: 200px;
	z-index: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transition: all .15s ease-out 0s;
	-moz-transition: all .15s ease-out 0s;
	-ms-transition: all .15s ease-out 0s;
	-o-transition: all .15s ease-out 0s;
	transition: all .15s ease-out 0s;
	//-webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
	//-moz-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
	//box-shadow: 0 4px 9px 0 rgba(0, 0, 0, .4);
	//margin-bottom: 25px;
	//border: 5px solid #fff;
	background-color: #fff;
}
/* 放大 */
section#lab_featured_circles img.zoom-img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transition: all .15s ease-out 0s;
	-moz-transition: all .15s ease-out 0s;
	-ms-transition: all .15s ease-out 0s;
	-o-transition: all .15s ease-out 0s;
	transition: all .15s ease-out 0s;
}

/* ------------------- 聯絡我們 ------------------- */
.mail-jumbotron {
	padding: 60px 0;
	text-align: center;
	background-image:url("../images/bk.jpg");
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0px;
}
.mail-jumbotron h1 {
	color: #000;
}
.mail-jumbotron h4 {
	color: #000;
	line-height: 30px;
	font-weight: 500;
}
.mail-jumbotron p {
	color: #000;
	text-align: center;
}
.mail-jumbotron hr {
	max-width: 50px;
	border: solid 2px #ff6e3a;
}
.mail-jumbotron input {
	background-color: #fff;
	max-width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mail-jumbotron .container {
	padding: 60px 0px;
}

/* ------------------- 頁尾 ------------------- */
footer {
	text-align: center;
	margin-bottom: 0px;
	color: #fff;
	background-color: #74744c;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* 手機 */
@media only screen and (max-width: 768px) {
	footer p {
		text-align: center;
		color: #fff;
		padding-bottom: 5px;
	}
}

/* ------------------- 版權宣告 ------------------- */
.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #333;	
}
.copyright p {
	text-align: center;
	color: #fff;
}
.copyright small {
	text-align: center;
	color: #fff;
}

/* ------------------- 聯絡我們 ------------------- */
.contact-jumbotron {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	color: #000;
}
.contact-address-jumbotron {
	padding: 60px 0px;
	//text-align: center;
	color: #fff;
	background-image:url("../images/bk-01.jpg");
	background-size: cover;
	background-attachment: fixed;
	margin-bottom: 0px;
	color: #000;
}
.contact-title {
	font-size: 48px;
	font-weight: 900;
	//border-bottom: solid 6px #b7aa00;
	width: 200px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contact-jumbotron span{
	padding-right: 5px;
}
.contact-jumbotron h4 {		
	line-height: 30px;
	text-align: center;
}
.contact-jumbotron hr {
	color: #bbb;
}
.address-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	//color: #fff;
}

/* ------------------- 關於巨唐產品介紹 ------------------- */
.about-jumbotron {
	padding: 100px 0;
	text-align: center;
	//background-image:url("../images/bk-about.jpg");
	//background-size: cover;
	//background-attachment: fixed;
	margin-bottom: 0px;	
	background-color: #ccc;
	color: #000;
}
.about-title {
	font-size: 48px;
	font-weight: 400;
	width: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
}
.about-title hr {
	max-width: 50px;
	border: solid 3px #ff6e3a;
}
.about-jumbotron h2 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
	font-weight: 400;
}
.about-jumbotron h3 {
	line-height: 30px;
	color: #000;
	padding: 5px 0px;
	text-align: left;
	font-weight: 400;
}
.about-jumbotron i {
	font-size: 12px;
	color: #ff6e3a;
	padding: 10px;
}
.about-jumbotron h4 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
}
.about-jumbotron p {
	color: #000;
}
.about-top-bottom {
	width: auto;
	margin: 0px;
}

/* ------------------- 客梯 ------------------- */
.p-ladder-jumbotron {
	padding: 100px 0px;
	text-align: center;
	//background-image:url("../images/bk.jpg");
	//background-size: cover;
	//background-attachment: fixed;
	margin-bottom: 0px;	
	background-color: #ccc;
	color: #000;
}
.p-ladder-title {
	font-size: 48px;
	font-weight: 400;
	width: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
}
.p-ladder-title hr {
	max-width: 50px;
	border: solid 3px #ff6e3a;
}
.p-ladder-jumbotron h2 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
	font-weight: 400;
}
.p-ladder-jumbotron h3 {
	line-height: 30px;
	color: #000;
	padding: 5px 0px;
	text-align: left;
	font-weight: 400;
}
.p-ladder-jumbotron i {
	font-size: 12px;
	color: #ff6e3a;
	padding: 10px;
}
.p-ladder-jumbotron h4 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
}
.p-ladder-jumbotron h5 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: center;
}
.p-ladder-jumbotron p {
	color: #000;
}
.p-ladder-top-bottom {
	width: auto;
	margin: 0px;
}
.p-ladder-jumbotron table {
  	width: 100%;
	color: #000;
	font-size: 15px;
}
.table-black {
	color: #000;
}
.p-ladder-jumbotron table th {
	text-align: left;
}
.p-ladder-jumbotron table td {
	//text-align: center;
}
/* 手機 */
@media only screen and (max-width: 768px) {
	.p-ladder-jumbotron table {
		width: 100%;
		color: #000;
		font-size: 13px;
	}
}

/* ------------------- 小型服務梯 ------------------- */
.s-ladder-jumbotron {
	padding: 100px 0px;
	text-align: center;
	//background-image:url("../images/bk-about.jpg");
	//background-size: cover;
	//background-attachment: fixed;
	margin-bottom: 0px;	
	background-color: #ccc;
	color: #000;
}
.s-ladder-title {
	font-size: 48px;
	font-weight: 400;
	width: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
}
.s-ladder-title hr {
	max-width: 50px;
	border: solid 3px #ff6e3a;
}
.s-ladder-jumbotron h2 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
	font-weight: 400;
}
.s-ladder-jumbotron h3 {
	line-height: 30px;
	color: #000;
	padding: 5px 0px;
	text-align: left;
	font-weight: 400;
}
.s-ladder-jumbotron i {
	font-size: 12px;
	color: #ff6e3a;
	padding: 10px;
}
.s-ladder-jumbotron h4 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
}
.s-ladder-jumbotron h5 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: center;
}
.s-ladder-jumbotron p {
	color: #000;
}
.s-ladder-top-bottom {
	width: auto;
	margin: 0px;
}

/* ------------------- 車梯 ------------------- */
.c-ladder-jumbotron {
	padding: 100px 0px;
	text-align: center;
	//background-image:url("../images/bk-about.jpg");
	//background-size: cover;
	//background-attachment: fixed;
	margin-bottom: 0px;	
	background-color: #ccc;
	color: #000;
}
.c-ladder-title {
	font-size: 48px;
	font-weight: 400;
	width: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
}
.c-ladder-title hr {
	max-width: 50px;
	border: solid 3px #ff6e3a;
}
.c-ladder-jumbotron h2 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
	font-weight: 400;
}
.c-ladder-jumbotron h3 {
	line-height: 30px;
	color: #000;
	padding: 5px 0px;
	text-align: left;
	font-weight: 400;
}
.c-ladder-jumbotron i {
	font-size: 12px;
	color: #ff6e3a;
	padding: 10px;
}
.c-ladder-jumbotron h4 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
}
.c-ladder-jumbotron h5 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: center;
}
.c-ladder-jumbotron p {
	color: #000;
}
.c-ladder-top-bottom {
	width: auto;
	margin: 0px;
}

/* ------------------- 各部門產品介紹 ------------------- */
.product-jumbotron {
	padding: 100px 0px;
	text-align: center;
	//background-image:url("../images/bk-about.jpg");
	//background-size: cover;
	//background-attachment: fixed;
	margin-bottom: 0px;	
	background-color: #ccc;
	color: #000;
}
.product-title {
	font-size: 48px;
	font-weight: 400;
	width: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
}
.product-title hr {
	max-width: 50px;
	border: solid 3px #ff6e3a;
}
.product-jumbotron h2 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
	font-weight: 400;
}
.product-jumbotron h3 {
	line-height: 30px;
	color: #000;
	padding: 5px 0px;
	text-align: left;
	font-weight: 400;
}
.product-jumbotron i {
	font-size: 12px;
	color: #ff6e3a;
	padding: 10px;
}
.product-jumbotron h4 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
}
.product-jumbotron h5 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: center;
}
.product-jumbotron p {
	color: #000;
	text-align: left;
}
.product-top-bottom {
	width: auto;
	margin: 0px;
}

/* -------------------  聯絡我們 ------------------- */
.contact-jumbotron {
	padding: 100px 0px;
	text-align: center;
	//background-image:url("../images/bk-about.jpg");
	//background-size: cover;
	//background-attachment: fixed;
	margin-bottom: 0px;	
	background-color: #ccc;
	color: #000;
}
.contact-title {
	font-size: 48px;
	font-weight: 400;
	width: auto;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
}
.contact-title hr {
	max-width: 50px;
	border: solid 3px #ff6e3a;
}
.contact-jumbotron h2 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
	font-weight: 400;
}
.contact-jumbotron i {
	font-size: 12px;
	color: #ff6e3a;
	padding: 10px;
}
.contact-jumbotron h4 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: left;
}
.contact-jumbotron h5 {
	line-height: 30px;
	color: #000;
	padding: 10px 0px;
	text-align: center;
}
.contact-jumbotron p {
	color: #000;
	text-align: left;
}
.contact-top-bottom {
	width: auto;
	margin: 0px;
}

/* -------------------  聯絡我們表單 ------------------- */
.form-jumbotron {
	padding: 100px 0px;
	text-align: center;
	margin-bottom: 0px;	
	background-color: #fff;
	color: #000;
}
.form-jumbotron p {
	color: #000;
	text-align: left;
}

/* 手機 */
@media only screen and (max-width: 768px) {
	.form-jumbotron {
		padding: 30px 0px;
	}
}


























