@charset "utf-8";
#header {
    padding: 40px 0 40px 0;
    text-align: center;
    color: #000000;
    background-color: #FFFFFF;
}

#header #logo * {
    color: inherit;
}

#header #logo>h1 {
    font-size: 32px;
    letter-spacing: 0px;
}

#back-index{
    position: absolute;
    left: 20px;
    top: 10px;
}

#languages{
    position: absolute;
    right: 20px;
    top: 10px;
    width: 120px;

}

#mobile-menu{
    display: none;
}

#nocover{
    width: 100%;
    border-bottom: 1px solid #9b9b9b;
}

/* Navigation */
#mainav {
    line-height: normal;
}

#mainav .drop::after,
#mainav li li .drop::after {
    position: absolute;
    font-family: "FontAwesome";
    font-size: 10px;
    line-height: 10px;
}


/* Top Navigation */

#mainav {}

#mainav ul {
    /*text-transform: uppercase;*/
    text-align: center;
}

#mainav ul ul {
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    text-transform: none;
    text-align: left;
}

#mainav ul ul ul {
    left: 160px;
    top: 0;
}

#mainav li {
    display: inline-block;
    position: relative;
    margin: 0 30px 0 0;
    padding: 0;
}

#mainav li:last-child {
    margin-right: 0;
}

#mainav li li {
    width: 100%;
    margin-top: 3px;
    text-align: center;
}

#mainav li a {
    display: block;
    padding: 20px 0;
}

#mainav li li a {
    border: solid;
    border-width: 1px;
}

#mainav .drop {
    /*padding-left: 15px;*/
}

#mainav li li a,
#mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px;
}


/*#mainav .drop::after,
#mainav li li .drop::after {
    content: "\f0d7";
}*/

#mainav .drop::after {
    top: 25px;
    left: 5px;
}

#mainav li .drop{
    cursor: default;
}

#mainav li li .drop::after {
    top: 15px;
    left: 5px;
}

#mainav ul ul {
    visibility: hidden;
    opacity: 0;
}

#mainav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}

#mainav form {
    display: none;
    margin: 0;
    padding: 20px 0;
}

#mainav form select,
#mainav form select option {
    display: block;
    cursor: pointer;
    outline: none;
}

#mainav form select {
    width: 100%;
    padding: 5px;
    border: 1px solid;
}

#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none;
}

#mainav li a {
    color: inherit;
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover > a {
    color: #000000;
    background-color: inherit;
}

#mainav li li a,
#mainav .active li a {
    color: #424242;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(0, 0, 0, .6);
}

#mainav li li:hover > a,
#mainav .active .active > a {
    color: #FFFFFF;
    background-color: #000000;
}

#mainav form select {
    color: #FFFFFF;
    background-color: #393C40;
}

/* mobile menu */
#offcanvas{
    background: #fff;
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99999;
    overflow-y: auto;
    opacity: 0;
    display: none;
}
#offcanvas .wmwtp-close-offcanvas:hover {
    width: 85px;
    color: #000;
}

#offcanvas .wmwtp-close-offcanvas > span {
    top: 7px;
    position: absolute;
    font-size: 18px;
    vertical-align: top;
    right: 10px;
}
#offcanvas .wmwtp-box {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

#offcanvas .wmwtp-box > ul{
    padding-left: 45px;
    border-left: 1px solid;
}

#offcanvas .wmwtp-menu{
    /*display: inline-block;*/
    float: center;
    width: 100%; 
    padding: 70px 0 0 25%;
}

#offcanvas .wmwtp-menu ul li {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
    display: block;
}

#offcanvas .wmwtp-menu .drop:after {
    content: '';

}

#offcanvas .wmwtp-menu ul ul {
    display: none;
}

.wmwtp-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.wmwtp-nav-toggle.active i::before,
.wmwtp-nav-toggle.active i::after {
    background: #f7c873;
}

.wmwtp-nav-toggle:hover,
.wmwtp-nav-toggle:focus,
.wmwtp-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.wmwtp-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #535659;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #535659;
    transition: all .2s ease-out;
}

.wmwtp-nav-toggle i::before,
.wmwtp-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #535659;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.wmwtp-nav-toggle.active i::before,
.wmwtp-nav-toggle.active i::after {
    background: #f7c873;
}

