/*-----------------------------------
	Anthor	Dana Lee
 ------------------------------------*/

/* ----------------------------------------------------------------
	載入CSS
-----------------------------------------------------------------*/

@import url(bootstrap.css);
@import url(maincore.css?0919);
@import url(dark.css);
@import url(swiper.css);
@import url(font-icons.css);
@import url(font-awesome.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(responsive.css?0919);
@import url(https://fonts.googleapis.com/css?family=Roboto:100italic,400italic,300italic,900,700,900italic,300,400,500italic,100,700italic,500);

@import url(datepicker.css);
@import url(components/timepicker.css);
@import url(components/daterangepicker.css);

/* ----------------------------------------------------------------
	整體架構
-----------------------------------------------------------------*/

body {
	line-height: 1.5;
	color: #555;
}
#content {
    background:url(../images/bg.jpg) fixed;
}
body,
h1, h2, h3, h4, h5, h6,
label,
#primary-menu ul li a,
.border-form-control{
	font-family: "微軟正黑體", Arial;
}
a {
    color: #b83836;
}
a:hover {
    color: #742423;
}
::selection {
	background: #b83836;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #b83836; /* Firefox */
	color: #fff;
	text-shadow: none;
}

::-webkit-selection {
	background: #b83836; /* Safari */
	color: #fff;
	text-shadow: none;
}

/* ----------------------------------------------------------------
	基本設定
-----------------------------------------------------------------*/

.content-wrap {
    padding: 50px 0 100px 0;
}
.line, .double-line {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.divider {
    color: rgba(0, 0, 0, 0.07);
}
.owl-carousel .owl-dots .owl-dot span {
	background-color: #b83836;
	width: 15px;
    height: 15px;
	opacity: 0.3;
	margin: 0 5px;
}
.red{
    color: #b83836;
}
.padding-l5r5{
    padding: 0 5px;
}
.stretched #gotoTop {
    bottom: 95px;
}

a.open-playlist{
	position: fixed;
	right:30px;
	bottom:50px;
	text-align:center;
	background-color:rgba(0, 0, 0, 0.3);
	color:#fff;
	width:40px;
	height:40px;
	border-radius:3px;
	line-height:40px;
	z-index: 299;
	transition: background-color .2s linear;
}
a.open-playlist:hover{
	background-color: #b83836;
}

/* ----------------------------------------------------------------
	表單設定
-----------------------------------------------------------------*/

input[type=checkbox]{
    width: 15px;
    height: 15px;
}


/* ----------------------------------------------------------------
	頁數設定
-----------------------------------------------------------------*/

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #FFF !important;
    background-color: #b83836 !important;
    border-color: #b83836 !important;
}
.btn-link, .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #666;
}
.row input.width-100{
    width: 80px!important;
    min-width: 80px!important;
}

/* ----------------------------------------------------------------
	按鈕設定
-----------------------------------------------------------------*/

.button {
    background-color: #b83836;
}
.button.button-border {
    font-weight: 500;
}
.button.button-xlarge {
    letter-spacing: 1px;
}
.button-red{
	color:#fff!important;
	background-color: #b83836!important;
}
.button-red:hover{
	background-color: #333!important;
}
.button-blue {
    background-color: #3B5998;
}
.button-black {
    background-color: #333;
}
.button-orange {
    background-color: #FC4F08;
}
.button-blue:hover,.button-orange:hover{
    background-color: #333;
}
.button-amber{
    background-color: #ffa200;
}
.btn {
    padding: 0 22px;
    font-size: 14px;
    line-height: 38px;
}
.btn-search-program {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}
.btn-search-unit {
	background-color: rgb(189, 141, 195) !important;
    border-color: rgb(189, 141, 195) !important;
}
.dropdown-menu {
	overflow:hidden;
}
.icon-line{
	background:url(../images/icons/line.png) center no-repeat;
	width:38px;
	height:38px;
	display:block;
}
.icon-line2{
	background:url(../images/icons/line2.png) center no-repeat;
	width:38px;
	height:38px;
	display:block;
}
.fa-weixin{
	width:38px;
	height:38px;
	display:block;
	line-height: 38px;
}
.si-small .fa-weixin {
    width: 32px;
    height: 32px;
    display: block;
	line-height: 32px;
}
.si-small .icon-line {
    background: url(../images/icons/line.png) center no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}
.si-line:hover, .si-colored.si-line {
    background-color: #5cb85c !important;
}
.si-weibo:hover, .si-colored.si-weibo {
    background-color: #d82829 !important;
}
.si-email3:hover, .si-colored.si-email3 {
    background-color: #aaa !important;
}
.si-text-color.si-weibo i {
    color: #d82829;
}
.button.button-small {
    height: 32px;
    line-height: 32px;
}
.button-full-small{
    padding: 10px 0!important;
    font-size: 14px!important;
}
.button-full-small:hover{
    background-color:  #b83836!important;
}

/* ----------------------------------------------------------------
	樣式設定
-----------------------------------------------------------------*/

.text-xlarge{
    font-size: 45px
}
.fine-font{
    font-family: Roboto,sans-serif!important;
    font-weight: 200!important;
}
.line.line-sm {
    margin: 20px 0;
}

/* ----------------------------------------------------------------
	標題設定
-----------------------------------------------------------------*/

h5 {
    font-size: 16px;
}
.heading-block h2 {
    font-size: 36px;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    font-weight: 500;
}
.title-block {
    border-left: 7px solid #ac3634;
    margin-bottom: 20px;
}
.page-title-parallax{
	padding: 80px 0!important;
}
#page-title.page-title-parallax {
    background-color: #d04a48;
	background-size: 100%;
    background-image: none;
}
#page-title.sns{
    background-color: rgb(245, 147, 109);
}
#page-title.activity{
    background-color: #d04a48;
}
#page-title.program{
    background-color: rgb(109, 225, 207);
    /*margin-bottom: -100px !important;*/
}
#page-title.choice{
    background-color: rgb(155, 211, 125);
}
#page-title.unit{
    background-color: rgb(189, 141, 195);
}
#page-title.partner{
    background-color: rgb(151, 187, 227);
}
#page-title.about{
    background-color: #d04a48;
}
#page-title.contact{
    background-color: #d04a48;
}
#page-title.host{
    background-color: #888;
}

#header.transparent-header + #page-title.page-title-center .breadcrumb{
    margin-top: 10px !important;
}
.page-title-grid,
.slider-grid{
	position:absolute;
	top:0px;
	background:url(../images/grid.png) rgba(0, 0, 0, 0.2);
	border-color:rgba(0, 0, 0, 0);
}
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
}
.fancy-title .fright{
    margin-top: -60px;
}
.fancy-title .button{
    padding: 0 40px;
    line-height: 45px;
    height: 45px;
}
.heading-block:after {
    margin-top: 20px;
    width: 100px;
    border-top: 3px solid #b83836;
}

