@charset "utf-8";
/* CSS Document */

.crumbs{
    padding: 1.5% 0 ;
}

.venues_respic .bigImg{
    padding-bottom: 20px;
    margin-top: 20px;
}

.venues_respic .bigImg li span{
    position: absolute;
    width: 96%;
    bottom: 0;
    background: rgba(0,0,0,.5);
    min-height: 40px; 
    line-height: 22px;
    padding: 15px 2%;
    color: #fff;
    text-align: left!important;
}

.venues_respic{
    padding-bottom: 60px;
}


@media screen and (max-width: 640px){
.venues_respic{
    padding-bottom: 20px;
}

}