/*------ common initialization ------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    position: relative;
	background-color: #edeced;
}

body,
html {
    height: 100%;
}

html {
    overflow-x: hidden;
}

main {
    line-height: 1;
}

.clear-both {
    clear: both;
}

.clear::after {
    content: '';
    clear: both;
    display: table;
}

b,
.bold {
    font-weight: bold;
}

em,
.italic {
    font-style: italic;
}

.text-center {
    text-align: center;
}

p {
    margin-bottom: 0;
}

a {
    outline: 0;
}

a:hover {
    color: #000;
}
/*
a:focus {
  outline: 4px dashed black;
}
a:not(:focus) {
  outline: none;
}
*/
*:focus {
    outline: 0.125rem solid #000000;
    outline-offset: 0.125rem;
}

img { 
	max-width: 100%; 
	height: auto;
}

iframe {
    background-color: transparent;
}

/*----------------- Font -----------------------*/

@font-face {
    font-family: Circular-Std-book;
    font-style: normal;
    src: url('../fonts/FontsFree-Net-Circular-Std-Book-2.ttf') format('truetype');
}

@font-face {
    font-family: Circular-Std-medium;
    font-style: normal;
    src: url('../fonts/FontsFree-Net-CircularStd-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Circular-Std-bold;
    font-style: normal;
    src: url('../fonts/FontsFree-Net-CircularStd-Bold.ttf') format('truetype');
}

@font-face {
    font-family: Acumin;
    font-style: normal;
    src: url('../fonts/Acumin-RPro.otf') format('opentype');
}

@font-face {
    font-family: proximanovalight;
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Avenir Next LT Pro;
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Poppins-Medium;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-Regular;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: Poppins-SemiBold;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

body {
    font-family: proximanovalight;
    font-size: 16px;
    transition: all 0.3s ease;
}


/*----------------- Menu --------------------------*/

header {
    width: 100%;
    z-index: 1000;
    overflow: unset;
    top: 0;
    transition: 1s;
}

header nav {
    position: relative;
    width: 100%;
}

header .top-header {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    z-index: 99;
}

header .top-header-line::before {
    /*border-bottom: 3px solid #000;*/
	content: "";
	background-image: url("../images/PCF_menu bar_390x84px.jpeg");
	background-size: 30em;
	position: absolute;
	top: -46%;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.5;
}

header .icon_area {
    position: relative;
    overflow: hidden;
    float: left;
    transition: background-color 0.5s;
    text-align: left;
    padding: 10px 0;
}

header .icon_area .logo img {
    width: auto;
    height: 80px;
    position: relative;
}

header .menu_area {
    width: 60%;
    float: right;
    text-align: right;
}

header .top-header .menu_area .menu-block {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    z-index: 3;
    vertical-align: middle;
}

header .top-header .menu_area .menu-block.has_sub{
	z-index: 1000;
}

header .top-header .menu_area .menu-block.lang{
	margin-left: 10px;
}

header .top-header .menu_area .menu-block.follow-fb img, header .top-header .menu_area .menu-block.follow-ig img, header .top-header .menu_area .menu-block.lang img, header .top-header .menu_area .menu-block.search > img, header .top-header .menu_area .menu-block.share > img, header .top-header .menu_area .menu-block.menu .hamburger > img {
	width: 45px;
}

header .top-header .menu_area .menu-block.follow-fb img
{
	width: 26px;
	display: block;
}

header .top-header .menu_area .menu-block.follow-ig img{
	display: block;
}

header .sns-div{
	width: 30%;
}

header .sns-div img{
	width: 80px;
}

header .sns-div a:first-of-type img{
	padding: 18%;
}

header .menu_area .menu-block a {
    font-family: Poppins-Regular, Arial, sans-serif;
    font-size: 1.5em;
    cursor: pointer;
    position: relative;
    z-index: 3;
    margin-left: 20px;
    line-height: 100% !important;
}

header .menu_area .menu-block a img {
    width: 35px;
}

header .top-header .menu_area .menu-block.has_sub ul {
    display: none;
    position: absolute;
    width: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}

header .top-header .menu_area .menu-block.has_sub ul li {
    pointer-events: auto;
}

header .menu_area .menu-block.text-size ul li {
    display: inline-block;
    color: #1d1d1d;
    font-weight: bold;
    margin-left: 10px;
}

header .menu_area .menu-block.text-size p,
header .menu_area .menu-block.lang p {
    font-size: 1em;
    font-family: Poppins-Regular, Arial, sans-serif;
    cursor: pointer;
}

header .menu_area .menu-block.text-size p,
header .menu_area .menu-block.lang p {
    color: #fff;
}

header .top-header .menu_area .menu-block.has_sub:hover ul {
    display: block;
}

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 16px 0;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger.is--active .hamburger__inner {
    -webkit-transition-delay: .22s;
    -o-transition-delay: .22s;
    transition-delay: .22s;
    background-color: transparent!important;
}

.hamburger.is--active .hamburger__inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
    width: 100%;
}

.hamburger.is--active .hamburger__inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger__box {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 22px;
}

.hamburger__inner {
    top: 2px;
    display: block;
    margin-top: -2px;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger:hover .hamburger__inner:after {
    width: 100%;
}

.hamburger,
.hamburger:focus {
    outline: 0;
}

.hamburger__inner,
.hamburger__inner:after,
.hamburger__inner:before {
    position: absolute;
    width: 31px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 0;
    background-color: #0f0f0f;
}

.hamburger__inner:before {
    top: 10px;
    -webkit-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.hamburger__inner:after,
.hamburger__inner:before {
    display: block;
    content: "";
}

.hamburger .hamburger__inner:after {
    -webkit-transition: width .1s ease-in;
    -o-transition: width .1s ease-in;
    transition: width .1s ease-in;
}

.hamburger__inner:after {
    top: 20px;
    bottom: -10px;
    right: 0;
    width: 50%;
    -webkit-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
}

.banner {
    /* padding-top: 35px; */
    line-height: 0;
    position: relative;
}

.navwrap {
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    top: 102px;
    z-index: -1;
}

.main-nav {
    position: relative;
    z-index: 1;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

.is--open .main-nav {
    /*border-bottom: 3px solid #000;*/
}

.is--open .main-nav .fade--in {
    opacity: 1;
}

.is--open .main-nav {
    background: rgba(255, 255, 255, 1);
}

.main-nav .fade--in {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}

.main-nav > .row{
		/*width: 50%;*/
		margin: auto;
		padding: 5% 0%;
	}

.navwrap.is--opening {
	z-index: 999;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navwrap.is--opening:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.is--open .main-nav .menu-left ul li:first-of-type{
	display: flex;
    position: relative;
}


.is--open .main-nav .menu-left ul li:first-of-type > p{
	display: none;
	margin-left: auto;
    position: absolute;
    right: 0;
    top: -0.2em;
}

/*.is--open .main-nav .menu-right ul{
	display: none;
}*/

.is--open .main-nav .menu-left ul, .is--open .main-nav .menu-right ul{
	cursor: pointer;
}

.is--open .main-nav .menu-right ul li{
	display: inline-block;
    padding: 2% 5%;
}

.is--open .main-nav .menu-right ul li:hover{
	border-radius: 25px;
    border: 1px solid;
}

.menu-left {
    background-color: #4cc0ad;
    padding: 5%;
}

.menu-left ul{
	width: 50%;
    margin-left: auto;
}

.menu-right ul{
	display: block;
    list-style: none;
    padding: 0;
    margin: 0;
	width: 20rem;
}

.menu-left h2 {
    font-size: 50px;
    margin-bottom: 40px;
    font-family: Montserrat-bold, Arial, sans-serif;
}

.menu-left ul li{
    margin-bottom: 40px;
    font-size: 26px;
}

.menu-right ul li{
	margin-bottom: 20px;
    font-size: 20px;
}

.menu-left ul li>div {
    display: inline-block;
    vertical-align: top;
}

.menu-left ul li>div:first-child {
    margin-right: 40px;
}

.menu-left ul li>div:last-child a {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-left: 20px;
}

.menu-left ul li>div:last-child a:first-child {
    margin-top: 5px;
}

.menu-left ul li>div a {
    margin-bottom: 20px;
}

.menu-left ul li>div:last-child a:last-child {
    margin-bottom: 0;
}

.menu-left ul li>div:last-child a:before {
    content: '';
    background: url('../images/arrow01.png');
    width: 40px;
    height: 40px;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -8px;
}

.menu-right {
    padding: 5%;
}

.menu-right {
    background-color: #bed747;
}

.menu-right .programme-item {
    position: relative;
    width: 100%;
}

.menu-right .programme-item::after {
    content: '';
    background: url('../images/arrow02.png');
    width: 60px;
    height: 60px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: -6px;
}

.img-item {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.programme-item h3 {
    font-family: Montserrat-bold, Arial, sans-serif;
    font-size: 30px;
    color: #221e1f;
    margin-bottom: 30px;
}

.programme-item h4 {
    font-size: 37px;
    font-family: Montserrat-bold, Arial, sans-serif;
    color: #221e1f;
    margin-bottom: 30px;
}

.programme-item p {
    font-size: 26px;
    color: #221e1f;
}

.img-item img {
    z-index: 9;
    position: relative;
    border: 6px solid #3d3d3d;
}

#Posthuman-Condition{
	padding-bottom: 150px;
}

.pc-Swiper .swiper-slide, .ph-Swiper .swiper-slide, .mySwiper .swiper-slide:has(.yt-div){
	display: inline-block;
}

.pc-Swiper .slider-title{
	display: flex;
}
.pc-Swiper .slider-title > p{
	font-size: 3em;
	font-family: Circular-Std-bold;
}

.pc-Swiper .slider-title > div{
	position: relative;
	width: 40px;
}

.pc-Swiper .slider-title > div > img{
	position: absolute;
	width: 1.5rem;
    bottom: 25%;
    left: 25%;
}

.pc-Swiper .swiper-slide > div{
	position: relative;
}

.pc-Swiper div img.play_btn_img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.pc-Swiper .next, .pc-Swiper .prev{
	position: absolute;
    bottom: 0;
    right: 10%;
    width: 50px;
    z-index: 5;
	cursor: pointer;
}

.pc-Swiper .next{
	right: 0;
}

.pc-Swiper .prev{
	right: 5%;
}

.pc-Swiper .pc-more-btn{
	border: 1px solid #150f28;
    display: inline-block;
    border-radius: 25px;
    padding: 1em;
	cursor: pointer;
}

.pc-Swiper .pc-more-btn a{
	font-family: Circular-Std-bold;
}

.pc-Swiper .swiper-slide .yt-div, .mySwiper .swiper-slide .yt-div{
	position: relative;
    padding-bottom: 56.25%;
}

.pc-Swiper .swiper-slide .yt-div > iframe, .mySwiper .swiper-slide .yt-div > iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#Programmes-Highlight .programmes-highlight-title{
	width: 20rem;
    position: relative;
    margin-left: 12%;
}

#Programmes-Highlight .programmes-highlight-title > p{
	font-size: 3.5em;
	font-family: Circular-Std-bold;
}

#Programmes-Highlight .programmes-highlight-title > div > img{
	position: absolute;
    width: 1.5rem;
    bottom: 22px;
    right: 15%;
}

#Programmes-Highlight .ph-Swiper .swiper-slide .prog-img{
	position: relative;
	overflow: hidden;
}

#Programmes-Highlight .ph-Swiper .swiper-slide .prog-img img{
	transition: all 1s ease;
	width: 100%;
}