/* ----------------------------------------------------------------
	選單
-----------------------------------------------------------------*/

/*#header.sticky-header:not(.static-sticky) #top-search, #header.sticky-header:not(.static-sticky) #top-cart, #header.sticky-header:not(.static-sticky) #side-panel-trigger {
    margin-right: 10px;
}*/
body #side-panel.dark {
    background-color: #222;
}
body #side-panel.dark .slyder-wrapper,
body #side-panel.dark .slyder-nav .s-back {
    background-color: transparent;
}
body #side-panel.dark .slyder-nav li {
    border-top: 1px solid rgba(225,225,225,0.05);
}
body #side-panel.dark .slyder-nav li:first-child {
    border-top: 0;
}
body #side-panel.dark .slyder-nav a.s-link,
body #side-panel.dark .slyder-nav a{
    color: #ccc;
    padding: 0 5px;
	font-size: 15px;
	line-height: 50px;
	font-weight:500;
	cursor: pointer;
}
body #side-panel.dark .slyder-nav a.s-link:hover,
body #side-panel.dark .slyder-nav a:hover{
	color:#b83836;
}
body #side-panel.dark .slyder-nav a.s-link i,
body #side-panel.dark .slyder-nav a i{
	width:20px;
	display:inline-block;
}
body #side-panel.dark .slyder-nav {
    border-bottom: 1px solid rgba(225,225,225,0.05);
}
body #side-panel.dark .slyder-nav:last-child{
	border-color:transparent;
}
body #side-panel.dark .slyder-nav .s-content {
    padding: 0;
}
body #side-panel.dark .title-block h3 {
	line-height: 1;
}
body #side-panel.dark .slyder-nav a.more {
    color: #ccc!important;
    line-height: 1em;
    position: absolute;
    right: 0px;
	bottom:15px;
	z-index:50;
	opacity: 0.8;
}
body #side-panel.dark .slyder-nav a.more:hover{
    color:#b83836!important;
}
body #side-panel.dark .slyder-nav a.more i {
    width: 20px;
    display: inline-block;
	text-align:right;
}
body #side-panel.dark .slyder-nav .feature-box{
    margin: 0;
    padding: 15px 0 15px 70px;
}
body #side-panel.dark .slyder-nav .feature-box .fbox-icon {
    width: 60px;
    height: 50px;
	top: 15px;
}
body #side-panel.dark .slyder-nav .feature-box{
	border-bottom: 1px solid rgba(225,225,225,0.05);
	overflow:hidden;
}
body #side-panel.dark .slyder-nav .feature-box:last-child{
	border-color:transparent;
}
body #side-panel.dark .slyder-nav .feature-box .fbox-icon img {
    background-color: transparent;
}
body #side-panel.dark .slyder-nav .feature-box a i {
    width: 50px;
    display: block;
}
body #side-panel.dark .slyder-nav .feature-box h3 {
    color: #888;
}
body #side-panel.dark .slyder-nav .feature-box p {
    line-height: 22px;
    margin: 0;
	color:#fff;
}
body #side-panel.dark .slyder-nav .feature-box p a {
    line-height: 22px;
	padding: 0;
	color:#fff;
}
body #side-panel.dark .slyder-nav .feature-box p a:hover{
	color: #b83836;
}
#top-search a, #top-cart a, #side-panel-trigger a {
    font-size: 20px;
}
#top-search, #top-cart, #side-panel-trigger {
	margin-right:10px;
}

/* ----------------------------------------------------------------
	大圖輪播
-----------------------------------------------------------------*/

.tp-caption.Concept-Title, .Concept-Title {
    font-family: "微軟正黑體", Arial!important;
    font-weight: 500!important;
}
.tp-caption.Concept-SubTitle, .Concept-SubTitle {
    font-family: "微軟正黑體", Arial!important;
    font-weight: 500!important;
	font-style:normal!important;
}
.demos-filter {
	margin: 0;
	text-align: right;
}

.demos-filter li {
	list-style: none;
	margin: 10px 0px;
}

.demos-filter li a {
	display: block;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
}

.demos-filter li a:hover,
.demos-filter li.activeFilter a { color: #1ABC9C; }

@media (max-width: 991px) {
	.demos-filter { text-align: center; }

	.demos-filter li {
		float: left;
		width: 33.3%;
		padding: 0 20px;
	}
}


@media (max-width: 479px){
	#side-panel-trigger {
		right: 48px;
	}
}
@media (max-width: 991px){
	#side-panel-trigger {
		right: 76px;
	}
}
@media (max-width: 767px) {
	.demos-filter li { width: 50%; }
}

.revo-slider-emphasis-text {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
	font-size: 20px;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}

.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
}
.tp-video-play-button { display: none !important; }

.tp-caption { white-space: nowrap; }


/* ----------------------------------------------------------------
	首頁
-----------------------------------------------------------------*/

.portfolio-item .portfolio-image {
	overflow:visible;
}
.portfolio-item .portfolio-image img,
.portfolio-overlay{
	border-radius:5px 5px 0 0;
}
.dropdown-menu {
    padding: 10px;
	width: 200px!important;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}
.portfolio-overlay .dropdown-menu {
	left: -107px;
}
.portfolio-overlay .dropdown-menu .social-icon {
    width: 40px!important;
    height: 40px!important;
    border-radius: 3px;
	position: relative;
	margin: 0 5px 5px 0;
}
.dropdown-menu .sm-form-control,
.si-share div .sm-form-control{
    border-color: transparent;
	border-radius: 5px!important;
	padding:10px 10px 10px 30px;
	background:url(../images/icons/link.png) no-repeat 7px center #f2f2f2;
}
.sm-form-control:focus {
    border-color: #AAA!important;
}
.white-form-control{
    background: url(../images/icons/link.png) no-repeat 7px center #fff!important;
}
.portfolio-overlay .portfolio-desc .button{
	display: inline-block;
	line-height:50px;
	height:52px;
	font-size:18px;
	font-weight:500;
	padding:0 40px;
	margin-top:50px;
}
.portfolio-overlay .portfolio-desc .button:hover{
	color:#333;
	background: #fff!important;
}
.portfolio-overlay a {
    position: absolute;
    background-color: #F5F5F5;
    width: auto!important;
    height: auto!important;
    margin:0;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
	z-index:5;
}
.portfolio-overlay .left-link{
	position: absolute;
	top:20px;
	left: 20px;
}
.portfolio-overlay .right-link{
	position: absolute;
	top:20px;
	right:20px;
}
.portfolio-overlay .btn-group a {
    position: inherit;
    top: 0;
    left: 0;
    background-color: #F5F5F5;
    width: auto !important;
    height: auto !important;
    margin:0;
    line-height: 40px;
    text-align: left;
    color: #444;
    border-radius:0;
    -webkit-backface-visibility: hidden;
}
.portfolio-desc.white_bg{
	background-color:#FFF;
}
.portfolio-desc {
	border-radius:0 0 5px 5px;
    padding: 40px 15px!important;
	overflow:hidden
}

