@import url('https://fonts.googleapis.com/css?family=Orbitron|Raleway:500|Shadows+Into+Light&display=swap');
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
form,
button,
label,
address,
blockquote,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
}
body {
    line-height: 1;
}
article,
main,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}

img,
abbr {
    border: none;
    vertical-align: bottom;
}
ul,
ol,
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    text-align: left;
}
.cf {
    zoom: 1;
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 400;
    src: local("Exo 2"), local("Exo2-Regular"),
        url(https://themes.googleusercontent.com/static/fonts/exo2/v1/8C2PVL2WIMUnPF90ukjrZQ.woff)
            format("woff");
}
@font-face {
    font-family: "Exo 2";
    font-style: normal;
    font-weight: 600;
    src: local("Exo 2 Semi Bold"), local("Exo2-SemiBold"),
        url(https://themes.googleusercontent.com/static/fonts/exo2/v1/L7cKReMyy06lvTzTWfUEtfesZW2xOQ-xsNqO47m55DA.woff)
            format("woff");
}
@font-face {
    font-family: "Sacramento";
    font-style: normal;
    font-weight: 400;
    src: local("Sacramento"), local("Sacramento-Regular"),
        url(https://themes.googleusercontent.com/static/fonts/sacramento/v2/WFDkXpubrEwopJnSlHV6CBsxEYwM7FgeyaSgU71cLG0.woff)
            format("woff");
}
@font-face {
    font-family: "Limelight";
    font-style: normal;
    font-weight: 400;
    src: local("Limelight"),
        url(https://themes.googleusercontent.com/static/fonts/limelight/v5/kD_2YDkzv1rorNqQ2oFK5j8E0i7KZn-EPnyo3HZu7kw.woff)
            format("woff");
}
@font-face {
    font-family: "Vollkorn";
    font-style: normal;
    font-weight: 400;
    src: local("Vollkorn Regular"), local("Vollkorn-Regular"),
        url(https://themes.googleusercontent.com/static/fonts/vollkorn/v4/BCFBp4rt5gxxFrX6F12DKvesZW2xOQ-xsNqO47m55DA.woff)
            format("woff");
}
.white-bg {
    background-color: white;
}
.black-bg {
    background-color: black;
}
.clickable {
    cursor: pointer;
}
#logo a {
    text-decoration: none;
}
pre a,p a {
    color: #ff008d;
}
pre {
    font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
}
nav ul {
    display: none;
}
.sub-navs {
    text-align: right;
    font-size: 12px;
    margin-bottom: 40px;
}

.sub-navs a {
    color: #fff;
    background-color: #4cc0cf;
    padding: 5px 10px;
    text-decoration: none;
}
.sub-navs a:hover {
    text-decoration: none;
}
.sub-navs:before,
.sub-navs:after {
    clear: both;
    display: table;
    content: " ";
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 35px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i,
#return-to-top img {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: -3px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i,
#return-to-top:hover img {
    color: #fff;
    top: -5px;
}
@media only screen and (max-width: 759px) {
    .sub-navs {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sub-navs a {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 3px;
    }
    nav ul {
        display: block;
    }
}
#logo span {
    display: none;
}
.share-buttons {
}
#g-plus-share {
    width: 150px;
    float: left;
    margin-top: 10px;
}
header {
    margin-bottom: 20px;
}
header#inner {
    margin-bottom: 30px;
}
header h1 {
    margin: 21px 0 25px 0;
}
header h1 img {
    width: 100%;
    height: auto;
}
nav li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

.menu {
    width: 100%;
    height: 50px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    color: #fff;
    z-index: 500;
}
.menu-fixed {
    position: fixed;
    top: 0px;
    z-index: 550;
}
.nav-fixed {
    position: fixed;
    width: 100%;
    top: 50px;
    z-index: 550;
}
.menu a {
    color: #fff;
    font-size: 25px;
    font-family: "Orbitron", sans-serif;
}
.menu span {
    width: 32px;
    height: 32px;
    font-size: 32px;
    margin-left: 6px;
    position: relative;
    top: 2px;
}
#about nav li.about a,
#works nav li.services a,
#works nav li.works a,
#intros nav li.blog a,
#videos nav li.videos a,
#contacts nav li.contact a {
    color: #dd2a6a;
}
nav li a:hover {
    color: #fff;
    background-color: #999;
    color: #aaa \9;
}
nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #fff;
    background-color: #333;
}
.socialBtn {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
}
.socialBtn li {
    display: inline;
    margin-right: 8px;
}
.socialBtn li.last {
    margin-right: 0;
}
.socialBtn img {
    width: 35px;
    height: 35px;
}
#main h2.ttl,
#about .page-header h2,
.page-header h1 {
    margin-bottom: 35px;
    text-align: center;
    line-height: 1;
    font-family: "Shadows Into Light", cursive;
    font-weight: 100;
    font-size: 43px;
}
#main.inner h2.ttl {
    margin-bottom: 25px;
}
#main h3.ttl,
#main .page-header h2 {
    margin-bottom: 12px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    color: #505050;
}
#main p.ttl,
#works .ttl2 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
    font-family: "Exo 2", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3em;
    color: #a5a5a5;
}
#works .ttl2 {
    text-align: left;
}
.contBox {
    margin: 0 20px;
}
.toTop {
    text-align: center;
}
.toTop a {
    display: block;
    margin-bottom: 40px;
    padding: 8px 20px;
}
.toTop img {
    width: 22px;
    height: 14px;
}
.pageNation {
    position: relative;
    margin-bottom: 30px;
}
.pageNation .pageLeft {
    position: absolute;
    left: 20px;
    top: 0;
}
.pageNation .pageRight {
    position: absolute;
    right: 20px;
    top: 0;
}
nav.fooater {
    margin-bottom: 20px;
}
#copyright {
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
    font-size: 15px \9;
}
@media only screen and (min-width: 760px) {
    #logo {
        float: left;
    }
    body {
        font-size: 18px;
    }
    .share-buttons {
        position: absolute;
        right: 30px;
        top: 13px;
    }
    header {
        position: relative;
        max-width: 960px;
        height: 190px;
        margin: 0 auto;
    }
    header#inner {
        margin-bottom: 20px;
    }
    header h1 {
        position: absolute;
        margin: 0;
    }
    header h1 img {
        width: auto;
        height: 130px;
    }
    nav {
        position: absolute;
        bottom: 30px;
        right: 30px;
        margin-bottom: 0;
        border-top: none;
    }
    nav li {
        margin-left: 15px;
        display: inline;
        float: left;
        border-bottom: none;
        text-align: right;
        width: 110px;
        height: 24px;
        overflow: hidden;
        text-align: center;
    }
    nav ul li a:before {
        content: attr(title);
        display: block;
        margin-top: -37px;
        background-color: #000;
        color: #fff;
        text-decoration: none;
        background-color: #fff \9;
    }
    nav ul li a {
        display: block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.2em;
        color: #000;
        position: relative;
        background-color: #fff;
        -moz-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    nav ul li a:hover {
        margin-top: 24px;
        text-decoration: none;
        margin-top: 0px \9;
    }
    .socialBtn {
        position: absolute;
        top: 52px;
        right: 30px;
        margin-top: 0px;
    }
    .socialBtn img {
        width: 30px;
        height: 30px;
    }
    #main.inner {
        max-width: 960px;
        padding: 0;
        margin: 0 auto;
    }
    #main h2.ttl.large,
    #about .page-header h2,
    .page-header h1 {
        margin: 0 0 40px 0;
        font-size: 60px;
        text-align: left;
    }
    #index .page-header h1 {
        text-align: center;
    }
    .contBox {
        margin: 0 40px;
    }
    .pageNation .pageLeft {
        position: absolute;
        left: 40px;
        top: 0;
    }
    .pageNation .pageRight {
        position: absolute;
        right: 40px;
        top: 0;
    }
    footer {
        max-width: 960px;
        margin: 0 auto;
    }
    nav.footer {
        position: static;
        width: 100%;
        margin: 0;
    }
    nav.footer a {
        font-size: 11px;
        font-weight: 600;
    }
    nav.footer li {
        margin: 0 30px 0 0;
    }
    #copyright {
        width: 100%;
        margin-top: 32px;
        margin-bottom: 0;
        text-align: center;
    }
    .menu {
        display: none;
    }
    #menu {
        display: none;
    }
}
@media only screen and (min-width: 961px) {
    body {
        font-size: 18px;
    }
    a:hover {
        text-decoration: underline;
    }
    #about nav li.about a,
    #works nav li.works a,
    #blog nav li.blog a,
    #videos nav li.videos a,
    #contact nav li.contact a {
        color: #dd2a6a;
        text-shadow: 0px 0px 0px #fff;
    }
    header h1 {
        position: absolute;
        top: 0px;
        left: 0;
    }
    nav {
        position: absolute;
        bottom: 30px;
        right: 0;
    }
    .share-buttons {
        position: absolute;
        top: 13px;
        right: 0;
    }
    .socialBtn {
        position: absolute;
        top: 52px;
        right: 0;
    }
    nav ul li a {
        background-color: #fff;
    }
    nav li a:hover {
        background-color: #fff;
    }
    #main.inner {
        max-width: 960px;
        padding: 0;
        margin: 0 auto;
    }
    .contBox {
        margin: 0;
    }
    .pageNation .pageLeft {
        position: absolute;
        left: 0;
        top: 0;
    }
    .pageNation .pageRight {
        position: absolute;
        right: 0;
        top: 0;
    }
    footer {
        max-width: 960px;
        margin: 0 auto;
    }
    nav.footer {
        margin-left: 0;
    }
    .menu {
        display: none;
    }
}
#counter {
    font-size: 11px;
    font-family: Vollkorn;
}
.txtBox {
    margin-bottom: 30px;
}
.contactForm dt {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}
#main
    .jsn-master
    .jsn-bootstrap
    .jsn-form-content
    .control-group
    .control-label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
}
.contactForm dt span.required {
    margin-left: 10px;
    padding: 1px 3px;
    background-color: #f45555;
    font-size: 10px;
    color: #ffffff;
}
.contactForm dd {
    margin-bottom: 15px;
}
.contactForm dd.w01 input {
    width: 250px;
    height: 20px;
    font-size: 16px;
    border: 1px solid #bbbbbb;
}
.contactForm dd.w02 textarea {
    width: 250px;
    font-size: 16px;
    border: 1px solid #bbbbbb;
}
input.submitBtn {
    width: 228px;
    height: 54px;
    cursor: pointer;
    background-color: #8e8e8e;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
@media only screen and (min-width: 760px) {
    .txtBox {
        margin-bottom: 50px;
    }
    .contactForm dd.w01 input {
        width: 350px;
    }
    .contactForm dd.w02 textarea {
        width: 400px;
    }
}
#sevice {
    margin-bottom: 60px;
    padding: 0 5%;
}
#sevice section {
    margin-bottom: 40px;
}
#sevice section.last {
    margin-bottom: 0;
}
#sevice section .icon {
    margin-bottom: 20px;
    text-align: center;
}
#sevice section .icon img {
    width: 49px;
    height: 51px;
}
@media only screen and (min-width: 760px) {
    #sevice section.last {
        margin-right: 0;
    }
    #sevice section .icon {
        margin-bottom: 40px;
        text-align: center;
    }
    #sevice section .icon img {
        width: 98px;
        height: 102px;
    }
    #sevice section {
        margin-bottom: 0;
    }
    #sevice section.last {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 961px) {
    #sevice {
        width: 920px;
        margin: 0 auto 120px auto;
        padding: 0px 0px;
    }
    #sevice section {
        float: left;
        width: 280px;
        height: auto;
        margin-right: 40px;
    }
}
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/byscuits
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* @font-face {
    font-family: "FontAwesome";
    src: url("../font/fontawesome-webfont.eot?v=3.2.1");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1")
            format("embedded-opentype"),
        url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"),
        url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"),
        url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: 0.3em;
} */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.4285714285714286em;
}
.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}
.icons-ul > li {
    position: relative;
}
.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}
.icon-muted {
    color: #eeeeee;
}
.icon-light {
    color: #ffffff;
}
.icon-dark {
    color: #333333;
}
.icon-border {
    border: solid 1px #eeeeee;
    padding: 0.2em 0.25em 0.15em;
    border-radius: 3px;
}
.icon-2x {
    font-size: 2em;
}
.icon-2x.icon-border {
    border-width: 2px;
    border-radius: 4px;
}
.icon-3x {
    font-size: 3em;
}
.icon-3x.icon-border {
    border-width: 3px;
    border-radius: 5px;
}
.icon-4x {
    font-size: 4em;
}
.icon-4x.icon-border {
    border-width: 4px;
    border-radius: 6px;
}
.icon-5x {
    font-size: 5em;
}
.icon-5x.icon-border {
    border-width: 5px;
    border-radius: 7px;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: 0.3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: 0.3em;
}
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: 0.9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: 0.9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: 0.18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: 0.8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: 0.25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: 0.05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: 0.2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: 0.2em;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em;
}
.icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em;
}
.icon-spin {
    display: inline-block;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}
