@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* =======================================================
*
*   Template Style 
* Edit this section
*
* ======================================================= */
body {
    font-family: Microsoft JhengHei;
    line-height: 1.8;
    font-size: 20px;
    background: #fff;
    font-weight: 300;
}

body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

#fh5co-wrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#fh5co-wrapper>div {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

a {
    color: #337ab7;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    text-decoration: underline;
    color: #004A7F;
}

a:focus,
a:active {
    outline: none;
}

p,
span {
    margin-bottom: 1.5em;
    font-size: 20px;
    color: #727272;
    font-weight: 300;
    font-family: Microsoft JhengHei;
}

span {
    font-size: 18px;
    color: rgba(114, 114, 114, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 0, 0, 0.8);
    font-family: Microsoft JhengHei;
    margin: 30px 0 30px 0;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

::-moz-selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

::selection {
    color: #fcfcfc;
    background: #b7c2c2;
}

#fh5co-page {
    position: relative;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: #fff;
}

.menu-show #fh5co-page {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

#fh5co-main-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1002;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    overflow-y: scroll;
}

#fh5co-main-nav .fh5co-nav-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 20px;
    height: 50px;
    width: 50px;
    background: rgba(0, 0, 0, 0.1);
    line-height: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-main-nav .fh5co-nav-toggle:hover {
    background: rgba(0, 0, 0, 0.7);
}

#fh5co-main-nav .fh5co-nav-toggle i {
    top: 19px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0;
    text-indent: 0;
}

#fh5co-main-nav .fh5co-nav-toggle.show {
    visibility: visible;
    opacity: 1;
}

.menu-show #fh5co-main-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#fh5co-main-nav ul {
    text-align: center;
    padding: 50px 0 0 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #fh5co-main-nav ul {
        padding: 20px 0 0 0;
    }
}

#fh5co-main-nav ul li {
    padding: 0;
    margin: 0;
}

#fh5co-main-nav ul li a {
    display: block;
    width: 100%;
    color: white;
    font-size: 50px;
    padding: 10px 0;
}

@media screen and (max-width: 768px) {
    #fh5co-main-nav ul li a {
        font-size: 30px;
        padding: 10px 0;
    }
}

#fh5co-main-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.4);
}

#fh5co-main-nav ul li a:hover,
#fh5co-main-nav ul li a:active,
#fh5co-main-nav ul li a:focus {
    color: rgba(255, 255, 255, 0.8);
    outline: none;
    text-decoration: none;
}

.fh5co-table {
    display: table;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .fh5co-table {
        display: block !important;
        height: inherit !important;
        width: inherit !important;
    }
}

.fh5co-table .fh5co-table-cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .fh5co-table .fh5co-table-cell {
        display: block !important;
        height: inherit !important;
        width: inherit !important;
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    /*background: #A7CDCC;*/
    color: #fff;
    /*border: none !important;*/
    /*border: 2px solid transparent !important;*/
    border-style: 5px solid white;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #A7CDCC;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}

header {
    padding: 4em 0;
}

@media screen and (max-width: 768px) {
    header {
        padding: 2em 0;
    }
}

header .fh5co-navbar-brand {
    float: left;
}

header .fh5co-navbar-brand .fh5co-logo {
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
}

header .fh5co-navbar-brand .fh5co-logo:hover {
    text-decoration: none !important;
    color: #000 !important;
}

header .fh5co-navbar-brand .fh5co-logo:active,
header .fh5co-navbar-brand .fh5co-logo:focus {
    outline: none;
    text-decoration: none;
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}

.fh5co-nav-toggle.dark.active i::before,
.fh5co-nav-toggle.dark.active i::after {
    background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    transition: all .2s ease-out;
}

.menu-show .fh5co-nav-toggle i {
    background: #fff;
    color: #fff;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.menu-show .fh5co-nav-toggle i::before,
.menu-show .fh5co-nav-toggle i::after {
    background: #fff;
}

.fh5co-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.dark i::before,
.fh5co-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    float: right;
    z-index: 1003;
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0px;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
        top: 0px;
    }
}

#fh5co-portfolio-section,
#fh5co-intro-section,
#fh5co-services-section,
#fh5co-contact-section,
#fh5co-team-section {
    padding-bottom: 5em;
}

#fh5co-intro-section {
    margin-bottom: 4em;
    padding-bottom: 3em;
}

.intro-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .intro-heading {
        font-size: 30px;
    }
}

#filters {
    padding: 0;
    list-style: none;
}

#filters li {
    display: inline-block;
    margin-right: 20px;
}

#filters li span {
    display: block;
    text-decoration: none;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.3);
}

#filters li span:hover,
#filters li span:focus,
#filters li span.active {
    color: #000 !important;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 33.33%;
    display: none;
    float: left;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    #portfoliolist .portfolio {
        width: 50% !important;
    }
}

@media screen and (max-width: 768px) {
    #portfoliolist .portfolio {
        width: 50% !important;
    }
}

@media screen and (max-width: 480px) {
    #portfoliolist .portfolio {
        width: 100% !important;
    }
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}

.portfolio {
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
}

