/*===============================
style.css 控制該類排版-電子報、主要業務、分類清單
================================================================================*/
/*控制電子報的圖的琲版，把圖限制在框框中*/
.nspArts
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 3px;
}

.nspArtPage
{
    float: left;
}
/*控制電子報的圖的琲版，把圖限制在框框中*/
/*控制分類清單的css*/
.nspArt
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

    /*控制分類清單中的字的間距和字級大小*/
    .nspArt div
    {
        overflow: hidden;
    }

    .nspArt h4.nspHeader
    {
        font-size: 24px;
        margin: 0;
        padding: 10px 0 15px 0;
    }

        .nspArt h4.nspHeader a
        {
            text-decoration: none;
        }

            .nspArt h4.nspHeader a:hover
            {
            }

    .nspArt .tleft
    {
        text-align: left;
    }

    .nspArt .tright
    {
        text-align: right;
    }

    .nspArt .tcenter
    {
        text-align: center;
    }

    .nspArt .tjustify
    {
        text-align: justify;
    }

    .nspArt .fleft
    {
        float: left;
    }

    .nspArt .fright
    {
        float: right;
    }

    .nspArt .fnone
    {
        clear: both;
        float: none;
        width: 100%;
    }

/*控制最新訊息的文章目錄的排版*/
.nspLinksWrap.left
{
    float: left;
}

.nspLinksWrap.right
{
    float: right;
}

/*控制最新訊息的文章目錄的排版*/
/*控制產品列的圖的排版*/
.nspArts.left
{
    float: right;
}

.nspArts.right
{
    float: left;
}

.nspMain .unvisible
{
    left: -9999px;
    position: absolute;
    top: auto;
}

.gkResponsive img.nspImage, img.nspImage.gkResponsive
{
    height: auto;
    width: 100%!important;
}

/*控制主要業務的圖的大小*/
.nspArt img.nspImage
{
    max-width: 100%;
}

/*控制該類排版(電子報、主要業務、分類清單)的圖的大小和字的排版*/
.nspPages1
{
    width: 100%;
}

.nspPages2
{
    width: 200%;
}

.nspPages3
{
    width: 300%;
}

.nspPages4
{
    width: 400%;
}

.nspPages5
{
    width: 500%;
}

.nspPages6
{
    width: 600%;
}

.nspPages7
{
    width: 700%;
}

.nspPages8
{
    width: 800%;
}

.nspPages9
{
    width: 900%;
}

.nspPages10
{
    width: 1000%;
}

.nspPages11
{
    width: 1100%;
}

.nspPages12
{
    width: 1200%;
}

.nspPages13
{
    width: 1300%;
}

.nspPages14
{
    width: 1400%;
}

.nspPages15
{
    width: 1500%;
}

.nspPages16
{
    width: 1600%;
}

.nspPages17
{
    width: 1700%;
}

.nspPages18
{
    width: 1800%;
}

.nspPages19
{
    width: 1900%;
}

.nspPages20
{
    width: 2000%;
}

.nspCol1
{
    width: 100%;
}

.nspCol2
{
    width: 50%;
}

.nspCol3
{
    width: 33.333333%;
}

.nspCol4
{
    width: 25%;
}

.nspCol5
{
    width: 20%;
}

.nspCol6
{
    width: 16.666666%;
}

.nspCol7
{
    width: 14.285714%;
}

.nspCol8
{
    width: 12.5%;
}

.nspCol9
{
    width: 11.111111%;
}

.nspCol10
{
    width: 10%;
}

.nspCol11
{
    width: 9.090909%;
}

.nspCol12
{
    width: 8.333333%;
}

.nspCol13
{
    width: 7.692307%;
}

.nspCol14
{
    width: 7.142857%;
}

.nspCol15
{
    width: 6.666666%;
}

.nspCol16
{
    width: 6.25%;
}

.nspCol17
{
    width: 5.882352%;
}

.nspCol18
{
    width: 5.555555%;
}

.nspCol19
{
    width: 5.263157%;
}

.nspCol20
{
    width: 5%;
}
/*控制該類設計(電子報、主要業務、分類清單)的圖的大小和字的排版   END*/

/*讓電子報的圖到600px以下時呈100%*/
@media (max-width:600px)
{
    .nspArt
    {
        width: 100%;
    }
}

