
body,h1, h2, h3, h4, h5, h6,p{
	font-family: Arial, "微軟正黑體", sans-serif!important;

}

body,p{
	font-weight: normal;
	font-size: 16px;

}

img {
    max-width: 100%;
    height: auto;
}

.team-img img {
    width: 100%;
}

.animate{
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

.img-shadow{
    box-shadow: 0px 0px 8px 2px rgba(85, 85, 85, 0.26);
    margin: 10px 0;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.bg-set {
    background: url(../img/wedding-bg01.jpg) center no-repeat;
    background-size: cover;
}

/*--------------------------------
start. header*/

.header .navbar-nav > li > a {
    font-size: 17px;
    font-weight: normal;
}


.header .dropdown-menu li a {
	font-size: 15px !important;
    font-weight: normal;
    padding: 8px 16px;
}

.header .logo img {
    max-width: 250px;
    max-height: 60px;
}


@media (min-width: 992px){
    .header .navbar-nav > li > a {
        padding: 9px 28px 9px 16px;
    }
}

@media (max-width: 767px){

    .header .logo img {
        max-width: 220px;
    }
}


/*end. header
--------------------------------*/





/*--------------------------------
start. footer*/

.footer-logo {
    max-width: 250px;
    height: auto;
}

.footer-v2 .footer p {
    color: #555;
    font-size: 15px;
    margin: 5px 0;
}
.footer-v2 .footer {
    padding: 10px 15px;
    background: #fff;
}

.footer-v2 .copyright {
    text-align: center;
    background: #fff;
}

.footer-v2 .footer-socials{
    text-align: center;
    margin: 0 0 10px;
}

.footer-v2 .copyright p {
    margin-top: 8px;
}

.footer-info li{
    color:#555;
}

.footer-info a{
    color:#555;
}

.footer-left-box,.footer-right-box,.footer-center-box{
    display: inline-block;
    padding: 0 2%;
    vertical-align: middle;
    float: none;
    width: calc(100% / 3 - 4px);
}

.footer-center-box{
    text-align: center;
}
.footer-right-box{
    text-align: right;
}

@media (max-width: 1200px){
    .footer-left-box,.footer-right-box,.footer-center-box{
        padding: 0 1%;
    }
}


@media (max-width: 992px){
    .footer-left-box,.footer-right-box,.footer-center-box{
        width: 100%;
        text-align: center;
        padding: 0px 10px;
    }
    .footer-v2 .footer {
	    padding: 20px 15px;
	}
}



/*end. footer
--------------------------------*/




/*--------------------------------
start. index*/

.tp-dottedoverlay.twoxtwo {
    background: none;
}

.revolution-mch-1:after {
    background: none;
}

.btn-u {
    font-size: 16px;
}

h1.title-v2 {
    color: #555;
    position: relative;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 40px;
    padding-bottom: 8px;
    font-family: 'Niconne', Arial, "微軟正黑體", sans-serif!important;
}

h1.title-v2:after {
    left: 0;
    width: 70px;
    height: 2px;
    content: " ";
    bottom: -10px;
    background: #555;
    position: absolute;
}

h2.title-v2 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 40px;
}

.pro-box .headline-center,.news-box.headline-center {
    text-align: inherit;
}

.pro-box h2.title-v2,.news-box h2.title-v2 {
    margin-bottom: 0px;
    font-family: 'Niconne', Arial, "微軟正黑體", sans-serif!important;
}

.pro-box .headline-center p,.news-box.headline-center p {
    font-size: 16px;
    margin: 0;
}


.pro-box i.icon-sm {
    line-height: 32px;
}

.pro-box .team-v1 li > p:before {
    height: 2px;
}

.pro-box .team-v1 li > h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 18px 0 10px;
    line-height: 1.5em;
    padding-bottom: 5px;
}

.pro-box .team-v1 li > h3 a:hover {
    text-decoration: none;
}

.idx-news-date{
    color: #666;
    margin: 5px 0;
    display: block;
}

.thumbnail h3, .thumbnail-style h3 {
    margin: 6px 0 0 0;
}

.headline-center h2:after {
    height: 0px;
}

.fa-icon{
    text-align: center;
    margin-bottom: 40px;
}

.fa-icon li{
    padding: 0!important;
    width: inherit!important;
}

.fa.xs {font-size: 8px;}
.fa.sm {font-size: 11px;}
.fa.md {font-size: 14px;}

.who li {
    margin-bottom: 0px;
}
.who li i {
    min-width:inherit;
    margin: 0 1px;
}

@media (max-width: 991px){
    .pro-box .headline-center p,.news-box.headline-center p {
        padding: 0;
    }

    .pro-box p,.news-box p {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 767px){

    .fa-icon {
        margin-bottom: 20px;
    }

    .pro-box li{
		padding: 10px;
	}

    h1.title-v2,h2.title-v2 {
        font-size: 28px;
    }
}

@media (max-width: 480px){
    .pro-box li,.news-box .col-xs-6{
        width: 100%;
        padding: 15px;
    }

    .pro-box p, .news-box p {
        white-space: inherit;
    }
}


/*end. index
--------------------------------*/




/*--------------------------------
start. in*/





/*end. in
--------------------------------*/