﻿/*------------------------------------*\
    聚星幫共用css表    
    作者：秦孝誠
    日期：2015-11-26
    1.字體
    2.陰影
    3.浮動
    4.清除
    5.間隔
    6.邊框
    7.背景色
    https://plus.google.com/101271992058572427440/posts
\*------------------------------------*/

/*-----------------------------------字體------------------------------------*/
.text_shadow
{
    text-shadow: 1px 1px 2px #999;
}

.texttype
{
    font-family: Microsoft JhengHei;
    font-weight: bold;
}

.text-nowrap
{
    white-space: nowrap;
}

.text-align-L
{
    text-align: left;
}

.text-align-R
{
    text-align: right;
}

.text-align-C
{
    text-align: center;
}

.text-colo-FFF
{
    color: #FFFFFF;
}

.mytitle
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textbolder {
    font-weight:900;
}
/*-----------------------------------陰影------------------------------------*/

.shadow
{
    border-style: none;
    -moz-box-shadow: 0px 0px 5px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 5px #999; /* Safari and Chrome */
    box-shadow: 0px 0px 5px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://www.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadow-inset
{
    border-style: none;
    -moz-box-shadow: -0px -0px 5px #999 inset; /* For Firefox3.6+ */
    -webkit-box-shadow: -0px -0px 5px #999 inset; /* For Chrome5+, Safari5+ */
    box-shadow: -0px -0px 5px #999 inset; /* For Latest Opera */
    behavior: url(http://www.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadow_right
{
    border-style: none;
    -moz-box-shadow: 5px 0px 5px #999; /* Firefox */
    -webkit-box-shadow: 5px 0px 5px #999; /* Safari and Chrome */
    box-shadow: 5px 0px 5px #999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://www.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadowButtom
{
    border-style: none;
    -moz-box-shadow: 0px 5px 5px #999; /* Firefox */
    -webkit-box-shadow: 0px 5px 5px #999; /* Safari and Chrome */
    box-shadow: 0px 5px 5px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://www.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

.shadow-top
{
    border-style: none;
    -moz-box-shadow: 0px -5px 5px #999; /* Firefox */
    -webkit-box-shadow: 0px -5px 5px #999; /* Safari and Chrome */
    box-shadow: 0px -5px 5px #999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://www.gs8.com.tw/Styles/PIE.htc);
    position: relative;
}

/*-----------------------------------浮動------------------------------------*/

.floatR
{
    float: right;
}

.floatL
{
    float: left;
}

/*-----------------------------------清除------------------------------------*/

.clear_both
{
    clear: both;
}

/*-----------------------------------間隔------------------------------------*/

.pad5
{
    padding: 5px;
}

.pad10
{
    padding: 10px;
}

.pad20
{
    padding: 20px;
}

.pad30
{
    padding: 30px;
}

.title-icon-pad
{
    padding: 5px 10px 5px 10px;
}

.margin-right-5
{
    margin-right: 5px;
}

.margin-right-10
{
    margin-right: 10px;
}

.margin-right-20
{
    margin-right: 20px;
}
/*-----------------------------------邊框------------------------------------*/
.border-top-color-FFC000
{
    border-top-color: #FFC000;
}
.border-top-color-ebb651
{
    border-top-color: #ebb651;
}

.border-top-color-E62117
{
    border-top-color: #E62117;
}

.border-top-color-67B1D4
{
    border-top-color: #67B1D4;
}

.border-top-color-9d83cc
{
    border-top-color: #9d83cc;
}

.border-top-color-EA7C93
{
    border-top-color: #EA7C93;
}

.border-top-color-FD792F
{
    border-top-color: #FD792F;
}

.border-top-color-603D39
{
    border-top-color: #603D39;
}

.border-top-color-3B5998
{
    border-top-color: #3B5998;
}

.border-notop-color-e8e8e8
{
    border-right-color: #e8e8e8;
    border-bottom-color: #e8e8e8;
    border-left-color: #e8e8e8;
}

.outsidebox
{
    border-width: 4px 1px 1px 1px;
    border-style: solid;
    overflow: hidden;
    position: relative;
}

/*-----------------------------------背景色------------------------------------*/

.background-color-FFC000
{
    background-color: #FFC000;
}
.background-color-ebb651
{
    background-color: #ebb651;
}

.background-color-FD792F
{
    background-color: #FD792F;
}

.background-color-E62117
{
    background-color: #E62117;
}

.background-color-67B1D4
{
    background-color: #67B1D4;
}

.background-color-9d83cc
{
    background-color: #9d83cc;
}

.background-color-EA7C93
{
    background-color: #EA7C93;
}



.background-color-603D39
{
    background-color: #603D39;
}

.background-color-3B5998
{
    background-color: #3B5998;
}
/*-----------------------------------背景色------------------------------------*/
.img-w-100
{
    width:100%;
}

/****************************************************************************
25. 電影詳細頁
****************************************************************************/

#title-page .parallax-mirror, #titles-index .parallax-mirror {
    z-index: 1!important;
}

#titles-index .parallax-mirror {
    visibility: visible!important;
}

#title-page .header, #titles-index .header {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    max-height: 1158px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover!important;
}

#title-page .page-wrapper, #titles-index .page-wrapper {
    position: relative;
}

#title-page .content, #titles-index .content {
    margin-top: 350px;
    transition: margin-top 1.5s;
}

.moviepost-tags {
    display: block;
    position: relative;
    z-index: 10;
    color: #888;
    line-height: 1.4;
    clear: both;
}

    .moviepost-tags a {
        text-transform: uppercase;
        color: #888;
        padding: 6px 12px 5px;
        margin-right: 8px;
        display: inline-block;
        font-size: 11px !important;
        background: none;
        border: 1px solid #DEDEDE;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        outline: none;
        font-weight: normal;
        line-height: 1.2;
        cursor: pointer;
        margin-top: 8px;
    }

        .moviepost-tags a:hover {
            color: #FF3399;
        }

.in-movie-tab .tabs .tab-item {
    color: #fff;
    border-color: #e8e8e8;
    font-family: Microsoft JhengHei;
    padding: 10px;
    border-width: 1px 0 0 0;
    border-style: solid;
    transition: background 300ms,color 200ms ease 0s;
    -moz-transition: background 300ms,color 200ms ease 0s;
    -webkit-transition: background 300ms,color 200ms ease 0s;
}

in-movie-tab .tab-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.movie-catalog {
    margin: 35px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-family: Microsoft JhengHei;
}

    .movie-catalog a {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        background-color: #fff;
        vertical-align: top;
        color: #136ec2;
    }

.custom a {
    color: #136ec2;
}
.load_more_videos:hover, .loadting_text:hover, .load_more_videos:focus, .loadting_text:focus {
    color: #fff;
    background: #FFC000;
}
.load_more_videos, .loadting_text {
    display: block;
    line-height: 60px;
    color: #828a91;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    background: #f1f4f5;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}