.wmwtp-nav-toggle: hover,
.wmwtp-nav-toggle: focus,
.wmwtp-nav-toggle: active {
    outline: none;
    border-bottom: none!important;
}

.wmwtp-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    * display: inline;
    width: 25 px;
    height: 3 px;
    color: #535659;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: # 535659;
    transition: all .2 s ease-out;
}

.wmwtp-nav-toggle i::before,
.wmwtp-nav-toggle i::after {
    content: '';
    width: 25 px;
    height: 3 px;
    background: #535659;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.wmwtp-nav-toggle i::before {
    top: -7px;
}

.wmwtp-nav-toggle i::after {
    bottom: -7px;
}

.wmwtp-nav-toggle:hover i::before {
    top: -10px;
}

.wmwtp-nav-toggle:hover i::after {
    bottom: -10px;
}

.wmwtp-nav-toggle.active i {
    background: transparent;
}

.wmwtp-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.wmwtp-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.wmwtp-nav-toggle {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: block;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
}

/* image slider */

#slider-wrapper {
    width: 100%;
    position: relative;
    /*background: -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0.7) 15%, rgba(255, 255, 255, 0) 100% );*/
}

.slider-controlls .next,
.slider-controlls .prev {
    display: block;
    position: absolute;
    border: none;
    background-color: rgba(51, 51, 51, 0);
    color: #fff;
    top: 50%;
    padding: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 9;
}

.slider-controlls .next {
    right: 5px;
	cursor: pointer;
}

.slider-controlls .prev {
    left: 5px;
	cursor: pointer;
}

.slider-items {
    width: 100%;
    margin: 0px auto;
    height: 80vh;
    position: relative;
    overflow: hidden;
}

.slider-items .slider-item {
    width: 100%;
    position: absolute;
    opacity: 1;
}

.slider-items .content{
    background-size: cover;
    background-position: center;
}

.slider-items .slider-item.active {
    opacity: 1;
}

.slider-items .slider-item.active .content{
    z-index: 1;
}

.slider-items .slider-item.active .content h1 {
    opacity: 1;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-weight: normal;
}

.slider-items .slider-item.active .content p {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 9;
}