.icon-glass:before {
    content: "\f000";
}
.icon-music:before {
    content: "\f001";
}
.icon-search:before {
    content: "\f002";
}
.icon-envelope-alt:before {
    content: "\f003";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-empty:before {
    content: "\f006";
}
.icon-user:before {
    content: "\f007";
}
.icon-film:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-ok:before {
    content: "\f00c";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-zoom-in:before {
    content: "\f00e";
}
.icon-zoom-out:before {
    content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
    content: "\f013";
}
.icon-trash:before {
    content: "\f014";
}
.icon-home:before {
    content: "\f015";
}
.icon-file-alt:before {
    content: "\f016";
}
.icon-time:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download-alt:before {
    content: "\f019";
}
.icon-download:before {
    content: "\f01a";
}
.icon-upload:before {
    content: "\f01b";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-play-circle:before {
    content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e";
}
.icon-refresh:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode:before {
    content: "\f02a";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-book:before {
    content: "\f02d";
}
.icon-bookmark:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list:before {
    content: "\f03a";
}
.icon-indent-left:before {
    content: "\f03b";
}
.icon-indent-right:before {
    content: "\f03c";
}
.icon-facetime-video:before {
    content: "\f03d";
}
.icon-picture:before {
    content: "\f03e";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit:before {
    content: "\f044";
}
.icon-share:before {
    content: "\f045";
}
.icon-check:before {
    content: "\f046";
}
.icon-move:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-forward:before {
    content: "\f04e";
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-sign:before {
    content: "\f055";
}
.icon-minus-sign:before {
    content: "\f056";
}
.icon-remove-sign:before {
    content: "\f057";
}
.icon-ok-sign:before {
    content: "\f058";
}
.icon-question-sign:before {
    content: "\f059";
}
.icon-info-sign:before {
    content: "\f05a";
}
.icon-screenshot:before {
    content: "\f05b";
}
.icon-remove-circle:before {
    content: "\f05c";
}
.icon-ok-circle:before {
    content: "\f05d";
}
.icon-ban-circle:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
    content: "\f064";
}
.icon-resize-full:before {
    content: "\f065";
}
.icon-resize-small:before {
    content: "\f066";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-exclamation-sign:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire:before {
    content: "\f06d";
}
.icon-eye-open:before {
    content: "\f06e";
}
.icon-eye-close:before {
    content: "\f070";
}
.icon-warning-sign:before {
    content: "\f071";
}
.icon-plane:before {
    content: "\f072";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder-close:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-resize-vertical:before {
    content: "\f07d";
}
.icon-resize-horizontal:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-twitter-sign:before {
    content: "\f081";
}
.icon-facebook-sign:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key:before {
    content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
    content: "\f085";
}
.icon-comments:before {
    content: "\f086";
}
.icon-thumbs-up-alt:before {
    content: "\f087";
}
.icon-thumbs-down-alt:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-empty:before {
    content: "\f08a";
}
.icon-signout:before {
    content: "\f08b";
}
.icon-linkedin-sign:before {
    content: "\f08c";
}
.icon-pushpin:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-signin:before {
    content: "\f090";
}
.icon-trophy:before {
    content: "\f091";
}
.icon-github-sign:before {
    content: "\f092";
}
.icon-upload-alt:before {
    content: "\f093";
}
.icon-lemon:before {
    content: "\f094";
}
.icon-phone:before {
    content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
    content: "\f096";
}
.icon-bookmark-empty:before {
    content: "\f097";
}
.icon-phone-sign:before {
    content: "\f098";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-github:before {
    content: "\f09b";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-hdd:before {
    content: "\f0a0";
}
.icon-bullhorn:before {
    content: "\f0a1";
}
.icon-bell:before {
    content: "\f0a2";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-hand-right:before {
    content: "\f0a4";
}
.icon-hand-left:before {
    content: "\f0a5";
}
.icon-hand-up:before {
    content: "\f0a6";
}
.icon-hand-down:before {
    content: "\f0a7";
}
.icon-circle-arrow-left:before {
    content: "\f0a8";
}
.icon-circle-arrow-right:before {
    content: "\f0a9";
}
.icon-circle-arrow-up:before {
    content: "\f0aa";
}
.icon-circle-arrow-down:before {
    content: "\f0ab";
}
.icon-globe:before {
    content: "\f0ac";
}
.icon-wrench:before {
    content: "\f0ad";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-briefcase:before {
    content: "\f0b1";
}
.icon-fullscreen:before {
    content: "\f0b2";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-link:before {
    content: "\f0c1";
}
.icon-cloud:before {
    content: "\f0c2";
}
.icon-beaker:before {
    content: "\f0c3";
}
.icon-cut:before {
    content: "\f0c4";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
    content: "\f0c6";
}
.icon-save:before {
    content: "\f0c7";
}
.icon-sign-blank:before {
    content: "\f0c8";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-list-ul:before {
    content: "\f0ca";
}
.icon-list-ol:before {
    content: "\f0cb";
}
.icon-strikethrough:before {
    content: "\f0cc";
}
.icon-underline:before {
    content: "\f0cd";
}
.icon-table:before {
    content: "\f0ce";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-truck:before {
    content: "\f0d1";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-pinterest-sign:before {
    content: "\f0d3";
}
.icon-google-plus-sign:before {
    content: "\f0d4";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-columns:before {
    content: "\f0db";
}
.icon-sort:before {
    content: "\f0dc";
}
.icon-sort-down:before {
    content: "\f0dd";
}
.icon-sort-up:before {
    content: "\f0de";
}
.icon-envelope:before {
    content: "\f0e0";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2";
}
.icon-legal:before {
    content: "\f0e3";
}
.icon-dashboard:before {
    content: "\f0e4";
}
.icon-comment-alt:before {
    content: "\f0e5";
}
.icon-comments-alt:before {
    content: "\f0e6";
}
.icon-bolt:before {
    content: "\f0e7";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-umbrella:before {
    content: "\f0e9";
}
.icon-paste:before {
    content: "\f0ea";
}
.icon-lightbulb:before {
    content: "\f0eb";
}
.icon-exchange:before {
    content: "\f0ec";
}
.icon-cloud-download:before {
    content: "\f0ed";
}
.icon-cloud-upload:before {
    content: "\f0ee";
}
.icon-user-md:before {
    content: "\f0f0";
}
.icon-stethoscope:before {
    content: "\f0f1";
}
.icon-suitcase:before {
    content: "\f0f2";
}
.icon-bell-alt:before {
    content: "\f0f3";
}
.icon-coffee:before {
    content: "\f0f4";
}
.icon-food:before {
    content: "\f0f5";
}
.icon-file-text-alt:before {
    content: "\f0f6";
}
.icon-building:before {
    content: "\f0f7";
}
.icon-hospital:before {
    content: "\f0f8";
}
.icon-ambulance:before {
    content: "\f0f9";
}
.icon-medkit:before {
    content: "\f0fa";
}
.icon-fighter-jet:before {
    content: "\f0fb";
}
.icon-beer:before {
    content: "\f0fc";
}
.icon-h-sign:before {
    content: "\f0fd";
}
.icon-plus-sign-alt:before {
    content: "\f0fe";
}
.icon-double-angle-left:before {
    content: "\f100";
}
.icon-double-angle-right:before {
    content: "\f101";
}
.icon-double-angle-up:before {
    content: "\f102";
}
.icon-double-angle-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-desktop:before {
    content: "\f108";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-tablet:before {
    content: "\f10a";
}
.icon-mobile-phone:before {
    content: "\f10b";
}
.icon-circle-blank:before {
    content: "\f10c";
}
.icon-quote-left:before {
    content: "\f10d";
}
.icon-quote-right:before {
    content: "\f10e";
}
.icon-spinner:before {
    content: "\f110";
}
.icon-circle:before {
    content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112";
}
.icon-github-alt:before {
    content: "\f113";
}
.icon-folder-close-alt:before {
    content: "\f114";
}
.icon-folder-open-alt:before {
    content: "\f115";
}
.icon-expand-alt:before {
    content: "\f116";
}
.icon-collapse-alt:before {
    content: "\f117";
}
.icon-smile:before {
    content: "\f118";
}
.icon-frown:before {
    content: "\f119";
}
.icon-meh:before {
    content: "\f11a";
}
.icon-gamepad:before {
    content: "\f11b";
}
.icon-keyboard:before {
    content: "\f11c";
}
.icon-flag-alt:before {
    content: "\f11d";
}
.icon-flag-checkered:before {
    content: "\f11e";
}
.icon-terminal:before {
    content: "\f120";
}
.icon-code:before {
    content: "\f121";
}
.icon-reply-all:before {
    content: "\f122";
}
.icon-mail-reply-all:before {
    content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
    content: "\f123";
}
.icon-location-arrow:before {
    content: "\f124";
}
.icon-crop:before {
    content: "\f125";
}
.icon-code-fork:before {
    content: "\f126";
}
.icon-unlink:before {
    content: "\f127";
}
.icon-question:before {
    content: "\f128";
}
.icon-info:before {
    content: "\f129";
}
.icon-exclamation:before {
    content: "\f12a";
}
.icon-superscript:before {
    content: "\f12b";
}
.icon-subscript:before {
    content: "\f12c";
}
.icon-eraser:before {
    content: "\f12d";
}
.icon-puzzle-piece:before {
    content: "\f12e";
}
.icon-microphone:before {
    content: "\f130";
}
.icon-microphone-off:before {
    content: "\f131";
}
.icon-shield:before {
    content: "\f132";
}
.icon-calendar-empty:before {
    content: "\f133";
}
.icon-fire-extinguisher:before {
    content: "\f134";
}
.icon-rocket:before {
    content: "\f135";
}
.icon-maxcdn:before {
    content: "\f136";
}
.icon-chevron-sign-left:before {
    content: "\f137";
}
.icon-chevron-sign-right:before {
    content: "\f138";
}
.icon-chevron-sign-up:before {
    content: "\f139";
}
.icon-chevron-sign-down:before {
    content: "\f13a";
}
.icon-html5:before {
    content: "\f13b";
}
.icon-css3:before {
    content: "\f13c";
}
.icon-anchor:before {
    content: "\f13d";
}
.icon-unlock-alt:before {
    content: "\f13e";
}
.icon-bullseye:before {
    content: "\f140";
}
.icon-ellipsis-horizontal:before {
    content: "\f141";
}
.icon-ellipsis-vertical:before {
    content: "\f142";
}
.icon-rss-sign:before {
    content: "\f143";
}
.icon-play-sign:before {
    content: "\f144";
}
.icon-ticket:before {
    content: "\f145";
}
.icon-minus-sign-alt:before {
    content: "\f146";
}
.icon-check-minus:before {
    content: "\f147";
}
.icon-level-up:before {
    content: "\f148";
}
.icon-level-down:before {
    content: "\f149";
}
.icon-check-sign:before {
    content: "\f14a";
}
.icon-edit-sign:before {
    content: "\f14b";
}
.icon-external-link-sign:before {
    content: "\f14c";
}
.icon-share-sign:before {
    content: "\f14d";
}
.icon-compass:before {
    content: "\f14e";
}
.icon-collapse:before {
    content: "\f150";
}
.icon-collapse-top:before {
    content: "\f151";
}
.icon-expand:before {
    content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}
.icon-gbp:before {
    content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
    content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
    content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
    content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
    content: "\f158";
}
.icon-won:before,
.icon-krw:before {
    content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a";
}
.icon-file:before {
    content: "\f15b";
}
.icon-file-text:before {
    content: "\f15c";
}
.icon-sort-by-alphabet:before {
    content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
    content: "\f15e";
}
.icon-sort-by-attributes:before {
    content: "\f160";
}
.icon-sort-by-attributes-alt:before {
    content: "\f161";
}
.icon-sort-by-order:before {
    content: "\f162";
}
.icon-sort-by-order-alt:before {
    content: "\f163";
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
.icon-youtube-sign:before {
    content: "\f166";
}
.icon-youtube:before {
    content: "\f167";
}
.icon-xing:before {
    content: "\f168";
}
.icon-xing-sign:before {
    content: "\f169";
}
.icon-youtube-play:before {
    content: "\f16a";
}
.icon-dropbox:before {
    content: "\f16b";
}
.icon-stackexchange:before {
    content: "\f16c";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-flickr:before {
    content: "\f16e";
}
.icon-adn:before {
    content: "\f170";
}
.icon-bitbucket:before {
    content: "\f171";
}
.icon-bitbucket-sign:before {
    content: "\f172";
}
.icon-tumblr:before {
    content: "\f173";
}
.icon-tumblr-sign:before {
    content: "\f174";
}
.icon-long-arrow-down:before {
    content: "\f175";
}
.icon-long-arrow-up:before {
    content: "\f176";
}
.icon-long-arrow-left:before {
    content: "\f177";
}
.icon-long-arrow-right:before {
    content: "\f178";
}
.icon-apple:before {
    content: "\f179";
}
.icon-windows:before {
    content: "\f17a";
}
.icon-android:before {
    content: "\f17b";
}
.icon-linux:before {
    content: "\f17c";
}
.icon-dribbble:before {
    content: "\f17d";
}
.icon-skype:before {
    content: "\f17e";
}
.icon-foursquare:before {
    content: "\f180";
}
.icon-trello:before {
    content: "\f181";
}
.icon-female:before {
    content: "\f182";
}
.icon-male:before {
    content: "\f183";
}
.icon-gittip:before {
    content: "\f184";
}
.icon-sun:before {
    content: "\f185";
}
.icon-moon:before {
    content: "\f186";
}
.icon-archive:before {
    content: "\f187";
}
.icon-bug:before {
    content: "\f188";
}
.icon-vk:before {
    content: "\f189";
}
.icon-weibo:before {
    content: "\f18a";
}
.icon-renren:before {
    content: "\f18b";
}
html,
body {
    height: 100%;
}
body {
    font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
    font-size: 18px;
    color: #333;
    line-height: 1.9;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #333;
    text-decoration: none;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
body#index #mainVisual {
    margin-bottom: 30px;
    text-align: center;
}
body#index #mainVisual img {
    width: 100%;
    height: auto;
    max-width: 480px;
    width: auto \9;
}
body#index #service {
    margin-bottom: 60px;
    padding: 0 5%;
}
body#index #service:before,
body#index #service:after {
    content: " ";
    display: table;
}
body#index #service:after {
    clear: both;
}
body#index #service li {
    margin-bottom: 40px;
    height: auto;
}
body#index #service li div {
    width: 90%;
    margin: 0 auto;
}
body#index #service li.last {
    margin-bottom: 40px;
}
body#index #service li .icon {
    margin-bottom: 20px;
    text-align: center;
}
body#index #service li .icon img {
    width: 49px;
    height: 51px;
}
body#index #service li .big-icon {
    margin-bottom: 20px;
    text-align: center;
}
body#index #service li .big-icon img {
    width: 100%;
    height: auto;
}
body#index #works {
    margin-bottom: 70px;
    padding: 0 5%;
}
body#index #works li {
    margin-bottom: 40px;
    text-align: left;
}
body#index #works li.last {
    margin-bottom: 0;
}
body#index #works li img {
    width: 90%;
    height: auto;
}
body#index #works .photo {
    margin-bottom: 30px;
    text-align: center;
}
body#index #blog {
    margin-bottom: 30px;
    padding: 0 5%;
}
body#index #blog:before,
body#index #blog:after {
    content: " ";
    display: table;
}
body#index #blog:after {
    clear: both;
}
body#index #blog li {
    margin-bottom: 40px;
    text-align: right;
    width: 100%;
}
body#index #blog li div {
    width: 90%;
    margin: 0 auto;
}
body#index #blog li.last {
    margin-bottom: 0;
}
body#index #blog .photo {
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
}
body#index #blog .photo img {
    width: 90%;
    height: auto;
}
body#index #blog .cont {
    margin-bottom: 20px;
    text-align: justify;
}
body#index .detail {
    display: block;
    width: 100%;
    height: 50px;
    margin-left: 0px;
    background-color: #eee;
    text-align: center;
    line-height: 50px;
}
body#index .text01 {
    height: auto;
    text-align: justify;
}
@media only screen and (min-width: 760px) {
    body#index .text01 {
        min-height: 200px;
    }
    body#index .cont {
        height: 170px;
    }
    body#index #mainVisual {
        margin-bottom: 80px;
        text-align: center;
    }
    body#index #mainVisual img {
        max-width: 960px;
        height: auto;
    }
    body#index #service {
        max-width: 920px;
        margin: 0 5% 80px 5%;
        padding: 0px 0px;
    }
    body#index #service li {
        float: left;
        width: 100%;
        min-height: 600px;
    }
    body#index #service li.last {
        margin-right: 0;
    }
    body#index #service li .icon {
        margin-bottom: 40px;
        text-align: center;
    }
    body#index #service li .icon img {
        width: 98px;
        height: 102px;
    }
    body#index #main h2.ttl {
        margin-bottom: 55px;
        font-size: 56px;
    }
    body#index #main h3.ttl {
        margin-bottom: 16px;
        font-size: 22px;
    }
    body#index #main p.ttl {
        margin-bottom: 45px;
        margin-top: 0;
        letter-spacing: 0.1em;
    }
    body#index #works {
        max-width: 920px;
        margin: 0 5% 120px 5%;
        padding: 0px 0px;
    }
    body#index #works li {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 0;
    }
    body#index #works li.last {
        margin-right: 0;
    }
    body#index #works li img {
        width: 100%;
        height: auto;
    }
    body#index #blog {
        max-width: 920px;
        margin: 0 5% 50px 5%;
        padding: 0px 0px;
    }
    body#index #blog li {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }
    body#index #blog li.last {
        margin-right: 0;
    }
    body#index #blog .photo img {
        width: 100%;
        height: auto;
    }
    body#index #blog .cont {
        margin-bottom: 20px;
        min-height: 200px;
    }
    body#index .detail {
        display: block;
        width: 100%;
        height: 50px;
        margin-left: 0px;
        background-color: #eee;
        text-align: center;
    }
    body#index .toTop a {
        display: block;
        width: 24px;
        margin: 0 auto 20px auto;
        padding: 8px 20px;
    }
}
@media only screen and (min-width: 961px) {
    body#index .text01 {
        min-height: 250px;
    }
    body#index #service {
        width: 920px;
        margin: 0 auto 50px auto;
        padding: 0px 0px;
    }
    body#index #service li {
        float: left;
        width: 33%;
        min-height: 600px;
    }
    body#index #main h2.ttl {
        font-size: 56px;
    }
    body#index #main h3.ttl {
        font-size: 25px;
    }
    body#index #main p.ttl {
        font-size: 14px;
    }
    body#index #works {
        width: 920px;
        margin: 0 auto 120px auto;
        padding: 0px 0px;
    }
    body#index #works li {
        float: left;
        width: 280px;
        margin-right: 40px;
        margin-bottom: 0;
    }
    body#index #works li.last {
        margin-right: 0;
    }
    body#index #blog {
        width: 920px;
        margin: 0 auto 50px auto;
        padding: 0px 0px;
    }
    body#index #blog li {
        float: left;
        width: 33%;
        margin-bottom: 40px;
    }
    body#index #blog li.last {
        margin-right: 0;
    }
    body#index .detail {
        display: block;
        width: 20%;
        height: 30px;
        margin-left: 80%;
        background-color: #eee;
        text-align: center;
        line-height: 30px;
    }
    body#index #blog .cont {
        min-height: 250px;
    }
}
body#about .fBox01 {
    margin-bottom: 50px;
}
body#about .fBox01 .fBoxLeft {
    float: none;
    width: 100%;
    text-align: center;
}
body#about .fBox01 .fBoxRight_Mobile {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}
body#about .fBox01 .fBoxRight_Mobile h2 {
    font-weight: bold;
}
body#about .fBox01 .fBoxRight_Mobile h3 {
    font-weight: bold;
    color: #064192;
}
body#about .fBox01 .fBoxRight_Mobile h4 {
    font-weight: bold;
    color: #06f;
}
body#about .imgFace {
    margin-bottom: 40px;
}
body#about .imgFace img {
    width: 100%;
    height: auto;
    max-width: 300px;
    width: auto \9;
}
body#about .txtBox {
    margin-bottom: 30px;
}
@media only screen and (min-width: 760px) {
    body#about .fBox01 {
        width: 100%;
    }
    body#about .fBox01 .fBoxLeft {
        float: none;
        width: 100%;
        text-align: center;
    }
    body#about .fBox01 .fBoxRight_Mobile {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    body#about .fBox01 .fBoxRight_Mobile h2 {
        font-weight: bold;
    }
    body#about .fBox01 .fBoxRight_Mobile h3 {
        font-weight: bold;
        color: #064192;
    }
    body#about .fBox01 .fBoxRight_Mobile h4 {
        font-weight: bold;
        color: #06f;
    }
    body#about .txtBox {
        margin-bottom: 50px;
    }
}
@media only screen and (min-width: 961px) {
    body#about .fBox01 {
        width: 960px;
    }
    body#about .fBox01 .fBoxLeft {
        float: left;
        width: 40%;
        text-align: left;
    }
    body#about .fBox01 .fBoxRight_Mobile {
        display: block;
        float: right;
        width: 60%;
        text-align: left;
    }
}
body#about pre {
    margin: 0 0;
    white-space: pre-line;
    font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
}
body#works #worksList {
    margin-bottom: 30px;
}
body#works #worksList li {
    margin-bottom: 60px;
}
body#works #worksList li.last {
    margin-bottom: 0;
}
body#works #worksList .img,
#works .item-image {
    margin-bottom: 35px;
    text-align: center;
}
body#works #worksList .img img,
#works .item-image img {
    width: 100%;
    height: auto;
}
body#works #worksList h3.ttl,
#works .page-header h2,
#main .item-page .page-header h2 {
    margin-bottom: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}
