
.card:hover, .cardproduct:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  box-shadow: 8px 8px 16px #444444;
  transform: rotate(-2deg) scale(1.05,1.05);
}

.cardpodcast:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  box-shadow: 8px 8px 16px #444444;
  transform: scale(1.05,1.05);
}

.card:active {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  box-shadow: 0px 0px 10px yellow;
}

.card {
    font-family: 'Poppins', sans-serif;		 font-size: 11pt;	 text-align:left;  letter-spacing: normal;
    text-decoration: none;     
	box-shadow: 3px 3px 8px #444444;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 550px;
	height: 190px;
    opacity: 0.85;
    filter: alpha(opacity=80); /* For IE8 and earlier */

	background-color: #f5f5f5;
	border: thin #933b68 solid;
  }

.cardproduct {
    font-family: 'Poppins', sans-serif;		 font-size: 11pt;	 text-align:left;  letter-spacing: normal;
    text-decoration: none;     
	box-shadow: 3px 3px 8px #444444;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 400px;
	height: 500px;
    opacity: 0.85;
    filter: alpha(opacity=80); /* For IE8 and earlier */

	background-color: #f5f5f5;
	border: thin #933b68 solid;
  }

.cardpodcast {
    font-family: 'Poppins', sans-serif;		 font-size: 11pt;	 text-align:left;  letter-spacing: normal;
    text-decoration: none;     
	box-shadow: 3px 3px 8px #444444;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 550px;
	height: 280px;
    opacity: 0.85;
    filter: alpha(opacity=80); /* For IE8 and earlier */

	background-color: #f5f5f5;
	border: thin #70090a solid;
  }

.cardtitle {
	margin: auto;
	padding: 3px 0px 3px 0px;
	text-align: center;
	xfont-weight: bold;
    font-size: 110%;
	color: white;
	background-color: #c94b7f;
}

.cardtitlepodcast {
	margin: auto;
	padding: 3px 0px 3px 0px;
	text-align: center;
	xfont-weight: bold;
    font-size: 110%;
	color: white;
	background-color: #70090a;
}

.cardtags {
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 10px;   
	height: 1em;
	font-size: 70%;
	color: #444444;
}

.cardtagspodcast {
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 3px 10px;   
	height: 2em;
	font-size: 70%;
	color: #444444;
}
.cardsubtitle {
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 0px 20px;   
	height: 1em;
    font-weight:bold;
	color: maroon;
}

.cardcontent {
	margin: 5px 0px 5px 0px;
	padding: 3px 20px 3px 20px;   
	height: 165px;
	xoverflow: auto;
    text-align: justify;
	color: #222222;
}

.cardcontentproduct {
	margin: 5px 0px 5px 0px;
	padding: 3px 20px 3px 20px;   
	xheight: 165px;
	overflow: auto;
    text-align: justify;
	color: #222222;
}

p.readmore
{
color: #933b68;
text-align:right;
margin-top: 0.75em; margin-bottom: 0px;
}

.center {
  margin: 0;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px brown dotted;
}