/* ----------------------------------------------------------------
	活動
-----------------------------------------------------------------*/
.entry-c .entry-meta {
	overflow:hidden;
	margin-bottom:10px;
}
.entry-meta li {
    font-family: "微軟正黑體", Arial;
    font-style: normal;
}
.portfolio-desc h3 a:hover,
.entry-meta li a:hover{
    color: #b83836;
}
.portfolio-filter {
    border: none;
    float: none;
    border-radius: 0;
	letter-spacing:-0.3em;
	margin: 0 0 50px 0;
}
.portfolio-filter li {
    float: none;
	display:inline-block;
	letter-spacing:normal;
}
.portfolio-filter li a {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    color: #666;
    border-left: none;
	margin:0 10px;
}
.portfolio-filter li a:hover{
    color: #b83836
}
.portfolio-filter li:first-child a,
.portfolio-filter li:last-child a {
    border-radius:0px;
}
.portfolio-filter li a {
    padding: 0 30px;
	border-radius:3px;
	color: #666 !important;
	height: 40px;
    line-height: 40px;
	transition: 0.3s;
	margin: 0;
}
.portfolio-filter li.activeFilter a {
    color: #fff !important;
    background-color: #b83836;
	padding: 0 30px;
	border-radius:3px;
	height: 40px;
}
.portfolio-filter li.activeFilter a:hover {
    color: #fff !important;
    background-color: #b83836;
}
.portfolio-filter li a:hover {
	color: #666 !important;
    background-color: rgba(0, 0, 0, 0.1);
}
.entry-title h2 {
    font-size: 30px;
    text-transform: capitalize;
	font-weight:500;
}
.entry {
    margin:0;
    padding:0;
    border-bottom: none;
}
.entry .entry-image {
    margin-bottom: 0 !important;
}
.entry .entry-image img {
    border-radius: 5px 5px 0 0;
}
.entry .entry-content{
	background-color:#fff;
	padding:50px 30px;
	border-radius: 0 0 5px 5px;
}

.entry .entry-content p {
	font-size:15px;
}
.title-bg{
	color:#fff;
	background-color:#aaa;
	margin:0 auto 40px auto;
	width:150px;
	font-size:20px;
	line-height:2em;
	font-weight: 300;
}
.countdown-large .countdown-section {
	font-size: 18px;
	font-family: Roboto,sans-serif;
	font-weight: 300;
	color:#333;
}

.countdown-large .countdown-amount {
	font-size: 65px;
	font-weight: 200;
	font-family: Roboto,sans-serif;
}
/*
.entry .entry-content .fluid-width-video-wrapper,
.entry .entry-content img{
	margin-bottom: 30px !important;
}
*/
.functional-areas a{
	display:inline-block;
	color:#fff;
	margin:10px;
	background-color:#b83836;
	border-radius:50%;
	width:100px;
	height:100px;
	padding:25px 0;
	font-size:15px;
	line-height:2em;
	transition: 0.3s;
}
.functional-areas a:hover{
	color:#fff;
	background-color:#333;
}
.functional-areas a i{
	display:block;
	font-size:20px;
}
.tagcloud a {
    padding: 5px;
    border: 1px solid #ddd;
}
.tagcloud a:hover {
	border-color: #b83836 !important;
	color: #b83836 !important;
}
.si-share span {
    font-size: 15px;
	float: left;
	margin-right:10px;
}
.si-share div {
    float: none;
	overflow:hidden;
}
.si-share .social-icon {
    margin:0 2px;
    border-radius: 50%;
    font-size: 16px;
}
.si-share div .sm-form-control{
	display:inline-block;
	width:250px;
	margin-left:10px;
}

.iportfolio {
    background-color:#fff;
	border-radius: 5px;
	overflow:hidden;
}
.iportfolio .portfolio-desc {
    padding: 30px 15px!important;
}
.iportfolio .portfolio-desc h3{
	font-weight: 500;
	font-size: 18px;
}

/* ----------------------------------------------------------------
	節目表
-----------------------------------------------------------------*/

ul.tab-nav:not(.tab-nav-lg) {
    border-bottom: 2px solid #DDD;
}
ul.tab-nav:not(.tab-nav-lg) li {
    height: 42px;
	width:14.2857142%;
}
ul.tab-nav:not(.tab-nav-lg) li a {
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
	transition: 0.3s;
}
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    border-bottom: 2px solid #b83836;
    top: -1px;
    height: 45px;
    line-height: 44px;
	font-weight: 600;
	color:#b83836;
}

ul.tab-nav:not(.tab-nav-lg) li a:before{
    content:" ";
    display: block;
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
	transition: 0.3s;
}
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a:before{
    background-color: #b83836;
    bottom: -6px;
}

.tabs.tabs-bb ul.tab-nav li a:hover {
	border-bottom: 2px solid #b83836;
    top: -1px;
    height: 45px;
    line-height: 44px;
	color:#b83836;
	font-weight: 600;
}
.tabs.tabs-bb ul.tab-nav li a:hover:before{
    background-color: #b83836;
	bottom: -6px;
}

