

[data-cattype="216"] ul.list-cert > li{
    width: 250px;
    height: 187px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../../data/ckfinder/images/blank.jpg');
    
    position: relative;
    border: 1px solid #ccc;
    margin: 10px;
    cursor: pointer;
    overflow: hidden;
}

[data-cattype="216"] ul.list-cert > li:hover > a{ 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

[data-cattype="216"] ul.list-cert > li::before{ 
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
    font-family: 'FontAwesome';
    font-size: 30px;
    width: 100%;
    height: 100%;
    background: rgba(32, 108, 183, 0.76);
    position: absolute;
    opacity: 0;
    content: "\f055";
    left: 0;
    color: #fff;
    padding: 26% 46%;
    text-align: center;
}
[data-cattype="216"] ul.list-cert > li:hover::before{
    z-index: 1;
    opacity: 0.8;
}

[data-cattype="216"] ul.list-cert > li span{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px ;
    width: 100%;
    text-align: center;
    background: rgba(26, 89, 86, 0.8);
    color: #fff;
}


[data-cattype="216"] .accordion-toggle{ text-align: left; }
[data-cattype="216"] .panel-collapse{ background: #fff; }


.osp216 .container {
    max-width: 900px;
}

.osp216 .listImage .thickbox{ border: none; }
.osp216 .listImage .wrapper_image{ border: 1px solid #009A93; }