body#works #worksList img.popup {
    width: 11px;
    height: 9px;
    vertical-align: middle;
}
body#works #worksList .skill {
    margin-bottom: 15px;
}
body#works #worksList .read01 {
    margin-bottom: 70px;
}
body#works #worksList .read02 {
    margin-bottom: 15px;
    overflow: auto;
    width: 100%;
    white-space: pre-wrap;
    white-space: normal \9;
    font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
}
body#works #worksList .readLast {
    margin-bottom: 30px;
}
@media only screen and (min-width: 760px) {
    body#works #worksList {
        margin-bottom: 50px;
    }
    body#works #worksList li {
        margin-bottom: 120px;
    }
    body#works #worksList li.last {
        margin-bottom: 0;
    }
    body#works #worksList .img,
    #works .item-image {
        margin-bottom: 45px;
    }
    body#works #worksList .read01 {
        margin-bottom: 70px;
    }
    body#works #worksList .read02 {
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 961px) {
    body#works #worksList li {
        margin-bottom: 160px;
    }
}
body#works .link a,
.content-links a {
    color: #ff008d;
}
body#intros #main.inner h2.ttl {
    margin-bottom: 35px;
}
body#intros .contBox {
    margin: 0 0;
    font-size: 18px;
}
body#intros .blogArea {
    margin-bottom: 30px;
}
body#intros .blogArea.last {
    margin-bottom: 0;
}
body#intros .photo {
    margin-bottom: 35px;
}
body#intros .text {
    margin: 0px 5%;
    text-align: justify;
}
body#intros .text.last {
    margin-bottom: 30px;
}
body#intros .textFloat,
body#intros .photoFloatL,
body#intros .photoFloatR {
    margin-bottom: 50px;
}
body#intros .blogArea img {
    width: 100%;
    height: auto;
}
body#intros .ttlSet {
    text-align: center;
}
body#intros .ttlSet h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
body#intros .ttlSet .date {
    margin-bottom: 15px;
    font-size: 18px;
}
body#intros .photoFloatL > .link {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 25px;
}
@media only screen and (min-width: 760px) {
    body#intros .blogArea {
        margin-bottom: 120px;
    }
    body#intros #main.inner h2.ttl {
        margin: 0 40px 50px;
    }
    body#intros .ttlSet {
        margin: 0 40px 40px;
    }

    body#intros .ttlSet h3 {
        float: left;
        width: 70%;
        text-align: left;
        font-size: 32px;
    }
    body#intros .ttlSet .date {
        float: right;
        width: 30%;
        padding-top: 15px;
        text-align: right;
    }
    body#intros .photo {
        margin-bottom: 60px;
    }
    body#intros .photoFloatL .photo,
    body#intros .photoFloatR .photo {
        margin-bottom: 0;
    }
    body#intros .text {
        margin: 0;
    }
    body#intros .text.last {
        margin-bottom: 0;
    }
    body#intros .textFloat,
    body#intros .photoFloatL,
    body#intros .photoFloatR {
        margin-bottom: 100px;
    }
    body#intros .textFloat .text {
        width: 100%;
    }
    body#intros .textFloat .text.left {
        float: left;
    }
    body#intros .textFloat .text.right {
        float: right;
    }
    body#intros .photoFloatL .photo {
        float: left;
        width: 60%;
    }
    body#intros .photoFloatL .text {
        float: right;
        width: 30%;
        margin-right: 5%;
    }
    body#intros .photoFloatR .photo {
        float: right;
        width: 60%;
    }
    body#intros .photoFloatR .text {
        float: left;
        width: 30%;
        margin-left: 5%;
    }
    body#intros .photoFloatL > .link {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 25px;
    }
}
@media only screen and (min-width: 961px) {
    body#intros #main.inner h2.ttl {
        margin: 0 0 50px;
    }
    body#intros .ttlSet {
        margin: 0 0 40px;
    }
    body#intros .textFloat,
    body#intros .photoFloatL,
    body#intros .photoFloatR {
        margin-bottom: 120px;
    }
    body#intros .textFloat .text {
        width: 100%;
    }
    body#intros .photoFloatL .photo {
        float: left;
        width: 65%;
    }
    body#intros .photoFloatL .text {
        float: right;
        width: 28%;
        margin-right: 1%;
    }
    body#intros .photoFloatR .photo {
        float: right;
        width: 65%;
    }
    body#intros .photoFloatR .text {
        float: left;
        width: 28%;
        margin-left: 1%;
    }
}
body#intros img.popup {
    width: 11px;
    height: 9px;
    vertical-align: middle;
}
body#intros .link {
    margin-top: 10px;
    margin-bottom: 25px;
}
body#intros .link a {
    color: #0048a1;
}
body#intros .clear::after {
    clear: left;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