.program{
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
    margin-bottom: 0 !important;
}
.program:last-child{
    border-bottom-color: transparent;
}
.program:hover{
    background-color: rgba(0, 0, 0, 0.05);
}
.program .col_half time{
    line-height: 108px;
    color: #aaa;
}
.program .col_half img,
.programinfo .col_one_third img,
.programinfo .col_one_fourth img,
.hostinfo .col_one_sixth img{
    width: 100%;
    border-radius: 50%;
}
.program .col_half img{
    width: 65%;
}
.program .col_two_third{
    padding: 10px 10px 0 0;
}
.program .col_two_third h3{
    margin-bottom: 0;
}
.program .col_two_third h3 a{
    color: #333;
}
.program .col_two_third h3 a:hover{
    color: #b83836;
}
.program .col_two_third span{
    color: #999;
    display: block;
    margin-bottom: 7px;
}
.program .col_two_third p{
    margin-bottom: 0;
    height: 22px;
    overflow: hidden;
}
.program.current{
    background-color: white;
    border: 3px solid #ddd;
    border-top-width: 2px;
    position:
}
.program.current:before{
    content:" ";
    display: block;
    width: 15px;
    height: 30px;
    background: url(../images/icons/red-arrow.png) no-repeat;
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -15px;
}
.program.current .col_half time{
    color: #b83836;
}
.program.current .col_two_third h3 a{
    color: #b83836;
    background: url(../images/icons/audio.gif) no-repeat 0 7px;
    padding-left: 30px;
}
.programinfo .col_two_third,
.programinfo .col_three_fourth{
    padding-top: 20px;
    font-size: 15px;
}
.programinfo .col_two_third h2,
.programinfo .col_three_fourth h2{
    margin-bottom: 10px;
}
.programinfo .col_two_third span,
.programinfo .col_three_fourth span{
    color: #999;
    display: block;
}
.programinfo .col_two_third b{
    color: #999;
    font-weight: 100;
    margin: 0 10px;
}
.programinfo .button,
.featuredprograminfo .button{
    margin-left: 0!important;
}
.programinfo .col_two_third .tagcloud,
.programinfo .col_three_fourth .tagcloud{
    margin: 15px 0;
}
.programinfo .col_two_third .tagcloud a,
.programinfo .col_three_fourth .tagcloud a{
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.07);
}
.programinfo .col_two_third .tagcloud a:hover,
.programinfo .col_three_fourth .tagcloud a:hover{
    border-color: transparent!important;
    background-color: #b83836;
    color: #fff!important;
}
.programinfo p{
    line-height: 1.8em;
}
.programinfo .broadcasttime span{
    padding-right: 20px;
    display: inline-block;
    color: #555;
}
.hostinfo{
    background-color: rgba(0, 0, 0, 0.05);
    position: relative;
    top: 100px;
}
.hostinfo .col_five_sixth{
    border-left: 1px solid #ccc;
    padding-left: 45px;
}
.hostinfo .col_five_sixth h3{
    position: relative;
    line-height: 1em;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: -5px;
}
.hostinfo .col_five_sixth h3:before{
    content:" ";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #b83836;
    border: 4px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: -53px;
    top: 5px;
}
.hostinfo ul li{
    list-style: none;
    font-size: 16px;
    line-height: 35px;
    background: url(../images/icons/li-bg.gif) no-repeat 0 center;
    padding-left: 20px;
}
.hostinfo ul li a{
    color: #555;
}
.hostinfo ul li a:hover{
    color: #b83836;
}

/* ----------------------------------------------------------------
	曲目查詢
-----------------------------------------------------------------*/


/* .sidebar {
	position: fixed;
	padding: 15px;
	margin: 0 -15px 15px;
	width: 200px;
	top: 26%;
	right: 2%;
	z-index: 10;
	overflow: visible;
	display: none;
}
.sidebar.active {
	display: block;
}
.sidebar .panel-heading {
	border: 0px;
}
.sidebar .panel-group .panel-heading+.panel-collapse .panel-body {
	border: 0px;
}
.sidebar .panel-title {
	position: relative;
}
.sidebar .panel-title .icon-circle {
	display: inline-block;
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 4px;
	background: #ccc;
	border: 1px solid #fff;
	left: -35px;
	top: 5px;
    text-indent: -5000px;
}
.sidebar .bar {
	width: 1px;
	height: 495px;
	background: #ccc;
	position: absolute;
	left: 0px;
	top: -5px;
}
.sidebar-fixed{
    position: fixed; top: 35%; margin-top: 0px;
}
.sidebar .panel {
    background-color: transparent!important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0);
}
.sidebar .panel-group .panel + .panel {
    margin-top: 0;
}
.sidebar .panel-heading {
    padding: 5px 15px;
}
.sidebar .panel-default {
    border-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)!important;
}
.sidebar .panel-default:last-child{
    border-bottom: 1px solid transparent!important;
}
.sidebar .panel-default > .panel-heading {
    color: #555;
    background-color: transparent!important;
    border-color: rgba(0, 0, 0, 0.07);
}
.sidebar .panel-title {
    font-size: 14px;
}
*/

.inquire-search-box{
    background: url(../images/search.png) no-repeat top center;
    padding: 200px 0 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.inquire-time-box{
    background: url(../images/time.png) no-repeat top center;
    padding: 200px 0 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.inquire-box{
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    overflow: hidden;
    padding: 50px 100px;
}
.inquire-box label{
    font-size: 18px;
    color: #333;
    line-height: 40px;
    margin-bottom: 0;
}
.songlist .divcenter,
.programinfo .divcenter{
    background-color: #FFF;
    max-width: 1000px;
    overflow: hidden;
    padding: 30px;
    border-radius: 5px;
    margin: 20px 0;
}
.songlist .divcenter .col_two_third {
    padding-top: 0;
}
.songlist ul.tab-nav:not(.tab-nav-lg) li a:before {
    display: none;
}
.songlist ul.tab-nav:not(.tab-nav-lg) li {
    height: 41px;
    width: auto!important;
}
.songlist .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    height: 44px;
    line-height: 43px;
    font-weight: 600;
    color: #b83836;
}
.songlist .tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
    top: -2px;
}
.songlist ul.tab-nav:not(.tab-nav-lg) li a {;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 12px;
    padding: 0 10px;
}
.songlist ul.tab-nav:not(.tab-nav-lg) li:last-child a {;
    margin-right: 0;
}
.songlist .tab-container {
    padding: 20px 0 0;
}
.songlist .tabs {
    position: relative;
    margin:0;
}
.mfp-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #ccc;
    font-size: 40px;
}
.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #ffffff;
    background-color: #b83836;
    border-color: #b83836;
}
.datepicker table tr td{
    border-radius: 50%;
}
.Song-detail{
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: 30px 0;
}
.Song-detail:last-child{
    border-bottom-color: transparent;
    padding-bottom: 0;
}
.Song-detail h4,
.Song-detail h5,
.Song-detail p{
    margin-bottom: 0;
}
.Song-detail h4{
    color: #b83836;
}
.Song-detail h5{
    color: #333;
    font-size: 16px;
}
.Song-detail span{
    color: #999;
    display: block;
    margin-bottom: 10px;
}
#posts .entry.Song-detail{
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 10px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
#posts .entry.Song-detail:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.inline-calendar{
    background-color: rgba(255,255,255,0.5);;
    border-radius: 5px;
    padding: 5px;
    border-bottom: 2px solid rgba(0,0,0,0.07);
    font-size: 13px;
}
.datepicker th.datepicker-switch,
.datepicker th.prev,
.datepicker th.next{
    color: white;
    background-color: #888;
    border-radius:0;
}
.datepicker th.datepicker-switch:hover,
.datepicker th.prev:hover,
.datepicker th.next:hover{
    background-color: #555!important;
}

