﻿@charset "utf-8";
/* CSS Document */



body
{
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Microsoft JhengHei, MingLiU, sans-serif;
    background-image: url(https://lh3.googleusercontent.com/-fy5e5rJSydU/VcQwYBsww-I/AAAAAAAAI14/utGP5m7-HAw/s557/bgGray.jpg);
    background-repeat: repeat;
}


/*手機版平板*/
/*手機版平板*/
@media (max-width: 767px)
{

    /*影片高*/
    .previewVideoIframe, .carousel-inner > .item > img
    {
        height: 180px;
        max-width: 100%;
    }
    /*影片和圖庫*/
    .carouselSlide
    {
        margin: 0 0 5px 0;
        padding: 0;
    }
}


/*768px以上*/
/*768px以上*/
@media only screen and (min-width:768px)
{
    /*影片高*/
    .previewVideoIframe, .carousel-inner > .item > img
    {
        height: 450px;
        max-width: 100%;
    }
    /*影片和圖庫*/
    .carouselSlide
    {
        /*margin: 0 0 8% 0;*/
        margin: 0;
        padding: 0;
    }

    .carousel-inner
    {
        min-height: 100px;
    }
}
/*產品單獨區塊長相*/
.ContentTextWrapper
{
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    margin: 0px;
    padding: 20px;
    position: relative;
    font-size: 15px;
    line-height: 20px !important;
}



    .ContentTextWrapper .fbFansText
    {
        padding-left: 5px !important;
    }

    /*分區段落*/
    .ContentTextWrapper section
    {
        margin: 50px 0px;
    }

    .ContentTextWrapper .title {
        color: #000;
        font-size: 22px;
        font-weight: 500;
        border-bottom: 0;
        padding: 0;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

.top-tab
{
    /*min-height: 360px;*/
    max-height: inherit;
}



h2
{
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 1em;
    letter-spacing: 0.5px;
}

h3
{
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1em;
    letter-spacing: 0.5px;
}

h4, h5
{
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1em;
    letter-spacing: 0.5px;
}


.ContentTextWrapper h1
{
    padding-left: 5px !important;
    margin-top: 0px;
}



/*標題二*/
.ContentTextWrapper h2
{
    border-left: 8px ridge;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 3px #F2F2F2;
    -moz-box-shadow: 0px 2px 3px #F2F2F2;
    box-shadow: 0px 2px 3px #ccc;
    box-shadow: #ccc;
    background-color: #F3F3F3;
    font-size: 21px;
    line-height: 25px;
    padding: 5px 5px;
}



/*標題三*/
.ContentTextWrapper h3
{
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    padding: 0px 5px;
}

    .ContentTextWrapper h3:before
    {
        content: none;
        /*content: "»";*/
    }

/*標題四*/

.ContentTextWrapper h4
{
    /*border-bottom: 1px solid #f1f1f1;*/
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 1em 0px;
    padding: 0px 10px;
}

    .ContentTextWrapper h4:before
    {
        content: none;
        /*content: "◦";*/
    }

/*標題五*/

.ContentTextWrapper h5
{
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 1em 0px;
    padding: 0px 15px;
}



/*段落*/
.ContentTextWrapper p
{
    margin: 20px auto;
    line-height: 1.5em;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 0px 15px;
}



/*表格預設*/

.ContentTextWrapper table
{
    border: none;
    width: 100%;
    margin: 10px auto;
    max-width: 96%;
}

    .ContentTextWrapper table th
    {
        border: 1px solid;
        color: #fff;
        padding: 6px 24px;
        text-align: center;
        background: #fc9a24;
    }

    .ContentTextWrapper table.border th, .ContentTextWrapper table.border td
    {
        border: 1px solid #9F9F9F !important;
    }
/**需 指定  .ContentTextWrapper 層級裡面的td*/
.ContentTextWrapper tr:nth-child(even)
{
    background: #fff;
}

.ContentTextWrapper tr:nth-child(odd)
{
    background: #EBF3F6;
}

.ContentTextWrapper table td
{
    background: #FFF;
    padding: 5px 10px;
    min-width: 100px;
}



/*圖片-尺寸不變-手機版最大到100%*/
.ContentTextWrapper img
{
    max-width: 100%;
}


/*破圖預設*/
.previewImage
{
    border-radius: 0px;
    width: 100%;
    height: 439px;
    max-width: 100%;
    border: solid 1px #C0C0C0;
    padding: 0px;
    margin-top: 7px;
}


/*相關文章預設*/

.class-related
{
    padding: 2px 0px !important;
    list-style: none;
}

.carouselSlide .control-panel:hover, .carouselSlide .carousel-control:focus
{
    color: #FFF;
    opacity: .9;
    outline: medium none;
    text-decoration: none;
}
/*上一個*/
.carouselSlide .control-panel .fa-angle-left
{
    margin: 0 7px 0 0;
}
/*下一個*/
.carouselSlide .control-panel .fa-angle-right
{
    margin: 0 0 0 7px;
}

.carouselSlide .control-panel .fa-angle-left, .carouselSlide .control-panel .fa-angle-right
{
    font-size: 80px;
}

.carousel-inner > .item
{
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img
    {
        line-height: 1;
    }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev
{
    display: block;
}

.carousel-inner > .active
{
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev
{
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next
{
    left: 100%;
}

.carousel-inner > .prev
{
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right
    {
        left: 0;
    }

.carousel-inner > .active.left
{
    left: -100%;
}

.carousel-inner > .active.right
{
    left: 100%;
}

.carousel-inner > .item > img
{
    display: block;
    width: 100%;
}


.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev
{
    display: block;
}

/*靠左邊*/
.carouselSlide .control-panel
{
    bottom: auto;
    left: 0;
    background: #fff;
    opacity: .7;
    position: absolute;
    text-align: center;
    text-shadow: none;
    top: 50%;
    margin-top: -40px;
    width: 7%;
}


    /*靠右邊*/
    .carouselSlide .control-panel.right
    {
        background-image: none;
        background-repeat: repeat-x;
        left: auto;
        right: 0;
        background: #fff;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px 0 0 3px;
    }



/*slider小圓選擇*/
.carouselSlide .indicators-panel li
{
    background-color: #a1a1a1;
    border: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 3px;
    text-indent: -999px;
    width: 15px;
    box-shadow: 1px 1px #fff;
}
/*slider小圓選擇-位置*/
.carouselSlide .indicators-panel
{
    bottom: 60px; /*160202*/
    left: 50%;
    list-style: none outside none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    width: 60%;
    z-index: 15;
}

    .carouselSlide .indicators-panel li:hover, .carouselSlide .indicators-panel .active
    {
        height: 15px;
        margin: 3px;
        width: 15px;
    }
/*試閱影片*/
#productCarousel .rightTopTips
{
    position: absolute;
    top: 16px;
    right: 90px;
    background: #000000;
    color: #FFF;
}




.pannelRightWrapper ul
{
    padding-left: 10px;
}

    .pannelRightWrapper ul li p
    {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }



.collapse.in
{
    display: block;
}

header.collapsed .navbar-collapse.collapse.in
{
    display: block !important;
}
/*側邊區右一區塊*/
#panelGroup .panel-default
{
    font-size: 15px;
    cursor: pointer;
    border: 0;
    -moz-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,0.2);
    margin-top: 5px;
}
    /*側邊 區加入購物車*/

    #panelGroup .panel-default .buy-now
    {
        padding: 10px;
        margin: 15px 15px 25px 15px;
    }

    #panelGroup .panel-default .product-info ul.price li > div:last-child
    {
        font-size: 26px;
        margin: -10px 0 5px;
    }

    #panelGroup .panel-default .product-info ul.price li
    {
        list-style-type: none;
    }



    #panelGroup .panel-default .preview-schedule h3
    {
        color: #666;
        margin: 0;
        padding: 10px 0;
    }

.panel-title ul li
{
    display: inline;
    /*padding: 0 0 0 6px;*/
}

.panel-title .starRate
{
    display: inline-block;
}

.starRateBox span
{
    font-size: 18px;
    margin-top: 15px;
}

/*側邊區標題顏色*/
#panelGroup .tab-color a
{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 5px;
}


#panelGroup .panel-default .tab-color
{
    border-radius: 5px 5px 0 0;
    transition: background .2s ease-in-out 0s;
    line-height: 30px;
    padding: 5px 10px;
}

/*側邊區標題區*/
.panelHead
{
    width:100%;
    display: inline-block;
}

.panelStarRate
{
    width: 50%;
    float: left;
}

/*側邊區-向下展開icon*/
#panelGroup .panel-default .tab-color:hover .panel-title:after, #panelGroup .panel-default .tab-color.on .panel-title:after {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-size:15pt;
    content: "\21F3";
}

/*側邊欄-相關課程*/

.product-item img
{
    width: 100%;
    height: auto;
}
/*側邊欄-課程縮放*/
.ih-item.square.effect6 .img
{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item a
{
    color: #333;
    font-size: 20px;
    padding: 0;
}

.product-supplier
{
    width: 94%;
    margin: 0 0 20px 15px;
    padding: 6px 0 12px;
}
    /*側邊欄-廠商照*/
    .product-supplier .image
    {
        margin: 11px -5px 0 0;
        width: 25%;
    }

        .product-supplier .image img
        {
            padding: 0;
            margin: 0;
        }

    .product-supplier .words h3
    {
        color: #a9a9a9;
        font-size: 13px;
        margin: 25px 0 0;
    }

    .product-supplier .words
    {
        display: inline-block;
        padding-left: 15px;
    }

        .product-supplier .words h2 a
        {
            color: #393939;
            text-decoration: none;
        }

#panelGroup .panel-default .preview-schedule .label-info
{
    margin: 0 0 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 8px;
    background: rgba(160, 160, 160, 1);
    font-size: 12px;
    color: #fff;
}
/*學員評價討論*/
.media, .media .media
{
    margin-top: 15px;
    border-bottom: solid 1px #E8E8E8;
    padding-bottom: 15px;
}
/*討論者照片*/

.forum-block.media > .pull-left img
{
    border-radius: 50%;
}

.radio
{
    display: none; /*隱藏input*/
}

/*學員評分-星星*/
.rating-input:not(:checked) > label:hover, .rating-input:not(:checked)
{
    color: rgb(255, 165, 0);
}

/*學員評分討論區*/
.ratingCommentWrap
{
    padding: 15px 30px;
    border-bottom: 1px dashed #c7c7c7;
}


.amount
{
    font-size: 10px;
}



.score
{
    font-size: 36px;
    text-align: center;
    color: rgb(255, 110, 0); /*橘*/
    padding: 10px 0px;
}

.showAllComments
{
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    padding: 10px 5px;
    background: #F0F0F0;
}



.student, .teacher, .course
{
}

/*手機旋轉90度，確保最佳瀏覽*/
#landscape-warning
{
    display: none;
}

body.show-orientation-warning #landscape-warning
{
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
}

    body.show-orientation-warning #landscape-warning > div
    {
        position: fixed;
        top: 50%;
        height: 100px;
        width: 100%;
        margin-top: -50px;
    }

        body.show-orientation-warning #landscape-warning > div > div
        {
            text-align: center;
        }


header.collapsed .navbar-toggle
{
    display: block;
    background: #fff;
    border: 0;
    margin: 12px 17px 0 0;
    padding: 8px 10px;
    position: relative;
    float: right;
    border-radius: 4px;
}

/*手機版 高度*/
header.collapsed .overflow-div
{
    max-height: 490px;
}

header.collapsed .overflow-div
{
    border: 1px solid #6ecded;
    border-top: 0;
    border-bottom: 0;
    max-height: 422px;
}


/*
.visible-lg, .visible-md, .visible-sm, .visible-xs {
   display: block!important;
}*/



@media print
{
    *
    {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}



/*150817 修改*/
.fullWidthAboveBody
{
    margin-top: 80px;
    background-color: rgba(1,1,1,0);
}

#MainWrapper
{
    background: none !important;
}

/*原產品頁淡化背景圖隱藏*/
.imgBackWrapper
{
    display: none;
}

/*主商品名稱*/
.productNameRow
{
    font-size: 35px;
    text-shadow: 1px 1px #fff;
    border-bottom: 1px dashed #393939;
    padding: 0;
    margin: 15px 0 8px;
    width: 99%;
    line-height: inherit;
    color: #333;
    display: inherit;
}

    .productNameRow h1
    {
        font-size: 35px;
        margin-bottom: 0px;
        margin-top: 0px;
        line-height: inherit;
        color: #333;
    }



.previewDisplayPanel
{
    text-align: center;
    position: relative;
    width: 100%;
}


.pannelRightWrapper:before, .pannelLeftWrapper:before
{
    background: none;
    color: #333;
}

/*fb長相*/
.pannelLeftWrapper .fb-panel
{
    border-bottom: 1px dashed #c7c7c7;
}
    /*臉書元件位置*/
    .pannelLeftWrapper .fb-panel .like
    {
        margin: 5px 0 0;
    }

.thumbnail h2
{
    font-size: 22px;
    border-bottom: 1px dashed #c7c7c7;
    padding: 0 0 4px 0;
    margin: 10px 0 20px 0;
}



/*我想了解更多 按鈕*/
.pannelLeftWrapper .fb-panel .btn
{
}

.pannelLeftWrapper .btn, .pannelLeftWrapper .btn:hover, .pannelLeftWrapper .btn:focus, .pannelLeftWrapper .btn:active
{
    background-image: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    /*padding: 13px 0;*//*160521*/
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}



/*商品細項*/
.detailPannel
{
    padding-left: 20px;
    margin: 0px;
    padding-bottom: 0px;
}


.detailListInfoWrapper
{
    border-top: none;
    color: rgb(233, 94, 94);
    font-size: 1.2em;
    margin: 8px 0px;
    padding: 0px;
}


.detailListTitle
{
    color: #666;
    font-size: 22px;
    font-weight: 500;
}




/*總評價次數*/
.amount
{
    font-size: 15px;
    margin: 0px 0px 15px 0px;
}





.pannelLeftWrapperLast
{
    border-bottom-left-radius: 0px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 0px;
}


.pannelRightWrapper, .pannelLeftWrapper
{
    border: none;
    margin-top: 0px;
    padding-top: 10px;
    line-height: 20px;
}


/*側邊區*/

.productInfoHeaderWrapper
{
    min-height: 190px;
}

/*側邊區價格*/
.priceWrapper .price
{
    /*font-size: 26px;
    margin: -10px 0 5px;
    text-align: right;*/
    color: #333;
}

.priceWrapper
{
    text-align: center;
    border-radius: 0px;
    border: none;
    padding: 0px;
    /*margin-top: 15px;*/
    width: 100%;
}


/*包影片現場時數與剩餘名額*/
.numberWrapper
{
    float: left;
    text-align: center;
    width: 100%;
}

/*加入購物車-按鈕*/
/*160518*/
.BehaviorButtonWrapper input
{
    /*margin-top: 15px;
    width: 100%;*/
}

/*加入購物車-按鈕*/
.priceWrapper .addCartItem, .priceWrapper .addCartItem:hover, .priceWrapper .addCartItem:focus
{
    background-image: -webkit-linear-gradient(top, #5994B5 0, #427794 100%);
    background-image: -o-linear-gradient(top, #5994B5 0, #427794 100%);
    background-image: linear-gradient(to bottom, #5994B5 0, #427794 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #427794;
    background-color: #427794;
}

/*訂購電子報-按鈕*/
.btnOrder, .btnOrder:hover, .btnOrder:focus
{
    width: 100%;
    background-image: -webkit-linear-gradient(top, #5994B5 0, #427794 100%);
    background-image: -o-linear-gradient(top, #5994B5 0, #427794 100%);
    background-image: linear-gradient(to bottom, #5994B5 0, #427794 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #427794;
    background-color: #427794;
}




/*影片時數、現場時數*/

.totalTimeWrapper
{
    color: #666;
    font-size: 15px;
    display: inline-block;
    padding: 5px; /*151225*/
}


/*剩餘名額*/
.quotaJoinWrapper
{
    border: 1px dashed #ccc;
    color: #666;
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px 10px 10px;
    line-height: 35px;
    margin: 15px;
    width: 80%;
}

    /*剩餘名額-數目*/
    .quotaJoinWrapper > span
    {
        color: rgb(102, 102, 102);
        font-size: 15px;
        font-weight: 500;
        margin-right: 2px;
        margin-left: 2px;
    }

.quotaJoinTips
{
    color: #666;
    text-align: center;
    line-height: 15px;
}


/*影片時數、現場時數*/
.totalTimeTips, .totalTimeTips.otherColor
{
    color: #666;
    text-align: center;
    line-height: 15px;
}



.tabTitle .widgetTitle
{
    background: #FFF !important;
    border: 0px !important;
    color: #666;
    font-size: 22px;
    font-weight: 500;
    text-shadow: 0px 0px 0px white !important;
    padding: 5px;
    top: -1px;
}


.content a, .contentb a
{
    font-size: 15px;
    /*color: #333;
    font-size: 16px;
    line-height: 35px;*/
}

.content li, .contentb li
{
    position: relative;
    /*border-bottom: 1px dashed #c7c7c7;*/
    /* margin: 0px 0px 5px 0px; */
    padding-bottom: 10px;
}





/*container 自適應*/
@media only screen and (min-width:1201px) and (max-width:1679px)
{
    .container
    {
        width: 1240px !important;
        max-width: 1240px !important;
        padding: 0px;
    }
}

@media (min-width: 1200px)
{
    .container
    {
        width: 1240px !important;
        max-width: 1240px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1199px)
{
    .container
    {
        max-width: 1170px !important;
        padding: 0px;
        width: auto;
    }
}

@media only screen and (min-width:481px) and (max-width:767px)
{
    .container
    {
        max-width: 750px !important;
        padding: 0px;
    }
}

@media only screen and (min-width:321px) and (max-width:480px)
{
    .container
    {
        width: 100% !important;
        padding: 0px;
    }
}

@media only screen and (max-width:320px)
{
    .container
    {
        width: 100% !important;
        padding: 0px;
    }
}












/*老師簡介*/
.teacherInfoWrapper
{
    padding: 8px 0px 5px 0px;
    border-bottom: 1px dashed #c7c7c7;
}

    .teacherInfoWrapper:hover
    {
        background: #fff;
    }
/*老師簡介-照片*/
.sideBlockDetailLeft
{
    float: left;
    width: 25% !important;
}

.corporateInfoWrapper {
    margin-top: 15px;
    text-align: center;
}

.corporateInfoWrapper img
{
    border-radius: 5px;
    width: 100%;
    max-width: 210px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

    .corporateInfoWrapper img:hover
    {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .corporateInfoWrapper a:hover {
        text-decoration: none;
    }



/*老師簡介-文字*/
.sideBlockDetailRight
{
    padding: 0px 15px !important;
    float: left;
    width: 75% !important;
    font-size: 15px;
}

    .sideBlockDetailRight > p
    {
        font-size: 13px;
        color: #5F5F5F;
        line-height: 18px;
        max-height: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*margin: 5px 0px;*/
    }


/*文字變色*/
.teacherInfoWrapper:hover .sideBlockDetailRight > p
{
    color: #5F5F5F;
}

ol.class-related li:hover a
{
    color: #5F5F5F;
}

.corporateIntro:hover a
{
    color: #5F5F5F;
}
/*公司簡介*/
.corporateIntro, .corporateIntro:hover
{
    font-size: 15px;
    color: #333;
    text-decoration: none;
    background: none;
    margin: 10px 8px 10px 8px;
    text-align: left;
}








/*公司簡介-姓名*/
.corporateTitle
{
    border-left: 2px solid;
    padding: 5px 5px;
    line-height: 30px;
    font-size: 22px !important;
    margin: 15px 0px 5px 0px;
    text-align: left;
}



/*頁尾*/
footer
{
    background: rgba(219, 219, 219, 1);
    margin: 20px 0 0;
    padding: 40px 0 10px;
}

    /*頁尾圖標*/
    footer .footer-icon
    {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #c1c1c1;
    }

        footer .footer-icon > div
        {
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            width: 80px;
            height: 80px;
            line-height: 80px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            background-color: #b9b9b9;
            border: 2px solid #fff;
            top: 5px;
        }

    footer .footer-nav ul a
    {
        color: #666;
        text-decoration: none;
    }

    /*頁尾圖標-課程總覽*/
    footer .footer-icon .fa-laptop
    {
        font-size: 45px;
        color: #fff;
        margin-top: 14px;
    }
    /*頁尾圖標-常見問題*/
    footer .footer-icon .fa-question
    {
        font-size: 50px;
        color: #fff;
        margin-top: 12px;
    }
    /*頁尾圖標-認識我們*/

    footer .footer-icon .fa-user
    {
        font-size: 40px;
        color: #fff;
        margin-top: 15px;
    }
    /*頁尾圖標-雲端愛上課*/
    footer .footer-icon .fa-cloud
    {
        font-size: 40px;
        color: #fff;
        margin-top: 15px;
    }
    /*訂電子報*/
    footer .newsletter h2
    {
        font-size: 18px;
        color: #585858;
        margin: 0;
        padding: 0 0 5px;
    }

    footer .copyright
    {
        font-size: 1em;
        margin-top: 60px;
        margin-bottom: 20px;
        text-align: right;
        color: #666;
    }

    footer .media img
    {
        filter: gray;
        -webkit-filter: grayscale(1);
        -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.2);
        margin-bottom: 20px;
    }

        footer .media img:hover
        {
            filter: none; /* IE6-9 */
            -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
        }

    footer .media .partner1, footer .media .partner2, footer .media .partner3
    {
        width: 161px;
        height: 58px;
        cursor: pointer;
        float: left;
    }

    footer .footer-icon .fa-cloud
    {
        font-size: 40px;
        color: #fff;
        margin-top: 15px;
    }

/*隱藏笑臉*/
.footerRelatedProductPanel .fa-smile-o
{
    display: none;
}




.footerRelatedProductPanel:hover .shadowText
{
    color: #333;
    font-weight: 500;
    font-size: 22px;
    padding-left: 25px;
}

/*其他人也購買了-產品卡*/
/*改由上方元件往下推margin 因為此產品卡可能會隱藏*/
.footerRelatedProductPanel {
    background: none;
    /*margin-top: 30px;*/
    margin-top: 0px;
    padding-top: 0px;
}

    .footerRelatedProductPanel .row
    {
        max-width: 1240px;
        margin: auto;
    }

.shadowText
{
    color: #333;
    font-weight: 500;
    font-size: 22px;
    padding-left: 25px;
    margin: 10px 0 20px;
}

footerRelatedProductPanel h4
{
    border-bottom: 1px dashed #c7c7c7;
}

.hrStyle
{
    display: none;
}
#panelGroup .panel-default .tab-color {
    background: none repeat scroll 0 0 #535353;
}
.circleBtn {
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 15px 0px;
    height: 100px;
    text-align: center;
    width: 100px;
}
.circleBtn:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -moz-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -ms-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
        border: solid 1px #dbdbdb;
}
.circleBtn i {
    font-size: 2.2em;
    -webkit-animation: 2s shakeInfinit infinite;
    -moz-animation: 2s shakeInfinit infinite;
    -o-animation: 2s shakeInfinit infinite;
    animation: 2s shakeInfinit infinite;
}
.circleBtn:hover i {
    -moz-animation: ease;
    -o-animation: ease;
    -webkit-animation: ease;
    animation: ease;
}
.circleBtn i p {
    color: #333;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
}