/*.slider-items .slider-item.active .content img {
    opacity: 1;
    z-index: 1;
}
*/
.slider-items .slider-item .content {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.slider-items .slider-item .content h1 {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: rgba(51, 102, 153, 0.8);*/
    padding: 15px 0px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-items .slider-item .content p {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: rgba(51, 51, 51, 0.8);*/
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*分頁字體大小*/
.pagination-size{
    font-size: 16px;
}
/*.slider-items .slider-item .content img {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}*/

.slider-item-continue{
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    letter-spacing: 3px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    opacity: 0;
}

.slider-items .slider-item.active .slider-item-continue {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.slider-bullets {
    bottom: 70px;
    position: absolute;
    text-align: center;
    z-index: 9;
    width: 100%;
}

.slider-bullets .bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: rgba(228, 228, 228, 0.4);
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.slider-bullets .bullet.active {
    border: 2px solid rgba(255, 255, 255, 0.48);
}

/* Sidebar Navigation */
.sidebar h3{
    text-align: center;
}

.sidebar nav {
    display: block;
}

.sidebar nav li {
    margin: 0 0 10px 0;
    padding: 0;
}

.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 15px;
    text-decoration: none;
    border: 1px solid #ccc;
    max-width: 100%;
    text-align: center;
}

.sidebar nav a:hover{

}

.sidebar nav ul ul{
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s ease-out, max-height 0.2s ease-out;
}

.sidebar nav ul ul a::after {
    left: 25px;
}

.sidebar li.active > a{
    background-color: #000000;
    color: #ffffff;
}

.sidebar li.active ul{
    max-height: 100%;
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s ease-out, max-height 1s ease-out;
}

.sidebar li.active ul a{
    border: 0;
    color: #666;
}

.sidebar li.active ul a:hover{
    color: #ffffff;
    background-color: #666666;
}

/* 麵包屑 */
.breadcrumbs{
    display: none;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumbs li {
    /*overflow: hidden;*/
    display: inline-block;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 1em 1.5em 0 .5em;
    color: #333;
}

.breadcrumbs li:after {
    /*background: rgb(227,227,227);*/
    /*background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 35%);*/
    padding-left: 1em;
    content: '>';
    position: absolute;
    display: inline-block;
    right: 0;
    width: 2em;
    text-align: center;
}

.breadcrumbs li:last-child {
    font-weight: bold;
}

.breadcrumbs li:last-child:after {
    content: '';
}

.breadcrumbs a {
    /*max-width: 2em;*/
    transition: max-width 300ms ease-in-out;
    text-decoration: none;
    display: inline-block;
    color: #333;
    white-space: nowrap;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs li:hover a {
    max-width: 1000px;
    text-decoration: underline;
}

.breadcrumbs li:hover:after {
    padding-left: 1.5em;
    background: transparent;
}

/* table */
.hover_table td:nth-child(2):hover {
    background-color: #bbb;
    color: #fff;
}

.viewall{
    float: right;
    font-size: 14px;
    padding-top: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 1;
    letter-spacing: 2px;
}

/* 自訂顯示區塊 */
.custom-panel {
    margin-bottom: -4px;
}

.custom-panel .panel-content{
    position: relative;
    overflow: hidden;
}

.custom-panel .panel-title{
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    padding-top: 30%;
    bottom: 0px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.custom-panel img{
    display: block;
    width: 100%; 

}

.custom-panel .panel-label{
    margin-top: 20px;
}

.panel-title p{
    line-height: 16px;
}

.custom-panel.info{
    height: 240px;
    overflow: hidden;
}

.custom-panel.info a {
    position: relative;
    display: block;
    height: 100%;
}

.custom-panel.info img {
    height: auto;
    width: 100%;
    position: absolute;
    top: -99%;
    bottom: -99%;
    margin: auto;
    left: -99%;
    right: -99%;
}

.custom-panel.info .panel-title {
    visibility: visible;
    background:  -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0) 10%, rgba(255, 255, 255, 0) 60% );
    z-index: 3;
    font-size: 14px;
    padding: 210px 5px 0 10px;
    text-align: left;
    height: 240px;
    top: 0;
}
.custom-panel.info .panel-title.huge {
    /*padding: 70px 5px 0 10px;*/
    padding: 0;
    text-align: center;
}
.custom-panel.info .panel-title.huge .huge.ch {    
    font-family: 'medium';
    opacity: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
}
.custom-panel.info .panel-title.huge .huge.eng {    
    font-family: 'bold';
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
}
.custom-panel.info .panel-title:not(.no-act):hover .huge.ch {
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    /*background:  -webkit-linear-gradient( bottom, rgba(0, 0, 0, 0.8) 20%, rgba(255, 255, 255, 0) 80% );*/
}
.custom-panel.info .panel-title:not(.no-act):hover .huge.eng {
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
}
.panel-title-bottom {
    margin-top: -0.25rem;
    margin-bottom: 0;
    font-size: 0.9rem;    
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.custom-panel.info .panel-title p{
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-panel.info .panel-title p.huge{
    line-height: 6rem;
    font-size: 3.5rem;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;  
}

.custom-panel.showlist .panel-content{
    max-height: 215px;
}

.custom-panel.showlist .panel-title{
    padding: 0;
}

.custom-panel.filmlist .panel-title{
    padding-top: 65px;
}

.custom-panel.showlist .panel-title p{
    width: 90%;
    line-height: 215px;
    margin: 0 auto;
    text-align: center; 
    font-size: 19px;
}

.showlist-carousel .custom-panel.showlist .panel-title p{
    line-height: 90px;
    font-size: 14px;
}

.choose.custom-panel .panel-title,
.product.custom-panel:hover .panel-title,
.custom-panel:hover .panel-title{
    visibility: visible;
}

.custom-panel.release img{
    width: 100%;
    max-height: 328px;
}


.showlist-carousel .custom-panel{
    width: 100%;
}


.product.custom-panel .panel-title{
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    position: absolute;
    padding: 20px 0 0 0;
    bottom: 0px;
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.activity.custom-panel .panel-content {
    max-height: 300px;
}

.activity.custom-panel .panel-title {
    visibility: visible;
    height: auto;
    padding: 15px;
    text-align: left;
}

.custom-search{

}

.custom-search select,
.custom-search div{
    display: inline-block;
    margin-right: 10px;
}

.select_width{
    width: 10%;
    min-width: 100px;
}
.input_width{
    width: 30%;
}

/* 列表 */
.custom-list .list-img{
    width: 35%;
    display: inline-block;
    overflow: hidden;
}

.custom-list.director .list-img{
    width: 20%;
}
.custom-list.director .list-content{
    width: 75%;
}
.custom-list.director .list-content span{
    display: inline-block;
    margin-right: 10px;
}

.custom-list .list-img img{
    max-width: 100%;
    width: auto;
}

.custom-list h4{
    margin-top: 0;
    margin-bottom: 15px;
}

.custom-list h4:hover{
    color: black;
    text-decoration: underline;
}

.info-content-block{
    text-align: justify;
}

.custom-list .list-content{
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
}

.custom-list.film .list-content{
    margin-top: 50px;
}

.custom-list .list-content p{
    margin-top: 0;
    line-height: 20px;
}

.custom-list.film{
    margin: 0px 10px 20px 10px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.custom-list.info .list-img{
    width: 30%;
}

.custom-list.info{
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #eee;
}

.custom-list.info .list-img{
    max-height: 200px;
}

.custom-list.director .list-img{
    height: auto;
}

.custom-list.director .list-content p{
    margin-top: 14px;
    line-height: 35px;
}

.films_detabase_div {
    text-align: center;
}

ul.film_bar{
    margin-bottom: 25px;
}

ul.film_bar > li {
    display: inline-block;
    width: 16%;
    text-align: center;
    padding: 5px 0;
    color: #777;
}

.film_bar li.ui-tabs-active {
    border-bottom: 3px solid #777;
}

.film_bar li:focus,
.film_bar li a:focus {
    outline: none;
}


.sep_line {
    display: inline-block;
    padding-right: 5px;
    /*margin-right: 5px;*/
    line-height: 1;
    border-right: 1px solid #777;
}

[class^='drop_']{
    cursor: pointer;
}

/* footer */
.organizers {
    border-top: 2px solid #eeeeee;
    margin: 50px auto 0 auto;
    padding: 10px 0;
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
}

.logo {
    display: inline-block;
    padding-right: 30px;
    width: 0.002%;
}

.huge {
    width: 9999999px;
}

.footer {
    background-color: #eeeeee;
}

.footer .container{
    padding-bottom: 10px;
    text-align: center;
}

.footer-block{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 0 2.5%;
    text-align: center;
    font-size: 10px;
}

.link_list h4{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
}

.link_ul {
    text-align: center;
    display: inline-block;
    list-style: none;
    font-size: 10px;
    padding: 0 4%;
    vertical-align: top;
    margin-bottom: 15px;
    line-height: 24px;
}


.search_icon {
    position: absolute;
    display: block;
    top: 5px;
    right: 10px;
    border: 0px;
    background-color: rgba(238, 238, 238, 0);
    cursor: pointer;
}

.social-media{
    text-align: right;
    padding-right: 30px;
}

.social-media span{
    display: inline-block;
}

.website-right {
    margin: 20px 0;
    font-size: 4px;
    width: 100%;
    text-align: center;
}

.star {
    width: 12px;
    height: 12px;
}

.news_list_div {
    margin: 0 50px 20px 50px;
}


.page_square_img {
    width: 80%;
    margin: 0 auto;
}

.news_page_text {
    width: 80%;
    display: inline-block;
}
.news_page_div {
    text-align: center;
}


input::-webkit-input-placeholder {
    color: #999;
}

.film-intro {
    background-color: #eeeeee;
    padding: 60px 0;
    margin-bottom: 30px;
}
.film-intro-text {
    width: 80%;
    margin: 0 auto;
    text-align: justify;
}

.hidden {
    height: 0;
    overflow: hidden;
}

.hidden.active {
    height: auto;
}

.info_style {
    text-align: left;
    text-align: justify;
    line-height: 40px;
}

.tag{
    padding: 0px 20px;
    color: #777;
    border: 1px solid #b3b3b3;
    border-radius: 20px;
    margin: 0px 10px 10px 0;
    display: inline-block;
    background-color: #fff;
}

.tag:hover{
    color: #000;
}

.tag.tag-choose{
    background-color: #ccc;
}

.footer_icon{
    margin: 10px;
    width: initial;
    vertical-align: middle;
}
.search-block{
    position: relative;
    width: 85%;
    margin: 0 auto 10px auto;  
}

/* search */
.select_div {
    display: inline-block;
    width: 24%;
    padding-right: 30px;
}

.select_select {
    width: 45%;
}

.search_button_div {
    text-align: center;
    margin: 30px 0;
}

.search_button {
    padding: 5px 30px;
    background: white;
    border-style: none;
    border: 1px solid rgb(190,190,190);
    border-radius: 5px;
    color: #777;
}

.search_button:focus {
    outline: none;
    background-color: #eeeeee;
}

#calendar {
    padding-top: 40px;
    border-top: 1px solid #eee;
}

/* rwd table */
.rwd-table {
    min-width: 100%;
}
.rwd-table td:before {
    display: none;
}
.rwd-table th,
.rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}
.rwd-table th:first-child,
.rwd-table td:first-child {
    padding-left: 0;
}
.rwd-table th:last-child,
.rwd-table td:last-child {
    padding-right: 0;
}
.rwd-table th,
.rwd-table td {
    padding: .5em !important;
    text-align: center;
}



/* owl */
.film-carousel{
    position: relative;
    max-height: 500px;
    margin-bottom: 150px;
}

.film-carousel .owl-carousel {
    max-height: 500px;
    overflow: hidden;
}

.owl-video-wrapper{
    height: 500px !important;
}
.owl-thumbs {
    display: table;
    width: 100%;
    text-align: center;
    padding: 10px;
    z-index: 1;
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
    transition: opacity .25s ease-in-out;
}

.owl-thumb-item:hover {
    opacity: .9;
    cursor: pointer;
}

.owl-thumb-item img {
    width: 150px;
    height: 84px;
}

.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 20%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 22px;
}

.owl-nav .owl-prev {
  left: 15px;
}

.owl-nav .owl-next {
  right: 15px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: rgba(119, 119, 119, 0.5);
}

.owl-thumbs .owl-video-play-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    margin: 20px 50px;
    background-image: url(owl.video.play.png);
    background-size: cover;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}


.schedule-carousel .owl-carousel .owl-item{
    overflow-y: -webkit-paged-y;
}

.schedule-carousel .owl-nav i{
    color: #737373;
}

.schedule-carousel .owl-nav [class*=owl-] {
    background: #ffffff;
    margin: 15px;
}

.schedule-carousel .owl-nav [class*=owl-]:hover {
    background: #d5d5d5;
}

.showlist-carousel .owl-prev,
.showlist-carousel .owl-next{
    display: none;
}

.showlist-carousel:hover .owl-prev,
.showlist-carousel:hover .owl-next{
    display: block;
}

.schedule-carousel .owl-nav > div{
    top: 0;
}

.schedule-carousel .owl-nav .owl-prev {
    left: auto;
    right: 50px;
}

.day-calendar-wrap {
    height: 960px;
    /*max-width: 400px;*/
    /*margin: 0 auto;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.day-calendar {
    max-width: 150px;
    padding: 0 10px;
    background: #ececec;
    border-left: 1px solid #ccc;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.day-times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    color: #808080;
    margin-right: .3rem;
    height: 960px;
}
.day-times div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}
.day-times div.event:nth-child(2n+1) {
    font-size: .7rem;
    color: #ccc;
    /*display: none;*/
    visibility: hidden;
}
.day-times div.event:nth-child(2n+1) small {
    display: none;
}
.day-times div.event span small {
    font-size: .5rem;
    color: #cecece;
}

.day-events {
    position: relative;
}

.day-events div.event {
    width: 126px;
    max-width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-left: 4px solid #9b9b9b;
    margin-bottom: 1rem;
    z-index: 0;
}

.day-events div.event h4 {
    color: #242424;
    margin: 2px 0;
    font-size: .9em;
    font-weight: normal;
}

.day-events div.event ul{
    overflow: hidden;
    position: relative;
    z-index: 99;
    padding-left: 20px;
    list-style-image: url(http://www.wmw.org.tw/assets/images/df-s-01.png);
}

.day-events div.event ul.custom-title li:first-child{
    list-style-image: none;
    margin-left: -20px;
    padding-left: 0px;
}

.day-events div.event ul:before {
    content:'';
    width:100%;
    height:20px;    
    position:absolute;
    left:0;
    bottom:0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0px, white);
}

.day-events div.event:hover{
    box-shadow: 0px 0px 10px 0px #d6d6d6;
    z-index: 99;
}

.day-events div.event:hover ul:before {
    content:'';
    width:100%;
    height:20px;    
    position:absolute;
    left:0;
    bottom:0;
    background: linear-gradient(rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0));
    z-index: -1;
}

.day-events ul li{
    line-height: 12px;
    margin-top: 5px;
    font-size: .7rem;
    color: #242424;
}

.day-events ul li a{
    cursor: pointer;
}

.day-events div.event .info {
    line-height: 15px;
    font-size: 8px;
    margin: 0;
    float: right;
    background-color: #eeeeee;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.day-event-title{
    padding-left: 80px;
}

.day-event-title span {
    display: inline-block;
    width: 150px;
}

.schedule{
    width: 100%;
    display: inline-block;
    /*margin-right: 50px;*/
}

/* 場次表備註 */
.schedule_memo{
    margin: 0 40px;
    list-style: disc;
}

.schedule_memo > h5{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 0 -15px;
}

/* scroll button */
#section04 a {
    padding-top: 60px;
    z-index: 9999;
    position: absolute;
    bottom: 0px;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    transform: translate(-50%, -50%);
}

#section04 a span {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;

}
.w15{
    color: #b3b3b3;
    font-style: italic;
}
/*影片廣告*/
.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent;
    z-index: 5;
}
.fullvideo-wrap {
    /*width: 100%;
    margin: 0px auto;
    height: 80vh;
    position: relative;
    overflow: hidden;*/
    position: relative;
    /*padding-bottom: 40%; */
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
}
.fullvideo-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes sdb04 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        -webkit-transform: rotate(-45deg) translate(0, 0);
    }
}