/* ----------------------------------------------------------------
	精選節目
-----------------------------------------------------------------*/
ul.templates{
    margin: 0 0 20px 0;
    text-align: center;
}
ul.templates li {
    margin: 0 3px 10px 3px;
    display: inline-block;
    text-align: center;
    list-style: none;
}
ul.templates li a{
    transition: all 0.3s ease;
}
ul.templates li.active a {
    background: #b83836;
}
ul.templates li.active a {
    background: #b83836;
    color: #fff;
}
ul.templates li.active a:hover {
    background: #b83836;
    color: #fff;
}
ul.templates li a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
ul.templates li a, .portfolio-filter a:visited,
ul.templates li a:focus {
    display: block;
    height: 40px;
    background-color: transparent;
    color: #666;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
}
#main-nav{
    margin-bottom: 50px;
}
#main-nav ul{
    text-align: center;
    letter-spacing: -0.3em;
}
#main-nav ul li {
    display: inline-block;
    font-size: 16px;
    letter-spacing: normal;
    padding: 5px 0;
    margin: 0 5px;
}
#main-nav ul li a{
    color: #666;
    border-bottom: 3px solid;
    border-bottom-color: transparent;
    padding: 0 15px 5px 15px;
}
#main-nav ul li a:hover{
    font-weight: 600;
    color: #b83836;
}
#main-nav ul li.current a {
    font-weight: 600;
    color: #b83836;
    border-bottom-color: #b83836;
}
#main-nav ul li.active a {
    font-weight: 600;
    color: #b83836;
}
/* A single menu */
.dropotron {
    background-color: rgba(50,50,50,0.95);
    border-radius: 5px;
    list-style: none;
    min-width: 160px;
    padding: 5px 15px;
}
.dropotron > li {
  border-top: solid 1px rgba(255,255,255,0.1);
  margin: 0;
  padding: 0;
}
.dropotron > li:first-child { border-top: 0; }
.dropotron > li > a {
  color: #ccc;
  display: block;
  padding: 0.5em 0 0.5em 0;
  text-decoration: none;
}
.dropotron > li.active > a,
.dropotron > li:hover > a { color: #b83836; }
/* Only applies to top level ("level-0") menus */
.dropotron.level-0 { margin-top: 10px; }

.small-thumbs .entry-image,
.ievent .entry-image {
    width: 450px;
    margin: 0;
}
.entry-title h2 a:hover{
    color: #b83836;
}
.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 24px;
}
#posts .entry {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
#posts .entry .entry-c{
    padding: 20px;
}
#posts .entry .entry-image img {
    border-radius: 0;
}