#Programmes-Highlight .ph-Swiper .swiper-slide .prog-img:hover img{
	transform: scale(1.25) rotate(2deg);
}

#Programmes-Highlight .ph-Swiper .prog-img > a, #Programmes-Highlight .ph-Swiper .prog-img > a > img, .result-area .result-item .prog-img > a, .result-area .result-item .prog-img > a > img{
	display: block;
}


#Programmes-Highlight .ph-Swiper .prog-type, .result-area .result-item .prog-type{
	padding: 1% 5%;
}

#Programmes-Highlight .ph-Swiper .prog-type > p{
	font-size: 0.8em;
}

#Programmes-Highlight .ph-Swiper .prog-remark > p{
	font-size: 0.75em;
    font-weight: normal;
}

#Programmes-Highlight .ph-Swiper .oea, .result-area .result-item .prog-type.other{
	background-color: #edeced;
}

/*
#Programmes-Highlight .ph-Swiper .oea, .result-area .result-item .prog-type.other > p{
	color: #edeced;
    color:rgba(0, 0, 0, 0.8);
    display: none;
}
*/

#Programmes-Highlight .ph-Swiper .prog-img:has(+ .exhibition), .result-area .result-item .prog-img:has(+ .other){
	border-bottom: 3px solid #edeced;
}

#Programmes-Highlight .ph-Swiper p, .result-area .result-item p{
	font-family: Circular-Std-bold;
}

#Programmes-Highlight .ph-Swiper .prog-remark p, .result-area .result-item .prog-remark p{
	font-family: Circular-Std-book;
}

#Programmes-Highlight .ph-Swiper .prog-img:has(+ .exhibition), .result-area .result-item .prog-img:has(+ .exhibition){
	border-bottom: 3px solid #bdef0a;
}

#Programmes-Highlight .ph-Swiper .exhibition, .result-area .result-item .exhibition{
	background-color: #bdef0a;
}

#Programmes-Highlight .ph-Swiper .prog-img:has(+ .performing-arts), .result-area .result-item .prog-img:has(+ .performing-arts){
	border-bottom: 3px solid #dd26b6;
}

#Programmes-Highlight .ph-Swiper .performing-arts, .result-area .result-item .performing-arts{
	background-color: #dd26b6;
}

#Programmes-Highlight .ph-Swiper .prog-img:has(+ .film-screening), .result-area .result-item .prog-img:has(+ .film-screening){
	border-bottom: 3px solid #00c8ee;
}

#Programmes-Highlight .ph-Swiper .film-screening, .result-area .result-item .film-screening{
	background-color: #00c8ee;
}

#Programmes-Highlight .ph-Swiper .pa, .result-area .result-item .pa{
	background-color: #dd26b6;
}

#Programmes-Highlight .ph-Swiper .prog-img:has(+ .oea), .result-area .result-item .prog-img:has(+ .oea){
	border-bottom: 3px solid #8c2eef;
}

#Programmes-Highlight .ph-Swiper .oea, .result-area .result-item .oea{
	background-color: #8c2eef;
}

#Programmes-Highlight .ph-Swiper .oea p, .result-area .result-item .oea p{
    color: white;
}

#Programmes-Highlight .ph-Swiper .prog-img:has(+ .pa), .result-area .result-item .prog-img:has(+ .pa){
	border-bottom: 3px solid #dd26b6;
}

#Programmes-Highlight .ph-Swiper .pa, .result-area .result-item .pa{
	background-color: #dd26b6;
}

#Programmes-Highlight .next, #Programmes-Highlight .prev{
	position: absolute;
    top: 10rem;
    right: 10%;
    width: 50px;
    z-index: 5;
    cursor: pointer;
}

#Programmes-Highlight .prev{
	right: 14%;
}

#Programmes-Highlight .pc-more-btn{
	border: 1px solid #150f28;
    display: inline-block;
    border-radius: 25px;
    padding: 1em;
    cursor: pointer;
    float: right;
    margin: 0 9% 2% 9%;
}

#Programmes-Highlight .pc-more-btn a{
	font-family: Circular-Std-bold;
}

.ph-Swiper{
	margin-bottom: 6rem;
}

.ph-Swiper .prog-type, .result-area .result-item .prog-type{
	display:inline-block;
	/*
	margin-top: -1px;
	padding-top: 3px;
	*/
}

.ph-Swiper .prog-detail, .result-area .result-item .prog-detail{
	display: flex;
	margin-top: 3%;
}

.ph-Swiper .prog-detail .prog-date, .result-area .result-item .prog-date{
	margin-left: auto;
	text-align: right;
}

.flexslider .slides li {
    position: relative;
}

.flexslider .slides video {
    width: 100%;
    height: auto;
}

.flexslider {
    background: #000;
}

.img-item .img-bg,
.download-box>div .img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 5px;
    background-color: #fff;
}

.discover-box {
    position: relative;
	padding-top: 90px;
    padding-bottom: 90px;
}

.download-box h3 {
    font-size: 23px;
    margin-top: 20px;
    font-family: Montserrat-bold, Arial, sans-serif;
}

.discover-feature {
    position: relative;
    padding-top: 32px;
}

.discover-feature {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

#Programmes-Highlight .home-bg_left{
	top: 0%;
    max-width: 500px;
}

.home-bg_left {
	content: "";
    width: 100%;
    max-width: 400px;
    top: 20%;
    left: -6%;
    position: absolute;
    display: inline-block;
}

.home-bg_right{
	content: "";
    bottom: -10%;
    right: -13%;
    position: absolute;
    display: inline-block;
}

.home-bg_right-top{
	content: "";
    top: -11%;
    right: 6%;
    position: absolute;
    display: inline-block;
}

.home-bg_right > img{
	width: 500px;
}

.home-bg_right-top > img{
	width: 380px;
}

.inner-bg_right-top {
    width: 100%;
    max-width: 450px;
    top: 80px;
    right: 0px;
    position: absolute;
    display: inline-block;
}

.inner-bg_left-top {
    width: 100%;
    max-width: 330px;
    top: 80px;
    left: 0px;
    position: absolute;
    display: inline-block;
}

.inner-bg_right-bottom {
    width: 100%;
    max-width: 180px;
    bottom: 0;
    right: 0;
    position: absolute;
    display: inline-block;
}

.flower-bg {
    width: 381px;
    height: 183px;
    /*background-image: url("../images/bg_img07.png");*/
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 30%;
    position: absolute;
    display: inline-block;
}

.download-item>h2 {
    font-family: Avenir Next LT Pro, Arial, sans-serif;
    font-size: 60px;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 9;
    font-weight: bold;
}

.download-item .download-box {
    margin: 0 auto 0px;
    padding-bottom: 90px;
    text-align: center;
}

.download-item .download-box a {
    font-family: Montserrat-bold, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    padding: 20px 30px;
    border: 8px solid #0f0f0f;
    position: relative;
    z-index: 9;
}


/* 
.download-item .download-box a::after {
    content: url(../images/download.png);
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 40px;
    right: 40px;
} */

.download-item .download-box>div,
.download-arc>div {
    position: relative;
    display: inline-block;
    z-index: 9;
    vertical-align: top;
}

.download-arc>div {
    vertical-align: top;
}

.download-item .download-box a img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.download-arc {
    padding: 0 20px;
    max-width: 483px;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.download-arc h3 {
    text-align: center;
    line-height: 32px;
}

.discover-feature .discover-feature__list article {
    position: relative;
}

.icon--circle-arrow {
    width: 61px;
    height: 48px;
    fill: #bdac76;
    stroke: #bdac76;
    -webkit-transition: fill .3s ease, stroke .3s ease;
    -o-transition: fill .3s ease, stroke .3s ease;
    transition: fill .3s ease, stroke .3s ease;
}

.card__header .icon {
    position: absolute;
    top: 0;
    right: 0;
}

.discover-feature .discover-feature__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.discover-feature .discover-feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*prog page*/
.notice {
	background-color:#8c2eef;
	padding: 30px 0;
}

.notice p {
	width: 75%;
    margin: 25px auto;
	color: #fff;
	font-size: 1.2em;
}

.inside-page .notice a{
	font-size: 1.4em;
	color: #fff;
	text-decoration: underline;
}

.inside-page .notice a:hover {
	color: #fff;
	text-decoration: none;
}

.prog-banner{
	width: 100%;
}

#page-banner .banner .next, #page-banner .banner .prev, #Banner .banner .next, #Banner .banner .prev{
	position: absolute;
    top: 34%;
    z-index: 5;
    width: 8rem;
}

#page-banner .web-banner{
	width: 100%;
	margin: auto;
}

#page-banner .web-banner > img{
	width: 100%;
	height: 100%;
}

#page-banner .banner .prev{
	left: 0;
}

#page-banner .banner .next{
	right: 0;
}

#Banner .banner .prev{
	left: 8%;
}

#Banner .banner .next{
	right: 0%;
}

.pa-page{
	border: 15px solid #dd26b6;
}

.ex-page{
	border: 15px solid #bdef0a;
}

.fs-page{
	border: 15px solid #00c8ee;
}

.oea-page{
	border: 15px solid #8c2eef;
}

.inside-page .prog-path{
	width: 75%;
    margin: 25px auto;
}

.inside-page a{
	color: #0056b3;
}

.inside-page a:hover{
	color: #0056b3;
}

.inside-page .prog-path a{
	font-size: 0.8em;
	font-family: Circular-Std-book;
	color: #000;
}

.inside-page .prog-path a:last-child{
	font-size: 1.2em;
	font-family: Circular-Std-medium;
}

.inside-page .multi-prog-tab{
	width: 75%;
    margin: 0 auto 2% auto;
    display: flex;
}

html[lang="en"] .inside-page .multi-prog-tab .prog-tab{
	width: 20%;
}

.inside-page .multi-prog-tab .prog-tab{
	width: 12%;
	margin: 0;
}

html[lang="en"] .inside-page .multi-prog-tab .prog-tab p{
	padding: 5% 15%;
}

.inside-page .multi-prog-tab .prog-tab p{
	padding: 7% 20%;
	white-space: nowrap;
}

.inside-page .multi-prog-tab .prog-tab.pa-tab p{
	background-color: #dd26b6;
}

.inside-page .prog-tab{
	width: 75%;
	margin: 0.4% auto 2% auto;
}

.inside-page .prog-tab p{
	padding: 1% 3%;
    display: inline;
	font-family: Circular-Std-bold;
	font-size: 1.4em;
}

