#site-content-kcsg-events .page-title{margin-bottom: 0;}
.event-detail-main-content .event-detail-title h2 .title-page-text{
    font-size: 24px;
    font-weight: bold;
    font-family: inherit;
    color: inherit;
}
.event-table{
    margin-top: 30px;
    font-size: 13px;
}
.event-thead{
    color:#dd283c;
}
.event-content{
    font-weight: bold;
    color:#342a27;
}
.title-content a{
    font-weight: bold;
    color:#0ca3a1!important
}
.title-content a:hover, .title-content a:focus{
    text-decoration: none;
    color:#0ca3a1!important;
}
.title-content div{
    color: #898989;
}
.event-content{
    font-weight: bold;
}

.event-content.status-content{
    width: 120px;
}

.event-open{
    color: #5e9f5f;
}
.event-close{
    color: #898989;
}
.event-banner{
    position: relative;
}
.event-banner img {
    z-index: -1;
}
.event-banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
}
.event-banner-content label{
    font-size: 30px;
    font-weight: 100;
}
.event-banner-content label > hr{
    width: 30%;
    border-top: 1px solid #fff;
    margin-top:0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## Events Detail Page
--------------------------------------------------------------*/
.event-detail{
    background: url(../kcsg/assets/img/background.png) no-repeat;
    padding-bottom: 50px;
}
.event-header{
    padding-top: 5px;
    color:#db192f;
    font-size: 13px;
}
.event-detail-content{
    margin-top: 20px;
}
.event-detail-row{
    height: 40px;    
}
.event-row-title{
    height: inherit;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    font-weight: bold;
    background: rgba(221, 221, 221, 0.5);
    border-right: 1px solid #fbfbfb;
    border-bottom: 1px solid #fbfbfb;
}
.event-row-content
{
    font-weight: bold;
    font-size: 13px;
    height: inherit;
    display: inline-block;
    line-height: 40px;
    background: rgba(221, 221, 221, 0.5);
    border-bottom: 1px solid #fbfbfb;

}
.event-row-content a,
.event-row-content a:hover,
.event-row-content a:focus{
    text-decoration: none;
    color: #db1a32;
}
.event-detail-row-content{
        overflow: hidden;
}
.detail-row-title{
    padding-top:10px;
    font-size: 13px;
    font-weight: bold;
    background: rgba(221, 221, 221, 0.5);
    border-right: 1px solid #fbfbfb;
    float: left;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}
.detail-row-content{
    padding-top:10px;
    font-weight: bold;
    font-size: 13px;
    background: rgba(221, 221, 221, 0.5);
    float: left;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}
.capacity{
    border-top: 1px solid #fbfbfb;
}
.reference-row{
    height: 60px;
}
.reference-title{
    height: inherit;
    display: inline-block;
    font-size: 13px;
    line-height: 60px;
    font-weight: bold;
    background: rgba(221, 221, 221, 0.5);
    border-right: 1px solid #fbfbfb;
    border-bottom: 1px solid #fbfbfb;
}
.reference-content{
    font-weight: bold;
    font-size: 13px;
    height: inherit;
    display: inline-block;
    line-height: 60px;
    background: rgba(221, 221, 221, 0.5);
    border-bottom: 1px solid #fbfbfb;
}
.reference-content a,
.reference-content a:hover,
.reference-content a:focus{
    text-decoration: none;
     color: #db1a32;
}
.reference-icon{
    display: inline-block;
}


.red-message{
    color: #db1a32;
}
.red-message a,
.red-message a:hover,
.red-message a:focus{
    text-decoration: none;
    color: #db1a32;
    font-weight: bold;
    font-size: 13px;
}
.event-btn-group{
    margin-top: 30px;
}
.event-btn{
    height: 30px;
    color: #fff!important;
    font-size: 13px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}
.category-content a{
    color:black!important;
}
.category-content a:hover{
    color:black!important;
    text-decoration: none;
}
.event-btn:hover,
.event-btn:focus{
    color: #fff;
}
.btn-event-attend{
    width: 200px;
    background: #e83f52;
}
.btn-event-closed{
    width: 160px;
    background: #898989;
    margin-left: 5px;
}