.featuredprograminfo .col_one_fourth img{
    width: 100%;
    border-radius: 50%;
}
.featuredprograminfo .col_three_fourth{
    padding-top: 20px;
    font-size: 15px;
}
.entry-content-rounded{
    border-radius: 5px !important;
}
.entry-c .btn-group .btn-default {
    background-color: #ffffff;
    border-color: transparent;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.entry-c .open > .dropdown-toggle.btn-default:focus{
    background-color: #f5f5f5;
    border-color: #ddd;
}
.entry-c .btn-group .dropdown-menu{
    left: -107px;
}
.css-table {
    display:table;
    width: 100%;
}
.css-table .table-tr {
    display: table-row;
    transition: all 0.5s ease;
}
.css-table .table-tr:hover{
    background-color: rgba(0, 0, 0, 0.05);
}
.css-table .table-tr.title:hover{
    background-color: transparent;
}
.css-table .table-tr .th {
    border-bottom: 2px solid rgba(0,0,0,0.07);
    display: table-cell;
    padding: 10px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
}
.css-table .table-tr .td {
    display: table-cell;
    padding:7px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    text-align: center;
    font-size: 15px;
    transition: all 0.5s ease;
	position: relative;
}
.css-table .table-tr .td .btn-default {
    color: #aaa;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    padding: 0;
}
.css-table .table-tr .td .btn-default:hover{
    color: #b83836;
}
.css-table .table-tr .td a{
    color: #333;
}
.css-table .table-tr .td a:hover{
    color: #b83836;
}
.css-table .table-tr .td span{
    color: #aaa;
    font-size: 16px;
}

.css-table .table-tr .td .play-icon{
	background:url(../images/icons/play-red.png);
	background-size:cover;
	display:inline-block;
	width:34px;
	height:34px;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-17px;
	display:none;
	z-index:50;
}
@media (max-width: 479px) {
	.css-table .table-tr .td .play-icon{
		left: 5px;
	}
}
@media (max-width: 413px) {
	.css-table .table-tr .td .play-icon{
		left: 0px;
	}
}
.css-table .table-tr:hover .td .play-icon{
	display: block;
}

.css-table .table-tr .td .addsong-icon{
	background:url(../images/icons/plus.png);
	background-size:cover;
	display:inline-block;
	width:20px;
	height:20px;
	cursor:pointer;
	position:relative;
	top:5.5px;
}
.css-table .table-tr .td .addsong-icon:hover{
	background:url(../images/icons/plus-red.png);
	background-size:cover;
}

.css-table .table-tr .td .check-icon{
	background:url(../images/icons/check.png);
	background-size:cover;
	display:inline-block;
	width:20px;
	height:20px;
	position:relative;
	top:5.5px;
}

/*.css-table .table-tr .td .play .fa-play-circle{
    font-size: 26px;
    color: #b83836;
	margin:0px 10px;
	opacity:0.5;
	visibility:hidden;
	cursor:pointer;
}*/

/*.css-table .table-tr:hover .td .play .fa-play-circle{
	visibility:visible;
}
.css-table .table-tr .td .play .fa-play-circle:hover{
	opacity:1;
}*/


.css-table .table-tr .td .add_song .fa-plus{
    font-size: 26px;
    color: #DACCCC;
	margin:0px 10px;
}

.css-table .table-tr .td .add_song:hover .fa-plus{
    font-size: 26px;
    color: #BB8787;
	margin:0px 10px;
	cursor:pointer;
}

.css-table .table-tr .td .play img{
	display:none;
	margin:0px 10px;
}

.css-table .table-tr .td .play.current{
	text-align:center;
}
.css-table .table-tr .td .play.current img{
	display:inline-block;
}

.css-table .table-tr .td .play.current .fa-play-circle{
	display:none;
}
/*.css-table .table-tr .td .play .fa-play-circle{
    display: inline-block;
    background-color: #b83836;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    border: 2px solid #b83836;
   visibility:hidden;
    transition: opacity .2s,color .2s;
}

.css-table .table-tr .td .play:hover{
    color: #fff;
    opacity: 0.65;
}
.css-table .table-tr:hover .play{
    visibility: visible;
}
*/
/* ----------------------------------------------------------------
	主持人後台
-----------------------------------------------------------------*/

.login{
    background-color: #888;
}
.login_error{
	font-size:16px;
	color: #FFF;
	width: 100%;
    background: #704343;
	line-height:40px;
	text-align:center;
}
.login .panel{
    max-width: 400px;
    background-color: rgba(255,255,255,0.93);
    z-index: 1;
}
.login .panel .panel-body{
    padding: 30px;
}
.login .panel .panel-body h3{
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
.login .panel .panel-body span{
    margin-bottom: 30px;
    display: block;
    text-align: center;
}
.login .panel .panel-body .col_full{
    margin-bottom: 15px;
}
.login .panel .panel-body a{
    color: #555;
}
.login .panel .panel-body a:hover{
    color: #b83836;
}
.login .panel .panel-body .form-control {
    height: 45px;
}
.sidebar .widget{
    padding: 25px!important;
    background-color: #f8f8f8;
    border-radius: 2px;
    box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.sidebar .widget img{
    border-radius: 50%;
	width: 100%;
}
.sidebar .widget h4{
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
}
.sidebar .widget ul{
    list-style: none;
    margin-bottom: 0;
}
.sidebar .widget ul li{
    border-bottom: 1px dotted rgba(0,0,0,0.1);
    padding: 10px 0!important;
}
.sidebar .widget ul li:last-child{
    border-color: transparent;
    padding-bottom: 0!important;
}
.sidebar .widget ul li a{
    color: #555;
    font-size: 15px;
}
.sidebar .widget ul li a:hover,
.sidebar .widget ul li a:hover i{
    color: #b83836;
}
.sidebar .widget ul li i{
    margin-right: 10px;
    color: #888;
}
.row.bottom-dotted-line{
    border-bottom: 1px dotted rgba(0,0,0,0.1);
    padding: 20px 0;
}
.row label{
    font-size: 14px;
    letter-spacing: 0;
    line-height:1em;
    margin: 5px 0;
}
.row input,
.row select{
    background-color: #f5f5f5;
    border-radius: 3px!important;
}
.row .input-group{
    width: 100%;
}
.row select{
    width: auto;
}
.row.bottom-dotted-line input{
    width: auto;
    min-width: 250px;
}
.row textarea{
    background-color: #f5f5f5;
    height: 150px;
}
.row .upload{
    margin-top: 20px;
}
.row .upload form{
    margin-bottom: 10px;
}
.row .upload input{
    width:auto;
    min-width: 10px;
    border: none;
    background-color: transparent;
    padding:0 10px 0 0;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.row .upload input:last-child{
    padding:0 0 0 10px;
    border-right: 0px solid transparent;
}
.row .upload input:hover{
    color: #b83836;
}
.row h3{
    margin: 10px 0;
}
.row p{
    margin-bottom: 10px;
}
.row h3 a{
    color: #333;
}
.row h3 a:hover{
    color: #b83836;
}
.row.addedsongs{
    margin-bottom: 20px;
}
.row.addedsongs .col-md-10 .col-md-6 .row{
    margin-bottom: 10px;
}
.row.addedsongs .col-md-10 .col-md-6 .row .col-md-3{
    text-align: right;
}
.postcontent .travel-date-group .button {
    height: 35px;
    line-height: 35px;
}
.member-table {
    display:table;
    width: 100%;
}
.member-table .table-tr {
    display: table-row;
}
.member-table .table-tr:nth-of-type(even) .td{
	background-color: rgba(0, 0, 0, 0.05);
}
.member-table .table-tr .th {
    border-bottom: 2px solid rgba(0,0,0,0.07);
    display: table-cell;
    padding: 10px;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}
.member-table .table-tr .td {
    border-bottom: 1px solid rgba(0,0,0,0.07);
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
}
.member-table .table-tr .td img{
    max-width: 50px;
}
.member-table .table-tr .td h5{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px
}

/* ----------------------------------------------------------------
	關於古典音樂台
-----------------------------------------------------------------*/

.page-title-parallax.about{
    padding: 250px 0px!important;
}
.heading-block.abouttitle h2{
    font-size: 55px;
}
.heading-block.abouttitle p{
    font-size: 18px;
    color: #333!important;
    margin-bottom: 0;
    line-height: 1em!important;
}
.about-box h3.red{
    margin-bottom: 15px!important;
}
.about-box p{
    font-size: 16px;
}
.side-tabs ul.tab-nav {
    padding: 0;
}
.side-tabs ul.tab-nav.tab-nav2 li.ui-state-active a {
    background-color: #b83836;
}
.side-tabs ul.tab-nav li {
    height: 52px;
    width: 100%!important;
}
.side-tabs ul.tab-nav li a {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: 500;
    text-align: center;
}
.side-tabs ul.tab-nav li a:before {
    display: none;
}
.side-tabs ul.tab-nav li a {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #666;
}
.side-tabs ul.tab-nav li a i {
    top: 0;
    font-size: 16px;
    margin-right: 10px;
}
.side-tabs .tab-container .tab-content h4{
    color: #333;
    margin-bottom: 15px;
}
.side-tabs .tab-container {
    overflow: hidden;
    padding: 0 0 0 40px;
}
.side-tabs .tab-container ul li{
    list-style: none;
    font-size: 15px;
    background: url(../images/icons/li-bg.gif) no-repeat 0 18px;
    padding:10px 10px 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.side-tabs .tab-container ul li a{
    color: #555;
}
.side-tabs .tab-container ul li a:hover{
    color: #b83836;
}

.clients-grid li a {
    opacity: 0.7;
}
.clients-grid li a, .clients-grid li img {
    width: 85%!important;
}
ul.tab-nav.tab-nav3 {
    border-bottom: none!important;
    text-align: center;
}
ul.tab-nav.tab-nav3 li {
    width: auto!important;
    display: inline-block;
    float: none!important;
}
ul.tab-nav.tab-nav3 li a:before {
    display: none!important;
}
ul.tab-nav.tab-nav3 li a {
    padding: 0 30px!important;
}
ul.tab-nav.tab-nav3 li.ui-state-active a {
    background-color: #b83836;
}
ul.tab-nav.tab-nav3 li.ui-state-active a:hover {
    background-color: #b83836!important;
}
ul.tab-nav.tab-nav3 li a {
    background-color: transparent;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
}
ul.tab-nav.tab-nav3 li a:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.row.groups .feature-box {
    padding: 0 0 0 80px;
	overflow: hidden;
}
.row.groups .feature-box .fbox-icon {
    top: 18px;
    left: 0;
}
.row.groups .feature-box h3 {
    height:20px;
	overflow:hidden;
	margin: 40px 0;
}
.row.groups .bottom-dotted-line{
    border-bottom: 1px dotted rgba(0,0,0,0.1);
}
.row.groups .feature-box .fbox-icon i, .row.groups .feature-box .fbox-icon img {
    background-color: transparent;
}

 #fap-wrapper {
    border-color: rgba(0,0,0,0.1)!important;
    background: rgb(240, 240, 240);
    font-family: "微軟正黑體", Arial!important;
}
#fap-social-links {
    display: none;
}
#fap-player-wrapper #fap-player-popup{
    display: none!important;
}
#fap-current-title {
    font-size: 16px!important;
    font-weight: 600;
}
@media (min-width: 991px){
    #fap-meta-wrapper{
        width: 100%!important;
    }
    #fap-player-wrapper {
        width: 80%!important;
        float: none!important;
        position: absolute!important;
        top: 20px;
        left: 90px;
    }
    #fap-player-controls {
        width: 75%!important;
    }
    #fap-time-bar{
        position: absolute!important;
        width: 75%!important;
        top: 20px;
        left: 90px;
    }
    #fap-progress-bar{
        background-color: #b83836!important;
    }
    #fap-volume-bar {
        right: -85px!important;
    }
    #fap-track-info {
        margin-top: 10px!important;
        margin-left: 180px!important;
    }
    #fap-meta-wrapper #fap-cover-wrapper img {
        border-radius: 50%!important;
        border-color: transparent!important;
    }
    #fap-current-cover, #fap-cover-replacement {
        border-radius: 50%!important;
        border-color: rgba(0,0,0,0.1)!important;
    }
}

