﻿.concert-cat {
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    font-weight: 400;
    color: #e80b15;
    margin: 10px 0 15px;
    border-bottom: 1px solid;
    padding: 0 0 5px;
    font-size: 24px
}

.list-concert-img {
    width: 100%
}

.soldOut {
    top: -6px;
    left: 6px;
    position: absolute
}

.detail-list-concert {
    color: #9e9e9e !important;
    text-align: center !important;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

.title-concert {
    margin: 8px 0;
    color: #000;
    font-size: 17px;
    font-weight: bold;
}

.endTime {
    background: #cacaca;
    font-size: 13px;
    padding: 3px;
    margin: 5px 0;
    color: #d10202;
    text-align: center;
    display: block
}

.div-off {
    padding: 5px 0;
    display: inline-block
}

.sale-off {
    border-radius: 5pc;
    background: #ef5661;
    padding: 2px 6px 0;
    display: inherit;
    margin-top: 1px;
    color: #fff
}

.comming-soon-Rate {
    font-size: 16px;
    margin-top: 5px;
    padding: 3px;
    color: #2ea268;
    border-right: 3px solid #1c963c;
    font-weight: 700;
    display: inline-block
}

.concertListHall:hover {
    text-decoration: none
}

.concertListHall .thumbnail {
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.concertListHall {
    padding-right: 7px;
    padding-left: 7px
}

.disable-block {
    cursor: not-allowed
}

.f-13 {
    font-size: 13px
}
del {
    color: #ff5959;
}
.btn-view {
    margin: 0 auto 10px;
    display: block;
    width: 95%;
}
.ribbon {
    position: absolute;
    left: 2px;
    top: -2px;
    z-index: 10;
    overflow: hidden;
    width: 95px;
    height: 95px;
    text-align: right;
}
.ribbon span {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79a70a;
    background: -webkit-gradient(linear,left top,left bottom,from(#f70505),to(#8f0808));
    background: linear-gradient(#f70505,#8f0808);
    -webkit-box-shadow: 0 3px 10px -5px #000;
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px;
}
.ribbon span:after, .ribbon span:before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
}
.ribbon span:before {
    left: 0;
    border: 3px solid #8f0808;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.ribbon span:after {
    right: 0;
    border: 3px solid #8f0808;
    border-bottom-color: transparent;
    border-left-color: transparent;
}









@media(max-width:768px) {
    .title-concert {
        font-size: 12px !important
    }

    .endTime {
        font-size: 10px !important;
        padding: 1px
    }

    .f-13 {
        font-size: 9px
    }
}