@keyframes sdb04 {
    0% {
        transform: rotate(-45deg) translate(0, 0);
    }
    20% {
        transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
        transform: rotate(-45deg) translate(0, 0);
    }
}

/* Media query */
@media screen and (max-width: 1200px){

    .footer-block{
        width: 100%;
        margin-top: 35px;
    }
    .social-media{
        text-align: center;
        padding-right: 0;
    }
}
@media screen and (min-width: 992px){

}

@media screen and (min-width: 1200px){

    .rf_padding{
        padding-right: 100px !important;
        padding-left: 100px !important;
    }
    /*一欄五列*/
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }

}

@media screen and (min-width: 768px) {
    
    /*片單調整*/
    .film_items{
        margin-left: 150px !important;
    }    

}

@media screen and (max-width: 768px) {
    
    /*頁尾調整*/
    footer > .container{
        margin: 0px;
    }

    .page_content{
        margin: 30px 5px;
    }

    .slider-items .slider-item.active .content h1,
    .slider-items .slider-item .content h1 {
        top: 40%;
    }

    .slider-items .slider-item .content p {
        top: 47%;
    }
/*    .slider-item-continue{
        bottom: 40%;
    }*/

    .sidebar nav {
        display: block;
    }
    
    .custom-panel{
        width: 100% !important;
    }
    .custom-panel.film .panel-title{
        visibility: visible;
        height: 20%;
    }
    
    /* 圖文顯示列表 */
    .custom-info-list .info-img{
        width: 100%;
        max-height: 200px;
        display: block;
    }

    .custom-info-list .info-img img{
        width: 100%;
        height: auto;
    }

    .custom-info-list .info-content{
        width: 100%;
        margin-top: 10px;
    }

    .info{
        margin: 0;
    }

    .select_div {
        width: 49%;
    }

    .select_select {
        width: 50%;
    }

    .search_icon{
        right: 5%;
    }
    .social-media{
        padding: 0;
        text-align: center;
    }
    .day-event-title span {
        width: 48%;
    }
    
    .info-content-block img{
        max-width: 100%;
        height: auto !important;
    }

}

