/* ==========================================================================
   services page 
   ========================================================================== */
.cardbox{
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .1);
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease-in-out;
}
.cardbox_picture{
  display: block;
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.cardbox-infos{
  padding: 20px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.cardbox_title{
  font-family: 'Hind';
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 10px;
}
.cardbox_text{
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
  color: #86888A;
}
.cardbox_text-high{
  font-weight: 600;
}

/* ==========================================================================
   services
   ========================================================================== */
.serviceTitle h2 {
 position: relative;
 font-size: 24px;
 color: #003377;
 font-weight: bold;
 border-bottom: 3px solid #ffb6c1;
}
.serviceTitle p {
  font-size: 15px;
}

.serviceHeader {
  padding-top: 35px;
}

.serviceHeader h4 {
  font-weight: 700;
}
.serviceHeader i {
  color: #228b22;
  font-size: 30px;
}
.services {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: #f5f5dc;
    border: dashed 2px #5b8bd0;/*点線*/
}
.services img{
   display:float;
   float:left;
   margin-left:1px;
   margin-right:15px;
   margin-top:1px
 }
 
.services h3 {
  border-style:solid;
  border-left-style:none;
  border-right-style:none;
  border-top-style:none;
  border-bottom-color:#b0c4de;
}
.services p {
    margin-left:10px;
    padding: 10px 10px;
}

/* ==========================================================================
   machine
   ========================================================================== */
#machine h2 {
 position: relative;
 font-size: 24px;
 color: #000000;
 border-bottom: 3px solid #2222ff;
}
#machine .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#machine{
    padding-bottom: 10px;
}

.machine-wrap {
  position: relative;
}

.machine-wrap img{
  width: 100%;
}

.machine-wrap .machine-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.machine-wrap .machine-inner h3{
  margin: 10px 0;
}

.machine-wrap .machine-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.machine-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #87cefa;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.machine-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.machine-wrap:hover .overlay {
  opacity: 1;
}
.machine-wrap .machine-inner h3 a {
  font-size: 20px;
}
.machine-wrap .overlay{
  padding: 15px;
}



/* ==========================================================================
   works page (recent-work)
   ========================================================================== */
#recent-works h2 {
 position: relative;
 font-size: 24px;
 color: #000000;
 border-bottom: 3px solid #2222ff;
}
#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #000000;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #ffe4e1;
  color: #000000;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #696969;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}
.recent-work-wrap .recent-work-inner h3 a {
  font-size: 20px;
}
.recent-work-wrap .overlay{
  padding: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
