body, tr, td, p{
    font-family: 'Open Sans', "Proxima Nova Reg", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif, sans-serif;

    /*font-weight:400;*/
}
.top_right_menu{
    list-style: none;
    margin-top: 20px;
    text-align: right;
}

.top_right_menu li {
    display: inline-block;
    padding-left: 20px;
}

.top_right_menu li a{
    color: #999999;
}

.big_logo{
    margin:0 auto;
    text-align: center;
}

.centerMenu{
    text-align: center;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    white-space: nowrap;
}

.centerMenu li {
    display: inline;
    text-align: center;
    margin: 0 8px;
}

.centerMenu li a{
    /*color: #999999;*/
    color: #333;
    font-size: 16px;
    display: inline-block;
    padding:10px 5px;
}
.centerMenu li a:hover, .centerMenu li a:focus {
    color: #666;
}

.centerSubMenu {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index:3;
    display: none;
}
.center-submenu-inner{
    padding: 10px 0;
    background: rgb(233,233,233);
    background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f6f6f6',GradientType=0 );
}
.centerSubMenu .separator:before{
    content:"|";
    display: inline-block;
    margin: 0 5px;
    vertical-align: baseline;
    color: #999999;
}
.centerSubMenu a{
    /*color: #999999;*/
    color: #333;
    display: inline-block;
    padding:10px 7px;
}
.centerSubMenu a:hover, .centerSubMenu a:focus {
    color: #666;
}
.head_menu{
    height: 320px;
}
.center-submenu-padding{
    padding:30px;
}
.footer_content{
    margin-top: 40px;
}

.address{
    margin-bottom: 20px;
}

.address a{
    color: #696969;
}

.address_head{
    font-weight: bold;
    color: #0f0f0f;
}

.happy_box{
    white-space: nowrap;
    text-align: right;
}

.happy_icon{
    margin-right:10px;
    display: inline-block;
    /*float: right;*/
}

.img_overflow_hidden{
    overflow: hidden;
}

.bg_img{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.copyright{
    font-size: 10px;
    list-style: none;
    color:#696969;
    margin-top: 0px;
    margin-bottom: 15px;
    /*white-space: nowrap;*/
    padding: 0;
}

.copyright.privacy_policy{
    text-align: left;
}

@media (min-width: 992px){
    .copyright.privacy_policy{
        text-align: right;
    }
}


.lang{
    text-align: left;
    /*margin-top: 17px;*/
    /*margin-bottom: 25px;*/
}

@media (min-width: 992px) {
    .lang{
        text-align: right;
    }
}

.lang-en .lang select {
    text-indent: 15px;
}

.lang select {
    text-indent: 11px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 5px;
    font-size:14px;
    height: 35px;
    width: 90px;
    color:#333333;
    padding-left:5px;
    padding-right:5px;
    background-color: transparent;
    /*background-image:url(../img/hkac/selectLang.png);*/
    background-position:10px 7px;
    background-repeat:no-repeat;
    background-size:18px 18px;
}

/*.lang select:hover,*/
/*.lang select:focus{*/
/*border: 1px solid rgb(190, 190, 190);*/
/*background-color:rgb(238, 238, 238);*/
/*}*/

.copyright li{
    /*float: left;*/
    display: inline-block;
    padding-right: 10px;
}

.copyright a{
    color:#696969;
    padding-right: 15px;
}

.item{
    position: relative;
    margin-bottom: 35px;
    padding-bottom:15px;
}

.cal_title{
    font-family:"gothic-compressed", "Proxima Nova Reg", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    display:inline-block;
    width:100%;
    font-size:0.9em;
    line-height: 0.7em;
    margin-top:5px;
    white-space: nowrap;
}

.item_cover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#FFF;
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */

    font-size:18px;
    letter-spacing:0;
    text-align:left;
    z-index:300;
    transition: opacity .7s;

    overflow: hidden;
}

.item_cover:hover{
    opacity: 1;

}
.item_cover .content{
    display:inline-block;
    text-align:left;
    margin:25px 30px 25px 30px
}

.item_cover .reg{
    cursor:pointer;
    font-family:"gothic-compressed", "Proxima Nova Reg", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    margin:0px 0 30px 15px;
    border:2px solid #FFF;
    border-radius:20px;
    padding:5px 20px 5px 20px;
}

.item_cover .details{
    cursor:pointer;
    font-family:"gothic-compressed", "Proxima Nova Reg", "MHei", "STHeiti", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
    margin:0px 0 30px 30px;
    border:2px solid #FFF;
    border-radius:20px;
    padding:5px 20px 5px 20px;
}

.mobile_padding{
    height:118px;
}
.mobile_nav{
    background-color:white;
    height: 120px;
    position: fixed;
    top: -200px;
    width: 100%;
    z-index: 1998;
    border-bottom: 1px solid #EEEEEE;
}

.mobile_nav ul{
    list-style: none;
    padding:0;
    margin-top: 10px;
}

