/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans TC' ,Helvetica,Arial,sans-serif;
	color: #fff;
	background-color: #666;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Noto Sans TC',Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
	color: #D4D14B;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #DDD;
}

.light {
	font-weight: lighter;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Noto Sans TC',Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(212,209,75, 1);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
	background-color: rgba(212,209,75, 1);
	color: #000;
}

.navbar-custom .nav li.active a:hover {
    color: #000;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(212,209,75, 1);
        background: #000;
    }
	.navbar-custom.top-nav-collapse .navbar-brand {
	color: #D4D14B;
	}
}

.tt {
	font-family: 'Anton', sans-serif;
	font-size: 48px;
}

.tri-top-left {
	background-image: url(../img/tri-tl.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 30px;
	-webkit-background-size: 100% 30px;
	-o-background-size: 100% 30px;
	background-size: 100% 30px;
	position: absolute;
	z-index: 9;
	top: 0px;
	display: block;
	height: 30px;
	width: 100%;
	margin-top: -30px;
}

.tri-bottom-left {
	background-image: url(../img/tri-bl.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 30px;
	-webkit-background-size: 100% 30px;
	-o-background-size: 100% 30px;
	background-size: 100% 30px;
	position: absolute;
	z-index: 9;
	bottom: 0px;
	display: block;
	height: 30px;
	width: 100%;
	margin-bottom: -30px;
}

.tri-top-right{
	background-image: url(../img/tri-tr.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 30px;
	-webkit-background-size: 100% 30px;
	-o-background-size: 100% 30px;
	background-size: 100% 30px;
	position: absolute;
	z-index: 9;
	top: 0px;
	display: block;
	height: 30px;
	width: 100%;
	margin-top: -30px;
}

.tri-bottom-right {
	background-image: url(../img/tri-br.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 30px;
	-webkit-background-size: 100% 30px;
	-o-background-size: 100% 30px;
	background-size: 100% 30px;
	position: absolute;
	z-index: 9;
	bottom: 0px;
	display: block;
	height: 30px;
	width: 100%;
	margin-bottom: -30px;
}

.tri-g1 {
	background-image: url(../img/tri-g1.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 30px;
	-webkit-background-size: 100% 30px;
	-o-background-size: 100% 30px;
	background-size: 100% 30px;
	position: absolute;
	z-index: 9;
	top: 0px;
	display: block;
	height: 30px;
	width: 100%;
	margin-top: -30px;
}

.tri-g2 {
	background-image: url(../img/tri-g2.png);
	background-repeat: no-repeat;
	-moz-background-size: 100% 30px;
	-webkit-background-size: 100% 30px;
	-o-background-size: 100% 30px;
	background-size: 100% 30px;
	position: absolute;
	z-index: 9;
	bottom: 0px;
	display: block;
	height: 30px;
	width: 100%;
	margin-bottom: -30px;
}


.tri {
	-webkit-transform:skewY(2deg);
-moz-transform:skewY(2deg);
-ms-transform:skewY(2deg);
-o-transform:skewY(2deg);
}



.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}

.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 10;	
}


.intro-bg0 {
	background-image: url(../img/main-bg.png);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
}


.intro-bg {
	background-image: url(../img/giphy.gif);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 0px;
	opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.intro-bg2 {
	background: url(../img/giphy2.gif) no-repeat center center;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 0px;
	opacity: 0.01;
    filter: alpha(opacity=1); /* For IE8 and earlier */
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

#intro-bg3 {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 0px;
	opacity: 0.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.bg-b {
	background-color: rgba(0, 0, 0, 0.8);
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/main-bg.png);
}

.bg-b2 {
	background-color: rgba(212, 209, 75, 1);
	padding-top: 80px;
	padding-bottom: 80px;
	color: #333;
}

.bg-b3 {
	background-color: rgba(30, 30, 30, 1);
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}

.m-circle {
	border-radius: 50%;
}

.content-section {
    padding-top: 100px;
}

.download-section {
	width: 100%;
	color: #fff;
}

#map {
	width: 100%;
	height: 200px;
	margin-top: 0px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }


    #map {
	height: 400px;
	margin-top: 0px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Noto Sans TC',Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
	border: 1px solid #D4D14B;
	color: #D4D14B;
	background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
	border: 1px solid #D4D14B;
	outline: 0;
	color: #000;
	background-color: #D4D14B;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
	padding: 50px 0;
	background-color: #000;
}

footer p {
	margin: 0;
	color: #333;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

.team-section {
	margin-bottom: 30px;
	padding-right: 0px;
	padding-left: 0px;
}


@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	opacity: 0;
	background: rgba(51,51,51,.95);
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 10px;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 16px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 20px;
    }
}

.no-padding {
    padding: 0;
}

.centered-pills { text-align:center; }
.centered-pills ul.nav-pills { display:inline-block; }
.centered-pills li { display:inline; }
.centered-pills a { float:left; }
* html .centered-pills ul.nav-pills { display:inline; } /* IE6 */
*+html .centered-pills ul.nav-pills { display:inline; } /* IE7 */


.portfolio-modal .modal-content {
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	min-height: 100%;
	padding: 100px 0;
	text-align: center;
	background-color: #333;
	background-image: url(../img/mbg.gif);
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 25px;
	font-size: 3em
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-family: 'Noto Sans TC', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px
}
.portfolio-modal .modal-content ul.list-inline {
	margin-bottom: 30px;
	margin-top: 0
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px
}
.portfolio-modal .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer
}
.portfolio-modal .close-modal:hover {
	opacity: .3
}
.portfolio-modal .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 1051
}
.portfolio-modal .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #fff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	z-index: 1052
}
.portfolio-modal .modal-backdrop {
	opacity: 0;
	display: none
}
::-moz-selection {
text-shadow:none;
background:#fed136
}
::selection {
	text-shadow: none;
	background-color: rgba(255, 255, 255, 0.5);
}
img::selection {
	background: 0 0
}
img::-moz-selection {
background:0 0
}
.img-centered {
    margin: 0 auto;
}.modal-content .list-unstyled li {
	font-size: 17px;
	line-height: 17px;
	color: #CCC;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

.modal-right {
	padding-left: 0px;	
}

@media(min-width:768px) {
	.modal-right {
	padding-left: 30px;	
}
}

.contact-p {
	margin-bottom: 15px;
	font-size: 17px;
}

.team-name {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.team-name-des {
}
.text-y {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 28px;
}

.text-m {
	font-size: 15px;
	line-height: 26px;
}

.loadMore_btn {
	text-align: center;
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column; /* column | row */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.loadMore_btn:hover {
	background-color: #000;
	color: #FFFFFF;
	border: 1px solid #000;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.p1{
	display:none;
}

.p2{
	display:none;
}
