@charset "UTF-8";
@import "animate.css"/*tpa=http://www.0915290156.tw/css/animate.css*/;
@import "hover.min.css"/*tpa=http://www.0915290156.tw/css/hover.min.css*/;
*{
	font-family: 微軟正黑體;

}
.wow{visibility: hidden;}
body{
	width:100%;
	overflow-x:hidden;
  letter-spacing: 1px;
  line-height: 1.4;
  font-size: 12pt;
}
.a {
    color: #fff !important;
}
.item_inde{
  text-align: center;
  font-size: 35px;

}

  .about_designer {
    overflow: hidden;
    visibility: visible;
    height: 220px;
  }
  .about_designer h1{
    font-size: 13px;
    font-weight: bold;
  }


.item{
  text-align: center;
}

.item p{
  position: absolute;
  top:40%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  
}
.item p span{
  display: inline-block;
  text-align: center;
  background: rgba(0,0,0,.7);
  padding:15px;
  visibility: hidden;
  font-size: 20pt
}
.item p span strong{
  font-size: 26pt;
  color: #F90;
}

.active .item p span{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  visibility: visible;
}
a,a:hover,a:active{text-decoration: none;}

#main-nav li a{
	line-height: 35px;
	padding:0;
	margin:5px 0;
	color:#666;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14pt;
}

#nav-icon li a{
padding: 3px 8px;
margin:0 2px;

}
#main-nav li:hover a{color:#fff;}
section{
	padding:50px 0; 
}
/*toTOP*/
.scrollToTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  font-size: 30px;
  color:#fff;
  background:#BF4F00;
  opacity: 0.8;
  padding:3px;
  width:40px;
  line-height:35px;
  height:40px;
  border-radius:50%;
  display:none;
  box-sizing: content-box;
  text-align: center;
  z-index: 2;
   box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.11), 3px 4px 5px 0 rgba(0, 0, 0, 0.11);
  
}
.scrollToTop:hover{
  text-decoration:none;
  color:#fff;
   opacity: 0.9;
}
/*content*/
.title-box_icon{
	position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 0 18px;
    overflow: hidden;
}
.title-box_icon i{font-size: 50px;line-height: 120px;}

.hr{
	padding-bottom:5px;
	border-bottom: 3px solid rgb(255, 153,0);
	display: inline-block;
	margin-bottom: 10px;

}

.bg-primary p{color: #fff}
.btn-2{
  padding:10px 30px ;
  border:solid 1px #fff;
  color:#fff;
  border-radius: 44px;
  margin:5px 15px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.btn-2:hover{
  background: #fff;
  color: #08070C;
}
/*line*/
.leftline{
position: relative;
z-index: 0;
}

.leftline:hover{
background-color: transparent;
z-index: 50;
}

.leftline span{
position: absolute;
background-color: #f0f0f0;
padding: 5px;
left: -1000px;
border: 5px solid #00C300;
visibility: hidden;
color: black;
text-decoration: none;
}

.leftline span img{
border-width: 0;
padding: 2px;
}

.leftline:hover span{
  visibility: visible;
  top: -115px;
  right: 10px;
  left: auto;
}
/*--line*/
/*footer*/
footer{
	padding:0px 0;

}
footer li a{
	color:#fefefe;

}
footer li {
	list-style-type: none;
	font-size: :11pt;
}
footer li .fa{
	font-size:20px;
	margin:5px 0;
}
/*Parallax*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
.bg-primary h1 ,.bg-primary p{
	color: #fff;
}
/*content*/
p{
    font-size: 14pt;
    color: #666;
}
.big{font-size: 18pt;}
strong{
	font-size: 22pt;
	font-weight: bold;
}
section h1{
	color:#444;
}
.point{
	background: #BF4F00;
	color:#fff;
	margin:0;
	font-size: 22pt;
	line-height: 1.4;
}
/* 設定提示字的文字顏色 */
::-webkit-input-placeholder {
color: #666;
font-size: :13pt;
}
:-moz-placeholder {
color: #666;
font-size: :13pt;
}
.placeholder {
color: #666;
font-size: :13pt;
}
input.form-control{
  height: 40px; 
}
input.form-control , textarea.form-control{
  font-size: 13pt;
}
input[type='submit']{
	background: #BF4F00;
    color: #fff;
    border: none;
    height: 40px;
    padding: 0 60px;

}
#code{
  position: relative;
}
#rand-img{
  position: absolute;
  right: 16px;
  top: 4px;
}
#navigation{
  float:none;
  z-index: 999;
  
}
.is-sticky{
  background-color: #FCFCFC;
  box-shadow: 0 0 5px #aaa;
}
.p_0{padding:0;}
figure.effect-bubba {
    background-color:#fff;
}
figure.effect-bubba:hover img {
  opacity: 0.6;
}

figure.effect-bubba .hover-box::before,
figure.effect-bubba .hover-box::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba .hover-box::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-bubba .hover-box::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-bubba:hover .hover-box::before,
figure.effect-bubba:hover .hover-box::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba .hover-box{
    visibility: hidden;
}
figure.effect-bubba .hover-box figcaption{
  font-size: 18pt;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -33px;
  width: 100%;
}

figure.effect-bubba:hover .hover-box{
  visibility: visible;
  background:rgba(0,0,0,0.6);
  color: #fff;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  
}
figure.effect-bubba{
  overflow: hidden;
}
figure.effect-bubba img{
-webkit-transform:scale(1, 1);
  -webkit-transition-timing-function:ease-out;
  -webkit-transition-duration:500ms;
  -moz-transform:scale(1, 1);
  -moz-transition-timing-function:ease-out;
  -moz-transition-duration:500ms;
}