.inside-page.pa-page .prog-tab p{
    background-color: #dd26b6;
}

.inside-page.ex-page .prog-tab p{
    background-color: #bdef0a;
}

.inside-page.fs-page .prog-tab p{
    background-color: #00c8ee;
}

.inside-page.oea-page .prog-tab p{
    background-color: #8c2eef;
    color: white;
}

.inside-page .result-item .prog-title{
	margin: 0;
}

.inside-page .prog-title{
	width: 75%;
	margin: auto;
}

.inside-page .prog-title > p{
	font-size: 4em;
    line-height: 1em;
	font-family: Circular-Std-bold;
}

.inside-page .prog-content{
	display: flex;
    width: 80%;
    margin: 5% 0 5% auto;
}

.inside-page .prog-content .prog-content-left{
	position: relative;
    width: 30%;
}

.inside-page .prog-content .prog-content-left > img{
	position: absolute;
    right: -5%;
    top: 10%;
    width: 27rem;
}

.inside-page .prog-content .prog-content-right{
	background: #fff;
    padding: 5%;
	width: 70%;
}

.inside-page .prog-content .prog-content-right > div, .inside-page .prog-content2 .prog_info{
	border-top: 1px solid #150f28;
    padding-top: 3%;
}

.inside-page .prog-content .prog-content-right > div ul{
    list-style: circle;
	margin-left: 2.8rem;
}

.inside-page .prog-content .prog-content-right > div ul li.bold-text{
	color: #150f28;
	line-height: 2em;
}

.inside-page .prog-content .prog-content-right > div ul li{
	font-family: Circular-Std-medium;
	color: #606060;
}

.inside-page .prog-content-right > div ul li{
	/*padding-inline-start: 1.3rem;*/
}

.inside-page .prog-content-right > div ul li::marker{
	font-size: 2em;
}

.inside-page .prog-content2 > .prog_form .cms-form-item{
	display: flex;
	margin-bottom: 2%;
}

.inside-page .prog-content2 > .prog_form .cms-form-item > div.item-input > input{
	border-radius: 25px;
    background-color: #edeced;
}

.inside-page .prog-content2 > .prog_form .cms-form-item > div.item-input > select{
	border-radius: 15px;
    background-color: #edeced;	
}

.inside-page .prog-content2 > .prog_form .cms-form-item:nth-last-of-type(2){
	display: block;
}

.inside-page .prog-content2 > .prog_form .cms-form-item:nth-last-of-type(2) > .item-input > input{
	width: 15rem;
}

.inside-page .prog-content2 > .prog_form .cms-form-item > div.item-input > p.sub-text{
	font-size: 0.8em;
}

.inside-page .prog-content2 > .prog_form .cms-form-item > div p{
	font-size: 1em;
}

.inside-page .prog-content2 > .prog_form .cms-form-item > div ul{
    list-style: disc;
}

.inside-page .prog-content2 > .prog_form .cms-form-item > div.item-input > p.sub-text{
	color: #6060608a;
}

.inside-page .prog-content2 > .prog_form .cms-form-item .item-title{
	width: 18%;
}

.inside-page .prog-content .prog-content-right .prog-content-item, .inside-page .prog-content2 .prog_info .prog-content-item{
	display: flex;
    align-items: center;
	text-align: justify;
}

.inside-page .prog-content .prog-content-right .prog-content-item > p, .inside-page .prog-content .prog-content-right .prog-content-item li > p, .inside-page .prog-content2 .prog_info .prog-content-item > p{
	font-family: Circular-Std-medium;
	font-size: 1.4em;
	color: #606060;
}
.inside-page .prog-content2 .fin_div > p{
	font-family: Circular-Std-medium;
	font-size: 1.4em;
	color: #8c2eef;
}

.inside-page .prog-content2 > div.prog_form > form{
	border-top: 1px solid #150f28;
    padding: 3%;
}

.inside-page .prog-content2 .prog_info .prog-content-item > p{
	margin-bottom: 0;
}

.inside-page .prog-content .prog-content-right .prog-content-item.s-font{
	margin-top: 20px;
}

.inside-page .prog-content .prog-content-right .prog-content-item.s-font > p{
	font-size: 1em;
}

.inside-page .prog-content .prog-content-right .prog-content-item span.s-font{
	font-size: 0.8em;
}

.inside-page .prog-content .prog-content-right .prog-content-item > img, .inside-page .prog-content2 .prog_info .prog-content-item > img{
	width: 40px;
}

.inside-page .prog-content .prog-content-right .prog-content-item .buy-btn , .footer1 .footer-menu .footer-item .footer-btn, .inside-page .spec-btn{
	position: relative;
	display: inline-block;
	width: 277px;
	height: 65px;
	font-size: 1em;
	font-weight: bold;
	line-height: 68px !important;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	cursor: pointer;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
	font-weight:900;
	font-size:17px;
	letter-spacing: 0.045em;
}

.inside-page .prog-content .prog-content-right .prog-content-item .buy-btn svg, .footer1 .footer-menu .footer-item .footer-btn svg, .inside-page .spec-btn svg{
	position: absolute;
	top: 5px;
	left: 0;
}

.inside-page .prog-content .prog-content-right .prog-content-item .buy-btn svg rect, .footer1 .footer-menu .footer-item .footer-btn svg rect, .inside-page .spec-btn svg rect{
			/*stroke: #EC0033;*/
			stroke-width: 4;
			stroke-dasharray: 353, 0;
			stroke-dashoffset: 0;
			-webkit-transition: all 600ms ease;
			transition: all 600ms ease;
		}

.inside-page .prog-content .prog-content-right .prog-content-item .buy-btn span, .footer1 .footer-menu .footer-item .footer-btn span, .inside-page .spec-btn span{
  background: rgb(255,130,130);
  /*
  background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  */
  background: linear-gradient(to right,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer1 .footer-menu .footer-item .footer-btn span{
  background: rgb(0,0,0);
  /*
  background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
  */
  background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
		
.inside-page .prog-content .prog-content-right .prog-content-item .buy-btn:hover svg rect, .footer1 .footer-menu .footer-item .footer-btn:hover svg rect, .inside-page .spec-btn:hover svg rect{
	stroke-width: 4;
	stroke-dasharray: 196, 543;
	stroke-dashoffset: 437;
}

.inside-page .spec-btn span{
	background: rgb(0,0,0);
	/*
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
	*/
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #150f28;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
	font-family: Circular-Std-book;
	text-transform: none;
	line-height: unset !important;
}

.inside-page .prog-content .prog-content-play-btn{
	position: absolute;
    width: 8rem;
    left: -84%;
	top: 15%;
	display: none;
	cursor: pointer;
}

.inside-page .prog-content .prog-content-play-btn-2{
	position: absolute;
    width: 8rem;
    left: -84%;
	top: 13rem;
	display: none;
	cursor: pointer;
}

.inside-page.pa-page .prog-content .prog-content-play-btn > a > div, .inside-page.pa-page .prog-content .prog-content-play-btn-2 > a > div{
	background-color: #dd26b6;
}

.inside-page.ex-page .prog-content .prog-content-play-btn > a > div, .inside-page.ex-page .prog-content .prog-content-play-btn-2 > a > div{
	background-color: #bdef0a;
}

.inside-page.fs-page .prog-content .prog-content-play-btn > a > div, .inside-page.fs-page .prog-content .prog-content-play-btn-2 > a > div{
	background-color: #00c8ee;
}

.inside-page.oea-page .prog-content .prog-content-play-btn > a > div, .inside-page.oea-page .prog-content .prog-content-play-btn-2 > a > div{
	background-color: #8c2eef;
}

.inside-page .prog-content .prog-content-play-btn > a > div > img, .inside-page .prog-content .prog-content-play-btn-2 > a > div > img{
	padding: 25%;
}

.inside-page .prog-content .prog-content-play-btn > a > p, .inside-page .prog-content .prog-content-play-btn-2 > a > p{
	text-align: center;
    color: #150f28;
	font-family: Circular-Std-bold;
}

.inside-page .prog-content2{
	width: 80%;
    margin: 5% auto 0 auto;
}

.inside-page .prog-content2 > div{
	background-color: #fff;
    padding: 5%;
	text-align: justify;
}

.inside-page .prog-content2 p.prog-content2-title{
	font-size: 1.8em;
    margin-bottom: 3%;
	font-family: Circular-Std-bold;
	color: #150f28;
}

.inside-page .prog-content2 .blue{
	color: #008099;
}

.inside-page .prog-content2 p{
	margin-bottom: 2%;
	font-family: Acumin;
	color: #606060;
	font-size: 1.4em;
}

.inside-page .prog-content2 table{
	table-layout: fixed;
	font-family: Acumin;
	color: #606060;
	font-size: 1.4em;
	text-align: left;
}

.inside-page .prog-content2 table .blue{
	color: #008099;
	text-align: left;
}

.inside-page .prog-content-item:not(:has(img)){
	min-height: 38.2px;
}

.inside-page .prog-content-item:not(:has(p)){
	min-height: 25px;
}

.inside-page .prog-content-item:not(:has(img)) > p{
	margin-left: 40px;
}

.inside-page .prog-content-item:has(img){
	margin-top: 10px;
}

/*footer*/

footer {
    background-color: #5FAA9B;
    padding: 40px 0 0 0;
    position: relative;
    z-index: 99;
}

footer .footer1{
	background-color: #5FAA9B;
	padding-bottom: 40px;
}

footer .footer2{
	background-color: #4C7263;
	padding: 40px 0;
}

footer .footer1 .footer-menu{
	display: flex;
}

footer .footer-menu {
    max-width: 1600px;
    width: 80%;
    margin: 0 auto;
    padding: 0 30px;
}

footer .footer-item {
    display: inline-block;
    width: 40%;
    vertical-align: top;
	margin: 0 auto;
	text-align: center;
}

footer .footer-item:has(+ .fu-list){
	width: 25%;
}

footer .footer-item.fu-list{
	width: 20%;
}

footer .footer-item.fu-list > a{
	margin-bottom: 10px;
}

.footer1 .footer-menu .footer-item .footer-btn span{
    color: #150f28;
    background-color: transparent;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
	font-family: Circular-Std-book;
	text-transform: none;
	line-height: unset !important;
}

footer div:has(> .dot){
	display: flex;
    align-items: center;
    margin-bottom: 20px;
}

footer div .dot{
	width: 10px;
    display: block;
    height: 10px;
    margin-right: 20px;
    border-radius: 25px;
}

footer div .dot + a{
	margin:0;
}

footer div .ex-dot{
	background-color: #bdef0a;
}

footer div .ep-dot{
	background-color: #f05a2a;
}

footer div .pa-dot{
	background-color: #dd26b6;
}

footer div .fs-dot{
	background-color: #00c8ee;
}

footer div .oea-dot{
	background-color: #8c2eef;
}

footer div .o-dot{
	background-color: #224fdd;
}

footer .footer-menu .footer-item .first-item > a{
	margin-left: 30px;
}

footer .footer-item-about {
    margin-bottom: 30px;
    margin-top: 10px;
	text-align: center;
}

footer .fu-list > a{
	margin-left: 0.7rem;
}

footer .fu-list > .fu-btn-list{
	display: flex;
	width: 3.5rem;
    height: 3.2rem;
}

footer .footer-item-about a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding-right: 1%;
    margin-right: 1%;
    border-right: 2px solid #fff;
    font-family: Circular-Std-medium;
}

footer .footer-item-about a:last-child {
    border-right: 0;
}

footer .footer-last-update p {
    color: #fff;
	font-family: Acumin;
}

footer .footer-last-update {
    margin: 30px 0;
	text-align: center;
}

footer .footer2 .footer-icon{
	text-align: center;
	border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}

footer .footer-icon img {
	width: 100%;
    height: 70px;
    vertical-align: top;
}

footer .footer-icon a:last-child {
    /*float: right;*/
}

footer .footer-icon a {
    display: inline-block;
    margin-right: 30px;
}

.discover-feature .discover-feature__header h1 {
    font-size: 60px;
    font-family: Avenir Next LT Pro, Arial, sans-serif;
    position: relative;
    font-weight: bold;
}

.discover-feature .discover-feature__header h1 span {
    z-index: 9;
    position: relative;
}


/* .discover-feature .discover-feature__header h1::after {
    content: "";
    width: 300px;
    height: 300px;
    background-image: url("../images/bg_img01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    top: -95px;
    right: 0;
    position: absolute;
    display: inline-block;
} */

.aspect-ratio .img-item {
    margin-bottom: 0px;
}

.discover-feature .discover-feature__list h2 {
    font-size: 28px;
    font-family: Montserrat-bold, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 34px;
}

.discover-feature .discover-feature__list .card__body p {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 100%;
}

.discover-feature .discover-feature__list .card__body p:last-child {
    font-size: 20px;
    color: #212529;
    line-height: 30px;
}

.discover-feature .discover-feature__list .card__footer {
    margin-bottom: 100px;
}

.srcoll-bar {
    position: absolute;
    right: 2%;
    bottom: 6%;
    margin-top: -200px;
    z-index: 99;
}

#Programmes-list .srcoll-bar {
    position: fixed;
}

.srcoll-bar div,
.srcoll-bar a {
    display: block;
    width: 70px;
    margin-top: -4px;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s;
}

#Programmes-list {
    position: relative;
}