/* ----------------------------------------------------------------
	底部
-----------------------------------------------------------------*/

#footer.dark, .dark #footer {
    background-color: #444;
    margin-top: 0!important;
}
#footer .widget > h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}
#footer .footer-link{
	margin-bottom:30px;
}
#footer .footer-link a{
	margin-bottom:10px;
	display:block;
}
#footer .btn-danger {
    background-color: #b83836;
    border-color: #b83836;
	border-radius: 3px;
	transition: all 0.3s ease;
}
#footer .btn-danger:hover {
    background-color: #742423;
    border-color: #742423;
}
.spost .entry-title h4, .mpost .entry-title h4 {
    margin: 11px 0;
    font-size: 16px;
}
.dark .tagcloud a {
    border-color: rgba(225,225,225,0.1);
    background-color: transparent;
	padding: 5px;
}
.dark .tagcloud a:hover {
	color: #fff !important;
	background-color: #b83836;
}
#gotoTop:hover { background-color: #b83836; }
#copyrights a {
	color:#999;
}
#copyrights a:hover{
	color:#b83836;
}
.dark .input-group-addon i{
	width: 25px;
    display: inline-block;
}
@media (max-width: 1366px){
    #page-title.page-title-parallax {
        padding: 30px 0!important;
    }
    #page-title.page-title-parallax.about{
        padding: 100px 0px!important;
    }
    .sidebar.sidebar-fixed{
        display: none;
    }

}


