﻿/*------------------------------------*\
    聚星幫共用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;
}

.divide20
{
    width: 100%;
    height: 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;
    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%;
}

.sb-retro-skin.showbiz-container
{
    max-width: 1210px;
    min-width: 300px;
}

.showbiz-container.whitebg
{
    padding: 20px;
    padding-top: 0px;
    background: #fff;
    max-width: 1170px;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
    box-shadow: 0px 0px 5px 1px rgba(100,100,100,0.1);
    overflow: visible;
}

.showbiz-container
{
    z-index: 10;
    position: relative;
}


.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;
}
.load_more_videos:hover,
.loadting_text:hover,
.load_more_videos:focus,
.loadting_text:focus {
  color: #fff;
  background: #FFC000;
}
.load_more_videos:focus,
.loadting_text:focus {
  color: #43494e;
}

.in-Articcategory-tab .tabs .tab-item {
    color: #fff;
    border-color: #e8e8e8;
    font-family: Microsoft JhengHei;
    padding: 10px 30px;
    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-Articcategory-tab .tab-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.ez iframe
{
    width:100%;
}
.ez iframe div
{
    width:100%;
}