#Programmes-list .srcoll-bar.hide,
#Banner .srcoll-bar {
    display: none;
}

#Banner .srcoll-bar.show {
    display: block;
}

#Banner{
	padding-top: 40px;
}

.srcoll-bar div:hover,
.srcoll-bar a:hover {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}

.srcoll-bar div.mobile-scroll,
.srcoll-bar a.mobile-scroll {
    display: none;
}

.discover-feature .discover-feature__list .card__category {
    font-size: 18px;
    font-family: Montserrat-bold, Arial, sans-serif;
    padding: 10px 20px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff;
}

.about-title {
    margin-bottom: 60px;
    font-family: Avenir Next LT Pro, Arial, sans-serif;
    position: relative;
    z-index: 9;
}

.about-title h2,
.message-item>h2,
.contact-item>h2,
.programmes-head>h2 {
    font-size: 55px;
    position: relative;
    z-index: 9;
    font-family: Avenir Next LT Pro, Arial, sans-serif;
    font-weight: bold;
}

.audience-box>p {
    font-family: Montserrat-bold, Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
}

.programmes-head>h2 {
    display: inline-block;
    float: left;
}

.programmes-head button.list {
    background: transparent;
    border: #fff 1px solid;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.programmes-head button.grid {
    background: transparent;
    border: #fff 1px solid;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.programmes-item {
    position: relative;
    z-index: 9;
    padding-bottom: 90px;
}

.programmes-item .programmes-head {
    border-bottom: 3px solid #3d3d3d;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.programmes-head .buttons {
    float: right;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}

.programmes-head button img {
    width: 35px;
    vertical-align: middle;
}

.programmes-head button {
    float: left;
}