.portfolio img {
    max-width: 100%;
    z-index: -1;
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: -60px;
	left: 0;
    /*-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);*/
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
    background: rgb(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 5px 8px;

}

.portfolio .label-text a {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    margin-top: 2px;
}

.portfolio .label-text a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

.portfolio .text-category {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: normal;
    line-height: 18px;
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
    .portfolio .text-category {
        display: block;
        color: #FFF;
        font-size: 2px;
        text-align: center;

    }
}

.portfolio:hover .label {
    bottom: 0;
}

.portfolio:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.team-section-grid {
    position: relative;
    background-size: cover;
    height: 450px;
    margin-bottom: 30px;
}

.team-section-grid .overlay-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.team-section-grid .overlay-section h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.team-section-grid .overlay-section p {
    color: rgba(255, 255, 255, 0.8);
}

.team-section-grid .overlay-section p.fh5co-social-icons a:hover,
.team-section-grid .overlay-section p.fh5co-social-icons a:focus {
    text-decoration: none !important;
}

.team-section-grid .overlay-section p.fh5co-social-icons i {
    font-size: 32px;
}

.team-section-grid .overlay-section span {
    color: #fff;
    display: block;
}

.team-section-grid .overlay-section .desc {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.team-section-grid:hover .overlay-section {
    opacity: 1;
}

.fh5co-services i {
    font-size: 60px;
    display: block;
    margin-bottom: 40px;
    color: #A7CDCC;
}

.fh5co-services-single .fh5co-services i {
    font-size: 80px;
}

.contact-info {
    margin-bottom: 4em;
    padding: 0;
}

.contact-info li {
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}

.contact-info li i {
    position: absolute;
    top: .3em;
    left: 0;
    font-size: 22px;
    color: #000;
}

.contact-info li a {
    color: #A7CDCC;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.8);
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

#map {
    width: 100%;
    height: 500px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

#footer {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding: 3em 0;
}

#footer p {
    font-size: 16px;
}

#footer p:last-child {
    margin-bottom: 0;
}

#footer p.fh5co-social-icons a:hover,
#footer p.fh5co-social-icons a:focus {
    text-decoration: none !important;
}

#footer p.fh5co-social-icons i {
    font-size: 32px;
}

#footer .social-text-align {
    text-align: right;
}

@media screen and (max-width: 992px) {
    #footer .social-text-align {
        text-align: left !important;
    }
}

.heading-section {
    margin-bottom: 3em;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 300;
}

.heading-section h3 {
    font-weight: 300;
    line-height: 1.5em;
}

.js .animate-box {
    opacity: 0;
}

#fh5co-hero {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

@media screen and (max-width: 768px) {
    #fh5co-hero {
        background-position: center center;
        background-size: normal;
    }
}

#fh5co-hero .fh5co-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    display: block;
    color: #ffffff;
    font-size: 40px;
    z-index: 99;
    text-decoration: none;
}

#fh5co-hero .fh5co-arrow:active,
#fh5co-hero .fh5co-arrow:focus,
#fh5co-hero .fh5co-arrow:hover {
    outline: none;
}

#fh5co-hero .overlay {
    background: #888888;
    /*background: #81c141;*/
    /*background: -webkit-linear-gradient(legacy-direction(#41c19e), #81c141);
    background: linear-gradient(#41c19e, #81c141);*/
    opacity: 0.65;
    filter: alpha(opacity=65);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

#fh5co-hero .text {
    padding: 14em 0;
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 768px) {
    #fh5co-hero .text {
        padding: 5em 0;
    }
}

#fh5co-hero .text h1 {
    padding: 0;
    margin: 0;
    display: block;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    line-height: 1.3;
    font-size: 50px;
}

@media screen and (max-width: 768px) {
    #fh5co-hero .text h1 {
        font-size: 30px;
    }
}

#fh5co-hero .text h2 {
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
    font-weight: 300;
    font-style: 30px;
}

@media screen and (max-width: 768px) {
    #fh5co-hero .text h2 {
        font-size: 20px;
    }
}

/*...................................*/
#fh5co-team {
    clear: both;
    padding: 7em 0;
    background: #FFF;
}

@media screen and (max-width: 768px) {
    #fh5co-team {
        padding: 3em 0;
    }
}

#fh5co-team .person {
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

#fh5co-team .person img {
    width: 300px;
    margin: 0 auto 30px auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    #fh5co-team .person img {
        width: 240px;
        margin: 0 auto 30px auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 5%;
    }
}


#fh5co-team .person h3 {
    margin-bottom: 0;
}

#fh5co-team .person h4 {
    color: #999999;
    font-size: 16px;
}

#fh5co-team .person .social {
    padding: 0;
    margin: 0;
}

#fh5co-team .person .social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#fh5co-team .person .social li a {
    padding: 10px;
}

#fh5co-team .person .social li a:hover {
    text-decoration: none;
}

#fh5co-team .person:focus,
#fh5co-team .person:hover {
    background: #E8E8E8;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.09);
}

/*....................................................*/
.date {
    margin: 0 auto;
    width: 130px;
    height: 60px;
    border: 1.5px #fff solid;
    border-radius: 10px;
}

.date:hover {
    margin: 0 auto;
    width: 130px;
    height: 60px;
    border: 1.5px #D8D8D8 solid;
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.2);
}

.date-text {
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 8px;
    left: 22px;

}


.date-text:visited {
    color: #D8D8D8;
    text-decoration: none;
    position: relative;
    top: 8px;
    left: 22px;

}

.date-text:hover {
    color: #D8D8D8;
    text-decoration: none;
    position: relative;
    top: 8px;
    left: 22px;

}

.date-text:active {
    color: #fff;
    text-decoration: none;
    position: relative;
    top: 8px;
    left: 22px;

}

.fly-timepic-1 {
    width: 50%;
    height: auto;
    float: left;
}

.fly-timepic-2 {
    width: 50%;
    height: auto;
    float: left;
}

@media (max-width: 767px) {
    .fly-timepic-1 {
        width: 100%;
        height: auto;
        float: left;
    }

    .fly-timepic-2 {
        width: 100%;
        height: auto;
        float: left;
    }

    /*# sourceMappingURL=style.css.map */