figure.effect-bubba:hover img{
  -webkit-transform: rotate(10deg) scale(1.6);
  -webkit-transition-timing-function:ease-out;
  -webkit-transition-duration:300ms;
  -moz-transform:scale(1.6);
  -moz-transition-timing-function:ease-out;
  -moz-transition-duration:300ms;
  overflow: hidden;
   
}
.process h2{
  background: #BF4F00;
  color: #fff;
  padding: 10px 5px;
  border-radius: 5px;
}
.process h2 i{
  width:30px;
  text-align: center;
}
.h4{
  line-height: 2;
  padding: 5px;
      font-size: 18px;
}
.process .bg{
   font-size: 14pt;
   padding:35px 10px;
   line-height: 2;
   background: #efefef url(../images/pic5.png)/*tpa=http://www.0915290156.tw/images/pic5.png*/;
   background-size: auto 100%;
   background-position: right bottom;
   background-repeat: no-repeat;

}
.nav-lo{
  padding:0;
}
.btn-lo{
  background: #444;
  color:#fff;
  padding:0;
  font-size: 12pt;
  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-lo a{
  color:#fff;
  display: block;
  padding:8px 25px;

}
a:hover, a:focus,a:active{
  text-decoration: none;
}
.btn-lo:hover{
  background: #602700;
}
.btn-lo:hover a{
  color:#fff;
}
.lolist li a i{
    text-align: center;
    padding: 0 5px;
	  display: inherit;
}
.lolist li a:hover i{
    content: "\f0c1";
}
.mo_foot{display: none;}
@media (max-width: 991px){
  #logo {
      height: 48px;
  }
  body{overflow-y: auto;
    padding-top: 93px;
    padding-bottom: 50px;

  }

#nav{
  position: fixed;
  top:0;
  width:100%;
  z-index: 333;
}

 #btn{
    cursor: pointer;
    position: absolute;
    right: 8px;
    line-height: 48px;
    font-size: 18pt;
    color: #000;
    top: 0;

  }
figure.effect-bubba .hover-box::before,
figure.effect-bubba .hover-box::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba .hover-box{
  visibility: visible;
  background:rgba(0,0,0,0.6);
  color: #fff;
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  
}

  .mo_foot{display: block;}
  .mo_foot a{color:#fff;text-decoration:none}
  .mo_foot{
  display:block;
  padding:0px 0;
  font-size:10pt;
  line-height:1.6;
  box-sizing:border-box;
  position:fixed;
  bottom:0px;
  height:auto;
  overflow:hidden;
  width:100%;
  z-index:998;
  }
  .mo_foot li{
    width: 33.33%;
    margin: 0 0%;
    float: left;
    list-style-type: none;
    line-height: 40px;
    height: 40px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    
    font-size:11pt;
  }
  .mo_foot li i{
    font-size:25px;
    vertical-align:middle;
    margin-right:2px;
  }
  .lineicon {
    width: 25px;
    vertical-align: middle;
    margin-right: 2px;
}
  li.line {
  background: #00c300;
  
  }
  li.facebook{
  background: #3c5a99 ;
  }
  li.service {
  background:#337ab7 ;
  }
  li.phonef {
  background: #f60 ;
  }
   .p_xs_15{
    padding: 0 15px;
  }
  .p_xs_15 .col-md-4{
    margin-bottom: 15px;
  }

  
  .text-sm-center{
    text-align: center
  }
  .process .bg {
    background: #efefef;
    background-image: none;
  }
  figure.effect-bubba .hover-box::before,figure.effect-bubba .hover-box::after {
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
}

}
@media (max-width: 767px){
   body{overflow-y: auto;
    padding-top: 48px;
    padding-bottom: 50px;

  }
  h1, .h1 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 16px;
}
h4, .h4 {
    font-size: 16px;
}
p {
    font-size: 12pt;
}
figure.effect-bubba .hover-box figcaption ,.big{
    font-size: 16pt;
}
section {
    padding: 20px 0;
}
#main-nav li:active a,#main-nav li:focus a{color:#fff;}
.p_xs_0{padding:0;}
ul.p_xs_0{padding-left:1.5em;list-style-position: inside;text-indent: -1em}
.process .bg {
    font-size: 11pt;
}
.nav-lo li{
  width:48%;
  margin:0 0.5% 10px;
}
.text-xs-left{
  text-align: left;
}
#main-nav{
  background: #BF4F00;
  border-radius: 0 0 4px 4px ;
}
#main-nav li a{
 color:#fff;
}
.navbar-nav{
  margin-bottom: 0;
}
.navbar-default{  border-radius: 0 0 4px 4px ;}

.item p{
  position: absolute;
  bottom:0;
  top:auto;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff; 
  padding:0;
  margin:0; 
}
.item p span{
  font-size: 12pt;
  width: 100%
}
.item p span strong{
  font-size: 14pt;
}
}
    
/*裝置顯示*/
/*電腦*/	
.desktop,.desktop2{display:block;}
.phone,.mobile,.pad{display:none;}
@media (max-width: 991px){/*平板手機*/
	.mobile,.phone{display: block;}
	.desktop,.pad,.desktop2{display:none;}
}
@media (max-width: 991px) and (min-width:768px){/*平板*/
	.desktop,.phone{display:none!important;}
	.desktop2{display:block;}
	.pad{display:block;}
}


#cont{
	overflow: hidden;
	visibility: hidden;
	height: 10px;
	font-size: 12px;
}

.index_text {
  position: absolute;    /*絕對位置 */
  top: -99999;   /*上方0像素OR向上對齊 */
  left: 0;   /*左方0像素OR靠左  */
  z-index: -1; }   /*放在圖層0後 */