@media (max-width: 991px){
	#primary-menu-trigger {
		display: none;
	}
	#logo {
		text-align: left;
	}
    #css-table .dropdown-menu {
        left: -120px;
    }
	#side-panel-trigger {
		right: 45px;
	}
	.forcefullwidth_wrapper_tp_banner,
	.fullscreen-container{
		 height: 400px!important;
	}
    .tp-parallax-wrap{
        top:150px!important;
    }
    .tp-caption.Concept-SubTitle{
        display: none!important;
    }
    .tp-caption.tp-shape{
        top:-150px!important;
    }
    #top-search a, #top-cart a, #side-panel-trigger a {
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
    }
    #page-title.program {
        margin-bottom: 0px !important;
    }
}
@media (max-width:991px) {
    #header-wrap #logo img {
        height: 70px!important;
        padding: 0px 0!important;
    }
}
@media (max-width: 767px) {
    .program .col_half{
        margin-bottom: 0 !important;
    }
    .program .col_half time{
        line-height: 2em;
    }
     .program .col_one_third{
        margin-bottom: 0 !important;
    }
    .program .col_half img{
        width: 50%;
    }
    .program .col_two_third{
        text-align: center;
        padding: 20px;
        margin-bottom: 0 !important;
    }
    .programinfo .col_one_third{
        text-align: center;
        margin-bottom: 0px !important;
    }
    .hostinfo .col_one_sixth{
        text-align: center;
        margin-bottom: 30px !important;
    }
    .programinfo .col_one_third img,
    .hostinfo .col_one_sixth img{
        width: 50%;
    }
    .inquire-box{
        padding: 50px;
    }
    .inquire-box .col_five_sixth,
    .inquire-box .col_one_sixth,
    .inquire-box .col_three_fourth,
    .inquire-box .col_one_fourth{
        margin-bottom: 10px !important;
    }
    .css-table .table-tr .th,
    .css-table .table-tr .td {
        font-size: 14px;
    }
    .css-table .table-tr .td.tleft{
        text-align: center!important;
    }
    .css-table .table-tr .td img{
        width: 18px;
    }
    .css-table .table-tr .td .play{
        width: 28px;
        height: 28px;
        line-height: 24px;
        font-size: 9px;
        -webkit-transform:scale(0.75);
        visibility: visible;
    }
    .css-table .table-tr.title,
    .css-table .table-tr .views,
    .css-table .table-tr .time{
        display: none;
    }
    .css-table .dropdown-menu {
        left: -210px;
    }
    .fancy-title .button {
        padding: 0 15px;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
        margin: 3px;
    }
    .row.bottom-dotted-line input {
        width: 100%;
        min-width: inherit;
    }
    .row .upload{
        margin-top: 5px;
        font-size: 13px;
    }
    .row .upload input {
        width: auto;
    }
    .member-table.singlelist .table-tr{
        background-color: #f5f5f5!important;
        margin-bottom: 20px;
        display: block;
        border-radius: 5px;
    }
    .member-table.singlelist .table-tr:first-child{
        display: none
    }
    .member-table.singlelist .table-tr:nth-of-type(even) .td{
        background-color: transparent;
    }
    .member-table.singlelist .table-tr .td {
        display: inline-block;
        width: 48%;
        border: none;
        padding:10px;
    }
    .member-table.singlelist .table-tr .td:nth-child(1){
        width: 8%;
    }
    .member-table.singlelist .table-tr .td:nth-child(2){
        width: 91%;
    }
    .member-table.singlelist .table-tr .td:nth-child(3),
    .songlist .member-table.singlelist .table-tr .td:nth-child(2){
        width: 110px;
        float: left;
    }
    .member-table.singlelist .table-tr .td:nth-child(3) img,
    .songlist .member-table.singlelist .table-tr .td:nth-child(2) img{
        max-width: 85px;
    }
    .member-table.singlelist .table-tr .td:nth-child(4),
    .songlist .member-table.singlelist .table-tr .td:nth-child(3){
        float: left;
        padding: 10px 0 4px 0;
    }
    .member-table.singlelist .table-tr .td:nth-child(4) h5,
    .songlist .member-table.singlelist .table-tr .td:nth-child(3) h5{
        color: #b83836;
    }
    .member-table.singlelist .table-tr .td:nth-child(5),
    .songlist .member-table.singlelist .table-tr .td:nth-child(4){
        padding: 4px 0;
    }
    .member-table.singlelist .table-tr .td:nth-child(6),
    .songlist .member-table.singlelist .table-tr .td:nth-child(5){
        padding: 4px 0 20px 0;
    }
    .member-table.singlelist .table-tr .td:last-child,
    .songlist .member-table.singlelist .table-tr .td:last-child {
        display: block;
        width: 100%;
        clear: both;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        padding: 15px 10px;
    }
    .songlist .member-table.singlelist .table-tr{
        background-color: #fff!important;
        border-radius: 0 0 5px 5px;
    }
    .songlist .member-table.singlelist .table-tr .td:nth-child(1){
        width: 100%;
        display: block;
        padding: 8px;
        background-color: #aaa;
        color: #fff;
        border-radius: 5px 5px 0 0;
    }
    .songlist .member-table.singlelist .table-tr .td:nth-child(3){
        width: auto;
    }
    .row.addedsongs .col-md-10 .col-md-6 .row .col-md-3{
        text-align: left;
    }
    .postcontent .col_full.nobottommargin{
        margin-bottom: 15px!important;
    }
	.portfolio-filter li a {
		padding: 0 5px !important;
		height:35px;
		line-height:35px;
	}
	.portfolio-filter li.activeFilter a {
		height: 35px;
	}
}
@media (max-width: 479px){
	#side-panel-trigger {
		right: 0px;
	}
	#top-search a{
		position: absolute;
    	right: 45px;
	}
}
@media (max-width: 480px){
	/*
	#slider,
	.forcefullwidth_wrapper_tp_banner,
	.fullscreen-container{
		 height: 240px!important;
	}
	*/
	.entry-c .entry-meta {
		overflow:hidden;
		margin-bottom:10px;
	}
	#top-search form input {
		font-size: 18px;
	}
	.forcefullwidth_wrapper_tp_banner,
	.fullscreen-container{
		 height: 240px!important;
	}
    .tp-parallax-wrap{
        top:80px!important;
    }
    .tp-caption.Concept-SubTitle{
        display: none!important;
    }
    .tp-caption.tp-shape{
        top:-80px!important;
    }
    .portfolio-desc {
        padding: 20px 15px!important;
    }
    .portfolio-2 .portfolio-item {
        padding: 0 0 20px 0;
    }
    .portfolio-item .portfolio-desc .nobottommargin{
        margin-bottom: 0!important;
    }
    .portfolio-item .portfolio-desc .col_one_fourth .fright{
        float: none!important;
		margin-top:20px;
    }
    .portfolio-2 .portfolio-desc h3 {
        height: 30px;
        overflow: hidden;
    }
    .btn {
        padding: 0 15px;
        font-size: 12px;
        line-height: 30px;
    }
	.btn-success{
		line-height: 38px;
	}
    .topmargin {
        margin-top: 20px !important;
    }
    .button.button-xlarge {
        padding: 0 10px;
        height: 42px;
        line-height: 40px!important;
        font-size: 14px;
        margin: 2px!important;
    }
    .portfolio-item .portfolio-image img{
        width: 100%;
    }
    .content-wrap {
        padding: 50px 0!important;
    }
    .container, #header.full-header .container, .container-fullwidth {
		width: 95% !important;
	}
    ul.tab-nav.tab-nav3 li a {
        padding: 0 5px!important;
    }
    #fap-current-title {
        line-height: 22px!important;
    }
    ul.templates li a, .portfolio-filter a:visited, ul.templates li a:focus {
        padding: 0 5px!important;
		height: 35px;
		line-height:35px;
    }
    .side-tabs ul.tab-nav.tab-nav2 li {
        margin-left: 0px!important;
        margin-right: 10px!important;
    }
    .side-tabs ul.tab-nav li {
        width: 45%!important;
        float: left;
    }
    .side-tabs ul.tab-nav {
        float: none;
        width: 100%;
        padding: 0;
        border-bottom: 0;
        border-color: transparent;
    }
    .side-tabs ul.tab-nav.tab-nav2 li {
        margin: 0 0 0 10px;
    }
    .side-tabs .tab-container {
        padding: 20px 0 0 0;
    }
    #footer .footer-widgets-wrap {
        padding: 30px 0;
    }
    .footer-widgets-wrap .col_one_third{
        margin-bottom: 20px!important;
    }
    .feature-box h3 {
        font-size: 14px;
        letter-spacing: 0;
    }
    .entry-c p{
        margin-bottom: 0!important;
    }
	.entry .entry-content {
		padding: 50px 20px;
	}
    .program .col_half time.text-xlarge {
        font-size: 20px;
    }
    .program .col_half time {
        line-height: 1.5em;
    }
    .program .col_one_third {
        width: 35%;
        float: left;
    }
    .program .col_two_third {
        width: 64%;
        float: right;
        text-align: left;
        padding: 0;
    }
    ul.tab-nav:not(.tab-nav-lg) li a {
		height: 45px!important;
		line-height: 45px!important;
		font-size:14px!important;
	}
    ul.tab-nav:not(.tab-nav-lg) li a:before {
        bottom: -5px;
    }
    #page-title.page-title-parallax h1 {
        font-size: 30px;
        letter-spacing: 0px;
    }
    h3 {
        font-size: 18px;
    }
}
@media (max-width: 479px){
    .portfolio-filter li {
        width: auto;
        margin:5px;
    }
    .heading-block h2 {
        font-size: 28px;
        line-height:50px!important;
    }
    .button.button-large {
        padding: 0 20px;
        font-size: 14px;
    }
}
/*@media (max-width: 321px){
    #logo img {
        height: 95px;
    }
}
*/


/*分頁選項*/
.links b {
	padding: 6px 12px;
	color: #FFF !important;
	background-color: #b83836 !important;
	border-color: #b83836 !important;
}
.links a {
	padding: 6px 12px;
	background-color: #ffffff;
	border-color: #dddddd;
}

#jiathis_weixin_modal{
	margin: -200px 0 0 -180px!important;
}

/* 0912 */
textarea {
    resize: none;
}
.css-table .table-tr .ready {
    position: absolute;
    top: 25px;
    left: 25px;
}
@media (max-width:767px) {
    .css-table .table-tr .ready {
        top: 11px;
        left: 0px;
    }
}
/* 0912 end */

/* 0918 */
.marquee {
    animation-name: marquee;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
/* 0918 end */