#banner {
    margin-bottom: 60px;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text {
    margin-top: 25px;
}
#video-list {
    margin-bottom: 70px;
}
#video-list p {
    min-height: 56px;
}
#video-list > .video-item {
    margin-bottom: 60px;
    text-align: justify;
    margin-left: 0px;
    min-height: 380px;
}
#video-list .video-item div {
    width: 100%;
    margin: 0 auto;
}
#video-list .video-item .description {
    width: 100%;
}
#video-list:after {
    clear: left;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}
#video-list .video-item .preview {
    width: 100%;
    height: auto;
    background-size: 100%;
    position: relative;
    display: block;
}
#video-list .video-item .video {
    display: block;
}
#video-list .video-item .preview img {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
#video-list .video-item .preview .play {
    display: block;
    width: 58px;
    height: 58px;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-left: -29px;
    margin-top: -29px;
}
.play_border {
    margin: 5px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    height: 90%;
}
.play_border:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
}
.play_border:hover .play_button {
    border-left: 10px solid rgba(255, 255, 255, 0.5);
}
.play_border:active,
.play_border:focus {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.2);
}
.play_button {
    position: relative;
    top: 15px;
    left: 42%;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 15px solid rgba(255, 255, 255, 0.8);
}
#player {
    width: 93%;
    left: 3.5%;
    height: 0;
    padding-bottom: 47%;
    padding-top: 30px;
    z-index: 1100;
}
#player iframe,
#player object,
#player embed {
    width: 100%;
    height: 100%;
}
#player {
    position: fixed;
    overflow: hidden;
    top: 10%;
    display: none;
}
#player iframe,
#player object,
#player embed {
    position: absolute;
    top: 0;
    left: 0;
}
.background {
    width: 100%;
    height: 1000%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.9;
    display: none;
    z-index: 550;
}
.detail {
    width: 100%;
    text-align: center;
}
.detail a {
    padding: 8px 0px;
    background-color: #eee;
    display: block;
    width: 100%;
    font-size: 20px;
}
.detail a:hover {
    text-decoration: none;
}
@media only screen and (min-width: 761px) {
    #video-list > .video-item {
        float: left;
        width: 50%;
    }
    #video-list .video-item div {
        width: 90%;
    }
    .detail a {
        padding: 8px 12px;
        background-color: #eee;
        width: 20%;
        font-size: 100%;
        display: inline;
    }
    .detail {
        text-align: right;
    }
    #video-list .video-item .preview {
        display: block;
    }
    #video-list .video-item .preview img {
        width: 100%;
        width: 90% \9;
    }
    #video-list .video-item .video {
        display: none;
    }
    #video-list {
        width: 105%;
        margin-left: -2.5%;
    }
}
@media only screen and (min-width: 961px) {
    #player {
        width: 960px;
        height: 600px;
        left: 50%;
        margin-left: -480px;
    }
    #player iframe,
    #player object,
    #player embed {
        width: 960px;
        height: 600px;
    }
    #video-list {
        width: 104.5%;
        margin-left: -1.65%;
    }
    #video-list .video-item {
        width: 33%;
        margin-bottom: 20px;
        height: 310px;
    }
    .detail a {
        padding: 8px 12px;
        background-color: #eee;
        width: 20%;
        font-size: 100%;
        display: inline;
    }
    .detail {
        text-align: right;
    }
    #video-list .video-item .preview img {
        width: 100%;
        width: 90% \9;
    }
}
#masonry {
    position: relative;
    display: none;
}
#masonry > .item {
    width: 220px;
    padding: 10px;
    float: left;
}
#masonry .item img {
    width: 220px;
    height: auto;
}
#masonry .play_border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
#masonry .preview {
    display: block;
    position: relative;
}
h3.ttl {
    margin-bottom: 15px !important;
    font-weight: bold !important;
    text-align: left !important;
    line-height: 1.5 !important;
}
body#contacts #mobile_contact {
    width: 100%;
    display: block;
}
body#contacts #pc_contact {
    display: none;
}
body#contacts #mobile_contact ul {
    list-style: none;
    -webkit-box-shadow: 0px 1px 3px #666666;
    box-shadow: 0px 1px 3px #666666;
}
body#contacts #mobile_contact li {
    position: relative;
    height: 50px;
    display: block;
    border: 1px solid #999;
    margin-bottom: -1px;
    line-height: 50px;
}
body#contacts #mobile_contact li p {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
body#contacts #mobile_contact li:first-child {
    background-color: #666;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
