.tpbrochuremma{
    padding: 45px 0 65px;
}
.itbrochureall{
    padding: 40px;
    background-color: #f2f2f2;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itbrochureall:hover{
    transform: translateY(-5px);
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
}
.itbrochureall .thumb{
    margin-bottom: 30px;
}
.itbrochureall .thumb a{
    padding-top: 100%;
    position: relative;
    display: block;
}
.itbrochureall .thumb a .tbimages{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.itbrochureall .thumb a .bling{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    display: block;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}
.itbrochureall .thumb a .bling::before{
    content: '';
    position: absolute;
    left: 100%;
    height: 99%;
    width: 10px;
    background-image: url("../images/brochure/line.png");
    background-position: left top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.itbrochureall .thumb a img{
    width: 100%;
}
.itbrochureall .dstitle{
    margin-bottom: 10px;
}
.itbrochureall .dstitle, .itbrochureall .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itbrochureall .dstends{
    color: #999999;
    font-size: 14px;
}