.teaser-card{
	margin: 2.5em 0;
	
}
.teaser-card:before
{
	content: "";
	display: table;
}
.teaser-card:after
 {
	content: "";
	display: table;
	clear: both;
}
.teaser-card > h1,
.teaser-card > h2,
.teaser-card > h3,
.teaser-card > h4,
.teaser-card > h5,
.teaser-card > h6{

	margin-top: 0;
	margin-bottom: 1.5em;
}

.teaser-card-item
 {
	font-size: 0.875em;
	text-decoration: none;
	color: inherit;
	outline: none;
	xborder:1px inset darkgray;
	xborder-radius:3px;
}
.teaser-card-item.-align-center,
.-align-center {
	text-align: center;
}
.teaser-card-item.-align-right,
.-align-right

{
	text-align: right;
}
.-color-inverted .teaser-card-item
{
	color: #bae4f7;
}
.-boxed > .teaser-card-item
 {
	color: #a0c9db;
}
.teaser-card-item .image-wrapper
 {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none;
}
.teaser-card-item .image-wrapper.-image-circle
{
	border-radius: 99em;
	overflow: hidden;
	/* Fixes hover in Chrome */
	opacity: 0.99;
}
.teaser-card-item .image-wrapper,
.teaser-card-item .no-image
 {
	margin-bottom: 1.28571em;
}
.-boxed > .teaser-card-item .image-wrapper,

.-boxed > .teaser-card-item .no-image
{
	margin: -1.42857em -1.42857em 1.28571em;
}
.-boxed > .teaser-card-item
{
	overflow: hidden;
	padding: 1.42857em;
	border: 1px solid #3190bd;
	border-radius: 3px;
	outline: none;
	background-color: #ffffff;
}
.teaser-card-item img
{
	display: block;
	width: 80%;
	height: auto;
}
.teaser-card-item .no-image{
	display: block;
	padding-top: 75%;
	background: #e5e8ee;
}
.teaser-card-item h1
{
	margin: 0 0 0.33333em;
	font-size: 1.28571em;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.-color-inverted .teaser-card-item h1
{
	color: #ffffff;
}
.-color-inverted .-boxed .teaser-card-item h1
 {
	color: #242424;
}
.teaser-card-item h2 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}
.teaser-card-item p {
	margin: 0.42857em 0;
}
.teaser-card-item a {
	margin-top: 0.57143em;
}
.-color-inverted .teaser-card-item a
{
	color: inherit;
}
.teaser-card-item .image-wrapper.-has-hover:hover, 
.teaser-card-item .image-wrapper.-has-hover:focus
{
	outline: none;
}
.teaser-card-item .image-wrapper.-has-hover:hover:before, 
.teaser-card-item .image-wrapper.-has-hover:focus:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
}
.teaser-card-item .image-wrapper.-has-hover:hover img, 
.teaser-card-item .image-wrapper.-has-hover:focus img
{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	filter: blur(2px);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.teaser-card-item a.image-wrapper.-has-hover:hover, 
.teaser-card-item a.image-wrapper.-has-hover:focus {
	/* Fixes IE bug */
	text-decoration: none;
}
.teaser-card-item a.image-wrapper.-has-hover:hover:after,
.teaser-card-item a.image-wrapper.-has-hover:focus:after {
	font: 1.5em/1 "RockSolid Icons";
	content: "\2b";
	-webkit-font-smoothing: antialiased;
	
	text-rendering: geometricPrecision;
	text-indent: 0;
	display: inline-block;
	position: relative;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -0.5em;
	color: #ffffff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}