.mobile_nav li{
    display: inline;
}

.mobile_nav li a{
    color:#999999;
}

.mobile_nav .menu_btn{
    float:right;
    margin-top: 35px;
    margin-right: 35px;
}

.mobile_nav .event_txt{
    float:left;
    text-align: left;
    margin-top: 25px;
    margin-left: 35px;
}

.mobile_nav .menu_btn a{
    cursor:pointer;
    color:#333;
    /*margin-right:15px;*/
    font-size: 32px;
    padding-top: 5px;
    display: block;
}

#nav-icon3{
    float: right;
    margin: 12px 15px 18px;
    width: 30px;
    height: 22.5px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon3 span{
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgb(110, 110, 110);
    border-radius: 5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1){
    top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3){
    top: 9px;
}

#nav-icon3 span:nth-child(4){
    top: 18px;
}

#nav-icon3.open span:nth-child(1) {
    top: 9px;
    width: 0;
    left: 50%;
}

.big_menu {
    /*display: none;*/
}

@media(min-width:768px){
    .main-menu-wrap {
        box-shadow: 0 2px 40px rgba(150, 150, 150, 0.15);
    }
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%;
}

.overflow_hidden{
    overflow: hidden !important;
}

.os_icon{
    margin-right: 15px;
}

.phone_mock{
    position: absolute;
    bottom:0;
    left: 50%;
    margin-left: -168.25px;
}

.phone_mock_xs{
    position: absolute;
    bottom:0;
    right:0;
}

@media only screen and (min-width: 768px) {
    .centerMenu li {
        margin: 0 10px;
    }
}

@media only screen and (min-width: 992px) {
    .centerMenu {
        margin-bottom:0;
    }
    .centerMenu li {
        margin: 0 15px;
        height: 45px;
        display: inline-block;
        border-bottom: 2px solid transparent;
        transition: border-color 0.2s;
    }
    .centerMenu li.current {
        border-color:#aaa;
    }
    .centerMenu li.current a{
        color: #666;
    }
}

