﻿@import url(http://fonts.googleapis.com/css?family=Lato:300,400);

/* Bootstrap Fix
============================================================================ */

/* 去NAV背景 */
.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a{
	background: none;
}

.nav > li > a{
	color: #000;
}

/* 去row的padding 特殊用途：class="row row-no-padding" */
.row-no-padding {
  margin-right:0;
  margin-left:0;
}

.row-no-padding > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}

/* Fix bootstrap 列印出現link文字 */
a[href]:after {
	content: "";
}

/* Fix bootstrap 主選單.navbar下方margin:20px */
.navbar{
	margin-bottom: 0;
}

/* Fix bootstrap focus 去除底線 */
.a:focus,a:hover{text-decoration: none;}

/* Fix bootstrap breadcrumb */
.breadcrumb > li + li:before {
	content: none;
	padding: 0;
}

.breadcrumb > li > span {
	padding:0;
}

.breadcrumb li .divider {
	padding: 0 10px;
}

.breadcrumb li .divider:first-child {
	padding: 0;
}

.breadcrumb {
	background: none;
	padding:15px 0; 
	margin: 0;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb .active{
	
}

/*fix bootstrap*/

	.container{
		width: 970px;
	}
/* Fix bootstrap form */
label{
	font-weight: normal;
}

/* import
============================================================================ */
/* 版型架構主樣式(依上下區塊排序)
============================================================================ */

/* Body */
body{
	font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .site-title{
	font-weight: 300;
	color: #000;
	padding: 0px 0px 0px 0px;

}

a,a:hover,a:link,a:visited{ /* 預設連結文字色彩 */
	color: #333;
}

.btn-primary{
	background-color: #BBB;
	border: none;
}

.btn-primary:hover{
	background-color: #AAA;
}

/* Header */
#header{
	background: #FFF;
	height: 100px;
}

.header{
	position: relative;
}

/* LOGO */
.logo{
	width:228px;
	height:216px;
	padding:0px;
	margin:0px;
	position:absolute;
	left: 0px;
	top: 0px;
	background: url(../images/ui/logo.jpg) no-repeat;
	z-index:999;
}

.logo a {
	display:block;
	height:216px;
}

.logo a span{
	position: absolute;
	top:-1000px;
	z-index:999;
}

/* Mainmenu 主選單 */
.mainmenu{
	position:absolute;
	right: 0px;
	top:45px;
	font-size: 16px;
	letter-spacing: 3px;
}

.mainmenu ul li{
	display: inline;

}

.mainmenu ul li a{
	margin-left: 40px;
	padding: 0px;
	padding-bottom: 10px; 
}
.mainmenu ul li a:hover{
	color: #E40011;

}

.mainmenu ul li.active a{
	color: #E40011;

}

/* Menu Effect */

nav.mainmenu a {
	position: relative; /* set relative */
	display: inline-block;
	outline: none;
	text-decoration: none;
}

nav a:hover,
nav a:focus {
	outline: none;
}

/* Effect 17: move up fade out, push border */
.cl-effect-17 a {
	color: #E50011;
	text-shadow: none;
	padding: 10px 0;
}

.cl-effect-17 a::before {
	color: #E50011;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #E50011;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-17 a:hover::before,
.cl-effect-17 a:focus::before {
	opacity: 0;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.cl-effect-17 a:hover::after,
.cl-effect-17 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*language*/

.language{
	position:absolute;
	right:0;
}

div.mod-languages a {
    text-decoration: none;
    border-right: #ddd 1px solid;
    padding: 5px
}

div.mod-languages a:hover {
    color:#AE000D;
}


/*sub-banner*/

.sub-banner img{
	text-align: center;
	width:100%;
	height:auto;
	min-width:970px;
}





/*sub-menu*/

.sub-menu ul{
	padding-top: 50px;
}

.sub-menu ul li{
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sub-menu ul li a{
	margin-left: 20px;
	padding: 8px 15px;
	font-size: 18px;
	color: #333; 
	background: #eee;
	letter-spacing: 1px;
}
.sub-menu ul li a:hover{
	color: #fff;
	background: #AE000D;
	/*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /

}

.sub-menu ul li.active a{
	color: #fff;
	background: #AE000D;

}



/* 主選單Search鈕 */

.search-btn{
	position:absolute;
	right: 0;
	top:25px;
}
.search-btn-m{
	position: absolute;
	right: 15px;
	top: 15px;
}

.service-img img{

}



/* 首頁區塊
==============================================*/

/* home-product */

.home-product{
	margin-top: 1px;
	font-size:30px;
	letter-spacing: 8px;
	text-align: center;
	color: #fff;
	margin-right: 0;
}


.home-product-1{
 	background: #2A2D36;
 	height: 225px;
 	border-right: 1px solid #fff;
}

.home-product-2{
	background: #060C16;
	height: 225px;
	border-right: 1px solid #fff;
}

.home-product-3{
	background: #4D463E;
	height: 225px;
	border-right: 1px solid #fff;
}

.home-product p{
	padding: 60px 0 20px 0;
}

.home-product a {
	border: 1px solid #fff;
	padding:8px 40px;
	font-size: 18px;
	letter-spacing:0px;
	color: #fff
}

.home-product a:hover{
	background: #fff;
 	color: #333;
 	filter: alpha(opacity=90);
	opacity: 0.9;
	zoom: 1;

	/*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /

}


/*home-about*/


.home-about{
	background:url(/machining/uploads/home/home-about-bg.jpg) no-repeat center;
	text-align: center;	
} 


.home-about p{
	padding: 50px 20px;	
	font-size: 18px;
	text-align: left;
	line-height: 180%;
	letter-spacing: 1px;
}

.home-about a{
	background: #AE000D;
	padding: 20px 100px;
	margin-top: 330px;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	text-align:center;
	border-radius: 5px;
	letter-spacing: 2px;
}

.home-about a:hover{
	color: #fff;	
	filter: alpha(opacity=100);
	opacity: 0.8;
	zoom: 1;
	/*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /		
}

.home-about h3{
	background: url(../images/ui/home-about-line.jpg) no-repeat center bottom;
	padding-top: 70px;
	padding-bottom: 25px;
	font-size: 25px;
}


/* 聯絡我們 */
.contact-info{
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 20px 0;
	font-size: 15px;
}
.contact-info .fa{
	color: #AAA;
	font-size: 16px;
	padding-right: 5px;
}

.contact-form img{
	margin-right: 20px;
}


/* 版權列 copyright */
.copyright .fa{
	color: #AAA;
	font-size: 16px;
	padding-right: 5px;
}

/* 黑色底link */
a.more_01{
	background: #000;
	color: #FFF;
	padding: 5px 20px;
}
a.more_01:hover{
	background: #333;
	text-decoration: none;
}
a.more_01:before{
	content: "+";
	padding-right: 10px;
}
/* 黑色字link */
a.more_02{
	color: #000;
	padding: 5px 0;
	margin: 20px 0;
	font-size: 18px;
	border-bottom: 2px solid #000;
}
a.more_02:hover{
	text-decoration: none;
	border: none;
}
a.more_02:before{
	content: "+";
	padding-right: 7px;
}
/* 白色字link */
a.more_03{
	color: #FFF;
	padding: 5px 7px 5px 5px;
	margin: 20px 0;
	font-size: 18px;
	border-bottom: 2px solid #FFF;
}
a.more_03:hover{
	text-decoration: none;
	border: none;
}
a.more_03:before{
	content: "+";
	padding-right: 7px;
}

a.scrollToTop{
	text-decoration: none;
}

/* 網站主架構
================================================= */

/* component content 主內容 */
#content{
	min-height: 400px;
	padding-bottom:60px;
}

/*about*/

.about-bg{
	background: url(/machining/uploads/about/about-bg.jpg)center no-repeat;
	padding: 130px 0 170px 0px;
	text-align: center;
}

/* service*/

.service-img img{
	border: 1px solid #ddd;
}

.online{
	text-align: center;
}

.online a{
	background: #AE000D;
	padding: 20px 100px;
	margin-top: 330px;
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	text-align:center;
	border-radius: 5px;
	letter-spacing: 2px;
}

.online a:hover{
	color: #fff;	
	filter: alpha(opacity=100);
	opacity: 0.8;
	zoom: 1;
	/*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /		
}

/* product */

.item-page a.download {
	border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 12px 20px;
}

.item-page a:hover.download {
	border:1px solid #ccc;
	color: #000;
	background: #ccc;
	filter: alpha(opacity=100);
	opacity: 0.8;
	zoom: 1;
	/*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /		
}

/*blog*/

.blog-date {
	color: #666;
	font-size: 18px;
}

.blog-title{
	color: #000;
	font-size: 25px;

}

.blog-intro{
	color: #535353;
	font-size: 16px;

}

.blog-more{
	color: #535353;
	font-size: 18px;

}

.circle-more {
    background: url(../images/ui/article-more_01.png) no-repeat;
    padding: 20px 0px 50px 0px;
    margin: 10px;
}

a.circle-more{
	padding: 10px 0px 5px 60px;
	float: left;
}
 
a:hover.circle-more{
	background: url(../images/ui/article-more_02.png) no-repeat;
	padding: 10px 0px 5px 60px;
    margin: 10px;
    float: left;
    /*動作*/
	-webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	-o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
	transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); / linear /	   
}


/* BBox */

.bbox h3{
	font-size: 18px;
	margin: 20px 0;
	border-bottom: 1px solid #EEE;
	padding: 10px 0;
}

.bbox .nav > li > a{
	font-size: 15px;
	padding: 10px 0;
}

.bbox .nav > li > a:hover{
	color: #999;
}

.bbox .module-header{
	margin-bottom: 5px;
}

/* BBox SEO */
.bbox .custom ul{
	padding: 0;
}
.bbox .custom ul > li{
	list-style: none;
	padding: 10px 0;
}
.bbox .custom ul > li > a{
	font-size: 15px;
	
	text-decoration: none;
	color: #333;
}

.bbox .custom ul > li > a:hover{
	color: #999;
}

/* Content Bottom */

.content-bottom .module{
	border-top: 1px solid #CCC;
}

/* 相關文章 */
.tagssimilar{
	font-size: 16px;
}
.tagssimilar li{
	line-height: 180%;
}
.tagssimilar a{
	border-bottom: 1px solid #E9360A;
	padding-bottom: 2px;
}
.tagssimilar a:hover{
	border: none;
	color: #E9360A;
}


/* Breadcrumbs Custom */
.breadcrumbs-wrap{
	margin-top: 40px;
}
.breadcrumbs-wrap a{
	color: #333;
}
.breadcrumbs > .active{
	color: #AE000D;
}

/* Footer */

footer{
	background: #eee;
	margin-top: 100px;
	padding: 30px 0 0px 0;
}

.footnav li{		/* Bootstrap menu置中 */
	float:none;
	display:inline-block;
	*display:inline; /* ie7 fix */
	*zoom:1; /* hasLayout ie7 trigger */
	vertical-align: top;
}

.footnav li a{		
	color: #333
}

.footnav li a:hover{		
	color: #AE000D
}


.copyright{
	text-align: center;
}
	
#cadiis{
	text-align:left;
	color:#cccccc;
}

#cadiis a{
	text-align:left;
	color:#cccccc;
}



/* 內頁編排設計
======================================================================================== */

/* 關於凱士 */

.about-feature{
 	text-align: center;
}
.about-feature .content{
	margin-top: 30px;
}
.about-feature .item{
	padding: 0 25px;
	margin-bottom: 30px;
}

.about-feature .title{
	background: #E34A42;
	color: #FFF;
	width: 150px;
	height: 150px;
	border-radius: 150px;
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	padding-top: 35px;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 130%;
}



body{
		
}

/* 文章列表
================================= */

/* wrap */
.blog{

}

.blog .subheading-category{
	font-size: 50px;
	border: none;
}

/* 文章內頁
================================= */

/* wrap */
.item-page{
	font-size: 18px;
	padding: 0px;
	line-height: 180%;
}
/* 文章標題 */

.page-header {
    border: 0px;
}
.item-page h2{
	color:#111;
	text-align: center;
	font-size:28px;
	letter-spacing: 2px;
	padding: 40px;
	margin: 10px;

}
.item-page h2:before, .item-page h2:after{
	color: #aaa;
    content: "";
    display: inline-block;
    width: 105px;
    height: 25px;
    border-bottom: 1px solid;
    margin: 0 10px 8px 10px;
}


/* 文章內文 */

.blog-article{
	border-bottom: 1px solid #ddd;
	padding: 50px 0px;

}

/* 日期、作者 */
.item-page .create,
.item-page .createdby{
	color: #999;
	font-size: 15px;
	font-style: italic;
	float: left;
	padding-right: 10px;
	margin-bottom: 20px;
}
/* 段落 */
.item-page p{

}

.item-page a{
	
}
.item-page a:hover{
	border: none;
	color: #E9360A;
}

/* 圖片 */
.item-page img{
	
}


/* 網頁標題 */
h3.page-header, .submenu h3.module-header{
	font-size: 50px;
	border: none;
	font-family: lato, "微軟正黑體",  Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #000;
	text-transform:uppercase; /* 英文都大寫 */
	margin: 40px 0 20px;

}

/* 相關連結 */
.content-links{
	display: none;
}


/* Extra small devices (hones <768px) 手機
====================================================================== */

@media (max-width: 768px) {

}

/* Small devices (tablets, 768px and up) 平版以上
====================================================================== */
@media (min-width: 768px) {



}

/* Medium devices (desktops, 992px and up) PC以上
====================================================================== */
@media (min-width: 992px) {


	/* Search */
	.acesearch_input_module_simple{
		width: 600px;
		border: none;
		font-size: 25px;
		padding-left: 10px;
		color: #AAA;
	}
	#jcemediabox-popup-frame{margin-top: 0;} /* PC版歸零 */
	


}

/* Large devices (large desktops, 1200px and up 大螢幕以上) */
@media (min-width: 1200px) {}