.programmes-left {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.programmes-right {
    width: 56%;
    margin-left: 2%;
    display: inline-block;
    vertical-align: top;
}

.contact-item ul {
    padding: 90px 0;
}

.about-title p {
    font-size: 40px;
}

.inner-box {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
    padding-top: 200px;
    padding-left: 30px;
    padding-right: 30px;
}

.message-item {
    position: relative;
    z-index: 99;
}

.about-left,
.about-right {
    display: inline-block;
    vertical-align: top;
}

.about-left {
    width: 35%;
}

.about-right {
    width: 64%;
    margin-top: 60px;
    padding-left: 5%;
    font-size: 20px;
    padding-bottom: 60px;
    line-height: 30px;
    text-align: justify;
}

.acc,
.Sitemap-box,
.audience-box {
    padding: 90px 0;
    overflow: hidden;
}

.Sitemap-box,
.audience-box {
    border-top: 3px solid #221e1f;
    padding: 30px 30px 30px;
    background: #b1d6a3;
    margin-top: 30px;
}

.ack-box {
    background: transparent;
}

.ack-box .ack-item {
    border: 1px solid #221e1f;
    background-color: #c8eabb;
}

.audience-box h3 {
    text-align: left;
    margin: 10px 0;
    font-size: 40px;
    margin-bottom: 40px;
    font-family: Montserrat-bold;
}

.audience-item ul li>div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.audience-item ul li>div.audience-item_right .qr_code>img {
    width: 100px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.audience-item ul li>div.audience-item_right .qr_code {
    display: inline-block;
    margin: 0 auto 30px;
    text-align: center;
}

.audience-item ul li>div.audience-item_right .qr_code i {
    line-height: 25px;
    font-weight: bold;
    color: #3a3a3a;
}

.audience-item ul li>div.audience-item_left {
    margin-bottom: 20px;
}

.audience-item ul li>div.audience-item_right .qr_code>img {
    display: block;
    margin: 20px auto;
}

.audience-item ul li>div.audience-item_left a,
.art-item ul li>div a {
    border: 0 !important;
    color: #262626 !important;
    text-decoration: underline;
    padding: 0 !important;
}

.art-item ul li>div.audience-item_left {
    margin-bottom: 0px;
}

.sups-items ul li>div {
    text-align: left;
    margin-bottom: 15px;
}

.sups-items ul li>div {
    line-height: 30px;
    width: 100%;
}

.sups-items ul li>div.partners-logo {
    text-align: left;
}

.sups-items div.partners-logo ol {
    text-align: left;
    margin-top: 60px;
}

.sups-items div.partners-logo ol li {
    /* width: 50%; */
    display: block;
    vertical-align: middle;
    margin-bottom: 40px;
}

.sups-items div.partners-logo ol li img {
    max-width: 15%;
}

.ack-item ul li>div.audience-item_left {
    width: 20%;
    font-size: 20px;
    font-family: Montserrat-bold;
}

.ack-item ul li>div {
    padding: 0 3%;
}

.ack-item ul li>div p {
    font-size: 18px !important;
    margin-bottom: 20px;
}


/* .art-item ul li>div,
.art-item ul li>div p {
    font-size: 20px;
} */

.art-item ul li>div b,
.sups-items ul li>div b {
    font-family: Montserrat-bold;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
}

.art-item ul li>div p {
    font-family: Montserrat-Medium;
    font-size: 16px !important;
}

.audience-item ul li {
    border-bottom: 1px solid #606060;
    padding: 20px 0;
    margin-top: 20px;
}

.sups-items ul li>div b {
    margin-bottom: 0;
}

.sups-items ul li {
    border-bottom: 0;
}

.sups-items ul li {
    margin-top: 0px;
    padding: 0;
}

.audience-item ul li:last-child {
    border-bottom: 0;
}

.ack-item ul li {
    padding: 3%;
    margin-top: 0px;
    position: relative;
}

.audience-item ul li>div:first-child {
    padding-right: 5%;
}

.ack-item ul li>div:first-child {
    padding-right: inherit;
}

.audience-item ul li>div p {
    font-family: Montserrat-Medium;
    font-size: 22px;
    margin-bottom: 15px;
}

.ticket-item li>div p {
    font-style: italic;
}

.ticket-item li>div p span {
    font-style: normal;
}

.audience-item ul li>div p:last-child {
    margin-bottom: 0;
}

.audience-item ul li:first-child {
    margin-top: 0;
}

.audience-item ul li>div p span {
    font-size: 20px;
    color: #262626;
    padding: 10px 0;
    display: block;
}

.audience-item ul li>div a {
    display: inline-block;
    border: 1px solid #1d4e80;
    border-radius: 50px;
    color: #1d4e80;
    padding: 15px 20px 12px 55px;
    font-weight: bold;
    text-align: left;
    position: relative;
    line-height: 22px;
}

.fp-overflow {
    overflow-x: hidden;
}

.online-btn {
    text-align: center;
}

.online-btn a, .online-btn > div{
    display: inline-block;
    width: 100%;
    border: 1px solid #1d4e80;
    border-radius: 10px;
    color: #1d4e80;
    padding: 18px 0px 17px;
    font-weight: bold;
    text-align: left;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}

.online-btn > div > img{
	width: 50%;
	padding-top: 2%;
}

.audience-item ul li>div a img {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    left: 20px;
}

.Sitemap-box ul li {
    margin-bottom: 20px;
}

.Sitemap-box ul li ol {
    margin-top: 20px;
}

.Sitemap-box ul li ol li a {
    padding-left: 15px;
    position: relative;
}

.flexslider .slides img,
.flexslider .slides li {
    width: auto;
    height: 1080px;
    margin: 0 auto;
}

.flexslider .slides li {
    background-color: #000;
}

.Sitemap-box ul li ol li a::before {
    background: #212529;
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 10px;
}


/* .Sitemap-box ul li ol li::marker {
    display: list-item;
    margin-left: 1em;
    padding-left: 5px;
} */

.Sitemap-box ul li a {
    font-family: Montserrat-Medium;
    font-size: 24px;
}

.Sitemap-box ul li b {
    font-family: Montserrat-bold;
}

.acc li {
    list-style-type: none;
    padding: 0;
}

.acc_ctrl {
    background: #b1d6a3;
    border: none;
    border-top: solid 3px #000;
    color: #000;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 2em 3em;
    position: relative;
    text-align: left;
    width: 100%;
    outline: none;
    font-family: Montserrat-bold;
}

.acc_ctrl span {
    color: #515051;
    display: inline-block;
    margin-right: 60px;
}

button:focus {
    outline: none;
}

.acc_ctrl:before {
    background: #ff6010;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 14px;
}

.acc_ctrl:after {
    background: #ff6010;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}

.acc_ctrl.active:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.acc_ctrl.active h2,
.acc_ctrl:focus h2 {
    position: relative;
}

.acc_panel {
    background: #b1d6a3;
    display: none;
    overflow: hidden;
    padding: 0 3em;
}


/* .acc_panel .message_info>div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.acc_panel .message_info>div:first-child {
    text-align: justify;
} */

.acc_panel .message_info>div.people-img {
    text-align: center;
}

.acc_panel p {
    margin-bottom: 2em;
    font-size: 22px;
    font-family: proximanovalight, Arial, sans-serif;
}

.acc_panel .message_info>div>p {
    text-align: justify;
}

.acc_panel .message_info .people-img {
    padding: 0 50px;
    max-width: 50%;
    float: right;
    clear: both;
    text-align: center;
}

.acc_panel .message_info .people-img img {
    width: 300px;
}

.contact-item ul li {
    margin-bottom: 60px;
}

.contact-item ul li h3 {
    font-size: 40px;
    color: #542511;
    padding-bottom: 15px;
}

.contact-item ul li p {
    font-size: 20px;
    padding-left: 50px;
}

.contact-item ul li h3 img {
    width: 40px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 10px;
}

.hamburger-open nav {
    background: #fff;
}

header .top-header .menu_area .share_to_box {
    display: none;
}

header .menu_area {
    margin-top: 0;
}

.body-scroll {
    overflow-y: hidden;
}

.programmes-list ul.list li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.programmes-list {
    min-height: 600px;
}

.programmes-list ul.grid li {
    float: left;
    width: 50%;
    padding: 10px;
}

.programmes-list ul.grid li {
    display: block;
}

.programmes-list ul.grid li .programmes-right {
    margin-left: 0;
    border-bottom: 0;
}

.programmes-list ul.grid li .programmes-right h3 {
    margin-top: 20px;
}

.programmes-list ul.grid li .programmes-left,
.programmes-list ul.grid li .programmes-right {
    width: 100%;
}

.programmes-right h3 {
    font-family: Montserrat-bold;
    font-size: 28px;
    margin-bottom: 20px;
    font-style: italic;
}

.programmes-right p {
    font-family: Montserrat-Medium;
    font-size: 24px;
    margin-bottom: 20px;
}

.programmes-right p:last-child {
    font-size: 20px;
    color: #212529;
    line-height: 30px;
}

.programmes-right .buttons div a,
.programmes-right .buttons div span {
    display: inline-block;
    vertical-align: top;
    font-family: Montserrat-bold;
    font-size: 17px;
    padding: 10px 2%;
    border: 1px solid #571D00;
    color: #571D00;
    border-radius: 50px;
    margin-bottom: 20px;
}

.programmes-right .buttons div {
    padding-right: 60px;
}

.more-btn {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.more-btn img {
    width: 70px;
}

.album {
    border-top: 3px solid #221e1f;
    padding: 10px 20px;
    background-color: #ff6010;
    color: #221e1f;
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99;
}

.album .acc {
    padding: 0;
}

.album-ul li {
    display: inline-block;
    padding: 0 2%;
    font-size: 16px;
    font-family: Montserrat-bold;
    position: relative;
    cursor: pointer;
}

.album li img {
    width: 40px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.album li:last-child::after {
    background: none;
}

.album li::after {
    content: '';
    background: url('../images/dot.png');
    width: 40px;
    height: 40px;
    background-size: 100%;
    display: block;
    position: absolute;
    right: -19px;
    top: -4px;
}

.album li:first-child:after {
    top: -13px;
}

.album .acc_panel {
    display: block;
}


/* individual-prog page slider style*/

.img-slider {
    text-align: center;
}

.img-slider .free-simple-slider .slider-dots {
    display: none;
}

.banner-after-bg {
    position: relative;
}

#prog-banner li,
#one-banner li {
    background-color: #000;
    text-align: center;
    width: 100%;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

#prog-banner li p,
#one-banner li p {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
}

.banner-after-bg .inner-bg_left-top {
    top: -106px;
}

.banner-after-bg .inner-bg_right-bottom {
    max-width: 800px;
    right: -506px;
    top: -50px;
}

.ticket-info:not(:hover) {
    width: 320px;
    background-color: #a8341d;
    border: 3px solid #000;
    animation: hideAnimation 1s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

@keyframes hideAnimation {
    from {
        opacity: 1
    }
    to {
        opacity: 0.1
    }
}

.ticket-info:hover {
    width: 320px;
    background-color: #a8341d;
    border: 3px solid #000;
}

.prog-slider-list .ticket-info li a {
    border: 1px solid #fff;
    margin-top: 20px;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    max-width: 147px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.prog-slider-list .ticket-info .free-simple-slider .slider-dots {
    text-align: left;
    padding: 0;
}

.prog-slider-list .ticket-info .free-simple-slider .slider-dots li.current {
    background-color: #bf8419;
    border: 1px solid #bf8419;
}

.prog-slider-list .ticket-info .free-simple-slider .slider-dots li {
    background-color: #fff;
    border: 1px solid #fff;
    width: 7px;
    height: 7px;
}

.img-slider .free-simple-slider .slider-box {
    height: 1080px;
}

#prog-banner img,
#one-banner img {
    height: 1080px;
    width: auto;
}

.ticket-info .free-simple-slider .slider-box {
    height: 130px;
    margin-bottom: 0;
}

.prog-slider-list {
    position: relative;
}

.prog-slider-list .ticket-info {
    padding: 10px 20px;
    color: #fff;
    font-family: Montserrat-bold;
}

.prog-slider-list .ticket-info li {
    font-size: 20px;
}

.prog-slider-list .ticket-info li div {
    text-align: center;
}

.prog-slider-list .ticket-info .free-simple-slider .slider-box.slide-animation li {
    background-color: #a8341d;
}


/* .img-slider .free-simple-slider .slider-dots {
    display: none;
} */

.img-slider .free-simple-slider .prev-arrow,
.custom-navigation a.flex-prev {
    width: 80px;
    height: 80px;
    background: url(../images/arrow05.png) no-repeat center;
    background-size: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.img-slider .free-simple-slider .prev-arrow::after,
.custom-navigation a.flex-prev::after {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    right: -2px;
    top: 20%;
}

.img-slider .free-simple-slider .next-arrow,
.custom-navigation a.flex-next {
    width: 80px;
    height: 80px;
    /*background: url(../images/arrow07.png) no-repeat center;*/
    background-size: 100%;
    display: inline-block;
    cursor: pointer;
}

.custom-navigation {
    text-align: center;
    position: relative;
    z-index: 99;
}

.flexslider .slides li {
    position: relative;
}

.flexslider .slides li {
    height: 1080px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.flexslider .slides li p {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
}


/* end */

.individual-prog-header {
    text-align: center;
    padding: 60px 30px;
    position: relative;
    z-index: 9;
}

.prog-slider-list .ticket-info {
    position: absolute;
    right: 0;
    bottom: 105px;
    z-index: 999;
}

.banner-slider .ticket-info {
    position: absolute;
    right: 0;
    bottom: 90px;
    z-index: 999;
}

.prog-slider-list .ticket-info li .qr_code {
    width: 100px;
    height: 100px;
    /*background-image: url("../images/qr-code/Wuhan Qintai Grand Theatre.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.individual-prog-info,
.individual-prog-info-ticket {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}

.individual-prog-info-ticket {
    margin-bottom: 60px;
}

.individual-prog-info::before {
    content: "";
    width: 3px;
    height: 100%;
    left: 49%;
    background: #212121;
    position: absolute;
    top: 0;
}

.individual-prog-info .individual-prog-info_left h3 {
    font-size: 26px;
    margin-bottom: 20px;
    font-family: Montserrat-bold;
    line-height: 35px;
}

.individual-prog-info .individual-prog-info_left p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: justify;
}

.individual-prog-info .individual-prog-info_left {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding: 3%;
}

.individual-prog-info .individual-prog-info_right {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    padding: 3%;
}


/* .individual-prog-info .individual-prog-info_right img {
    height: 500px;
} */

.individual-prog-header h2 {
    font-family: Avenir Next LT Pro;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 50px;
}

.individual-prog-header p {
    font-size: 30px;
    margin-top: 20px;
}

.individual-prog-info_right .individual-prog-info_company div {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
}

.individual-prog-info_right .individual-prog-info_company div b {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
    top: 2px;
}

.individual-prog-info_right .individual-prog-info_company div span {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
    line-height: 30px;
}

.individual-prog-info_right .individual-prog-info_company div span i {
    font-style: italic;
}

#awards-banner {
    text-align: center;
}

#awards-banner li {
    max-width: 100%;
    font-family: Avenir Next LT Pro;
    font-size: 25px;
    font-weight: bold;
    display: table;
    background-color: #ddd3be;
}

#awards-banner li::after {
    content: "";
    width: 250px;
    height: 250px;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -125px;
    left: 50%;
    margin-left: -125px;
    border-radius: 100%;
}

.individual-prog-info-awards .free-simple-slider .slider-dots li {
    height: 10px;
    width: 10px;
}

#awards-banner li p {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 99;
}

#awards-banner li p i {
    font-style: italic;
}

.individual-prog-info-awards {
    margin: 60px 0;
}

.individual-prog-info-awards .free-simple-slider .slider-dots li.current {
    background-color: #bf8419;
    border: 1px solid #bf8419;
}

.individual-prog-info-ticket>div {
    border: 3px solid #3d3d3d;
    display: flex;
}

.individual-prog-info-ticket .individual-prog-info-ticket-left {
    padding: 3%;
    width: 61%;
}

.individual-prog-info-ticket .individual-prog-info-ticket-left ul {
    margin-top: 30px;
}

.individual-prog-info-ticket .individual-prog-info-ticket-right {
    padding: 3%;
    width: 39%;
    border-left: 3px solid #3a3a3a;
}

.individual-prog-info-ticket-left h4 {
    font-family: Avenir Next LT Pro;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    display: inline-block;
    padding-bottom: 7px;
}

.individual-prog-info-ticket-left ul li img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -5px;
    margin-right: 10px;
}

.individual-prog-info-ticket-left ul li ol li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 5px;
    margin-left: 20px;
    padding-right: 20px;
}

.individual-prog-info-ticket-left ul li {
    margin-top: 20px;
    font-size: 20px;
}

.individual-prog-info-ticket-left ul li p {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    position: relative;
    top: -5px;
}

.individual-prog-info-ticket-left ul li a {
    color: #363636 !important;
}

.individual-prog-info-logo {
    text-align: center;
    font-family: proximanovalight;
    font-weight: bold;
    padding: 0 30px;
}

.individual-prog-info-logo p {
    margin-top: 15px;
}

.individual-prog-info-logo img {
    display: inline-block;
    margin: 60px 0;
}

.acc_panel .message_info>div.people-img img {
    width: 70%;
}

header .menu_area {
    padding-top: 15px;
}

#go-top-button{
	position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
	height: 100px;
    z-index: 9999;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.mobile-show{
	display: none;
}

.mobile-hide{
	display: block;
}

.coming-soon{
	text-align: center;
    margin: 3%;
    font-size: 2em;
	font-family: Circular-Std-bold;
}

.inside-page .prog-content2 p.b_words{
	font-size: 1.8em;
}

.inside-page .prog-content2 p.s-font{
	font-size: 1em;
}

@media (min-width: 768px) {
    .discover-feature {
        padding-top: 220px;
    }
    .ack-item ul li::before {
        content: "";
        height: 100%;
        width: 1px;
        background-color: #999899;
        position: absolute;
        top: 0;
        left: 22%;
    }
    .acc_panel .message_info>div.people-img img {
        width: 40%;
    }
    .individual-prog-info {
        display: flex;
    }
    .individual-prog-info_right {
        order: 3;
    }
    .individual-prog-info_left {
        order: 2;
    }
    .album .acc .acc_ctrl {
        display: none;
    }
    .album .acc .acc_panel {
        background: transparent;
        padding: 0;
    }
    .album .acc .acc_panel .message_info>div {
        width: 100%;
    }
    .programmes-list ul li {
        display: flex;
    }
    .programmes-list ul li .img-item {
        margin-bottom: 0;
    }
    .programmes-left {
        width: 30%;
        display: inline-block;
        vertical-align: top;
    }
    .programmes-right {
        width: 67%;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #606060;
        position: relative;
    }
    .about-left {
        padding-bottom: 60px;
    }
    .discover-feature:before {
        content: "";
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        background-color: #3d3d3d;
        z-index: 1;
    }
    .discover-feature .discover-feature__header {
        padding-right: 30px;
        margin-bottom: -23%;
        padding-bottom: 6rem!important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .discover-feature .discover-feature__list article:first-of-type {
        margin-left: 50%;
    }
    .discover-feature .discover-feature__list article:nth-of-type(odd) {
        padding-right: 0;
        padding-left: 60px;
    }
    .discover-feature .discover-feature__list article:nth-of-type(odd)>:before {
        left: 0;
        right: auto;
        margin-left: -60px;
        margin-right: 0;
    }
    .discover-feature .discover-feature__list article>:before {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        position: absolute;
        top: 35%;
        right: 1px;
        margin-right: -60px;
        background-color: #fff;
    }
    .discover-feature .discover-feature__list article>* {
        position: relative;
    }
    .discover-feature .discover-feature__list article:nth-of-type(2n) {
        position: relative;
        top: -200px;
    }
    .discover-feature .discover-feature__list article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .discover-feature .discover-feature__list article {
        padding-right: 60px;
    }
    .navwrap:after {
        content: "";
        position: absolute;
        height: 20vh;
        width: 100%;
        top: 100%;
        left: 0;
        opacity: 0;
        background: #fff;
        -webkit-transform: translateY(calc(100vh - 105px));
        -ms-transform: translateY(calc(100vh - 105px));
        transform: translateY(calc(100vh - 105px));
        -webkit-transition: all .3s ease-in-out 60ms;
        -o-transition: all .3s ease-in-out 60ms;
        transition: all .3s ease-in-out 60ms;
    }
    .navwrap .mobile-menu-other {
        display: none;
    }
    .navwrap.is--opening::after {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .discover-feature {
        padding-top: 280px;
    }
    .navwrap .share_to_box {
        display: none;
    }
    header .icon_area {
        width: 100%;
        max-width: 325px;
    }
    header .top-header .menu_area .share_to_box {
        display: inline-block;
    }
    .navwrap {
        z-index: -1;
        top: 82px;
    }
    .is--open.navwrap {
        top: 100px;
    }
	.menu-left {
		min-height: 60vh;
	}
	.main-nav .menu-right > ul, .main-nav .menu-right > .sns-div{
		display: none;
	}
	#Programmes-Highlight .programmes-highlight-title{
		min-height: 168px;
	}
	
	html[lang="zh-tc"] #Programmes-Highlight .programmes-highlight-title > div > img, html[lang="sc"] #Programmes-Highlight .programmes-highlight-title > div > img{
		bottom: 100px;
	}
}

@media (min-width: 1200px) {
    .discover-feature {
        padding-top: 200px;
    }
}

@media (max-width: 992px) {
	#Posthuman-Condition{
		padding-bottom: 50px;
	}
	.swiper.pc-Swiper .swiper-slide .yt-div{
		height: 35vh !important;
	}
    header .icon_area {
        width: 100%;
        max-width: 235px;
    }
	
	header .top-header{
		padding: 0 20px;
	}
	
	header .icon_area .logo img{
		height: 50px;
	}
	
	header .top-header .menu_area .menu-block:not(.menu){
		display: none;
	}
	
	.inside-page .prog-title > p{
		font-size: 2em;
		margin-top: 5%;
	}
	
	.inside-page .prog-content .prog-content-play-btn{
		width: 3rem;
		left:-6%;
	}
	
	.inside-page .prog-content .prog-content-play-btn-2{
		width: 3rem;
		left:-6%;
		top: 90px;
	}
	
	.inside-page .prog-content .prog-content-play-btn > a > p{
		font-size: 0.75em;
		/*display:none;*/
	}
	
	.inside-page .prog-content .prog-content-play-btn-2 > a > p{
		font-size: 0.75em;
		/*display:none;*/
	}
	
	.inside-page .prog-content{
		display: block;
		width: 90%;
		margin: 5% auto;
	}
	
	.inside-page .prog-content .prog-content-right, .inside-page .prog-content .prog-content-left{
		width: 100%;
	}
	
	.inside-page .prog-content .prog-content-left > img{
		position: inherit;
		width: 80%;
		right: auto;
		top: auto;
		display: block;
	}
	
	.inside-page .prog-content2{
		width: 90%;
		margin: 2% auto 0 auto;
	}
	
	.inside-page .prog-content2 p.prog-content2-title{
		font-size: 1.5em;
	}
	
	.inside-page .prog-content2 p, .inside-page .prog-content2 table{
		font-size: 0.8em;
	}
	
    .img-slider .free-simple-slider .slider-box,
    .flexslider .slides img,
    .flexslider .slides li {
        height: 800px;
    }
    .programmes-right .buttons div a,
    .programmes-right .buttons div span {
        padding: 10px 10px;
        font-size: 16px;
    }
    .menu-left h2 {
        font-size: 25px;
    }
    .menu-left ul li {
        font-size: 22px;
    }
    .programmes-list ul.grid li .img-item {
        margin-bottom: 0px;
    }
    .menu-left ul li:last-child {
        margin-bottom: 0;
    }
    .programme-item h3 {
        font-size: 23px;
    }
    .programme-item h4 {
        font-size: 25px;
    }
    .programme-item p {
        font-size: 22px;
    }
    /* .srcoll-bar div,
    .srcoll-bar a {
        display: none;
    } */
    /* .srcoll-bar {
        top: inherit;
        bottom: 5%;
        margin-top: 0;
        position: absolute;
    } */
    .srcoll-bar div.mobile-scroll,
    .srcoll-bar a.mobile-scroll {
        display: block;
    }
    .inner-bg::before {
        top: 70px;
    }
    .discover-feature .discover-feature__list h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .discover-feature {
        padding-top: 100px;
    }
    .discover-feature .discover-feature__header h1 {
        font-size: 60px;
    }
    header .menu_area {
        width: 70%;
		padding: 0;
    }
    header .menu_area {
        margin-top: 0px;
    }
    .navwrap {
        top: 70px;
    }
    .navwrap.is--opening {
        top: 81px;
    }
    header .menu_area {
        width: 285px;
        display: inline-block;
    }
    .navwrap .share_to_box {
        background: #fff;
        text-align: center;
        /* border-top: 3px solid #000; */
        padding: 10px 0;
    }
    .navwrap .share_to_box ul li a img {
        width: 60px;
    }
    footer .footer-item {
        width: 100%;
    }
	/*	 2023-06-27 handle font-size < 16px
    footer .footer-item-about a {
        font-size: 13px;
        padding-right: 10px;
        margin-right: 10px;
    }
	*/
	footer .footer-menu{
		width: 100%;
	}
	
	footer .footer2 .footer-menu .footer-last-update{
		font-size: 0.8em;
	}
	
    .programmes-list ul.grid li .programmes-right {
        padding-right: 0;
    }
	/*	 2023-06-27 handle font-size < 16px
    .programmes-list ul.grid li .programmes-right .buttons div a,
    .programmes-right .buttons div span {
        padding: 10px 10px;
        font-size: 12px;
    }
	*/
    .programmes-list ul.grid li .programmes-right .buttons div {
        padding-right: 0;
    }
    .programmes-list ul.grid li .programmes-right {
        padding-bottom: 60px;
        position: relative;
    }
	
	#page-banner .banner .next, #page-banner .banner .prev, #Banner .banner .next, #Banner .banner .prev{
		width: 3rem;
	}
	
	.pc-Swiper div img.play_btn_img{
		width: 40%;
	}
	
	.pc-Swiper .slider-title > p{
		font-size: 1em;
	}
	
	.pc-Swiper .slider-title > div > img{
		width: 1rem;
		bottom: 20%;
		left: 15%;
	}
	
	.pc-Swiper .next, .pc-Swiper .prev{
		width: 35px;
	}
	
	.pc-Swiper .prev{
		right: 15%;
	}
	
	.pc-Swiper .pc-more-btn, #Programmes-Highlight .pc-more-btn{
		padding: 0.5em;
	}
	
	.pc-Swiper .pc-more-btn > a, #Programmes-Highlight .pc-more-btn > a{
		font-size: 0.7em;
	}
	
	#Programmes-Highlight .programmes-highlight-title{
		width: 20rem;
		position: relative;
		margin-left: 3%;
	}
	
	#Programmes-Highlight .programmes-highlight-title > p{
		font-size: 1.5em;
	}
	
	#Programmes-Highlight .programmes-highlight-title > div > img{
		width: 0.9rem;
		bottom: 9px;
		right: 15%;
	}
	
	html[lang="zh-tc"] #Programmes-Highlight .programmes-highlight-title > div > img, html[lang="sc"] #Programmes-Highlight .programmes-highlight-title > div > img{
		right: auto;
		left: 30%
	}
	
	#Programmes-Highlight .ph-Swiper .prog-type > p{
		font-size: 0.7em;
	}
	
	#Programmes-Highlight .ph-Swiper p{
		font-size: 0.8em;
	}
	
	#Programmes-Highlight .ph-Swiper .prog-remark > p{
		font-size: 0.6em;
	}
	
	#Programmes-Highlight .discover-box{
		padding-top: 20px;
	}
	
	.home-bg_left, .home-bg_right, .home-bg_right-top{
		display: none;
	}
	
	#Programmes-Highlight .next, #Programmes-Highlight .prev{
		top: 5%;
		width: 35px;
	}
	
	#Programmes-Highlight .next{
		right: 5%;
	}
	
	#Programmes-Highlight .prev{
		right: 17%;
	}
	
	#Programmes-Highlight .pc-more-btn{
		margin: 2%;
	}
	
	.inside-page .prog-content-item:not(:has(img)) > p:has(.buy-btn){
		margin-left: 0;
	}
	.inside-page .multi-prog-tab{
		display: block;
	}
	
	html[lang="en"] .inside-page .multi-prog-tab .prog-tab{
		margin-bottom: 3%;
	}
	
	html[lang="en"] .inside-page .multi-prog-tab .prog-tab p {
		padding: 12% 15%;
	}
	
	header .top-header-line::before{
		background-size: auto;
		top: 0;
	}
	
	.inside-page .prog-path{
		display: none;
	}
	
	.inside-page #page-banner{
		margin-top: 5%;
	}
	
	.inside-page .prog-content .prog-content-left > img{
		display: none;
	}
	
	.inside-page .prog-tab, .inside-page .prog-title, .inside-page .prog-content .prog-content-right .prog-content-item > p, .inside-page .prog-content .prog-content-right .prog-content-item li > p{
		font-size: 0.8em;
	}
	
	.inside-page .prog-content .prog-content-right .prog-content-item > img{
		width: 30px;
	}
	
	.inside-page .prog-content-item:not(:has(img)){
		min-height: 28.66px;
	}

	.inside-page .prog-content-item:not(:has(p)){
		min-height: 20px;
	}

	.inside-page .prog-content-item:not(:has(img)) > p{
		margin-left: 30px;
	}

	.inside-page .prog-content-item:has(img){
		margin-top: 5px;
	}
	
	.main-nav .menu-left{
		min-height: 55vh;
	}
	
	.main-nav .menu-right{
		display: flex;
	}
	
	.main-nav .menu-right > ul{
		text-align: center;
	}
	
	.main-nav .menu-right > ul:first-of-type{
		width: 42%;
	}
	
	.main-nav .menu-right > ul > li{
		line-height: 30px;
		height: 30px;
		margin-top: 20px;
	}
	
	.main-nav .menu-right > img{
		width: 40px;
		height: 40px;
		margin: auto;
	}
	
	.mobile-show{
		display: block;
	}

	.mobile-hide{
		display: none;
	}
	
	.inside-page .prog-content2 p.b_words{
		font-size: 1.2em;
	}
	
	.pc-Swiper iframe{
		max-height: 300px;
	}
	
	footer .footer1{
		padding-top: 40px;
	}
	
	footer .footer1 .footer-menu{
		display: block;
	}
	
	footer .footer-menu .footer-item .first-item > a{
		margin-left: 0;
	}
	
	.footer1 .footer-menu .footer-item .footer-btn span{
		font-size: 16px;
	}
	
	.footer1 .footer-menu .footer-item .footer-btn svg{
		top: 3px;
	}
	
	.inside-page .prog-content2 p.s-font{
		font-size: 0.6em;
	}
	
	.inside-page .prog-content2 > .prog_form .cms-form-item{
		display: block;
	}
	
	.inside-page .prog-content2 > .prog_form .cms-form-item .item-title{
		width: 100%;
	}
	
	.inside-page .prog-content2 > .prog_form .cms-form-item > div p{
		overflow-wrap: break-word;
	}
}

