﻿
body{
	margin:0;
	font-family: '微軟正黑體';
	background: #fff;
        line-height: 1.75; 
        font-size:  1rem;;
        color:#666666;
        padding-bottom: 50px;
       }

a {   color: #7b519d;   text-decoration: none;}
.ui-loader  h1 { display:none;}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face { font-family: 'Abel-Regular'; src: url(../fonts/Abel-Regular.ttf) format('truetype');}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{margin:0;}
h4{padding:15px 0;}

 h3.title {
    margin:25px 0;
    font-size: 1.5em;
    padding-left: 10px;
    border-left: 5px solid #865aac;
}
 h3.title span {
    /*display: block;*/
    font-size: .7em;
    padding:10px 0;
}
p{margin:0;}
ul,label{margin:0;padding:0;}
body a:hover{	text-decoration:none;}
a.pull-right {color: #333; margin: 20px 0;}
 .mb-20 { margin-bottom:20px;}
/*----*/
/*--top-nav--*/
.header {
    padding: 0em 0 0;
   /* border-bottom: 5px solid #C7C2C2;
    box-shadow: 1px 3px 1px #D0CFCF;
	margin-bottom: 2em ;*/
}
.navbar-header h1 {
    font-size: 3em;
	font-family: 'Abel-Regular';
}
.navbar-header h1 img {
    margin-right: 0.3em;
}
.navbar-header h1 a{
	color:#000;
}
.navbar-toggle { margin-right: 5px;}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none !important;
}
.navbar-default .navbar-nav > li {
   display: inline-block;
}
.navbar-nav > li>i {
    padding: 0 1em;
    font-style:normal;
}
.navbar-nav > li > a {
    font-size: 1.3em;
    padding: 0;
	line-height: 35px;
   display: inline-block; 
}
.navbar { margin:0;}

.navbar-default .navbar-nav > li > a {   color: #555;}
.navbar-nav > li.active a ,.navbar-nav > li.active1 a.dropdown-toggle{
    color: #f00 !important;
    border-top: 2px solid #f00;
    border-bottom: 2px solid #f00;
    
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}

.mobile-logo { display:none;}

 .bs-example-navbar-collapse-1 {
    padding: 0;
    margin-bottom:1em;
   
}
nav.navbar.navbar-default {
   background-image: linear-gradient(to bottom, #a18cd1 0%, #9769c4 100%);
   box-shadow: 1px 3px 1px #D0CFCF;
   padding:1em 0;
   

}

.navbar-nav {float: none; }

ul.nav {
  display: table;
  margin: 0 auto;
  text-align: center;
 
}
.navbar-collapse { background-image: linear-gradient(to top, #dcdcdc 0%, #fdfdfd 100%);}
.btn-tag {
    color: #fff;
    background-color: #ff9b58;
    border-color: #fff;
}
 .xbreadcrumb {  background: #f5f5f5;margin-bottom: 20px; }
.breadcrumb { margin-bottom: 0px; }

.htitle { margin: 0 auto; text-align:center;margin-bottom:2em;} 
 .htitle h2{text-align:center;  display: inline-block; } 
 .htitle h2 span {display: block;font-size: 15px; padding-top: 10px;padding-bottom: 10px;}
 .topline {width:15%;margin: 0 auto;border-bottom:3px solid #9970C7;}
.Inside-writing img { width:100%;}
.Inside-writing { padding-bottom:0rem;  margin-bottom:0em;}
.thubmnail-recent{  margin-bottom:2rem;}


/*--drop-down--*/
.dropdown-menu {
    min-width: 115px;
}
ul.dropdown-menu li {
   /* border-bottom: 1px solid #888;*/
}
.dropdown-menu > li > a {
    padding: 0.8em 1.5em;
    font-size: 1em;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #F00000;
}
.navbar-left span.caret {
    margin-left: 10px;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 171%;
    border-top: 5px solid #CC2127;
	padding: 0;
}
/*--//drop-down--*/
.header-text {
    width: 13%;
    margin-left:5em;
}
.header-text p {
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
}
.header-right {
    float: right;
}
.top-nav-text {
    margin: 2em 0 0em 3.5em;
}
.top-nav-text ul li {
    display: inline-block;
    margin-right: 2em;
    vertical-align: middle;
}
.top-nav-text ul li:nth-child(3) {
    margin: 0;
}
.top-nav-text li {
    font-size: 0.9em;
    color: #999;
}
.top-nav-text  a.email-link {
    color: #666;
}
.top-nav-text a.email-link:hover{
    color: #F00000;
}
.top-nav-text li span {
    color: #666;
}
.top-nav-text ul.social-icons  li {
  display: inline-block;
  margin-right: 5px;
}
.social-icons {margin: 10px 0;}
.social-icons a {
    background:#451e17 url(../images/sprite.png)no-repeat -7px -6px;
    border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


.social-icons a:hover {
    background: #40609e url(../images/sprite.png)no-repeat -7px -6px; 
    /*transform: rotatey(360deg);*/
}
.social-icons a.a2{
	background: #451e17  url(../images/sprite.png)no-repeat -7px -54px;
}
.social-icons a:hover.a2{
	background: #00b900 url(../images/sprite.png)no-repeat -7px -54px;
}

.social-icons a.a3{
	background: #451e17 url(../images/sprite.png)no-repeat -7px -101px;
}

.social-icons a:hover.a3{
	background: #dc1b20 url(../images/sprite.png)no-repeat -7px -101px;
}
.social-icons a.a4{
	background: #451e17 url(../images/sprite.png)no-repeat -7px -150px;
}
.social-icons a:hover.a4{
	background: #3aaa32 url(../images/sprite.png)no-repeat -7px -150px;
}

.social-icons a.a5{
	background: #451e17 url(../images/sprite.png)no-repeat -7px -198px;
}
.social-icons a:hover.a5{
	background: #f70000 url(../images/sprite.png)no-repeat -7px -198px;
}
.social-icons a.a6{
	background: #451e17 url(../images/sprite.png)no-repeat -7px -246px;
}
.social-icons a:hover.a6{
	background: #0167c0 url(../images/sprite.png)no-repeat -7px -246px;
}
.social-icons a.a7{
	background: #451e17 url(../images/sprite.png)no-repeat -7px -294px;
}

.social-icons a:hover.a7{
	background: #d74638 url(../images/sprite.png)no-repeat -7px -294px;
}
.has-feedback .form-control {
    position: relative;
}

.btn-wron { background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%); color:#333333; border-color: #ccc;}

.s-img {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}


.s-img>div, .s-img>li {
    position: relative;
    margin-bottom: 2rem;
    padding: 0;
    text-align: center;
}

.s-img>div, .s-img>li {
    padding-right: 10px;
    padding-left: 10px;
}
.s-img img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.s-img img {
    padding: 2px;
    border: 1px solid #e9ecef;
}
.single-sidebar ul {/*display: flex;*/   display: inline-block;}

.single-sidebar ul li {display: inline-block; /*flex: 1;*/ margin: 10px 5px; }

.single-sidebar  li a {
    background: #451e17;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5%;
}
.single-sidebar  li a:hover{
    background: #ef6c00;
    color: #fff;
    padding: 10px 15px;
}

.port-icon-wrapper h3{}

.form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 42px !important;
    top: 0;
}

@media (min-width: 992px){
.col-md-20 {
    float: left;
}
}
@media (max-width: 768px){
.col-md-20 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
}
.quick { z-index: 10;top: 0;right:10px;margin-top: 0;width: 80px; opacity: 0.94;-moz-transform:scale(0.8);-webkit-transform:scale(0.8);-o-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);}
.quick_list { width:80px; background: #ddd;/*padding-bottom:10px;*/   }

.quick_list>ul>li>a img {width:75px; height:90px;margin:2px;}
  
/*--banner--*/
.banner{
	/*background:url(../images/banner.jpg)no-repeat 0px 0px;
	background-size:cover;
	min-height:600px;*/
        padding-bottom:2em;
}
.tab-content h2 { border-left:10px solid #ff7900; padding:0 15px; margin:1em 0; text-align:left;}


/*--hover effect6--*/
.effect6{
	/*color:rgba(0,0,0, 0) !important; */
	transition: all .3s ease;
	text-shadow:0 0 0  #fff, 0 -45px 0 #fff ;
	overflow: hidden;
}
@-webkit-keyframes drop {
	0%{text-shadow:0 0 0  #fff, 0 -45px 0 #fff ;}
	20% {text-shadow:0 0 0  #fff, 0 -15px 0 #fff ;}
	30%{text-shadow:0 15px 0  #fff, 0 0px 0 #fff ;}
	40%{text-shadow:0 45px 0  #fff, 0 0px 0 #fff ;}
	41%{text-shadow:0 45px 0  #fff, 0 0px 0 #fff , 0 -45px 0 #fff ;}
	70%{text-shadow:0 45px 0  #fff, 0 15px 0 #fff , 0 0px 0 #fff ;}
	80%{text-shadow:0 45px 0  #fff, 0 45px 0 #fff , 0 0px 0 #fff ;}
	100%{text-shadow:0 45px 0  #fff, 0 45px 0 #fff , 0 0px 0 #fff ;}
}/*safari and chrome*/
@keyframes drop {
	0%{text-shadow:0 0 0  #fff, 0 -45px 0 #fff ;}
	20% {text-shadow:0 0 0  #fff, 0 -15px 0 #fff ;}
	30%{text-shadow:0 15px 0  #fff, 0 0px 0 #fff ;}
	40%{text-shadow:0 45px 0  #fff, 0 0px 0 #fff ;}
	41%{text-shadow:0 45px 0  #fff, 0 0px 0 #fff , 0 -45px 0 #fff ;}
	70%{text-shadow:0 45px 0  #fff, 0 15px 0 #fff , 0 0px 0 #fff ;}
	80%{text-shadow:0 45px 0  #fff, 0 45px 0 #fff , 0 0px 0 #fff ;}
	100%{text-shadow:0 45px 0  #fff, 0 45px 0 #fff , 0 0px 0 #fff ;}
}
.effect6:hover{
  -webkit-animation: drop .6s 1 linear; 
 animation: drop .6s 1 linear;
}
/*--end hover--*/
.banner-bottom {
    padding: 2em 0;
    text-align: left;
    background-color: #353434;
}
.banner-bottom h4 {
    font-size: 2em;
    color: #fff;
    font-family: 'Abel-Regular';
}
.banner-bottom h4 span {
    color: #F00;
    font-style: oblique;
}
.banner-bottom p {
    font-size: 1em;
    color: #9A9A9A;
    margin-top: 0.2em;
}
/*--features--*/
.features {
    padding: 2em 0;
    margin: 2em 0;   
    background: #9466c0;
    box-shadow: 1px 3px 1px #D0CFCF;
    border-bottom: 5px solid #d2d2d2;
}
.features h3.title {
    color: #fff;
  border-left-color: #fff;
   }
.features h3.title span {
    color: #fff;
    /*display: block;*/
    font-size: .7em;
    padding:10px 0px;
}
.features p {
 
    font-size: .8em;
    color: #666;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.features .gallery-grid img { float:left; width:50%;}
.features .gallery-grids .gallery-title { margin-left: 52%;}

/*.features .gallery-title h4 a{font-size:1rem; margin:20px 0; }*/
.features .gallery-title .date {font-size:.9rem; margin:5px 0; }


.gallery-grids:nth-child(1) {padding-right: 0;}


.feature-grids:nth-child(1) {padding-right: 0;}
}
.feature-grids:nth-child(2) {padding: 0 1em 0 2em;}

.features .titlebg {
 background: #451e17;
    height: 70px;
    position: absolute;
    width: 100%;
}
.gallery-grids { /*margin-top:30px;*/}
.more {
    margin-top: 2em;
    display: inline-block;
	background:#f00;
}
.more a {
    font-size: 1em;
    padding: 0.6em 1.8em;
    display: block;
	color: #fff;
}
/*--完美見證--*/
.see {
    padding: 2em 0;
    margin: 2em 0;   
    background: url(/images/seebg.png);
    /*box-shadow: 1px 3px 1px #D0CFCF;
    border-bottom: 5px solid #d2d2d2;*/
}
.see .gallery-grid {
    padding-left: 0;
    background: none;
}
.box-line { border:2px solid #fff; padding:3px;}

.pince {
    margin-top: 2em;
}
.pince-left {
    float: left;
    width: 17%;
    border: 1px solid #F00000;
    text-align: center;
    padding: 1em;
}
.pince-right {
    float: right;
    width: 75%;
}
.pince h4 {
    font-size: 1.4em;
    color: #000;
    margin-bottom: 0.4em;
}
.pince h5 {
    font-size: 2em;
    color: #F00;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.features .pince-right p{
	margin:0;
}
.pince:hover .pince-left {
    background-color: #F00;
}
.pince:hover h5{
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
	color: #fff;
}



/*--project--*/

/*--flexisel--*/
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
        float: left;
        width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*--Navigation--*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:50px;
	height:45px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
     left:10px;
     background: url(../images/prev.png);
}
.nbs-flexisel-nav-right {
     right: 5px;
     background: url(../images/next.png);
}
/*--//flexisel--*/
.project-right {
    padding: 2em;
    background-color: #555;
}
.project-right p {
    font-size: 1em;
    color: #fff;
    line-height: 1.72em;
    margin-top: 1.5em;
}
.project-left {
    padding: 0 !important;
}
/*--//project--*/
/*--//location--*/

.location {
    background: #eaeaea;
 }

.location  a.pull-right {color:#666;} 

.imgborder { border-color: rgba(0,0,0,.125);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin-bottom:2rem;
    padding-bottom:10px;}

 .imgborder h3 { padding-bottom:5px; padding-top:10px;}
 .imgborder h3 { padding-left:10px;   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; height: 60px;}

  .imgborder p { padding-left:10px;   overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; height: 60px;}

/*--//location--*/
/*--services--*/
.services {
    /*text-align: center;*/
    padding: 1em 0;
}
.services-info {
    display: inline-block;
    margin-top: 0em;
}
.servc-icon {
    float: left;
    position:relative;
   /* border: 1px solid #CACACA;
    box-shadow: 1px 1px 8px #BDBDBD;*/
}
.servc-icon:nth-of-type(odd)  { 
 /*background: #ff7900;
 border: 1px solid #ff7900;*/

}
.servc-icon:nth-of-type(even)  { 
 /*background: #fff;
 border: 1px solid #ff9432;*/
}

.services a.diamond {
    display: inline-block;
  /*  margin: 29px;
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);*/
   /* border: 1px solid #CACACA;
    box-shadow: 1px 1px 8px #BDBDBD;*/
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.services span.glyphicon {
    font-size: 3em;
    color: #555;
   /* transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);*/
	top: 30%;
    left: -4%;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
p.servc-text {
    font-size: 1.5em;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left:20%;
	/*transform: rotate(-45deg)scale(0);
    -webkit-transform: rotate(-45deg)scale(0);
	-o-transform: rotate(-45deg)scale(0);
	-moz-transform: rotate(-45deg)scale(0);
	-ms-transform: rotate(-45deg)scale(0);*/
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	
}
.services a.diamond:hover {
    background-color: #555555;
}
.services a.diamond:hover span.glyphicon {
   /* font-size: 1.5em;*/
  /*  top: 23%;
    left: -20%;*/
	color: #fff;
}
a.diamond:hover p.servc-text{
 /*  transform: rotate(-45deg)scale(1);
   -webkit-transform: rotate(-45deg)scale(1);
   -moz-transform: rotate(-45deg)scale(1);
   -o-transform: rotate(-45deg)scale(1);
   -ms-transform: rotate(-45deg)scale(1);*/
}

.mix-filter li {
    color: #555;
    cursor: pointer;
    padding: 6px 15px;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #eee;
    display: inline-block;
    font-weight: bold;
}

.mix-grid .mix {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.mix-grid .mix {
    opacity: 0;
    display: none;
}

ul.mix-filter {
    margin: 0;
    padding: 0;
    margin-bottom: 1em;
}

.mix-grid h3 { text-align:center; margin-bottom:2rem;}
/*--//services--*/
/* -- // news -- */ 
.newsText {margin-right:30px;margin-top:30px;}
.newsText ul li{list-style: none; }
.newsText li {padding: 10px 0; color:#fff; border-bottom: 1px dashed;}
.newsText li a{ font-size: 15px; color:#fff;}


 /* google 搜尋  --*/
.has-feedback { position: relative;}
.search-box .form-group { margin-bottom: 0px;}

.Inside-writing .gsc-result .gs-title {
    height: 1.5em  !important;  
}
 .gsc-result .gs-title, .gsc-result .gs-title * {
     font-size: 1.15rem !important;
}
.gsc-adBlock { height:0 !important;}
.gsc-adBlock iframe { display:none !important; height:0 !important;}
#adBlock {  display: none !important;}

/*--footer--*/
.footer { background:#b099c1;  background-size: cover;  padding: 3em 0;}
.footer h3.title {
    color: #fff;
    text-align: center;
}
.footer-grids { margin:0em 0;}


.footer-left {text-align: left;  padding-right: 2em !important;}
.footer h5 {
    font-size: 1.5em;
    color: #fff;
    letter-spacing: 2px;
    padding:5px 0;
    border-bottom:2px solid #fff;
    
}

.footer ul li{color: #fff; padding:5px 0;  list-style: none; }
.footer ul>li>ul>li>:before{content: "- ";}
.footer ul>li>ul>li>{padding-left:20px;}
.footer ul>li:before{content: "> ";}


.footer-left h5 a , .footer-grids a{
	 color: #fff;
}
.footer-left h5 a:hover, .footer-grids a:hover{
	 color: #fff;
}
.footer-left .more {
    margin-top: 4em;
    border: 1px solid #fff;
    background: none;
}
.footer-left .more:hover {
    background-color: #f00;
}
.contact-grdl {


    text-align: right;
    padding-right: 1.5em;
}
.address {
    margin-bottom: 1em;
}
.contact-grdl span {
    color: #fff;
    font-size: 1.5em;
}
.contact-grdr p{
	color:#fff;
	font-size:1em;
	margin:0 0 1em;
}
.contact-grdr p a {
    color: #f00;
    text-decoration: none;
    display: block;
}
.contact-grdr p a:hover{
	color:#fff;
}
/*--//footer--*/
/*--copy-right--*/

.copy-right {
    padding: 2em 0;
	text-align: center;
   background:#8f61a9;
   color:#714290;
}

/*
.copy-right ul li {
    display: inline-block;
    margin-left: -4px;
}
.copy-right ul li a {
    display: block;
    background: url(../images/img-sprite.png)no-repeat 0px 0px;
    width: 74px;
    height: 72px;
	transition:none;
}
.copy-right ul li a:hover{
	background-position: 0px -74px;
}
.copy-right ul li a.gg{
    background: url(../images/img-sprite.png)no-repeat -74px -1px;
	width: 71px;
}
.copy-right ul li a.gg:hover{
    background-position: -74px -75px;
}
.copy-right ul li a.twt{
    background: url(../images/img-sprite.png)no-repeat -144px 0px;
	width: 71px;
}
.copy-right ul li a.twt:hover{
    background-position: -144px -74px;
}
.copy-right ul li a.be{
    background: url(../images/img-sprite.png)no-repeat -215px -1px;
}
.copy-right ul li a.be:hover{
    background-position: -215px -75px;
}
.copy-right p {
    margin-top: 1em;
    font-size: 1em;
    color: #555;
}
.copy-right p a{
	color: #f00000;
}
.copy-right p a:hover {
    color: #555;
    border-bottom: 1px solid #555;
}*/
/*--//copy-right--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 6%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
         z-index: 9999;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
img.zoom-img {
     transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
.showtitle { width:100%;    margin-bottom: 4rem; }
.item-text { margin:10px 0; line-height: 1.8em; }
.item-text h2{ margin:10px 0;}
.tabtop { width: 100%;  margin-bottom:20px !important;}
.tabtop li { width:33.33333%;}
.tabtop li a{font-weight:700;color:#1b2834;border-radius:0px;margin-right:22.008px;border:1px solid #ebebeb !important;}

.tabtop .active a:before{content:"♦";position:absolute;top:0px;left:120px;color:#9970c7;font-size:50px;}

.tabtop li a:hover{color:#e31837 !important;text-decoration:none;}

.tabtop .active a:hover{color:#fff !important;}

.tabtop .active a{background-color:#9970c7 !important;color:#FFF !important;}
.margin-tops{margin-top:30px;}
.tabtop li a:last-child{padding:10px 22px;}

/*--about-page--*/
.banner.about-bnr {
    min-height: 200px;
}
/*--about--*/
.about,.about-team, .contact {
    padding: 2em 0;
    position: relative;
}
.about-servcs h3.title {
    padding:10px 0;
    font-size: 1.6em;
    color: #503d38;
}
.about-servcs h3.title span {
    
    display: block;
    font-size: .7em;
    padding:10px 0;
}

.about-info { margin-top: 3em;}
.about .grid-top h4 {font-size: 1.5em; color: #222; letter-spacing: 4px;}
.about img { width: 100%;}
.about-imgs { padding: 0; overflow: hidden;}
.about .grid-top p {font-size: 1em; color: #999;line-height: 1.8em; margin: 1em 0 2.5em;}
.about .grid-top p.top { margin: 1em 0;}
.offic-time {text-align: center;}
.time-top { padding: 1em; background-color: #383737;}
.time-top h4 {font-size: 1.7em; color: #fff;}
.time-bottom {
    padding: 1em 2em;
    background-color: #666764;
}
.time-bottom h5 {
    font-size: 1.1em;
    color: #FFF;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.time-bottom p {
    font-size: 1em;
    color: #BBBBBB;
    margin-top: 0.5em;
    line-height: 1.8em;
}
/*--//about-page--*/
.testi {
    width: 100%;
    margin-top: 2em;
}
.testi {
    width: 100%;
    margin-top: 2em;
	position: relative;
}
.testi h3.title1 {
    text-align: left;
	font-size: 2.5em;
}
.testi h4 {
    color: #FFFFFF;
    font-size: 1.2em;
}
.testi p {
    font-style: italic;
    color: rgba(255, 255, 255, 0.52);
    font-size: 1em;
    margin-top: 1em;
    line-height: 1.5em;
}
.testi-subscript p {
    margin: 1em 2.8em 0 0;
}
.testi p a {
    font-size: 1em;
    font-weight: 600;
    color: #F00000;
    margin: 0 5px;
    text-decoration: none;
}
.testi p a:hover{
	color: #fff;
}
.testi-subscript {
    position: relative;
    display: inline-block;
}
.testi span.sbscrpt {
    position: absolute;
    background: url(../images/icon3.png) no-repeat 0px 0px;
    display: block;
    width: 30px;
    height: 29px;
    top: 0%;
    right: 0%;
}
.testi-slider {
    padding: 2em 2em 1.8em;
    background: #666764;
    margin-top: 1em;
}
/*--slider start here--*/
#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}

.events {
  list-style: none;
}
.callbacks_container {
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0%;
    right: 0%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 30px;
    width: 25px;
    background: url("../images/icon1.png")#C5C5C5 no-repeat center center;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    right: 7%;
    background: url("../images/icon2.png")#666764 no-repeat center center;
}


.features a:hover.pull-right {
    color: #ff7900;
}


#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs a{
	font-size: 30px;
	color: #70664c;
	font-weight: 600;
	padding: 0px 18px;
	background: rgba(222, 208, 157, 0.89);
}
.callbacks_here a:after{
	color: black;
	text-decoration: none;
	background: rgba(245, 179, 3, 0.56);
}
.callbacks_tabs a:hover, .callbacks_tabs a:active {
  color: black;
  text-decoration: none;
  background: rgba(245, 179, 3, 0.56);
}
.callbacks_tabs a:after{
	color: black;
	text-decoration: none;
	background: rgba(245, 179, 3, 0.56);
}
li.callbacks1_s1.callbacks_here a.callbacks1_s1:after, li.callbacks1_s1.callbacks_here a.callbacks1_s1:active{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
li.callbacks1_s1.callbacks_here a.callbacks1_s1:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s4.active,a.callbacks1_s4:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s2.active,a.callbacks1_s2:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s3.active,a.callbacks1_s3:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
/*--//slider end here--*/
/*--about-slid--*/
.about-slid{
  background: url(../images/banner2.jpg)no-repeat 0px 0px;
  background-size: cover;
  text-align: center;
  padding: 7.5em 0;
}
.about-slid-info {
  width: 75%;
  margin: 0 auto;
}
.about-slid h2 {
    color: #fff;
    font-size: 3.5em;
    font-family: 'Abel-Regular';
}
.about-slid p {
    color: #fff;
    font-size: 1em;
    margin-top: 2em;
    line-height: 1.8em;
}
/*--team-info--*/
.team-info {
   /* margin-top: 2em;*/
    margin-bottom: 2em;
}
/*:first-child*/


.about-team-grids {
   /* background: #555;*/
    padding: 0em 0em;
    margin: 1.666%;
 
}
.about-team-grids img {
	width: 100%;
      padding: 3px;
        border:1px solid #ddd;
}
.about-team-grids h4 {
    color: #555;
    font-size: 1.8rem;
    margin: 0em ;
    padding:5px 0;
   
}
.about-team-grids h4 span {
    font-size: 1.3rem;
    margin-left: 10px;
}

.about-team-grids .btn {
   margin-top:15px;
   display:block;
   border-radius: 60px;
    background: #b099c1;
   color:#fff;
}
.about-team-grids .btn:hover {
   background: #9878c6;
   color:#fff;
}

.about-team-grids p {
  color: #666666;
  font-size: .8em;
  line-height: 1.8em;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}

.captn, .team-text { padding:10px;}
.team-text h6 {
	color: #67686b;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0px;
}


.about-grid1 .thumb .caption {
    float: left;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 13px 30px;
    text-align: center;
    background-color:rgba(81, 92, 142, 0.55);
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-grid1 .thumb:hover .caption {
    height: 100%;
    padding: 40px 30px;
    opacity: 1;
    visibility: visible;
}
.caption {
    opacity: 0;
    top: 0%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.37);
    width: 90%;
    text-align: center;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.about-team-grids:hover .caption{
	display:block;
	top: 49.2%;
	opacity:1;
}
.caption ul {
    padding: 1em 0 .5em;
}
.caption ul li{
	list-style-type:none;
	display:inline-block;
}
.caption ul li a {
    background: url(../images/img-sp.png) no-repeat 0px 0px;
    display: block;
    height: 24px;
    width: 24px;
	transition:none;
}
.caption ul li a:hover{
	background: url(../images/img-sp.png) no-repeat -32px 0px;
}
.caption ul li a.f2 {
    background: url(../images/img-sp.png) no-repeat 0px -32px;
}
.caption ul li a.f2:hover{
	background: url(../images/img-sp.png) no-repeat -32px -32px;
    display: block;
}
.caption ul li a.f3 {
    background: url(../images/img-sp.png) no-repeat 0px -62px;
}
.caption ul li a.f3:hover{
	background: url(../images/img-sp.png) no-repeat -32px -62px;
}
/*--about-services--*/
.about-servcs {
    margin: 2em 0;
}
.servcs-info {
    margin-top: 6em;
}

.about-servcs h5 {
    font-size: 1.3em;
    color: #999;
    text-align: center;
    margin-top: 1em;
    letter-spacing: 6px;
}
.servcs-info  h4 {
    font-size: 2.1em;
    font-family: 'Abel-Regular';
    color: #000;
}
.servcs-info h4 span {
    color: #f00;
    border-top: 1px solid #f00;
    margin-right: 0.5em;
    padding-top: 5px;
}
.servcs-info p {
    color: #999;
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 1.5em;
}
/*-- gallery --*/
.gallery-info {
    text-align: center;
}
.gallery-top {
    padding: 5em 0;
}
.gallery-grids-top {
    margin-top: 4em;
}
.gallery-grid-img {
    padding-left: 0;
}
.gallery-grid {
    padding-left: 0;
    padding: 2px;
    background: #fff;
   }
.gallery-grid a {
    display: block;
}
.gallery-grid img {
  width: 100%;
}
.gallery-right {
    padding: 0;
}
.gallery-grid-img img{
	width:100%;
}

iframe {padding: 5px;border: 1px solid #ccc;}
/*.gallery-grid-img:hover img{
	-webkit-filter: grayscale(100%);
	opacity: 8;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grid-top-img:hover img{
	  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}*/
.gallery-grids-middle{
    margin: 1em 0;
}
.gallery-right-top-grid{
	margin:1em 0 0 0;
}
.gallery-grids  .gallery-title h4 {   color: #301d02;   font-size: 1.3em;padding: 10px 0 15px 0;}

.gallery-grids .gallery-title { padding:10px 15px;}



.box-shadow {
     -webkit-box-shadow: 0 4px 10px 1px rgba(0,0,0,.3); 
    -moz-box-shadow: 0 4px 10px 1px rgba(0,0,0,.3);
    box-shadow: 0 4px 10px 1px rgba(0,0,0,.3);
}
/*  google 廣告  */ 
#adBlock {  display: none !important;}

/*--//gallery--*/
/*--contact--*/
.contact-info {
    margin: 3em 0;
}

.contact-info label { font-size:1.3em;text-align: right;}
.contact-info h5 {
    font-size: 1.5em;
    color: #333;
   
}
.contact-info p {
    font-size: 1em;
    color: #55555;
    line-height: 1.8em;
    margin: 1em 0 0;
}
.contact-form {
    margin-top: 2em;
}

.form-text {
    display: block;
    margin-top: 0.5rem;
}
.contact-info  h3.title1{
	text-align:left;
	font-size: 2.5em;
        color:#555555;
}
.contact-form form {
    margin-top: 2em;
}

.contact-form input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    padding: .5em 3.9em;
    font-size: 1.3em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #6a3f6b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
  background: #4D4D4D;
  color: #FFF;
}
.cnt-address h4 {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    margin: 1em 0 0;
}
.cnt-address p span {
    display: block;
}
.cnt-address p a {
    color: #555;
}
.cnt-address p a:hover{
    color: #f00;
}
.map iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}
/*--//contact--*/
/*--Shortcodes--*/
.codes{
	padding:5em 0;
}
h3.hdg {
    font-size: 2em;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom:1em;
	color: #000;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 20px;
 }
.list-group  li { 
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    color: #212121;
    margin:10px 2%;background: #fff; }

.list-group  li:first-child{ display: inline-block; margin-left:0%;}
.list-group  li a {
    display: block;
    padding: .3em 1.4em;
    color: #999;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: 500;
    border: 1px solid;
}

.list-group li a:hover {
    background: #ff5000;
    color: #fff;
    border-color: #ff5000;
}

.list-group li a {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
nav.navbar-collapse {
    padding: 0;
    padding-bottom: 1em;   
    margin-bottom: 1em;
    width: 50%;
    z-index: 999;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    position: absolute;
    background: #eee;
     transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transform: translateX(0); 
    -moz-transition: translateX(0);
    -webkit-transform: translateX(0px);
    -o-transition: translateX(0);
}

nav.in {
    /*transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    background: #46210f;*/
    position: fixed;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
   /* transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transition: translateX(-250px);
    -o-transition: translateX(-250px);*/
    z-index: 99;
    
}
}

@media (min-width: 768px) {
.navbar-collapse.collapse {
    /* padding-bottom: 20px;*/
   }
.col-md-20 { width:20%;}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
                font-size:1em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
.grid_4 {
    margin-top: 30px;
}


}
@media (max-width:480px){
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}

    iframe[src *= "facebook"]{
        max-width:360px;
        height: 197px;
  }
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*--//Shortcodes--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
}
@media(max-width:1366px){
.contact-grdl {
    width: 11%;
}
}
@media(max-width:1280px){
  h3 { font-size:1.3em; }
}
@media(max-width:1080px){
.navbar-header h1 {
    font-size: 2.8em;
}
.header-text {
    width: 16%;
    margin-left: 3em;
}
.top-nav-text ul li {
    margin-right: 1.5em;
}
.navbar-nav > li > a {
    font-size: 1.3em;
    line-height: 32px;
}
 h3 { /*font-size:.8em;*/ }
.navbar-nav > li {
    /*margin-right: 2.3em;*/
}
ul.nav.navbar-nav.navbar-left {
    float: right !important;
}

.feature-grids {
    padding: 0 !important;
}

.features p {
    font-size: 0.9em;
    margin-top: 0em;
  }


.qa p {
    font-size: 0.9em;
    margin-top: 0em;
    color: #ff7900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height:50px;
}

.qa a.pull-right {color: #666666;padding-top: 20px;} 
.qa a:hover.pull-right {color: #ff7900;} 
.gallery-grids .gallery-title h4 {
       font-size: 1em;
    }

.more {
    margin-top: 1.5em;
}
.pince h5 {
    font-size: 1.5em;
}

h3.title {
    font-size: 1.8em;
}
.project-right {
    padding: 1.7em 1.8em;
}
.project-right p {
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 1.2em;
}
.about .grid-top h4 {
    font-size: 1.3em;
    letter-spacing: 3px;
}
.about-grids.grid-top {
    padding-left: 0 !important;
}
.time-top h4 {
    font-size: 1.5em;
}
.time-bottom h5 {
    font-size: 1.1em;
    letter-spacing: 0px;
}
.time-bottom p {
    font-size: 0.9em;
}
.callbacks_nav.next {
    right: 9%;
}
.testi h3.title1 {
    font-size: 2.3em;
}
.about .grid-top p {
    margin: 1em 0 2em;
}
.about-slid {
    padding: 5.5em 0;
}
.about-slid-info {
    width: 85%;
}
.about-slid h2 {
    font-size: 2.8em;
}
.about-team-grids {
   /* width: 30%;*/
    margin:0 16px;
}
.about-team-grids:hover .caption {
    top: 42%;
}
.caption {
    width: 88%;
}
.about-team-grids h4 {
    margin: 0em 0 0.2em;
}
.about-team-grids h4 span {
    font-size: 1.2em;
}
.about-team-grids p {
    font-size: 0.9em;
}
.servcs-info {
    margin-top: 5em;
}
.servcs-info h4 {
    font-size: 1.8em;
}
.servcs-info p {
    font-size: 0.9em;
}
.footer {
    padding: 2em 0;
}
.contact-form input[type="text"] {
    width: 37%;
}
.contact-form input[type="submit"] {
    padding: .5em 2.5em;
}
.map iframe {
    min-height: 300px;
}
.services a.diamond {
 
}
.services span.glyphicon {
    font-size: 2.5em;
    top: 32%;
    left: -2%;
}
p.servc-text {
    font-size: 1.4em;
    top: 39%;
    left: 16%;
}
.services a.diamond:hover span.glyphicon {
   /* top: 19%;*/
}
}


@media(max-width:991px){
.navbar-header h1 {
    font-size: 2.5em;
}
.navbar-header h1 img {
    width: 100%;
}
 .mb-20 { margin-bottom:10px;}
.header-text {
    width: 13%;
    margin-left: 1em;
}
.top-nav-text {
    margin: 0 0 1.8em 1em;
}
.top-nav-text ul li {
    margin-right: 0.75em;
}
.top-nav-text ul.social-icons li {
    margin-right: 0;
}
.social-icons a {
    background-position:-5px 0px;
    width: 40px;
    height: 40px;
    background-size: 125%;
}
.social-icons a.a2 {
    background-position:-5px -45px;
    background-size: 125%;
}
.social-icons a.a3 {
    background-position:-5px -85px;
    background-size: 125%;
}
.social-icons a.a4 {
    background-position:-5px -126px;
    background-size: 125%;
}
.social-icons a.a5 {
    background-position:-5px -167px;
    background-size: 125%;
}
.social-icons a.a6 {
    background-position:-5px -208px;
    background-size: 125%;
}
.social-icons a.a7 {
    background-position:-5px -247px;
    background-size: 125%;
}
.social-icons a.in {
    background-position:-5px -290px;
    background-size: 125%;
}
.navbar-nav > li {
    margin-right: 1.6em;
}
.navbar-nav > li > a {
    font-size: 0.9em;
    line-height: 27px;
}
.dropdown-menu > li > a {
    font-size: 0.85em;
}
.navbar-right .dropdown-menu {
    top: 180%;
}
.dropdown-menu { min-width: 96px;}

.features, .qa ,.services,.about,.location, .about-team, .contact ,.codes,.gallery-top{
    padding: 4em 0;
}
.features .feature-grids:nth-child(2) {
   /* width: 35%;
    margin: 0 auto;*/
    margin-top: 2em;
 }

.features .feature-grids:nth-child(2) h3 {
     height: 70px;
    padding: 25px 0;
}

.features .feature-grids:nth-child(2) a.pull-right{padding: 30px 15px;}
.features .feature-grids:nth-child(3) a.pull-right{padding: 30px 0;}
.pince-left {
    width: 9%;
}
.pince-right {
    width: 87%;
}
.form-horizontal .form-group {
     margin-right: 0px; 
     margin-left: 0px; 
}


.footer-left, .footer-right {
    float: left;
    width: 50%;
}
.contact-grdl {
    width: 13%;
}
.footer-grids {
    margin-top: 3em;
}
.footer {
    padding: 4em 0 3em;
}
.copy-right ul li a {
    width: 45px;
    height: 45px;
    background-size: 406%;
}
.copy-right ul li a:hover {
    background-position: 0px -45px;
}
.copy-right ul li a.gg {
    background-position: -44px 0px;
    width: 44px;
    background-size: 408%;
}
.copy-right ul li a.gg:hover {
    background-position: -44px -45px;
}
.copy-right ul li a.twt {
    background-position: -87px 0px;
    width: 44px;
    background-size: 409%;
}
.copy-right ul li a.twt:hover {
    background-position: -87px -45px;
}
.copy-right ul li a.be {
    background-position: -134px 0px;
    background-size: 406%;
}
.copy-right ul li a.be:hover {
    background-position: -134px -45px;
}
.about-info {
    margin-top: 2em;
}
.about .grid-top p {
    font-size: 0.9em;
}
.about-imgs {
    float: left;
    width: 33.33%;
}
.about-grids {
    padding: 0;
    margin-top: 2em;
}
.time-bottom {
    padding: 2em;
}
.callbacks_nav.next {
    right: 3.5%;
}
.about-slid-info {
    width: 100%;
}
.about-slid h2 {
    font-size: 2.4em;
}

.about-slid p {
    font-size: 0.9em;
}
.team-info {
    margin-top: 3em;
}
.about-team-grids {
   /* width: 24.3%;*/
    float: left;
}
.about-team-grids p {
    font-size: 0.85em;
}
.caption ul {
    padding: 0.8em 0 .3em;
}
.about-team-grids:hover .caption {
    top: 35%;
    width: 84%;
}
.about-team-grids h4 {
    font-size: 1em;
}
.about-servcs h5 {
    font-size: 1.2em;
    letter-spacing: 5px;
}
.about-servcs {
    margin-bottom: 4em;
}
.servcs-info {
    margin-top: 0;
}
.sevcs-grids {
    margin-top: 3em;
}
.servcs-info h4 {
    font-size: 1.6em;
}
.gallery-grid {
	/*float: left;
	width: 50%;*/
	margin-bottom: 1em;
}
.gallery-grid-top {
	padding: 0;
	float: left;
	width: 50%;
}
.gallery-right {
	padding: 0;
	float: left;
	width: 50%;
}
.gallery-grid-img {
	padding-left: 0;
	float: left;
	width: 50%;
}
.middle-gallery-grid {
	width: 33.33%;
	margin-bottom: 0em;
}


.contact-info h5 {
    font-size: 1.4em;
}
.contact-info p {
    font-size: 0.9em;
}
.contact-info h3.title1 {
    font-size: 2.2em;
}
.contact-form form {
    margin-top: 1.5em;
}
.contact-form input[type="text"] {
    width: 39%;
}
.contact-grids {
    margin-top: 2em;
}
.map iframe {
    min-height: 250px;
}
}
@media(min-width:1024px){
 /* 8 個一列 */ 
.col-md-13 { width:12.5%; }
#footer { display:none;}
}

@media(max-width:768px){
.navbar-header h1 { font-size: 2.2em;}
.navbar-header h1 img { width: 100%;}
.header-text { margin-left: 0.5em;}
.navbar-nav > li { margin-right: 1.8em;}
.navbar-left span.caret { margin-left: 5px;}
.navbar-nav > li { margin-right: 1.9em;}
div#bs-example-navbar-collapse-1 {  margin: 0;}
.gallery-grids .gallery-title h4 { font-size: .9em;}
.navbar-right .dropdown-menu { top: 165%;}
.top-nav-text { margin: 0 0 1.8em 2.2em;}
.features a.pull-right, .qa a.pull-right,.video a.pull-right,.see a.pull-right{ color: #666666; padding-top: 0px;margin: 0px 0; }


/*.services span.glyphicon {
    font-size: 1.9em;
    top: 29%;
    left: -5%;
}*/
p.servc-text { font-size: 1.1em;top: 41%;left: 16%;}
h3.title1 { font-size: 2.8em;}
.features .gallery-grid img {float:none; display:block; width: 100%;}

.features .gallery-grids .gallery-title {
    
    display:block;
    margin:0px 0 0 0;
}

}
@media(max-width:767px){
.navbar-header.navbar-left {float: left;margin: 0;}
.header-text { float: left;   margin-left: 3em;    width: 21%;}
.top-nav-text ul li {   margin: 0 0 0.5em 0;    display: block;}
.top-nav-text ul.social-icons li {    margin: 0 3px 0 0;}
.top-nav-text {    margin: 0 0 1.8em 3em;    display: inline-block;}
ul.nav.navbar-nav.navbar-left {    float: none !important;    text-align: center;    display: table;    margin: 0 auto;}
.navbar-nav > li {    margin: 1em 0 0 0;}
.navbar-nav > li:nth-child(5) {    margin: 1em 0;}
nav.navbar.navbar-default {    margin-bottom: 0;}
.header-right {   float: none;}
.navbar-default .navbar-toggle {    border-color: #F00000;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {    background-color: #F00000;}
.navbar-default .navbar-toggle .icon-bar {    background-color: #F00000;}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #fff;
}

}
@media(max-width:640px){
.banner.about-bnr { min-height: 100px;}
.header-text { margin-left: 1em;}
.footer-grids { margin-top: 2em;}
.footer-left h5 { font-size: 1.3em;}
.contact-grdr p { font-size: 0.9em;}

.mobile-logo {display: block;}

#footer {left: 0;  bottom: 0; width: 100%;  position: fixed;  z-index: 1000;}
#footer a{display:block;  padding:5px 0;}
#footer ul {margin:0; padding:0; width:100%;}
#footer ul li {width:33.33%; float: left; display: inline-block;text-align: center;}

.gallery-grids-top { margin-top: 2em;}
.features, .qa ,.services, .about, .about-team, .contact, .codes, .gallery-top {
    padding: 3em 0;
}
h3.title { font-size: 1.6em;}
.more { margin-top: 1em;}
.more a { font-size: 0.9em;}
.services span.glyphicon {
    font-size: 1.9em;
    top: 33%;
    left: 0%;
}

.footer {padding: 3.5em 0 2em;}
.address { margin-bottom: 0.8em;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F00000;
}
.about .grid-top h4 { font-size: 1.2em;letter-spacing: 2px;}
.callbacks_nav.next {right: 4.2%;}
.about-slid {padding: 4em 0;}
.about-slid h2 { font-size: 2em;}
.team-info { margin-top: 2.5em;}
.about-team-grids {
  /*  width: 46%;*/
    float: left;
    margin: 0 0 1.5em 1.5em;
}
.about-team-grids:hover .caption {
    top: 52.5%;
    width: 90%;
}
h3.title1 {font-size: 2.5em;}
.about-servcs h5 { font-size: 1.1em; letter-spacing: 4px;}
.servcs-info h4 { font-size: 1.5em;}
.contact-info h5 {  font-size: 1.2em;}
.contact-info {  margin-top: 2em;}
.contact-info h3.title1 {  font-size: 2.1em;}
.contact-form input[type="text"] { width: 37.7%; margin-right: 1em;}
}
@media(max-width:600px){
.top-nav-text {
    margin: 0 0 .8em 1.5em;
}

}
@media(max-width:480px){
.header-text {
    width: 33%;
}
.top-nav-text {
    margin: 0 0 .5em 1em;
}
.top-nav-text ul li {
  /*  margin: 1.5em 1em 0 0;*/
    display: inline-block;
}
.top-nav-text ul li:nth-child(3) {
    margin: 2em 1em 0 0;
}
.header-text p {
    font-size: 0.75em;
    line-height: 1.8em;
}
.features, .qa, .services, .about, .about-team, .contact,.location, .codes, .gallery-top,.see {
    padding: 0em 0;
}


h3.title1 {
    font-size: 2.3em;
}
.about .grid-top h4 {
    font-size: 1em;
    letter-spacing: 1px;
}
.about .grid-top p {
    font-size: 0.85em;
	margin: 1em 0;
}
.time-top h4 {
    font-size: 1.3em;
}
.time-bottom {
    padding: 1.5em;
}
.time-bottom h5 {
    font-size: 1em;
}
.time-bottom p {
    font-size: 0.85em;
}
.testi p {
    font-size: 0.9em;
}
.callbacks_nav.next {
    right: 5.8%;
}
.about-slid {
    padding: 3em 0;
}
.about-slid h2 {
    font-size: 1.6em;
}
.about-slid p {
    font-size: 0.85em;
}
.about-team-grids {
   /* width: 46.5%;*/
    margin: 0 0.5em 1.5em 0.5em;
}
.about-team-grids:hover .caption {
    top: 40.5%;
    width: 86%;
}
.about-servcs {
    margin-bottom: 2.5em;
}
.about-servcs h5 {
    font-size: 1em;
    letter-spacing: 3px;
}
.servcs-info h4 {
    font-size: 1.3em;
}
.servcs-info p {
    font-size: 0.85em;
}
.sevcs-grids {
    margin-top: 2em;
}
.top-nav-text ul.social-icons li:nth-child(3) {
    margin: 0;
}


h3.title {
    font-size: 1.4em;
   margin-bottom: .5em;
}

.features p {
    margin-top: 0.5em;
    font-size: 0.85em;
}

.more a {
    padding: 0.5em 1.6em;
}
.newsText {
    margin-right: 5px;
    margin-top: 20px;
}
.pince-left {
    width: 12%;
}
.pince-right {
    width: 82%;
}
.services a.diamond {
    /*margin: 14px;
    width: 70px;*/
    /*height: 70px;*/
}
.services span.glyphicon {
    font-size: 1.5em;
    top: 31%;
    left: -3%;
}
.services a.diamond:hover span.glyphicon {
    top: 15%;
    left: -20%;
    font-size: 1.2em;
}
p.servc-text {
    font-size: 0.9em;
    top: 41%;
    left: 14%;
}
.footer {
    padding: 3em 0 1em;
}
.footer-left h5 {
    font-size: 1em;
}
.contact-grdl {
    width: 11%;
    padding: 0;
}
.address {
    margin-bottom: 1em;
}



.footer-left .more {
    margin-top: 3em;
}
.contact-grdr {
    padding: 0 0 0 1.5em;
}
.contact-grdr p {
    font-size: 0.85em;
    margin: 0;
}
.contact-grdl span {
    font-size: 1.2em;
}
.copy-right p {
    font-size: 0.9em;
}
.navbar-nav > li {
    margin: 0.5em 0 0 0;
}
.navbar-nav > li > a {
    font-size: 0.85em;
}
.banner.about-bnr {
    min-height: 80px;
}
.contact-info h5 {
    font-size: 1.1em;
}
.contact-info p {
    font-size: 0.85em;
}
.contact-form {
    margin-top: 1em;
}
.contact-info h3.title1 {
    font-size: 1.8em;
}
.contact-form textarea {
    font-size: .85em;
    min-height: 8em;
}
.contact-form input[type="text"] {
    width: 37%;
    margin-right: 0.5em;
    font-size: 0.85em;
}
.contact-form input[type="submit"] {
    padding: .5em 2.4em;
    font-size: 0.9em;
    margin: 0.5em 0 0 0;
}
.contact-grids {
    padding: 0 !important;
}
.cnt-address h4 {
    font-size: 1em;
}
.map iframe {
    min-height: 180px;
}
.footer {
    padding: 2em 0 1em;
}
}
@media(max-width:320px){
.header {
    box-shadow: none;
    margin: 1em 0 0;
}
.navbar-header h1 {
    font-size: 2em;
}
.navbar-header h1 img {
    width: 25%;
}
.header-text p {
    font-size: 0.7em;
	line-height: 1.5em;
}
.header-text {
    width: 40%;
    margin-left: 0em;
}
.top-nav-text {
    margin: 1em 0;
    width: 50%;
}
.top-nav-text ul li {
    margin: .5em 0 0;
	font-size: 0.8em;
}
.top-nav-text ul li:nth-child(3) {
    margin: 0.5em 0 0 0;
}
.navbar-toggle {
    margin-top: 2em;
}
.banner-info h2 {
    font-size: 1.6em;
}
.banner-info p {
    width: 100%;
    font-size: 0.8em;
	margin: 1em auto;
}
.banner-info a {
    padding: 0.5em 2em;
    font-size: 0.8em;
}
.banner {
    min-height: 255px;
}
.banner-info {
    margin-top: 22%;
}
.banner-bottom h4 {
    font-size: 1em;
}
.banner-bottom p {
    font-size: 0.8em;
}
.pince {
    margin-top: 1.5em;
}
.pince h5 {
    font-size: 1.3em;
}
.pince-left {
    width: 16%;
    padding: 0.7em;
}
.pince h4 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
}
.pince-right {
    width: 77%;
}
.features p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.project-right {
    padding: 1.5em 1em;
}
.project-right p {
    font-size: 0.8em;
    margin-top: 1em;
}
.services-info {
    margin-top: 1.5em;
}
.services-info {
    margin-top: 1.5em;
    width: 72%;
}
.footer-left, .footer-right {
    float: none;
    width: 100%;
    text-align: center;
}
.footer-left .more {
    margin: 1.5em 0 2em;
}
.contact-grdl {
    width: 15%;
}
.address {
    margin-bottom: 0.8em;
    text-align: left;
}
.copy-right {
    padding: 1em 0;
}
.copy-right p {
    font-size: 0.85em;
	margin-top: 0.5em;
}
.features,.qa, .services, .about, .about-team, .contact, .codes, .gallery-top {
    padding: 1.5em 0;
}
h3.title1 {
    font-size: 2.1em;
}
.about .grid-top h4 {
    letter-spacing: 0px;
    line-height: 1.5em;
}
.about .grid-top p {
    font-size: 0.8em;
    margin: 0 0 1em;
}
.about .grid-top p.top {
    margin: 1em 0 0.5em;
}
.time-top h4 {
    font-size: 1.2em;
}
.about-grids {
    margin-top: 1em;
}
.time-bottom {
    padding: 1em;
}
.time-bottom h5 {
    font-size: 0.9em;
}
.testi h3.title1 {
    font-size: 2em;
}
.testi h4 {
    font-size: 1em;
}
.testi p {
    font-size: 0.8em;
}
.testi-slider {
    padding: 2em 1.5em 1em;
}
.callbacks_nav.next {
    right: 9%;
}
.about-slid {
    padding: 2em 0;
}
.about-slid h2 {
    font-size: 1.4em;
}
.about-slid p {
    margin-top: 1em;
	font-size: 0.8em;
	line-height: 1.6em;
}
.about-team-grids {
    width: 100%;
    margin: 0 0 1em 0;
}
.team-info {
    margin-top: 1.5em;
}
.about-team-grids {
    padding: 1em;
}
.about-team-grids h4 {
    margin: 1em 0 0.5em;
}
.about-team-grids p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.about-team-grids:hover .caption {
    top: 56%;
    width: 90%;
}
.about-servcs h5 {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 0.5em;
}
.servcs-info h4 {
    font-size: 1.1em;
}
.servcs-info p {
    font-size: 0.8em;
    margin-top: 0.8em;
}
.contact-info {
    margin-top: 0em;
}
.contact-grids {
    margin-top: 1.5em;
}
.contact-info h5 {
    font-size: 1em;
    line-height: 1.5em;
}
.contact-info p {
    font-size: 0.8em;
    margin: 0.5em 0 0;
}
.contact-info h3.title1 {
    font-size: 1.5em;
}
.contact-form textarea {
    font-size: .8em;
    min-height: 7em;
}
.contact-form input[type="text"] {
    width: 100%;
    margin: .5em 0;
    font-size: 0.8em;
}
.contact-form form {
    margin-top: 1em;
}
.map iframe {
    min-height: 150px;
}
.gallery-grid-top-img {
	margin: 0;
}
.gallery-right {
	float: none;
	width: 100%;
}
.gallery-grid-img {
	padding: 0;
	float: none;
	width: 100%;
	margin: 1em 0;
}
.gallery-grid-top {
	padding: 0;
	float: none;
	width: 100%;
}
.middle-gallery-grid {
	width: 100%;
	margin-bottom: 1em;
	padding: 0;
}
.gallery-grids-middle {
	margin: 0em 0;
}
.gallery-grid {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}
.gallery-grids-top {
	margin: 1em 0 0 0;
}

}
/*--//responsive-design---*/