@media only screen and (min-width: 1280px) {
    .centerMenu li {
        margin: 0 8px;
    }
}
.sep-line{
    border-color: #b3b3b3;
}
.readmore-line{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAAAAAA6fptVAAAACklEQVQI12O4DwAA4QDg9/L/0wAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat:repeat-x;
    text-align: center;
}
.readmore-line a{
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #636363;
    text-align: center;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    width: 178px;
    color: #929292;
    background-color:#fff;
}
.readmore-line:focus,
.readmore-line:hover{
    color:#626262;
}
.link-button{
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #636363;
    text-align: center;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    min-width: 178px;
    padding: 0 30px;
    color: #929292;
    transition: color 0.2s;
}
.link-button:focus,
.link-button:hover{
    color: #626262;
}
.mobile_menu_items ul li a.small{
    font-size: 14px;
}
.visible-link:hover a,
.visible-link:focus a,
.visible-link.current a{
    color:#666;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

/* calendar event item */
.calendar-event-items{
    /*text-align: center;*/
    /*white-space: nowrap;*/

    display: flex;
    flex-wrap: wrap;
}
.calendar-event-item{
    /*display: inline-block;*/
    /*vertical-align: top;*/
    text-align: left;
    flex-grow: 1;
    margin-bottom:20px;

    width:100%;
}
.calendar-event-item-img{
    background-position: center;
    background-repeat: no-repeat;
    background-color:#eee;
    background-size:cover;
    /*width:304px;*/
    /*height:250px;*/
    padding-top: 56.25%;
}

.full .calendar-event-item-img{
    width: 150px;
}

/*.calendar-event-item-img:after{*/
/*content:'';*/
/*height:100%;*/
/*width:100%;*/
/*position: absolute;*/
/*background-color:rgba(0,0,0,0);*/
/*-webkit-transition: background-color 0.2s;*/
/*-moz-transition: background-color 0.2s;*/
/*-ms-transition: background-color 0.2s;*/
/*-o-transition: background-color 0.2s;*/
/*transition: background-color 0.2s;*/
/*}*/
/*a .calendar-event-item-img:hover:after{*/
/*background-color:rgba(0,0,0,0.3);*/
/*}*/

.calendar-event-item-info:before{
    content:'';
    top:0;
    height:100%;
    width:100%;
    position: absolute;
    background-color:rgba(0,0,0,0);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

/*.calendar-event-item-info.active:before{*/
/*    background-color:rgba(0,0,0,0.3);*/
/*}*/

.calendar-event-item-info{
    padding: 20px 0 20px;
    overflow: hidden;
    position: relative;
}

.full .calendar-event-item-info{
    padding: 0 10px;
}

.calendar-event-item-cat{
    font-size: 0.9em;
    font-weight: bold;
}
.cal-text-wrap{
    line-height: 1em;
}
.calendar-event-item-locdate{
    color:#888;

    margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.6;
    max-height: 19.2px; /* fallback fontsize x line-height x row */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.calendar-event-hr-wrap{
    display: none;
}
@media(min-width:992px){
    .calendar-event-hr-wrap{
        display: block;
    }
}
.calendar-event-item-hr{
    display: inline-block;
    width: 30px;
    height: 1px;
    margin:10px 0 7px;
    background-color: #ababab;
}
.calendar-event-separator{
    display: inline-block;
    width:7px;
}

.calendar-event-item.cat1 .calendar-event-item-cat{  color: #f81024;  }/* <1>Visual Arts */
.calendar-event-item.cat2 .calendar-event-item-cat{  color: #fb511e;  }/* <2>Film & Media Arts */
.calendar-event-item.cat3 .calendar-event-item-cat{  color: #f73da8;  }/* <3>Performing Art :D */
.calendar-event-item.cat4 .calendar-event-item-cat{  color: #23c669;  }/* <4>Comics & Animation */
.calendar-event-item.cat5 .calendar-event-item-cat{  color: #23ccf7;  }/* <5>Public Art */
.calendar-event-item.cat6 .calendar-event-item-cat{  color: #5640b8;  }/* <6>Art Education */
.calendar-event-item.cat7 .calendar-event-item-cat{  color:grey;  }/* <7>Special Projects */
.calendar-event-item.cat8 .calendar-event-item-cat{  color:grey;  }/* <8>Others */
@media(min-width:992px){
    .calendar-event-item{
        width: 33%;
        padding:0 5px;
        max-width: 33.333333333%;
        margin-bottom:10px;
        float: left;
    }

    .calendar-event-item.full{
        width: initial;
        max-width: initial;
        margin-bottom:20px;
        float: initial;
    }

    .full .calendar-event-item-img{
        width: 300px;
    }

    .calendar-event-item-img{
        /*height:185px;*/
    }
}

@media(min-width:992px){
    .calendar-event-item-info{
        height:250px;
        padding:20px;
        background-color: #fff;
    }

    .full .calendar-event-item-info{
        height:initial;
    }
    .calendar-event-item-info:after{
        content:'';
        display: block;
        width:100%;
        height:15px;
        position: absolute;
        bottom:0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        pointer-events: none;
    }
}
/* end calendar event item */

h4 {
    line-height: 1.3em;
}
.lined-title{
    text-align: center;
    padding:20px 0;
    white-space: nowrap;
}
.lined-title:before,
.lined-title:after{
    content:'';
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 1px;
    background-color:#444;
    margin:0 15px;
}
@media(max-width:991px){
    .lined-title:before,
    .lined-title:after{
        content:none;
    }
}
.lined-title *{
    color:#444;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}
.owl-theme .owl-dots .owl-dot span {
    box-shadow: 0 3px 12px rgba(30,30,30,0.8);
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background:#fff;
}

/* art the the centre */
.calendar-hire{
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*left: 15px;*/
    background-color: #c7c7c7;
    /*z-index: 2;*/
    color: white;
    padding: 1px 12px 0;
    border-radius: 15px;
    font-size:12px;
    cursor:default;
    display: inline-block;
}


.member-exclusive{
    /*position: absolute;*/
    /*bottom: 50px;*/
    /*left: 15px;*/
    background-color: #603896;
    /*z-index: 2;*/
    color: white;
    padding: 1px 12px 0;
    border-radius: 15px;
    font-size:12px;
    cursor:default;
    display: inline-block;
}


.tag{
    padding:0 18px;
    line-height: 28px;
    height: 28px;
    border-radius: 14px;
    color:#fff;
    background-color: #fc6669;
    margin-right:10px;
    display: inline-block;
    font-size: 14px;
    margin-bottom:10px;
}
.tag:hover{

    background-color: #e75a5d;
}
.reg-button{
    display: inline-block;
    border-radius: 25px;
    border: 1px solid #222;
    text-align: center;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    min-width: 178px;
    padding: 0 30px;
    color: #fff;
    transition: background-color 0.2s;
    background-color:#222;
    cursor:pointer;
}
.reg-button:focus,
.reg-button:hover{
    background-color: #444;
}
a.filink{
    opacity:0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    will-change:opacity;
}
a.filink:hover,
a.filink:focus{
    opacity:1;
}
a.blink:hover,
a.blink:focus{
    color:#000;
}

.mainContainer.notSticky .paddingTop20.paddingBottom10.text-center h3{
    margin-top: 15px;
    margin-bottom: 5px;
}

/*.cccApp *{*/
/*    font-size: 16px;*/
/*}*/

.hkac-header-tabs{
    background-color: #f4f4f4;
    padding:20px 0;
}
.hkac-header-tabs a{
    display: inline-block;
    white-space: normal;
    text-align: center;
    padding: 0 10px;
    transition: color 0.2s;

    color: #636363;
    font-size:16px;
}