@media (max-width: 425px) {
    .custom-panel.info{
        height: 210px;
    }
    .custom-panel.info .panel-title {
        height: 210px;
    }
    #back-index a {
        display: none;
    }
    #header {
        width: 100%;
        padding: 0px 30px 10px 20px;
        position: fixed;
        top: 0;
        z-index: 999999;
        box-shadow: 0px -4px 5px 3px black;
        text-align: left;    
        min-height: 80px;
    }
    
    #header #logo h1 {
        font-size: 15px;
        letter-spacing: 0;
        text-align: left;
        width: 90%;
    }
    #header #logo p {
        margin-top: 0.1rem!important;
        width: 90%;
        margin-bottom: 0;
    }
    
    #languages{
        visibility: hidden;
        height: 50px;
    }

    .wrapper #top-menu{
        display: none;
    }

    #mobile-menu{
        display: block;
       /* position: absolute;
        top: 30px;
        right: 15px;*/
    }

    .sidebar .scoll-pos{
        display: none;
    }
    
    .breadcrumbs{
        display: block;
    }

    .bcstyle{
        display: none;
    }
    
    .social-media{
        margin: 0 0 10px 0;
    }

    .sep_line {
        /*width: 100%;*/
    }

    .select_div {
        width: 100%;
    }

    .select_select {
        width: 70%;
    }
    .select_width{
        margin-bottom: 20px;
        width: 80%;
    }
    .input_width{
        margin-bottom: 20px;
        width: 80%;
    }

    .custom-panel .panel-title {
        visibility: visible; 
        padding: 15px 0 0 0;
        height: 50px;
    }
    
    .custom-panel.info .panel-title {
        height: 100%; 
    }

    .custom-list.film .list-content {
        margin-top: 0px;
    }

    .custom-panel.filmlist .panel-title {
        padding-top: 0;
    }

    .custom-panel.showlist .panel-title {
        padding: 5% 0; 
    }
    
    .custom-panel.showlist .panel-title p {
        line-height: 10px; 
    }
    .custom-list .list-content,
    .custom-list.info .list-content,
    .custom-list.director .list-content,
    .custom-list.film .list-content,
    .custom-list .list-img,
    .custom-list.info .list-img,
    .custom-list.director .list-img,
    .custom-list.film .list-img{
        width: 100%;
        max-height: unset;
    }
    
    .custom-list .list-img img {
        width: 100%;
        height: auto;
    }

    #mobile-languages {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .slider-items .slider-item .content p{
        bottom: 48%;
    }
    
    
    .custom-list .list-content{
        padding-left: 0px;
    }
    
    .showlist-carousel .custom-panel.showlist .panel-title p {
        line-height: 20px;
    }
    
    .day-events div.event h4 {
        background-image: url(http://www.wmw.org.tw/assets/images/out-01.png);
        background-size: 9px;
        background-repeat: no-repeat;
        background-position: right;
        display: block;
    }

    .film-carousel .owl-carousel {
        /*height: 300px;*/
        height: auto;
    }
    
    .film-carousel {
         margin-bottom: 10px; 
    }
    .rwd-table tr {
        border-bottom: 1px solid #b1b1b1;
        margin-bottom: 10px;
        display: block;
        padding: 10px;
        font-size: 0.5em;
        background: rgba(0,0,0,.02);
    }

    .rwd-table tr:first-child{
        border: 0;
        padding: 0;
    }

    .rwd-table th {
        display: none;
    }

    .rwd-table td {
        display: block;
    }

    .rwd-table td:before {
        content: attr(data-th) " : ";
        font-weight: bold;
        width: 6.5em;
        display: inline-block;
    }

    .rwd-table th,
    .rwd-table td {
        text-align: left;
    }

    .rwd-table th,
    .rwd-table td:before {
        font-weight: bold;
    }
    
    /*.video-stream html5-main-video,*/
    .owl-video-wrapper{
        height: 200px !important;
    }

    .day-times {
        flex: 0 0 45px;
    }

    .day-event-title {
        padding-left: 16%;
    }
    
}

@media (max-width: 375px) {
    .input_box {
        width: 150px;
    }
    .link_ul {
        display: block;
    }
}

@media (max-width: 325px) {
    .owl-thumb-item img {
        width: 100px;
        height: 64px;
    }
    .film-carousel .owl-carousel {
        height: 200px;
    }
    .owl-video-wrapper {
        height: 150px !important;
    }
}