@media (max-width: 768px) {
    .navwrap .share_to_box ul li a img {
        width: 50px;
    }
    .flexslider {
        margin: 75px 0 0px;
    }
    .audience-item ul li {
        padding: 0 0 20px 0;
        margin-top: 0;
    }
    .acc_panel .message_info .people-img {
        /* order: 1; */
        width: 100%;
        float: none;
        max-width: 100%;
        padding: 0 30px;
    }
    .acc_panel .message_info .people-img {
        margin-bottom: 0;
    }
    .fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
    .fp-scrollable .fp-section,
    .fp-scrollable .fp-slide {
        height: auto !important;
        min-height: auto !important;
    }
    .sups-items div.partners-logo ol li {
        width: 49%;
    }
    .sups-items div.partners-logo ol li img {
        max-width: 80%;
    }
    .about-title h2,
    .message-item>h2,
    .contact-item>h2,
    .programmes-head>h2 {
        font-size: 36px;
    }
    .audience-box h3 {
        margin-bottom: 10px;
    }
    .srcoll-bar a {
        width: 60px;
    }
    .contact-item ul li {
        margin-bottom: 30px;
    }
    .audience-item ul li>div,
    .ack-item ul li>div {
        width: 100% !important;
        display: block;
        padding: 0 !important;
        padding-right: 0 !important;
    }
    .audience-item ul li>div:first-child {
        border-bottom: 1px solid #606060;
        padding: 20px 0 !important;
        margin-bottom: 20px;
    }
    .sups-items ul li>div {
        padding: 0;
    }
    .audience-item ul li>div b,
    .ack-item ul li>div b {
        margin-bottom: 20px;
        display: block;
    }
    .prog-slider-list {
        padding-bottom: 146px;
    }
    .sups-items ul li>div b {
        margin-bottom: 0;
    }
    .sups-items ul li:last-child {
        border-top: 1px solid #606060;
    }
    /* .sups-items ul li:last-child div:first-child {
        padding-top: 0 !important;
    } */
    .prog-slider-list .ticket-info {
        width: 100%;
        bottom: 60px;
    }
    .flexslider {
        margin: 0px 0 0 0;
    }
    .banner-slider {
        padding-bottom: 0;
    }
    .banner-slider .ticket-info {
        width: 100%;
        bottom: 0px;
        position: relative;
        z-index: 99;
    }
    .img-slider .free-simple-slider .next-arrow {
        width: 60px;
        height: 60px;
        top: 146px;
        z-index: 9;
        position: relative;
    }
    .img-slider .free-simple-slider .prev-arrow::after {
        top: 8%;
    }
    .img-slider .free-simple-slider .prev-arrow {
        width: 60px;
        height: 60px;
        top: 146px;
        z-index: 9;
    }
    .individual-prog-header {
        padding: 40px 30px;
    }
    .individual-prog-info-awards {
        margin: 0px 30px 30px;
    }
    .awards-info .free-simple-slider .slider-box {
        height: 250px;
    }
    .individual-prog-header p {
        font-size: 18px;
    }
    .individual-prog-info .individual-prog-info_left,
    .individual-prog-info .individual-prog-info_right {
        width: 100%;
    }
    .individual-prog-info .individual-prog-info_right {
        order: 2;
    }
    .individual-prog-info .individual-prog-info_left {
        order: 3;
    }
    .individual-prog-info::before {
        display: none;
    }
    .individual-prog-header h2 {
        font-size: 30px;
    }
    .ticket-info {
        width: 100%;
        position: relative;
        z-index: 9;
    }
    .img-slider .free-simple-slider .slider-box,
    .flexslider .slides img,
    .flexslider .slides li {
        height: 500px;
        margin-bottom: 0;
    }
    .flexslider .slides li {
        height: 450px;
    }
    .album {
        /* position: absolute;
        left: 0;
        bottom: 0; */
        max-width: 280px;
        width: 100%;
        border: 3px solid #221e1f;
        border-bottom: 0;
        z-index: 9;
        padding: 0;
        text-align: left;
    }
    .album .acc_ctrl h2 {
        padding-right: 0;
    }
    .album .acc_ctrl:after {
        margin-right: 15px;
    }
    .album .acc_ctrl:before {
        margin-right: 15px;
    }
    .album-ul li {
        display: block;
        background: #fff;
        border-bottom: 1px solid #b2b2b2;
    }
    .album-ul li:first-child {
        padding: 20px 10px;
    }
    .album li::after {
        display: none;
    }
    .album .acc_ctrl {
        background: transparent;
        border-top: 0;
        padding: 10px 15px;
    }
    .album .acc_ctrl:before {
        background: #221e1f;
    }
    .album .acc_ctrl:after {
        background: #221e1f;
    }
    .album .acc_panel {
        background: transparent;
        padding: 0;
        display: none;
        line-height: 0;
    }
    .programmes-right h3 {
        font-size: 28px;
    }
    .programmes-right p {
        font-size: 18px;
    }
    .programmes-right .buttons div a,
    .programmes-right .buttons div span {
        font-size: 16px;
    }
    .programmes-list ul.list li {
        position: relative;
        padding-bottom: 60px;
        margin-bottom: 60px;
    }
    .programmes-list ul.list li .img-item {
        margin-bottom: 0px;
    }
    .programmes-list ul.list li .programmes-right .buttons div a,
    .programmes-right .buttons div span {
        margin-bottom: 0;
    }
    .programmes-list ul.list li .programmes-right .buttons .more-btn {
        bottom: 0px;
    }
    .programmes-list ul.list .programmes-right .buttons {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .discover-feature .discover-feature__list .card__category {
        font-size: 16px;
    }
    .discover-feature .discover-feature__list h2 {
        font-size: 24px;
    }
    .discover-feature .discover-feature__list .card__body p {
        font-size: 20px;
    }
    footer .footer-icon a {
        width: 18%;
    }
    .discover-feature .discover-feature__list .card__footer {
        margin-bottom: 40px;
    }
    .discover-feature .discover-feature__header h1 {
        font-size: 50px;
    }
    .navwrap .share_to_box ul li.a2a_kit a {
        padding: 0 20px;
        width: 19%;
    }
    .discover-feature__header {
        padding: 0px 0 60px;
    }
    .navwrap.is--opening {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 100vh;
    }
	
    .main-nav .menu-left,
    .main-nav .menu-right {
        width: 100%;
        max-width: 100%;
        padding: 10%;
        border-bottom: 3px solid #000;
    }
    .main-nav .nav__row {
        display: block;
		height: 100vh;
    }
	.menu-left ul{
		width: 100%;
		margin: 0;
	}
    .acc_panel .message_info>div {
        width: 100%;
        display: block;
    }
    .acc_panel .message_info>div.people-img {
        margin-bottom: 60px;
    }
    .acc_ctrl span {
        display: block;
    }
    .acc_ctrl h2 {
        padding-right: 20px;
        font-size: 23px;
    }
    .inner-box {
        padding-top: 100px;
    }
    .about-left {
        text-align: right;
    }
    .about-left,
    .about-right {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .about-title p {
        font-size: 30px;
    }
    .discover-feature {
        padding-top: 60px;
    }
    .discover-feature .discover-feature__header h1::after {
        width: 150px;
        height: 150px;
        top: -40px;
        right: 0;
    }

    footer {
        padding: 0 0 40px 0;
    }
    footer .footer-last-update,
    .footer-icon {
        text-align: center;
    }
    footer .footer-icon img {
        height: 30px;
    }
    footer .footer-icon a:last-child {
        display: block;
        float: none;
        width: 100%;
    }
    .mobile-menu-other .acc {
        margin: 0;
        padding: 4% 10% 150px 10%;
        background-color: #ded3bf;
    }
    .mobile-menu-other .acc .acc_ctrl {
        border: 0;
        background-color: transparent;
        padding: 0;
        color: #221e1f;
    }
    .mobile-menu-other .acc .acc_ctrl::before,
    .mobile-menu-other .acc .acc_ctrl::after {
        display: none;
    }
    .mobile-menu-other .acc .acc_panel {
        border: 0;
        background-color: transparent;
    }
    .mobile-menu-other .acc .acc_ctrl span {
        width: 35px;
        height: 35px;
        /*background: url('../images/other-down.png') no-repeat center 100%;*/
        display: inline-block;
        background-size: 100%;
        vertical-align: middle;
    }
    .mobile-menu-other .acc .acc_ctrl.active span {
        /* background: url('../images/other-up.png') no-repeat center 100%; */
        background-size: 100%;
    }
    .mobile-menu-other .acc a {
        display: block;
        margin-top: 20px;
        font-size: 20px;
    }
    .mobile-menu-other .acc .footer-item-about a {
        font-weight: bold;
    }
    .programmes-list ul.grid li .programmes-right .buttons div a,
    .programmes-right .buttons div span {
        text-align: center;
    }
    .individual-prog-info-ticket-left ul li a {
        max-width: 70%;
        vertical-align: top;
    }
}

@media (max-width: 580px) {
    header .icon_area {
        width: 100%;
        max-width: 40%;
    }
    .individual-prog-info-logo p {
        line-height: 30px;
    }
    .individual-prog-info .individual-prog-info_right div,
    .individual-prog-info .individual-prog-info_right div img {
        width: 100%;
        height: auto;
    }
    footer .footer-icon a:last-child {
        width: 100%;
        max-width: 18%;
        margin: 0 auto;
    }
    .individual-prog-header h2 {
        font-size: 21px;
    }
    .individual-prog-info_right .individual-prog-info_company div b {
        white-space: nowrap;
    }
    .individual-prog-header h2 {
        line-height: 30px;
    }
    footer .footer-icon img {
        height: auto;
        width: 100%;
    }
    footer .footer-icon a {
        margin-right: 5px;
    }
    .acc_panel .people-img p {
        font-size: 16px;
        margin-top: 10px;
    }
    .inner-bg_right-top {
        top: 0;
    }
    .mobile-menu-other .acc {
        margin: 0;
        padding: 4% 10% 200px 10%;
        background-color: #ded3bf;
    }
    .programmes-left,
    .programmes-right {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-top: 20px;
    }
    .message_info {
        display: flex;
        flex-direction: column;
    }
    /* .acc_panel .message_info>div:first-child {
        order: 2;
        width: 100%;
    } */
    header {
        position: relative;
    }
    .hamburger {
        padding: 16px 0;
    }
    header .menu_area {
        width: 100%;
        max-width: 59%;
    }
    .acc_ctrl h2 {
        font-size: 18px;
        line-height: 25px;
    }
    /* header .menu_area {
        margin-top: 0px;
    } */
    .navwrap {
        top: 60px;
    }
    .logo {
        padding-top: 5px;
    }
    /* .navwrap.is--opening {
        top: 59px;
    } */
	/*	 2023-06-27 handle font-size < 16px
    .programmes-right .buttons div a,
    .programmes-right .buttons div span {
        font-size: 13px;
    }
	*/
    .programmes-list ul.list li .programmes-right .buttons .more-btn {
        bottom: -4px;
        width: 53px;
    }
    .programmes-right p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .programmes-right h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}


/* start calendar */
.before_calendar_outer.mobile{
	display:none;
}

.before_calendar_outer{
	position:absolute;
	width:29%;
	max-width:320px;
	left:5%;
	height:auto;
	background: linear-gradient(to right, #c7d42f,#53baaa);
}

.before_calendar{
	background-color:#edeced;
	height:calc(100% - 24px);
	margin:12px;
	text-align: center;
}
.before_calendar div,
.before_calendar span{
	font-family: 'Circular-Std-bold';
}
.before_calendar_inner{
	padding: 30px;
}

.before_calendar_inner .today_event{
	font-weight: bold;
	color:#666666;
}

.before_calendar_inner .icon_date{
	width: 30px;
	display: inline-block;
	position: relative;
	left: 0;
	top: 10px;
}

.before_calendar_inner hr{
	border: 1px solid #666666;
}

.before_calendar_inner div .date,
.before_calendar_inner div .weekday
{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

.before_calendar_inner div .date{
	font-size:2em;
}
.before_calendar_inner div .weekday{
	font-size:1.3em;
}

.before_calendar_inner .button{
	color: #000;
	font-size:0.8em;
	font-weight: bold;
	border-radius: 100px;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-left: 10%;
	margin-right: 10%;
	cursor: pointer;
}

.calendar_popup_outer{
	background: linear-gradient(to right, #c7d42f,#53baaa);
	padding: 12px;
	max-height: 95%;
	overflow-y: auto;
	overflow-x: hidden;
}
.calendar_popup_outer .close_btn{
	position: absolute;
    right: -2%;
    top: -40px;
    width: 50px;
	cursor: pointer;
}
.calendar_popup{
	background-color:#edeced;
	padding: 20px;
}
.calendar_popup .container{
	padding-top: 30px;
}
.calendar_popup div,
.calendar_popup span{
	font-family: 'Circular-Std-bold';
}
.calendar_part{
	min-height: 340px;
}

.calendar_popup .col:nth-child(2){
	border-left: 1px solid #666666;
}

.calendar_popup .date,
.calendar_popup .weekday{
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
.calendar_popup .date{
	font-size: 1em;
}
.calendar_popup .weekday{
	font-size: 0.6em;
}

.calendar_popup  .calendar_part .calendar td{
	padding: 10px;
}
.calendar_popup  .calendar_part .calendar td:nth-child(1){
	padding-left: 0px;
}

.calendar_popup .calendar_part .calendar td .day{
	border-radius: 30px;
	padding: 5px 10px;
}
.calendar_popup .calendar_part .calendar td .day.has_event{
	background-color: #bad8d2;
}
.calendar_popup .calendar_part .calendar td .day.today{
	background-color: #c7d42f;
}

.calendar_popup .calendar_part .calendar .simple-calendar-btn.btn-prev,
.calendar_popup .calendar_part .calendar .simple-calendar-btn.btn-next{
	width: 4em;
	height: 4em;
	position: absolute;
	top: -25px;
	transform: scale(0.5);
}
.calendar_popup .calendar_part .calendar .simple-calendar-btn.btn-prev{
	background-image: url(../images/arrow05.png);
	left: 0px;
}
.calendar_popup .calendar_part .calendar .simple-calendar-btn.btn-next{
	background-image: url(../images/arrow06.png);
	right: 15px;
}
.calendar_popup .calendar_part .calendar table{
    margin-left: auto;
    margin-right: auto;
}
.day{
	color:#000;
	font-weight:bold;
}
.day.wrong-month{
	display:none;
}

.day.pastday{
	color:#666666;
}
.day:not(.pastday){
	cursor:pointer;
}
.day.selected_day{
	color:#1a8468;
}

.events_part{
	position: relative;
	max-height: 196px;
	min-height: 196px;
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
}
.events_part::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

.events_part::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.events_part .eventDiv{
	cursor:pointer;
	max-width:400px;
}
.events_part .imgDiv{
	width: 30%;
	display: inline-block;
}
.events_part .imgDiv img{
}
.events_part .title{
	width: 68%;
	display: inline-block;
	color:#000;
	font-weight:bold;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
.events_part hr{
	border: 1px solid #666666;
	opacity: 0.6;
	/* width: 90%; */
	margin-left: 0;
	margin-right: 13%;
}

.calendar_popup .scrollCircles{
	position:absolute;
	/* background-color:; */
	right:6%;
	width:17px;
	top: 80%;
	transform: translateY(-50%);
}
.calendar_popup .scrollCircles .scrollCircle{
    position: relative;
	width:17px;
	height:17px;
	border-style:solid;
	border-width:1px;
	border-color:black;
	border-radius:50%;
	top: 50%;
    transform: translateY(-50%);
	margin-top: 3px;
	cursor:pointer;
}
.calendar_popup .scrollCircles .scrollCircle.selected{
	background-color:#abebab;
}

.selected_event_part{
	height:100%;
	max-width: 400px;
	min-width: 400px;
}
.selected_event_part .no_programme{
	color: #666666;
	top: 50%;
	position: relative;
	transform: translateY(-50%);
}
.selected_event_title{
	font-size: 2em;
	font-weight: bold;
	color: #000;
	padding-top: 20px;
}
.selected_event_venue{
	color:#666666;
}
.selected_event_venue div{
	display: inline-block;
	height: 1.5em;
	transform: translateY(25%);
}

@media (max-width: 400px) {
	.mfp-content .calendar_popup_outer{
		position: fixed;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.calendar_popup{
		padding: 5px;
	}
	.calendar_popup .container .row .col{
	    padding-left: 5px;
		padding-right: 5px;
	}
	.calendar_popup .calendar_part .calendar td {
		padding: 5px;
	}
	.calendar_part {
		min-height: 270px;
	}
	.calendar_popup .col:nth-child(2){
		border-left: 0px;
	}
	.events_part{
		max-height:170px;
		min-height:170px;
	}
	.events_part .title{
		padding-right: 24px;
	}
	.selected_event_part{
	    padding-top: 10px;
	}
}

@media (max-width: 540px) and (min-width: 401px){
	.calendar_popup_outer{
		position: fixed;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.calendar_popup{
		padding: 7px;
	}
	.calendar_popup .container .row .col{
	    padding-left: 7px;
		padding-right: 7px;
	}
	.calendar_popup .calendar_part .calendar td {
		padding: 7px;
	}
	.calendar_part {
		min-height: 300px;
	}
	.calendar_popup .col:nth-child(2){
		border-left: 0px;
	}
	.events_part{
		max-height:182px;
		min-height:182px;
	}
	.selected_event_part{
	    padding-top: 10px;
	}
}
@media (max-width: 992px) {
	.before_calendar_outer.mobile{
		display:block;
		position: relative;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 1px;
	}
	.before_calendar_outer.desktop{
		display:none;
	}
	.selected_event_part{
		min-width:226px;
	}
}
@media (max-width: 767px) and (min-width: 541px){
	.calendar_popup .col:nth-child(2){
		border-left:0;
	}
}
@media (max-width: 767px){
	.calendar_popup .container{
		padding-top: 5px;
	}
}
.fake_close_btn{
	position:fixed;
	right:0; 
	width:25px; 
	height:25px; 
	cursor:pointer; 
	z-index:2000; 
}
@media (min-width: 541px){
	.fake_close_btn{
		opacity:0; 
	}
}
@media (max-width: 541px){
	.fake_close_btn{
		opacity:1; 
	}
	.calendar_popup_outer .calendar_popup .container .row .col:nth-child(2){
		display:none;
	}
	.selected_event_part{
		display:none;
	}
}
.ullinks{
	list-style-type:circle;
}


.inside-page table tr td ul li .usefullinkscolor1,
.inside-page table tr td ul li p.usefullinkscolor1
{
	color:#150f28;
	font-size: 22pt;
}

.inside-page table tr td ul li .usefullinkscolor2,
.inside-page table tr td ul li p.usefullinkscolor2
{
	color:#545554;
	font-size: 20pt;
}

/* end calendar */


/* CSS : Make scrollbar visible in mobile browsers (not tested ok) */
/*
::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
*/

