.block-download-documents-adaptive{overflow: hidden;}
.block-download-documents-adaptive_item{display: block;width: 100%;box-sizing: border-box;padding: 10px 0;text-decoration: none;color: #333;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
.block-download-documents-adaptive_item:hover{text-decoration: none;color: #ff5a53;}
.block-download-documents-adaptive_item:hover .block-download-documents-adaptive_BUTTON
{
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
    
    border-color: #dd3f18;
    color: #dd3f18;
}

.block-download-documents-adaptive_PICTURE{width: 80%;height: 250px;
                                   margin:0 auto 10px;
                                   background: center no-repeat;background-size: auto 95%;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.block-download-documents-adaptive_PICTURE2{width: 100%;height: 250px;opacity: 0;
                                   background: rgba(255,255,255,0.3) url("download_pdf.png") center/auto 70% no-repeat;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
.block-download-documents-adaptive_item:hover .block-download-documents-adaptive_PICTURE{background-size: auto 100%;}
.block-download-documents-adaptive_item:hover .block-download-documents-adaptive_PICTURE2{opacity: 1;}


.block-download-documents-adaptive_TITLE{font-size: 15px;font-weight: 400;line-height: 1.2;}
.block-download-documents-adaptive_TITLE span{font-size: 14px;font-weight: 100;display: block;margin: 5px;}

.block-download-documents-adaptive_PREVIEW_TEXT{font-size: 14px;line-height: 1.2;}
.block-download-documents-adaptive_BUTTON{width: 80%;margin: 10px auto;border-radius: 10px;font-size: 14px;line-height: 30px;
                                  border:1px solid #999;text-transform: uppercase;}
.block-download-documents-adaptive_row{width: 100%;display: table;}
.block-download-documents-adaptive_cell{vertical-align: middle;width: 100%;overflow: hidden;box-sizing: border-box;padding: 0;}

.block-download-documents-adaptive_TITLE.block-download-documents-adaptive_cell{height: 55px;display: table-cell;text-align: center;}
.block-download-documents-adaptive_PREVIEW_TEXT.block-download-documents-adaptive_cell{height: 85px;}


@media (min-width: 1200px) {
.col-md-3, .col-lg-3 {
  width: 25%;
}
}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
}

@media (min-width: 992px) {
.col-md-3 {
  width: 25%;
}
}

@media (max-width: 768px) {
.col-xs-12 {
  width: 100%;
}
}