/*********************************************************************************************************
 /$$$$$$$  /$$        /$$$$$$   /$$$$$$        /$$$$$$$$ /$$$$$$$$  /$$$$$$   /$$$$$$  /$$$$$$$$ /$$$$$$$
| $$__  $$| $$       /$$__  $$ /$$__  $$      |__  $$__/| $$_____/ /$$__  $$ /$$__  $$| $$_____/| $$__  $$
| $$  \ $$| $$      | $$  \ $$| $$  \__/         | $$   | $$      | $$  \ $$| $$  \__/| $$      | $$  \ $$
| $$$$$$$ | $$      | $$  | $$| $$ /$$$$         | $$   | $$$$$   | $$$$$$$$|  $$$$$$ | $$$$$   | $$$$$$$/
| $$__  $$| $$      | $$  | $$| $$|_  $$         | $$   | $$__/   | $$__  $$ \____  $$| $$__/   | $$__  $$
| $$  \ $$| $$      | $$  | $$| $$  \ $$         | $$   | $$      | $$  | $$ /$$  \ $$| $$      | $$  \ $$
| $$$$$$$/| $$$$$$$$|  $$$$$$/|  $$$$$$/         | $$   | $$$$$$$$| $$  | $$|  $$$$$$/| $$$$$$$$| $$  | $$
|_______/ |________/ \______/  \______/          |__/   |________/|__/  |__/ \______/ |________/|__/  |__/
********************************************************************************************************/
#blog-teaser
{
	padding-top: 80px;
	padding-bottom: 80px;
}

#blog-teaser .teaser-row
{
	margin-bottom: 30px;
	padding-bottom: 30px;
	/*border-bottom: 1px solid #a99587;*/
}

#blog-teaser .teaser-row:last-of-type
{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

#blog-teaser .teaser-heading
{
	text-align: center;
	margin-bottom: 30px;
}

#blog-teaser .teaser-heading a:link,
#blog-teaser .teaser-heading a:active,
#blog-teaser .teaser-heading a:visited,
#blog-teaser .teaser-heading a:hover
{
	display: inline-block;
	text-decoration: none;
}

#blog-teaser .teaser-heading a:link h3,
#blog-teaser .teaser-heading a:active h3,
#blog-teaser .teaser-heading a:visited h3
{
	color: #5e8e45;
	transition: color 200ms;
}

#blog-teaser .teaser-heading a:hover h3
{
	color: #629447;
}

#blog-teaser .teaser-title:link,
#blog-teaser .teaser-title:active,
#blog-teaser .teaser-title:visited
{
	font-family: roboto_bold;
	font-size: 18pt;
	font-weight: normal;
	color: #4d7538;
	line-height: 1.5;
	text-decoration: none;
}

#blog-teaser .teaser-title:hover
{
	color: #629447;
}

#blog-teaser .teaser-date
{
	display: block;
	margin: 10px 0;
	font-family: roboto_bold;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #3f3f3f;
	line-height: 1.5;
}

#blog-teaser .teaser-date .spacer
{
	display: inline-block;
	font-style: normal;
	margin: 0 10px;
}

#blog-teaser .teaser-text
{
	margin-bottom: 30px;
}

#blog-teaser .teaser-link:link,
#blog-teaser .teaser-link:active,
#blog-teaser .teaser-link:visited
{
	font-family: roboto_bold;
	font-weight: normal;
	color: #477782;
}

#blog-teaser .teaser-link-link:hover
{
	color: #a2f7ff;
}

#blog-teaser .teaser-image:link img,
#blog-teaser .teaser-image:active img,
#blog-teaser .teaser-image:visited img
{
	max-width: 370px;
	width: 100%;
	max-height: 220px;
	padding:  0;
	margin: 0 auto 15px auto;
	transition: all 200ms;
}

#blog-teaser .teaser-image:hover img
{
	transform: scale(1.02);
}

#blog-teaser .all-posts-button
{
	margin-top: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width:992px)
{
	#blog-teaser .teaser-post
	{
		margin-bottom: 30px;
	}
}