charset 'UTF-8';

body {

	/* font-family: Microsoft JhengHei !important; */
}

span.has-error{
	color: #d44950;
}
.form-control.has-error {
	background-color: #F2DEDE;
}
div.form-group.required .control-label:not(span)::before {
    color: #f00;
    content: "* ";
    font-weight: bold;
}
ul.df-category.list-inline {
    margin-left: 0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#img-show a, #img-show2 a {
	color: #AE1204;
	font-size: 20px;
}
.menu-item {
	/* font-family: '微軟正黑體'!important; */
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}
.my-youtube{
    width: 100%;
    height: 100%;
}

.my-youtube .play {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAERklEQVR4nOWbTWhcVRTHb1IJVoxGtNCNdal2JYJReC6GWuO83PM/59yUS3FRFARdFlwYP1CfiojQWt36sRCUurRIdVFXIn41lAoVdRGrG1M01YpKrWjiYmaSl8ybZJL3cd+YA//NLObd3++eO8x79z5jSq5Gw+8kov0AP8vMR5l1BtBZQM4B8ks75wCdZdYZZj5qLZ4hov2Nht9Z9vhKKSIaB/gI4M4w62KeAO6Mte4lYOq20FxrlqqOibhHmeWbvNC9ZfDX1mLae391aN6limO/gwgvAPJbWeAZuSDingdwXTBw7/0IsyaA/Fkh+KqOkD+YNfHej1QKD+y7iVlOhgLvFqFfNJvNGyuBJ+KDAF8MDd0tgS8y64OlgSdJMsysL4cG7SOHkyQZLhTee7+d2R2rAVy/S+Jd7/32ouBHAP4gNNRGQyTHc/84NhqNywZp5rvjjnnvt21aABFeCQ+RLwAf2hQ8s7sv9OCLk6AHNgQvIrvbfzKCD76g/O6cu7lf/iER/aQGgy448pExZmhdegAPhR9sObFWH1gT3lp7DaA/5bkIgJhZPgsNmz02novj+KqeApj1ubwXWe4kdyeznAgNvTpE/HQmvKqOMeuFogTUVQSRno+iaLRLAJF7uIgL9O4ubgL8aWgB7S44mNX+35YpICUiAvS9sBLkq1WzT+NFffl6AuoiApi6NT37h6sWkBIRZGkQ8YtLgyji6e1mBYTqCEBPG2Naz+0BWQgtoGoRgCzEsd9hAN1X5BfnFZASUfrSAFQNsyZ1FJASUVpHiLinDJG8U2cBZYogkrcNs5waBAGdstbeU9zdqpw0gPwwSAI6VUxHyFlDpOcHUUBBIuYNs14aZAE5RVwyzPr3/0EAEY0TyfGNjBWQvwZ +CTSbehfAH29mrID8bET0+0EUkAd8WYDOmqJ3ecsG30yr9wqRfm6Y+a1BEFDEjHfHvWmY9ck6CygHvBVr8Xhtb4ZE5HZA3y8DvBNA1TjnrmXWf+sioMwZX5V/VHXMGGMMoKdDCxCRvRWBdzKzdHEO+EisilbPyopHYqp6S9UCAsz4iojI7hUDAtyXVQgIDd6KnOoaWNkbI6FaPSuZGyMArsi7MZoloB4zviI/Nhr3X95jltwTRQmoIfgisy5ai+me67OI7fE4nrqjrqfK1t0eby0FPRB6oGVlchL3rgnfrq19RKbVBdhV9IOSwJmfmJi4vi/4ThERitwyCxVAFqydshuCX5awhQ9KtmuIWd8IDZED/nXT77rvVVv6sHRKwjYi91poqP7Dr+Y6JJ1VSZIMA3wkPNy6bX+o8Bcm0sXMdwM8Fxo0A3xORPaWBp6uPXsmbxCRD0NDL0dOANhVCXy6iAjMcjbcrMt3RITKwdMVRdFo+y5yvkL4eWZ+zHt/ZVD4dEVRNGotpst+dZZZH8k86lqn2pIvT/eqrNfn2xuyqYPZ8mv7s8pfn/8Pybm4TIjanscAAAAASUVORK5CYII=") center center no-repeat;
    background-size: 64px;
    position: absolute;
	top: 0px;
	height: 64px;
	width: 64px;
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .2s ease-out;
	cursor:pointer;
	z-index: 1;
}
.my-youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.my-youtube .play.small {
    background-size: 24px;
	height: 24px;
	width: 24px;
}

div#my_marquee {
	position: relative;
	width: 100%;
	height: 53px;
	/* margin-left: 10px; */
	padding-left: 15px;
	/* border: 1px solid #ccc; */
}
div#my_marquee ul, div#my_marquee li {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#my_marquee li div{
	width: 100%;
    white-space:nowrap;
	overflow:hidden;
}
div#my_marquee ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
div#my_marquee ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:28px;
	height: 53px;
	line-height: 28px;
	text-decoration: none;
	padding:15px 0;
}

@media (max-width: 600px) {
    div#my_marquee {
		padding: 0!important;
		margin: 0!important;
        /* white-space: none !important; */
        width: 54%;
        text-align: left;
    }
}

.specially {
	background-color: #111111;
	padding-bottom:30px;
	margin: 30px 0px;
}
.specially-title {
	width: 100%;
	color: #ffffff;
    line-height: 24px;
	text-align: center;
	padding: 30px 0px;
	font-size: 22px;
}
.specially-items {
}
.specially-box {
}
.specially-box-content {
	width: 100%;
}
.specially-box-content img{
	padding: 0px;
	width: 100%;
}

.specially-box-inner {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
}

.specially-box-inner h5{
	margin-bottom: 0px;
	color: #ffffff !important;
}

.specially-box-inner a{
	color: #ffffff !important;
}
.specially-list{
	margin: 0px;
}
.specially-list-current {
		position: relative;
    background: #dfb47d;
    color: #fff;
    height: 70px;
    padding: 20px;
    display: flex;
    align-items: center;
    width: 100%;
}
.specially-list-current i{
	float: left;
    font-size: 40px;
    margin-right: 20pxk
}
.specially-list-current h5{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
		padding:0px;
		margin:0px;
}
.specially-list-items{
	/* height: 380px; */
	/* overflow: hidden; */
	overflow-y: auto;
	background: #141313;
	height: 100%;
	width: 100%;
}
.specially-list-item{
	overflow: hidden;
    cursor: pointer;
    padding: 10px;
    transition: background .5s;
}
.specially-list-item:hover{
	background-color: #333;

}
.specially-list-item-desc {
display: inline-block;
    width: calc(100% - 110px);
}
.specially-list-item-desc h5{
		margin-top: 0;
    margin-bottom: 6px;
    color: #fff!important;
}
.specially-list-item-desc p{
		margin: 0;
    color: #fff!important;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
}

.specially-list-item-thumbnail{
    width: 100px;
    height: 56px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.specially-list-item-thumbnail img{
    position: relative;
    top: -10px;
}


@media (max-width: 600px) {
	.specially-list {
    padding: 0px;
	}
}


.scrollbar {
	float: left;
	overflow-y: scroll;
}
.force-overflow{
	min-height: 450px;
}
.scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #141313;
}
.scrollbar::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}
.scrollbar::-webkit-scrollbar-thumb
{
	background-color: darkgrey;
	border: 2px solid slategrey;
}


.df-shortcode-blocks-main-img{
    float: left;
}
@media (max-width: 600px) {
    .df-shortcode-blocks-main-img {
        float: none;
    }
}

#df-side-menu {
    z-index: 999;
}

.df-ads {
    max-width:800px;
}