body#contacts #mobile_contact a {
    display: block;
    width: 80%;
    height: 50px;
    background-color: #fff;
    color: #000;
    padding-left: 20%;
    letter-spacing: 3px;
}
body#contacts #mobile_contact a:hover {
    background-color: #999;
    color: #fff;
}
body#contacts .txtBox {
    margin-bottom: 30px;
}
body#contacts .contactForm dt {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}
body#contacts .contactForm dt span.required {
    margin-left: 10px;
    padding: 1px 3px;
    background-color: #f45555;
    font-size: 10px;
    color: #ffffff;
}
body#contacts .contactForm dd {
    margin-bottom: 15px;
}
body#contacts .contactForm dd.w01 input {
    width: 250px;
    height: 20px;
    font-size: 16px;
    border: 1px solid #bbbbbb;
}
body#contacts .contactForm dd.w02 textarea {
    width: 250px;
    font-size: 16px;
    border: 1px solid #bbbbbb;
}
body#contacts input.submitBtn {
    width: 228px;
    height: 54px;
    cursor: pointer;
    background-color: #8e8e8e;
    border: none;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
}
@media only screen and (min-width: 760px) {
    body#contacts .txtBox {
        margin-bottom: 50px;
    }
    body#contacts .contactForm dd.w01 input {
        width: 350px;
    }
    body#contacts .contactForm dd.w02 textarea {
        width: 400px;
    }
    body#contacts #mobile_contact ul {
        list-style: none;
        -webkit-box-shadow: 0px 1px 3px #666666;
        box-shadow: 0px 1px 3px #666666;
    }
    body#contacts #mobile_contact li {
        position: relative;
        height: 50px;
        display: block;
        border: 1px solid #999;
        margin-bottom: -1px;
        line-height: 50px;
    }
    body#contacts #mobile_contact li p {
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        background-repeat: no-repeat;
    }
    body#contacts #mobile_contact li:first-child {
        background-color: #666;
        color: #fff;
        text-align: center;
        font-weight: bold;
    }
    body#contacts #mobile_contact a {
        display: block;
        width: 80%;
        height: 50px;
        background-color: #fff;
        color: #000;
        padding-left: 20%;
        letter-spacing: 3px;
    }
    body#contacts #mobile_contact a:hover {
        background-color: #999;
        color: #fff;
    }
    body#contacts #mobile_contact {
        width: 100%;
        display: block;
    }
    body#contacts #pc_contact {
        display: none;
    }
}
@media only screen and (min-width: 961px) {
    body#contacts #mobile_contact {
        width: 100%;
        display: none;
    }
    body#contacts #pc_contact {
        display: block;
    }
}
body#contacts #mobile_contact li #AA {
    background-image: url("/assets/images/phone.png");
}
body#contacts #mobile_contact li #BB {
    background-image: url("/assets/images/bubbles4.png");
}
body#contacts #mobile_contact li #CC {
    background-image: url("/assets/images/envelop.png");
}
body#contacts #mobile_contact li #DD {
    background-image: url("/assets/images/zoom-in.png");
}
body#contacts .alert {
    border: solid 1px #f3aeae;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    margin-bottom: 30px;
    background-color: #fff5f5;
}
/*-------Headings and paragraphs------------*/
.h1, h1 {
    font-size: 2.5rem;
}
.h2, h2 {
    font-size: 2rem;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h4, h4 {
    font-size: 1.5rem;
}
.h5, h5 {
    font-size: 1.25rem;
}
.h6, h6 {
    font-size: 1rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
/*-------------pagination -----------------*/
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.pagination {
    margin: 18px 0;
    display: block;
}
.pagination ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
    /*display: inline;*/

    float: left;
    padding: 4px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}
.pagination ul > li > a,
.pagination ul > li > span {
    text-decoration: none;
}
.icon-next:before,
.icon-forward:before {
    content: "\7b";
}
.icon-last:before {
    content: "\e000";
}
.icon-previous:before,
.icon-backward:before {
    content: "\7c";
}
.icon-first:before {
    content: "\7d";
}
/* [class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(../img/glyphicons-halflings.png);
    background-position: 14px 14px;
    background-repeat: no-repeat;
} */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999;
    cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999;
    background-color: transparent;
    cursor: default;
}
.pagination ul > li:first-child,
.pagination ul > li:first-child {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child,
.pagination ul > li:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 9.75px;
}
.pagination p {
    margin: 0;
}
nav .item-101 {
    display: none;
}
@font-face {
    font-family: "IcoMoon";
    src: url("../../../media/jui/fonts/IcoMoon.eot");
    src: url("../../../media/jui/fonts/IcoMoon.eot?#iefix")
            format("embedded-opentype"),
        url("../../../media/jui/fonts/IcoMoon.woff") format("woff"),
        url("../../../media/jui/fonts/IcoMoon.ttf") format("truetype"),
        url("../../../media/jui/fonts/IcoMoon.svg#IcoMoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon-print:before,
.icon-printer:before {
    content: "\e013";
}
.icon-calendar:before {
    content: "\43";
}
.icon-eye-open:before,
.icon-eye:before {
    content: "\3c";
}
.icon-options:before,
.icon-cog:before {
    content: "\38";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
    content: "\e006";
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "IcoMoon";
    font-style: normal;
    speak: none;
}

#works .item-page .fields-container {
    display: none;
}
p {
    margin-top: 2em;
}

.readmore .btn {
    color: #ff008d;
    padding: 0;
}
.readmore .btn:hover {
    color: #ff008cee;
    text-decoration: underline;
}
.nav .active a {
    color: #dd2a6a;
}
.menumusub {
    margin-top: 20px;
    float: right;
}
.menumusub li {
    float: left;
}
.menumusub a {
    margin: 0 1px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #4cc0cf;
    padding: 5px 10px;
    text-decoration: none;
}
.menumusub .active a {
    color: #fff;
    background-color: #22a2b3;
}
.menumusub a:hover {
    color: #fff;
    background-color: #22a2b3;
}
.category-desc img {
    width: 100%;
    margin-bottom: 30px;
}

#main.inner {
    margin-bottom: 60px;
}
#main .blog h2,
#main .blogintros h2 {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: bold;
}
.blog .items-row,
.blogintros .items-row {
    margin-bottom: 100px;
}
.blogintros .items-row {
    overflow: hidden;
    min-height: 390px;
}
#main .page-header h2 {
    text-align: left;
    font-size: 24px;
    color: #464646;
}
#about .page-header h2 {
    font-size: 60px;
    font-weight: normal !important;
}
#main .page-header h2 a {
    color: #464646;
}
#main .page-header h2 a:hover {
    color: #22a2b3;
}
.blogintros .items-row .item-image {
    float: left;
    width: 60%;
    margin-right: 30px;
}
.blogintros .items-row img {
    width: 100%;
    height: auto;
}
.category-desc {
    margin-bottom: 100px;
}
.item-page .item-image img,
.item-pageintros .item-image img {
    max-width: 100%;
    height: auto;
    margin: 20px auto 20px auto;
    display: block;
}
.item-page p img,
.item-pageintros p img,
#logo img {
    max-width: 100%;
    height: auto;
    /* margin: 0 auto; */
    display: block;
}
/* h2 .subheading-category {
    display: block;
    margin-bottom: 30px;
} */
.page-header a:hover {
    color: #22a2b3;
}