/*===============================
style.css 控制產品列的部份
================================================================================*/
.gkNspPM-VideoList
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -19px;
    position: relative;
    width: auto;
}
    /*讓按鈕露出來的部份被藏住*/
    .gkNspPM-VideoList > div
    {
        overflow: hidden;
        position: relative;
    }

    /*把產品圖控制在一列中*/
    .gkNspPM-VideoList .gkItemsPage
    {
        display: block;
        overflow: hidden;
        position: absolute;
        opacity: 0;
        top: 0;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        width: 100%;
        z-index: 0;
    }

        /*控制圖在產品列中的配置*/
        .gkNspPM-VideoList .gkItemsPage.to-hide, .gkNspPM-VideoList .gkItemsPage.active
        {
            display: block;
            opacity: 1;
        }

        .gkNspPM-VideoList .gkItemsPage.active
        {
            position: relative;
            z-index: 2;
        }

        .gkNspPM-VideoList .gkItemsPage.to-hide
        {
            display: block;
            opacity: 0;
        }

        .gkNspPM-VideoList .gkItemsPage figure
        {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            float: left;
            padding: 0 19px;
        }
        /*控制圖在產品列中的配置 END*/

        /*未用到，但應可控制圖的大小*/
        .gkNspPM-VideoList .gkItemsPage[data-cols="1"] figure
        {
            width: 100%;
        }

        .gkNspPM-VideoList .gkItemsPage[data-cols="2"] figure
        {
            width: 50%;
        }

        .gkNspPM-VideoList .gkItemsPage[data-cols="3"] figure
        {
            width: 33.333333%;
        }

        .gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure
        {
            width: 25%;
        }

        .gkNspPM-VideoList .gkItemsPage[data-cols="5"] figure
        {
            width: 20%;
        }

        .gkNspPM-VideoList .gkItemsPage[data-cols="6"] figure
        {
            width: 16.666666%;
        }
    /*未用到，但應可控制圖的大小 END*/
    /*產品清單的轉換動畫 圖由下而上出現*/
    .gkNspPM-VideoList .gkItem
    {
        cursor: pointer;
        opacity: 0;
        padding: 16px 0;
        position: relative;
        top: 50px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .gkNspPM-VideoList .gkItem.active
        {
            opacity: 1;
            top: 0;
        }
    /*產品清單的轉換動畫 圖由下而上出現 END*/

    /*控制按鈕的配置*/
    .gkNspPM-VideoList .gkBottomNav
    {
        margin: 32px 19px -24px 19px;
        padding: 12px 0 0 0;
        position: relative;
    }

    .gkNspPM-VideoList .gkBottomNavNext, .gkNspPM-VideoList .gkBottomNavPrev
    {
        cursor: pointer;
        display: block;
        float: left;
        height: 24px;
        margin: 0;
        position: relative;
        text-indent: -9999px;
        width: 26px;
    }

    .gkNspPM-VideoList .gkBottomNavNext
    {
        right: 0;
        position: absolute;
        top: 12px;
        text-decoration: none;
    }

    .gkNspPM-VideoList .gkBottomNavPrev
    {
        left: 0;
        position: absolute;
        top: 12px;
        text-decoration: none;
    }

        .gkNspPM-VideoList .gkBottomNavNext:after, .gkNspPM-VideoList .gkBottomNavPrev:after
        {
            color: #949494;
            content: "\f104";
            display: block;
            font-family: FontAwesome;
            font-size: 16px;
            left: 10px;
            line-height: 15px;
            position: absolute;
            text-indent: 0;
            top: 5px;
        }

    .gkNspPM-VideoList .gkBottomNavNext:after
    {
        color: #fff;
        content: '\f105';
    }

    .gkNspPM-VideoList .gkBottomNavPagination li
    {
        background: #ccc;
        border: none!important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 8px;
        margin: 10px 4px 0 0!important;
        padding: 0!important;
        text-indent: -999em;
        width: 8px;
    }
    /*控制按鈕的配置 END*/

    /*控制產品列圖的大小*/
    .gkNspPM-VideoList img, .gkNspPM-VideoList .gkImageWrap
    {
        display: block;
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .gkNspPM-VideoList .gkImageWrap
    {
        margin: 0 35px 0 0;
    }

    .gkNspPM-VideoList .gkImageWrap
    {
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
        /*控制產品列圖的大小 end*/

        /*控制產品列圖的hover的動畫-旋轉*/
        .gkNspPM-VideoList .gkImageWrap img
        {
            -webkit-transform: scale(1) rotate(0deg);
            -moz-transform: scale(1) rotate(0deg);
            -ms-transform: scale(1) rotate(0deg);
            -o-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
            -ms-transition: all .2s linear;
            -o-transition: all .2s linear;
            transition: all .2s linear;
        }

        .gkNspPM-VideoList .gkImageWrap:hover img
        {
            -webkit-transform: scale(1.2) rotate(-5deg);
            -moz-transform: scale(1.2) rotate(-5deg);
            -ms-transform: scale(1.2) rotate(-5deg);
            -o-transform: scale(1.2) rotate(-5deg);
            transform: scale(1.2) rotate(-5deg);
        }
/*控制產品列圖的hover的動畫-旋轉 end*/

/*控制產品列在各尺寸下的排版*/
@media (max-width:1280px)
{
    .gkNspPM-VideoList .gkBottomNav
    {
        margin: 32px 19px -16px 19px;
    }

    .gkNspPM-VideoList .gkItemsPage figure
    {
        padding: 0 6px;
    }

    .gkNspPM-VideoList
    {
        margin: 0 -6px;
    }

        .gkNspPM-VideoList figcaption
        {
            padding: 0 8px 16px 8px;
        }
}

@media (max-width:1100px)
{
    .gkNspPM-VideoList h3
    {
        font-size: 13px;
    }

    .gkNspPM-VideoList .gkBottomNav
    {
        margin: 10px 10px 5px 10px;
        min-height: 36px;
    }
}

@media (max-width:640px)
{
    .gkNspPM-VideoList .gkItemsPage figure
    {
        padding: 0 2px;
    }

    .gkNspPM-VideoList h3
    {
        font-size: 12px;
    }
}

@media (max-width:480px)
{
    .gkNspPM-VideoList .gkItemsPage[data-cols="1"] figure, .gkNspPM-VideoList .gkItemsPage[data-cols="2"] figure, .gkNspPM-VideoList .gkItemsPage[data-cols="3"] figure, .gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure, .gkNspPM-VideoList .gkItemsPage[data-cols="5"] figure, .gkNspPM-VideoList .gkItemsPage[data-cols="6"] figure
    {
        width: 100%;
    }
}
/*控制產品列在各尺寸下的排版 END*/

/*===============================
style1.css
================================================================================*/
.gkTabsWrap.vertical ol
{
    border-bottom: 3px solid #97ccee;
}

    .gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li
    {
        color: #222222;
        text-shadow: 0 -1px 0 #eee;
        background: #eee;
    }

        .gkTabsWrap.vertical ol li:hover, .gkTabsWrap.vertical ol li.active, .gkTabsWrap.horizontal ol li:hover, .gkTabsWrap.horizontal ol li.active
        {
            color: #222222!important;
            text-shadow: 0 -1px 0 #80b0cf;
            background: #97ccee;
        }

.gkTabsContainer + ol
{
    border-top: 3px solid #97ccee!important;
}

.gkTabsItem
{
    background: #fff;
}

.gkTabsButtonNext, .gkTabsButtonPrev
{
    background: #ddd;
}

    .gkTabsButtonNext:hover, .gkTabsButtonPrev:hover
    {
        background: #eee;
    }

.gkTabsWrap.horizontal > ol
{
    background: #fff;
}

.gkTabsGK5
{
    position: relative;
    overflow: hidden;
}

.gkTabsWrap
{
    margin: 0;
}

.gkTabsContainer
{
    -webkit-perspective: 500;
    -moz-perspective: 500;
    -ms-perspective: 500;
    perspective: 500;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.gkTabsItem
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 2px;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 100%;
    z-index: 1;
}

    .gkTabsItem.gk-active
    {
        position: relative;
        top: 0;
        z-index: 1;
    }

    .gkTabsItem.gk-hide
    {
        position: absolute;
        top: 0;
        z-index: 0;
    }

    .gkTabsItem.gk-opacity.gk-hide
    {
        opacity: 0;
    }

    .gkTabsItem.gk-opacity.gk-active
    {
        opacity: 1;
    }

    .gkTabsItem.gk-slide_vertical.gk-hide
    {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .gkTabsItem.gk-slide_vertical.gk-active
    {
        opacity: 1;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    .gkTabsItem.gk-slide_vertical.gk-hidden
    {
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    .gkTabsItem.gk-slide_horizontal.gk-hide
    {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .gkTabsItem.gk-slide_horizontal.gk-active
    {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }

    .gkTabsItem.gk-slide_horizontal.gk-hidden
    {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    .gkTabsItem.gk-scale.gk-active
    {
        opacity: 1!important;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .gkTabsItem.gk-scale.gk-hide, .gkTabsItem.gk-scale.gk-hidden
    {
        opacity: 0!important;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    .gkTabsItem.gk-rotate_x.gk-active
    {
        opacity: 1!important;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        -o-transform: rotateX(0);
        transform: rotateX(0);
    }

    .gkTabsItem.gk-rotate_x.gk-hide, .gkTabsItem.gk-rotate_x.gk-hidden
    {
        opacity: 0!important;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
        -o-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
    }

    .gkTabsItem.gk-rotate_y.gk-active
    {
        opacity: 1!important;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }

    .gkTabsItem.gk-rotate_y.gk-hide, .gkTabsItem.gk-rotate_y.gk-hidden
    {
        opacity: 0!important;
        -webkit-transform: rotateY(-90deg);
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -o-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    .gkTabsItem.gk-rotate_z.gk-active
    {
        opacity: 1!important;
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0);
    }

    .gkTabsItem.gk-rotate_z.gk-hide, .gkTabsItem.gk-rotate_z.gk-hidden
    {
        opacity: 0!important;
        -webkit-transform: rotateZ(-90deg);
        -moz-transform: rotateZ(-90deg);
        -ms-transform: rotateZ(-90deg);
        -o-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }

.gkTabsWrap.vertical ol
{
    background: transparent!important;
    min-height: 38px;
    margin: 0!important;
    padding: 0!important;
}

    .gkTabsWrap.vertical ol li, .gkTabsWrap.horizontal ol li
    {
        border-radius: 2px 2px 0 0;
        cursor: pointer;
        float: left;
        line-height: 38px!important;
        list-style-type: none;
        margin: 0 4px 0 0!important;
        padding: 0 12px!important;
        position: relative;
        font-size: 13px;
        font-weight: bold;
    }

.gkTabsContainer + ol
{
    border-bottom: none!important;
}

    .gkTabsContainer + ol li
    {
        border-radius: 0 0 2px 2px!important;
    }
/*
.gkTabsContainer, .gkTabsContainer[style]
{
    clear: both;
    overflow: hidden!important;
    overflow-x: hidden!important;
    overflow-y: hidden!important;
    position: relative;
}*/

.gkTabsButtonNext, .gkTabsButtonPrev
{
    border-radius: 50%;
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 0;
    font: 0/0px a;
    top: 43%;
    width: 18px;
    z-index: 3;
}

.gkTabsButtonPrev
{
    left: 0;
    right: inherit;
}

    .gkTabsButtonNext:before, .gkTabsButtonPrev:before
    {
        content: "›";
        display: block;
        font-size: 14px;
        font-weight: bold;
        height: 18px;
        line-height: 17px;
        text-align: center;
        width: 18px;
    }

    .gkTabsButtonPrev:before
    {
        content: "‹";
    }

.gkTabsWrap.horizontal
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
}

    .gkTabsWrap.horizontal > ol, .gkTabsWrap.horizontal > .gkTabsContainer
    {
        display: table-cell;
        vertical-align: top;
    }

    .gkTabsWrap.horizontal > ol
    {
        position: relative;
        z-index: 5;
    }

    .gkTabsWrap.horizontal ol li
    {
        cursor: pointer;
        float: right;
        border-radius: 2px;
        margin: 0 0 3px!important;
    }

        .gkTabsWrap.horizontal ol li:hover, .gkTabsWrap.horizontal ol li.active
        {
        }

    .gkTabsWrap.horizontal .gkTabsItem
    {
        padding: 2px 20px;
    }

    .gkTabsWrap.horizontal .gkTabsContainer + ol
    {
        border: none !important;
    }

        .gkTabsWrap.horizontal .gkTabsContainer + ol li
        {
            border-radius: 2px !important;
            float: left;
        }

/*===============================
strips.css
================================================================================*/
.sprocket-strips
{
    position: relative;
}

    .sprocket-strips:after
    {
        display: table;
        content: "";
        *zoom: 1;
        clear: both;
    }

.sprocket-strips-container
{
    list-style: none !important;
    overflow: hidden;
    padding: 0;
    margin: 0 -1%;
}

    .sprocket-strips-container:before, .sprocket-strips-container:after
    {
        content: "";
        display: table;
        line-height: 0;
    }

.sprocket-strips-item
{
    background-size: cover;
    border-radius: 2px;
}

.sprocket-strips-content
{
    z-index: 2;
    padding: 15px;
}

.back-to-top
{
    color: #FFD700;
    z-index: 10;
}

.sprocket-strips-title
{
    margin-top: 0;
}

.sprocket-strips-text
{
    display: block;
}

.sprocket-strips-content .readon
{
    margin-top: 10px;
}

.sprocket-strips-container > li
{
    float: left;
    margin: 10px 1%;
}

.cols-1 > li
{
    width: 98%;
}

.cols-2 > li
{
    width: 48%;
}

.cols-3 > li
{
    width: 31.33%;
}

.cols-4 > li
{
    width: 23%;
}

.cols-5 > li
{
    width: 18%;
}

.cols-6 > li
{
    width: 14.6667%;
}

.cols-7 > li
{
    width: 12.2555%;
}

.cols-8 > li
{
    width: 10.5%;
}

.cols-9 > li
{
    width: 9.11%;
}

.cols-10 > li
{
    width: 8%;
}

.cols-11 > li
{
    width: 7.09%;
}

.cols-12 > li
{
    width: 6.33%;
}

@media (max-width:767px)
{
    .cols-1 > li, .cols-2 > li, .cols-3 > li, .cols-4 > li, .cols-5 > li, .cols-6 > li, .cols-7 > li, .cols-8 > li, .cols-9 > li, .cols-10 > li, .cols-11 > li, .cols-12 > li
    {
        width: 100%;
        float: none;
    }
}

.sprocket-strips-nav
{
    display: table;
    width: 100%;
    padding: 5px;
}

.sprocket-strips-pagination
{
    display: table-cell;
    vertical-align: middle;
}

    .sprocket-strips-pagination ul
    {
        float: left;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sprocket-strips-pagination li
    {
        display: inline-block;
        padding: 4px !important;
        opacity: 0.3;
        border-radius: 1em;
        cursor: pointer;
    }

        .sprocket-strips-pagination li.active
        {
            opacity: 1;
        }

        .sprocket-strips-pagination li span
        {
            display: none;
            font-size: 0.85em;
            line-height: 1em;
        }

.sprocket-strips-pagination-hidden
{
    display: none;
}

.sprocket-strips-arrows
{
    display: table-cell;
    vertical-align: middle;
}

.sprocket-strips-arrow ul
{
    float: right;
    margin: 0 !important;
    padding: 0 !important;
}

.sprocket-strips-arrows .arrow
{
    display: block;
    width: 18px;
    height: 18px;
    line-height: 14px;
    border-radius: 1em;
    opacity: 0.7;
    cursor: pointer;
    float: right;
    margin-left: 5px;
    text-align: center;
    font-size: 2em;
}

    .sprocket-strips-arrows .arrow:hover
    {
        opacity: 1;
    }

.sprocket-strips-content
{
    color: #fff;
}

.sprocket-strips-item
{
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}

.sprocket-strips-pagination li
{
    background: #000;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.sprocket-strips-arrows .arrow
{
    background: #ccc;
    color: #222;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.sprocket-strips-overlay
{
    display: none;
    position: absolute;
    margin-top: -66px;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 5;
}

    .sprocket-strips-overlay .css-loader-wrapper
    {
        width: 60px;
        height: 60px;
        margin: 0 auto;
        padding: 20px;
        background-color: #e5e5e5;
        background-color: rgba(0,0,0,0.7);
        box-shadow: 0 0 5px rgba(0,0,0,0.4) inset,1px 1px 1px rgba(255,255,255,0.1);
        border-radius: 1em;
    }

        .sprocket-strips-overlay .css-loader-wrapper .css-loader
        {
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

.sprocket-strips.loading .sprocket-strips-overlay
{
    display: block;
}

.sprocket-strips-overlay .css-loader
{
    width: 100%;
    height: 100%;
}

.sprocket-strips.loading .css-loader
{
    -webkit-animation: rotate 0.7s linear infinite;
    -moz-animation: rotate 0.7s linear infinite;
    -ms-animation: rotate 0.7s linear infinite;
    -o-animation: rotate 0.7s linear infinite;
    animation: rotate 0.7s linear infinite;
}

.sprocket-strips-overlay .css-loader
{
    background-image: url(data:image/png;base64,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);
}

@-webkit-keyframes rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
    }

    to
    {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate
{
    from
    {
        -moz-transform: rotate(0deg);
    }

    to
    {
        -moz-transform: rotate(360deg);
    }
}

@-ms-keyframes rotate
{
    from
    {
        -ms-transform: rotate(0deg);
    }

    to
    {
        -ms-transform: rotate(360deg);
    }
}

@-o-keyframes rotate
{
    from
    {
        -o-transform: rotate(0deg);
    }

    to
    {
        -o-transform: rotate(360deg);
    }
}

@keyframes rotate
{
    from
    {
        transform: rotate(0deg);
    }

    to
    {
        transform: rotate(360deg);
    }
}

/*===============================
slides(輪播圖)的css
================================================================================*/
.layout-slideshow
{
    position: relative;
}

    .layout-slideshow:after
    {
        display: table;
        content: "";
        *zoom: 1;
        clear: both;
    }

    .layout-slideshow ul
    {
        list-style: none !important;
        margin: 0;
        padding: 0;
    }

    .layout-slideshow .sprocket-features-img-list
    {
        position: relative;
        overflow: hidden;
    }

    .layout-slideshow .sprocket-features-img-container
    {
        position: absolute;
        top: 0;
    }

    .layout-slideshow .sprocket-features-content
    {
        position: absolute;
        top: 40px;
        left: 40px;
        width: 50%;
    }

    .layout-slideshow .sprocket-features-title
    {
        font-size: 2em;
        line-height: 1.3em;
        margin: 0 0 15px 0;
        padding: 10px;
        display: inline-block;
    }

    .layout-slideshow .sprocket-features-desc
    {
        font-size: 1.1em;
        line-height: 1.3em;
        margin: 0;
        padding: 10px;
        display: inline-block;
    }

    .layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container
    {
        position: relative;
    }

    .layout-slideshow .sprocket-features-index-1 .sprocket-features-img-container, .layout-slideshow .sprocket-features-index-1 .sprocket-features-content
    {
        z-index: 2;
    }

    .layout-slideshow .sprocket-features-arrows .arrow
    {
        position: absolute;
        display: block;
        width: 24px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
        border-radius: 1em;
        opacity: 0.5;
        cursor: pointer;
        z-index: 3;
        text-align: center;
        font-size: 2.2em;
    }

    .layout-slideshow .sprocket-features-arrows .prev
    {
        left: 10px;
    }

    .layout-slideshow .sprocket-features-arrows .next
    {
        right: 10px;
    }

    .layout-slideshow .sprocket-features-arrows .arrow:hover
    {
        opacity: 1;
    }

.arrows-onhover .sprocket-features-arrows .arrow
{
    opacity: 0;
}

.sprocket-features.arrows-onhover:hover .sprocket-features-arrows .arrow
{
    opacity: 1;
}

.layout-slideshow .sprocket-features-pagination
{
    position: absolute;
    left: 50px;
    bottom: 15px;
    z-index: 3;
}

    .layout-slideshow .sprocket-features-pagination li
    {
        display: inline-block;
        padding: 4px;
        opacity: 0.4;
        border-radius: 1em;
        cursor: pointer;
    }

        .layout-slideshow .sprocket-features-pagination li.active
        {
            opacity: 1;
        }

        .layout-slideshow .sprocket-features-pagination li span
        {
            display: none;
            font-size: 0.85em;
            line-height: 1em;
        }

.layout-slideshow .sprocket-features-pagination-hidden
{
    display: none;
}

.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow
{
    background: #000;
    color: #fff;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.layout-slideshow .sprocket-features-title, .layout-slideshow .sprocket-features-desc
{
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.layout-slideshow .sprocket-features-pagination li, .layout-slideshow .sprocket-features-arrows .arrow
{
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

/*===============================
style.css
================================================================================*/
a:active, a:focus
{
    outline: 0;
}

.gkHighlighterGK5
{
    position: relative;
    width: 100%;
}

.gkHighlighterInterface
{
    float: left;
    padding: 0 7px;
}

    .gkHighlighterInterface[data-pos="right"]
    {
        float: right;
    }

    .gkHighlighterInterface span.text
    {
        display: block;
        float: left;
        margin: 0 6px 0 7px;
        font-size: 11px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 18px;
    }

    .gkHighlighterInterface div
    {
        float: left;
        width: auto;
    }

        .gkHighlighterInterface div a
        {
            display: block;
            float: left;
            height: 13px;
            width: 13px;
            margin: 2px 0 0 2px;
            background: transparent url('interface.png') no-repeat 0 0;
            cursor: pointer;
        }

            .gkHighlighterInterface div a.prev
            {
            }

            .gkHighlighterInterface div a.next
            {
                background-position: right 0;
            }

            .gkHighlighterInterface div a.prev:hover
            {
                background-position: 0 bottom;
            }

            .gkHighlighterInterface div a.next:hover
            {
                background-position: right bottom;
            }

.gkHighlighterWrapper
{
    position: relative;
}

.gkHighlighterWrapperSub
{
    position: relative;
    min-height: 30px;
    opacity: 0;
}

.active .gkHighlighterWrapperSub
{
    opacity: 1;
}

.gkHighlighterWrapper .nowrap
{
    width: 100000px;
    position: absolute;
    left: -99999em;
}

.gkHighlighterWrapper .gkHighlighterItem
{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

@-webkit-keyframes flipInX
{
    0%
    {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40%
    {
        -webkit-transform: perspective(400px) rotateX(-10deg);
    }

    70%
    {
        -webkit-transform: perspective(400px) rotateX(10deg);
    }

    100%
    {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-moz-keyframes flipInX
{
    0%
    {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40%
    {
        -moz-transform: perspective(400px) rotateX(-10deg);
    }

    70%
    {
        -moz-transform: perspective(400px) rotateX(10deg);
    }

    100%
    {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@-o-keyframes flipInX
{
    0%
    {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40%
    {
        -o-transform: perspective(400px) rotateX(-10deg);
    }

    70%
    {
        -o-transform: perspective(400px) rotateX(10deg);
    }

    100%
    {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX
{
    0%
    {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    40%
    {
        transform: perspective(400px) rotateX(-10deg);
    }

    70%
    {
        transform: perspective(400px) rotateX(10deg);
    }

    100%
    {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.gkHighlighterItem.flipInX
{
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInX;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInX;
    backface-visibility: visible !important;
    animation-name: flipInX;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes flipOutX
{
    0%
    {
        -webkit-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100%
    {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-moz-keyframes flipOutX
{
    0%
    {
        -moz-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100%
    {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@-o-keyframes flipOutX
{
    0%
    {
        -o-transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100%
    {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX
{
    0%
    {
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }

    100%
    {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.gkHighlighterItem
{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .gkHighlighterItem.flipOutX
    {
        -webkit-animation-name: flipOutX;
        -webkit-backface-visibility: visible !important;
        -moz-animation-name: flipOutX;
        -moz-backface-visibility: visible !important;
        -o-animation-name: flipOutX;
        -o-backface-visibility: visible !important;
        animation-name: flipOutX;
        backface-visibility: visible !important;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

@-webkit-keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100%
    {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100%
    {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100%
    {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft
{
    0%
    {
        opacity: 0;
        transform: translateX(-20px);
    }

    100%
    {
        opacity: 1;
        transform: translateX(0);
    }
}

.gkHighlighterItem.fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
}

.invisible
{
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100%
    {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100%
    {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100%
    {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
        transform: translateX(0);
    }

    100%
    {
        opacity: 0;
        transform: translateX(-20px);
    }
}

.gkHighlighterItem.fadeOutLeft
{
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@-o-keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }

    100%
    {
        opacity: 1;
    }
}

.gkHighlighterItem.fadeIn
{
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}

@-o-keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}

@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }

    100%
    {
        opacity: 0;
    }
}

.gkHighlighterItem.fadeOut
{
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.bar
{
    width: 100%px;
    height: 40px;
    position: relative;
    -webkit-perspective: 1100px;
    -moz-perspective: 1100px;
    -ms-perspective: 1100px;
    -o-perspective: 1100px;
    perspective: 1100px;
}

    .bar .gkHighlighterWrapperSub
    {
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .bar .gkHighlighterItem
    {
        display: block;
        position: absolute;
        width: 100%;
        height: 40px;
        left: 0px;
        top: 0px;
        -webkit-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
    }

        .bar .gkHighlighterItem.gkHidden
        {
            opacity: 0;
            display: none;
        }

        .bar .gkHighlighterItem.front
        {
            -webkit-transform: rotateX(0deg) translateZ(20px);
            -moz-transform: rotateX(0deg) translateZ(20px);
            -o-transform: rotateX(0deg) translateZ(20px);
            transform: rotateX(0deg) translateZ(20px);
        }

        .bar .gkHighlighterItem.bottom
        {
            -webkit-transform: rotateX(90deg) translateZ(20px);
            -moz-transform: rotateX(90deg) translateZ(20px);
            -o-transform: rotateX(90deg) translateZ(20px);
            transform: rotateX(90deg) translateZ(20px);
        }

        .bar .gkHighlighterItem.back
        {
            -webkit-transform: rotateX(180deg) translateZ(20px);
            -moz-transform: rotateX(180deg) translateZ(20px);
            -o-transform: rotateX(180deg) translateZ(20px);
            transform: rotateX(180deg) translateZ(20px);
        }

        .bar .gkHighlighterItem.top
        {
            -webkit-transform: rotateX(270deg) translateZ(20px);
            -moz-transform: rotateX(270deg) translateZ(20px);
            -o-transform: rotateX(270deg) translateZ(20px);
            transform: rotateX(270deg) translateZ(20px);
        }

/*===============================
style2.0.css
================================================================================*/
#simplemodal-overlay
{
    background-color: #000;
}

#simplemodal-container a.modalCloseImg
{
    background: url(/uploadfile/element/closebox.png) top no-repeat;
    width: 26px;
    height: 26px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: 6px;
    right: 10px;
    cursor: pointer;
}

    #simplemodal-container a.modalCloseImg:hover
    {
        background: url(/uploadfile/element/closebox.png) bottom no-repeat;
        width: 26px;
        height: 26px;
        display: inline;
        z-index: 3200;
        position: absolute;
        top: 6px;
        right: 10px;
        cursor: pointer;
    }

.simplemodal-wrap
{
    overflow: visible!important;
}

.btl-content-block
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    border: 1px solid #A9A9A9;
    box-shadow: 8px 8px 8px rgba(0,0,0,0.4);
    display: none;
    height: auto;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    position: relative;
}

    .btl-content-block form
    {
        margin: 0;
        padding: 0;
    }

    .btl-content-block h3
    {
        background: rgba(255,215,0,1);
        font-weight: normal;
        line-height: 35px;
        margin: 0px;
        padding: 3px 0px 0px 19px!important;
        text-transform: uppercase;
        font-size: 16px;
    }
/*各類表格的置左文字的樣式*/
.btl-label, .btl-label-2, .btl-label-3, .btl-label-4
{
    float: left!important;
}

.btl-input, .btl-input-3, btl-input-4
{
    float: right!important;
}

.btl-label,
.btl-input, .btl-input-3, btl-input-4
{
    line-height: 38px;
    height: 38px;
}

.btl-label-2, .btl-label-3, .btl-label-4
{
    line-height: 38px;
    height: 26px;
    width: 55pt;
    color: #222222;
}

.btl-label-4
{
    line-height: 26px;
    height: 26px;
    width: 55pt;
    color: #222222;
}

/*線上諮詢的表格的樣式*/
.btl-input > input[type=text], .btl-input > input[type=password], .btl-input > input[type=email], #recaptcha > input
{
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    margin: 5px 0;
    text-indent: 5px;
    width: 180pt;
    height: 26px;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

.btl-input > textarea
{
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    margin: 5px 0;
    text-indent: 5px;
    width: 180pt;
    height: 50px;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

#recaptcha > input
{
    width: 100px;
}

    .btl-input > input:focus, .btl-input > textarea:focus, #recaptcha > input:focus
    {
        border-color: #FF8800;
        box-shadow: 0 0 6px #FFDDAA;
    }

/*線上提問表格的樣式*/
.btl-input-3 > input[type=text], .btl-input-3 > input[type=password], .btl-input-3 > input[type=email]
{
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    margin: 5px 0;
    text-indent: 5px;
    width: 400pt;
    height: 26px;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

.btl-input-3 > textarea
{
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    margin: 5px 0;
    text-indent: 5px;
    width: 400pt;
    height: 50px;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

    .btl-input-3 > input:focus, .btl-input-3 > textarea:focus
    {
        border-color: #FF8800;
        box-shadow: 0 0 6px #FFDDAA;
    }

/*分類頁面內的線上諮詢的表格的樣式*/
.btl-input-2 > input[type=text], .btl-input-2 > input[type=password], .btl-input-2 > input[type=email], .btl-input-2 > input[type=date], select
{
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    margin: 5px 0;
    text-indent: 5px;
    width: 80%;
    height: 26px;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
    color: #222222;
}

.btl-input-2 > textarea
{
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    margin: 5px 0;
    text-indent: 5px;
    width: 80%;
    height: 80pt;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

    .btl-input-2 > input:focus, .btl-input-2 > textarea:focus
    {
        border-color: #FF8800;
        box-shadow: 0 0 6px #FFDDAA;
    }

/*購物車系列的訂單內容的表格的樣式*/
.btl-input-4 > input[type=text], .btl-input-4 > input[type=password],
.btl-input-4 > input[type=email], .btl-input-4 > input[type=date],
.btl-input-4 > select, .btl-input-4 > table
{
    background: rgba(215,215,0,0.2);
    color: #333333;
    margin: 5px 0;
    padding: 5px;
    width: 70%;
    height: 26px;
    border-radius: 0;
    resize: none;
}

.btl-input-4 > textarea
{
    border: 1px solid #A9A9A9;
    border-radius: 4px;
    margin: 5px 0;
    text-indent: 5px;
    width: 80%;
    height: 80pt;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: border 0.2s linear 0s,box-shadow 0.2s linear 0s;
}

    .btl-input-4 > input:focus, .btl-input-4 > select:focus, .btl-input-4 > textarea:focus
    {
        border-color: #333333;
        box-shadow: 0 0 6px #FFDDAA;
    }

#recaptcha span#btl-captcha-reload
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('reload.png') no-repeat;
    text-indent: -9999px;
    cursor: pointer;
}

#btl
{
    position: relative;
}

    #btl .btl-panel
    {
        overflow: hidden;
    }

        #btl .btl-panel > #btl-panel-profile
        {
            background: url(btl-panel-bg.png) top right no-repeat;
            padding-right: 30px;
        }

button::-moz-focus-inner
{
    padding: 0;
    border: none;
}

#btl .btl-panel > span
{
    display: inline-block;
    height: 26px;
    line-height: 28px;
    padding: 0 18px;
    cursor: pointer;
    text-indent: 0!important;
    width: auto;
}

#btl .btl-panel > span
{
    margin: 2px 0px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
/*
#btl .btl-panel > span, button.btl-buttonsubmit, input.btl-buttonsubmit
{
    border-radius: 3px;
}

    #btl .btl-panel > span.active, button.btl-buttonsubmit:focus, input.btl-buttonsubmit:focus
    {
        opacity: 0.8;
    }*/

.btl-error
{
    display: none;
}

.btl-error-detail
{
    display: none;
    float: right;
    color: #FF0000;
    margin-bottom: 4px;
}

.btl-field, .btl-error-detail, .btl-error,
.btl-note
{
    margin-left: 20px;
    margin-right: 25px!important;
    overflow: hidden;
    color: #222222;
}

#register-link, .btl-error-detail, .btl-error,
.btl-note
{
    margin-left: 20px;
    margin-right: 25px!important;
    overflow: hidden;
    color: #222222;
}

.btl-field-2
{
    margin-left: 20px;
    margin-right: 25px!important;
    overflow: hidden;
    height: 45pt;
    color: #222222;
}

#recaptcha
{
    height: auto!important;
    float: right;
}

#btl-input-remember
{
}

#btl-checkbox-remember
{
    width: 15px!important;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.clear
{
    clear: both;
}

.btl-error
{
    color: #FF0000;
}

.btl-buttonsubmit .btl-buttonsubmit
{
    background: #FFD700;
    border: 0 none;
    border-radius: 0;
    color: #222222;
    font-family: "Microsoft JhengHei",PMingLiU,Times New Roman,Arial Black;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 20px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

    .btl-buttonsubmit .btl-buttonsubmit:hover
    {
        background: #333333;
        border: 0 none;
        border-radius: 0;
        color: #FFD700;
        font-family: "Microsoft JhengHei",PMingLiU,Times New Roman,Arial Black;
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 20px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    }

div.btl-buttonsubmit
{
    text-align: center!important;
    padding: 5px 0 0 0!important;
    border-top: 1px solid #dddddd;
    margin: 10px 25px 30px 20px;
}

#btl-content ul li a:hover
{
    color: #7BA428 !important;
    text-decoration: underline!important;
    background-color: transparent!important;
}

#btl-content > .btl-content-block
{
    position: absolute!important;
    z-index: 9999;
}

#btl-content #btl-content-login
{
    width: 350px;
}

#btl-content-login-2
{
    width: 350px;
}

#btl-content-registration
{
    min-width: 350px;
}

#btl-content-registration-2
{
    width: px;
}

.btl-note, #register-link
{
    padding: 18px 0px;
}

#btl-content-login .btl-input
{
    float: right;
}

#btl-content-login .spacer
{
    height: 14px;
}

#btl-content-login-2 .btl-input
{
    float: right;
}

#btl-content-login-2 .spacer
{
    height: 14px;
}

#btl-content div.btl-buttonsubmit
{
    border-top: 1px dotted #c4c4c4;
}

#btl-content #btl-content-login .btl-label
{
    line-height: 38px;
    min-width: 0px!important;
}

#btl-content #btl-content-login-2 .btl-label
{
    line-height: 38px;
    min-width: 0px!important;
}

#btl-content #btl-content-profile
{
    overflow: hidden;
}

#module-in-profile
{
    min-width: 200px;
}

#btl-content #btl-content-profile #module-in-profile ul
{
    position: static;
    text-align: left;
    margin: 0 0 0 15px;
    padding: 0!important;
}

#btl-content-profile ul.menu li
{
    background: url("bullet.png") no-repeat scroll 5px 15px transparent;
    padding: 0 0 0 20px!important;
    border-bottom: 1px solid #E8E8E8;
    display: list-item!important;
    line-height: 37px;
}

#btl-content #btl-content-profile #module-in-profile ul li a
{
    color: #6b6b6b;
    text-decoration: none !important;
    text-transform: none!important;
    font-family: "Microsoft JhengHei",PMingLiU,Times New Roman,Arial Black;
}

#btl-content-profile ul.menu li a
{
    color: #616161!important;
    text-decoration: none!important;
    border: none!important;
    background: none!important;
    display: inline!important;
    padding: 0!important;
    margin: 0!important;
    text-transform: none!important;
}

#btl-content-profile div.btl-buttonsubmit
{
    clear: both;
    margin-bottom: 15px;
    border: none!important;
    text-align: center;
    margin-top: 0!important;
}

#btl-register-in-process, #btl-login-in-process
{
    display: none;
    background: url("loading.gif") no-repeat #000 50%;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    top: -1px;
    left: -1px;
    padding-top: 1px;
    padding-left: 1px;
}

#btl-success
{
    display: none;
    margin: 20px 0 30px 0;
    background: url("notice-info.png") no-repeat;
    display: none;
    color: #000;
    border-bottom: 2px solid #90B203;
    border-top: 2px solid #90B203;
    font-size: 14px;
    padding: 10px 10px 10px 25px;
}

#bt_ul
{
    margin-top: -10px!important;
    margin-bottom: 20px!important;
    margin-right: 25px!important;
    float: right;
}

#btl-content-login ul
{
    position: static!important;
    text-align: left;
    list-style-type: disc !important;
}

    #btl-content-login ul li
    {
        margin-top: 3px;
    }

#btl-content-login-2 ul
{
    position: static!important;
    text-align: left;
    list-style-type: disc !important;
}

    #btl-content-login-2 ul li
    {
        margin-top: 3px;
    }

#bt_ul li a
{
    padding: 0!important;
    text-decoration: none!important;
    color: #545454!important;
}

#btl-wrap-module
{
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}