/* cards */

/* catalog */

div.cards {
    display: flex;
    
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
    
}

.cards>div, .cards>a>div {
    padding:10px;
    margin:20px;
    width:220px;
    text-align:center;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    vertical-align: top;
	position: relative;
	
	
	}
	
.cards>a {
border-bottom: none;
}


.cards div.fade {
position: absolute !important;
width:220px;
height: 20px;
bottom:-25px;
left:-10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
pointer-events: none;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

div.cards:after {
width: 100%;
display: inline-block;
content: ".";
visibility: hidden;

}

.cards img {
	width:150px;
	height:auto;
    border-radius:3px;
	margin-top:10px;
	
/*	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); */
	}
	
div.moretag {

position: absolute;
padding:5px;
bottom:-10px;
right:-10px;
background-color: #0D6398;
color:white;

}

/* content_2_cards */

.content_2_cards div.cards {
    display: flex;
    
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row;
	flex-wrap: wrap;
    
}

.content_2_cards .cards>div, .content_2_cards .cards>a>div {
    padding:10px;
    margin:20px;
    width:260px;
    text-align:center;
    /*-webkit-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    -moz-box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);
    box-shadow: 0px 0px 40px 0px rgba(200, 200, 200, 0.75);*/
    vertical-align: top;
	position: relative;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	}
	
.content_2_cards .cards>a {
border-bottom: none;
}


.content_2_cards .cards div.fade {
position: absolute !important;
width:260px;
height: 20px;
bottom:-25px;
left:-10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
pointer-events: none;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.content_2_cards div.cards:after {
width: 100%;
display: inline-block;
content: ".";
visibility: hidden;

}

.content_2_cards .cards img {
	width:140px;
	height:auto;
    border-radius:3px;
	margin-top:10px;
	
/*	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75); */
	}
	
.content_2_cards div.moretag {

position: absolute;
padding:5px;
bottom:-10px;
right:-10px;
background-color: #C52620;
color:white;

}

