body {
    overflow-x: hidden;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

p {
    font-size: 1em;
}

p.small {
    font-size: 0.9em;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #ff6739;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}


hr.star-light {
    background: #FFF;
    height: 1px;
    width: 100%;
    border:none; 
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    background: #ff6739; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff6739 0%, #ffe64d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ff6739), color-stop(100%,#ffe64d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ff6739 0%,#ffe64d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ff6739 0%,#ffe64d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ff6739 0%,#ffe64d 100%); /* IE10+ */
	background: linear-gradient(to right,  #ff6739 0%,#ffe64d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6739', endColorstr='#ffe64d',GradientType=1 ); /* IE6-9 */
	height: 1px;
	width: 100%;
	border:none; 
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

.img_maxresponsive{ max-width: 100%;}
.img_responsive{ width: 100%;}



header {
    text-align: center;
    color: #fff;
    height: 780px;
    background: url(../images/mainimg.jpg) 50% 0 no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}
header .intro-text{
    margin-top: 100px;
    font-family: "OpenSans",Helvetica,Arial,sans-serif;
}

header .intro-text .name {
    display: block;
    font-size: 2em;
    font-weight: 400;
    text-shadow:1px 2px 3px rgba(0,0,0,.4); 
    font-family: 'Lily Script One', cursive;
}

header .intro-text .skills {
    font-weight: 100;
    letter-spacing: 0.2em;
}

header .fologo{ 
    background: url(../images/logo_main.svg) no-repeat;
    width: 87px; 
    height: 88px;
    display: inline-block;
    margin-top: 10px;
}



@media(min-width:768px) {
    header .container {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .name {
        font-size: 5.8em;
        margin: 20px auto;
        height: 100px;
    }

    header .intro-text .skills {
        font-size: 1em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: all .6s;
        -moz-transition: all .6s;
        transition: all .6s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 0;
        background-color: #ff6c3f;
        box-shadow: 1px 1px 2px rgba(0,0,0,.1);
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 2em;
    }

    .navbar-shrink .navbar-nav > li > a{
    	color: #333;
    }
}

.navbar {
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar-fixed-top.navbar-shrink .navbar-brand:hover{color: #FFF }

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default{
    background: transparent;
    position: fixed;
    top: 0px;
} 


.navbar-default,
.navbar-inverse {
    border: 0;
}


.navbar-default .navbar-nav>li>a{ color: #FFF;}
.navbar-fixed-top.navbar-shrink .navbar-nav>li>a{ color: #FFF;}
.navbar-fixed-top.navbar-shrink .navbar-nav>.active>a, .navbar-fixed-top.navbar-shrink .navbar-nav>.active>a:focus, .navbar-fixed-top.navbar-shrink .navbar-nav>.active>a:hover{ background-color: #ff5723; color: #FFF;}

.navbar-fixed-top .navbar-brand{ color: #FFF; font-family: 'Squada One', cursive; font-size: 3em; font-weight: 400;}


section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
    color: #333;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#about .caption{ text-align: center;}
#about .caption-content{ width: 100px; height: 100px; border:1px solid #f3705a; color: #f3705a; border-radius: 50%; text-align: center; line-height: 120px; margin: 0 auto;}
#about .caption p{ color: #7b7b7b;}







.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #18bc9c;
    background: #fff;
}

.btn-success{
    background: #61d0df;
    border-color:#61d0df; 
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    border: solid 1px #54b6c1;
    color: #FFF;
    background: #54b6c1;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #323538;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #272a2d;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}




.section_title{ margin-bottom: 20px;}

/*關於方橙式*/
#about_intro {
    background: url(../images/about_intro.jpg) 50% 0 no-repeat fixed;
    min-height: 300px;
    margin: 0 auto;
    padding: 0;
}
#about_intro .intro_word{
    color: #FFF;
    text-align: center;
    padding: 80px 0;
    text-shadow:0px 1px 2px rgba(0,0,0,.4);
}
#about_intro .intro_word h3{ font-size: 2.2em; font-weight: 300;}
#about_intro .intro_word p{ font-size: 1.2em; margin-top: 20px;}


/*作品介紹*/
section.dark{
    color: #FFF;
    background: #323539;
}
section.dark h2{
    color: #FFF;
}
.anima{ 
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}


#work #filters{ text-align: center; margin-bottom: 20px;}
#work #filters .btn-line{ margin: 0 4px;}

#work #work-container .item{ width: 20%; padding: 5px;}
#work #work-container .item img{ width: 100%;}



 
.btn{ padding: 10px 20px;}
.btn-line{ background: transparent; border-radius: 0px; border:1px solid #595e63; color: #FFF;}


.btn-line.active, .btn-line.focus, .btn-line:active, .btn-line:focus, .btn-line:hover, .open>.dropdown-toggle.btn-line{
    background: #FFF; border-radius: 0px; border:1px solid #FFF; color: #333;
}

/**/
section.success{ 
    color: #fff; 
    background: #59bccb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fd8862 0%, #ff8071 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8862), color-stop(100%,#ff8071)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fd8862 0%,#ff8071 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fd8862 0%,#ff8071 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fd8862 0%,#ff8071 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fd8862 0%,#ff8071 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8862', endColorstr='#ff8071',GradientType=0 ); /* IE6-9 */
}
section.success h2{
    color: #FFF;
}

/* Team */
#team ul{ list-style: none; }
#team ul .team_member{ text-align: center; background: #FFF; }
#team .team_member a{ color: #333; display: block; }
#team .team_member a:hover{ text-decoration: none; }

#team .team_member .team_item{ position: relative; box-shadow: 0px 1px 2px rgba(0,0,0,.2); overflow: hidden; }

#team .team_member .info{  position: relative; height: 80px; width: 100%; }
#team .team_member .info .card{
    z-index: 666;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    height: 200px; top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#team .team_member .team_item:hover h4{ color: #333;}
#team .team_member .info h5{ color:#FF5B02; font-size: 1em; font-weight: 200; margin-bottom: 10px; }
#team .team_member .info p{ color: #66d0de; position: absolute; top: 200px;  width: 100%; text-align: center; padding: 0 20px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
#team .team_member .team_item:hover h4{ color: #FFF; font-size: 1.8em; margin-bottom: 5px;}
#team .team_member .team_item:hover p{ top: 80px;  color: #777;}
#team .team_member .team_item:hover .info .card{  top: -100px;  background: #1a1a1a; }


/*行動裝置上網*/
section#rwd_intro{ 
    padding: 30px 0;
    background: url(../images/rwd_intro.jpg) 50% 0 no-repeat fixed;
    height: 550px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    margin-bottom: 140px;
}
#rwd_intro .intro_word{ padding: 80px 0;}
.comm_intro a{ color: #FFF; text-decoration: underline; margin-right: 5px; margin-left: 5px;}
.comm_intro .intro_word {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(0,0,0,.4);
}
.comm_intro .intro_word h3 {
    font-size: 2.2em;
    font-weight: 300;
}

.comm_intro .intro_word p {
    font-size: 1.2em;
    margin-top: 20px;
}

#rwd_intro .device_bg{
    position: absolute;
    top:190px;
    width: 100%;
    height: 450px;
    background: url(../images/promo.png) top center no-repeat;
}

/**/
#services .services_list{ list-style: none; margin-bottom: 40px; position: relative; }
#services .services_list .icon{ font-size: 4em; color: #f3705a;}
#services .services_list .info h3{ font-size: 2em; font-weight: 200;}
#services .services_list .info p{ color: #666;}

#services .services_list .po_pl{ position: absolute; bottom: -15px; right: -15px;}
#services .services_list .po_pl .line1{ width: 30px; height: 1px; background: #61d0df; display: block; }
#services .services_list .po_pl .line2{ width: 30px; height: 1px; background: #61d0df; display: block;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg);
}

/*contact*/
.company_info{ color:#909499; }
.company_info h3{ font-size: 1.2em; line-height: 1.3em;}
.company_info h4{ font-size: 1.2em;}
.company_info .contact_text{ margin-bottom: 40px;}
.company_info .company_name ul{ padding: 0px; list-style: none; margin-top: 20px;  }
.company_info .company_name ul li{ border-bottom: 1px dotted #ececec; padding: 10px 0; width: 280px;}
.company_info .company_name ul li .fa{ margin-right: 10px; width: 20px; font-size: 1.2em;}
.company_info .company_name ul li .fa-mobile{ font-size: 1.7em;}
.company_info .company_name ul li .fa-envelope-o{ font-size: 1em;}

.contactForm{ }

.form-control{  border:2px solid #efefef; box-shadow: none; height: 42px;}
.contact_item{ margin: 10px 0;}
label .required{ color: #ED2C3A; font-weight: 200; margin: 2px;}
.form-control:focus{ border-color: #61d0df; outline: none; 
    transition:border linear .2s,box-shadow linear .5s;
    -moz-transition:border linear .2s,-moz-box-shadow linear .5s;
    -webkit-transition:border linear .2s,-webkit-box-shadow linear .5s;
    outline:none;
    box-shadow: none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.btnbox{ margin: 20px 0;}