footer a {
    color: #22a2b3;
}
footer a:hover {
    text-decoration: underline;
    color: #22a2b3 !important;
}
.blog p a,
.item-page p a,
.item-pageintros p a,
.blogintros p a {
    color: #ff008d;
}
.blog p a:hover,
.blogintros p a:hover .item-page p a:hover,
.item-pageintros p a:hover,
footer a:hover {
    text-decoration: underline;
}
.items-leading {
    margin-bottom: 40px;
}
.embed-responsive {
    margin: 2em 0;
}
/* embed-responsive */
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.jsn-text-center {
    display: none;
}
/*btn********/
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn:disabled {
    opacity: 0.65;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
    cursor: pointer;
}
button.close {
    padding: 3;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.moduletableibanner,.moduletableibanner_mi {
    margin-bottom: 40px;
}
.moduletableibanner_mi {
    display:none;
 }

@media (max-width: 979px) {
    
    .share-buttons,
    .socialBtn {
        display: none;
    }
    .menumusub {
        float: none;
        margin: 20px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .menumusub li {
        float: none;
        display: flex;
        flex-grow: 1;
    }
    .menumusub a {
        padding: 5px 10px;
        text-decoration: none;
        flex-grow: 1;
        margin: 3px;
    }
    .subheading-category {
        display: block;
        text-align: center;
    }
    .category-desc {
        margin: 0 -15px 100px -15px;
    }
    .category-desc p {
        margin: 30px 15px;
    }

    #main {
        margin: 0 15px;
    }
    .blogintros .items-row .item-image {
        float: none;
        width: auto;
        margin-bottom: 30px;
        margin-right: 0px;
        /* margin: 0 -15px; */
    }
}

@media (max-width:760px){
    .moduletableibanner {
        display:none;
    }
     .moduletableibanner_mi {
         display:block;
    }
}