@charset "UTF-8";

/* DOWNLOADS */

.downloads { position: relative; }
.downloads .download {
  display: block;
  position: relative;
  height: 200px;
  margin-bottom: 8px;
  background-color: #E4E4E4;
  overflow: hidden;
}
.download img { margin: 24px 0 0 12px; 
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.2);

}
.download .download-info { position: relative; display: block; width: calc( 100% - 154px ); height: 100%; }

.download-info .download-title, 
.download-info .download-size { padding: 12px; margin: 0px; }
.download-info .download-size { position: absolute; bottom: 0; text-align: center; width: calc( 100% - 24px );  }
.download-info .download-title{padding-top: 24px; text-align: center; font-size: 16px; color: #007841;}
