/* 
========================
      RESOURCES
========================
*/
.resourcePreview {
    margin-bottom:10px;
    max-width:100%;
   /* center image */
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.docThumbnail  {
  
    margin-bottom:20px;
    margin-top:10px;

}

.resources .wpb_single_image .vc_single_image-wrapper{
    line-height:24px !important;
}

.resources {
    margin-bottom:20px;
}


.docThumbnail.shadow {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px 0px;
}

div.vc_single_image-wrapper a img.vc_single_image-img.docThumbnail.vertical {
   
    max-height: 275px;
    display: block;
 
    width: auto;
    margin-left:auto;
    margin-right:auto;
}
div.vc_single_image-wrapper a img.vc_single_image-img.docThumbnail.horizontal {

  
    max-height: 226px;
    display: block;
   
    width: auto;
    margin-left:auto;
    margin-right:auto;
}

.docThumbnail:hover {
    opacity:0.8;
}
.literatureTitle {
    font-size: 18px;
   color: #42454a;
   line-height: 28px;
   text-align: center;
   font-family:Roboto;
   font-weight:400;
   font-style:normal;
    margin:auto;
    /* display: block; */
}

.docketnumber {
    text-align:center;
    display:block;
    font-size: 12px;
    line-height: 18px;
}

.literature-lang {
    display:block;
    text-align:center;
}

@media only screen and (max-width: 770px) {
    .wpb_single_image.resources img {    
        width:226px !important;
      height:290px !important;}
  }

/* END OF RESOURCES */