


/* =| Image Gallery |================================================================ */
.block_image_gallery ul.imggallery_table			{ position: relative; float: left; width: 100%; clear: both; display: block; margin: 0 !important; padding: 0 !important; z-index: 1; }
.block_image_gallery ul.imggallery_table > li		{ margin-right: 20px; margin-bottom: 20px; box-shadow: inset 0 0 5px rgba(0,0,0,0.25); }
/* .block_image_gallery ul.imggallery_table > li.last	{ margin-right: 0; } */
.block_image_gallery ul.imggallery_table > li a		{ position: relative; float: left; display: block; width: 100%; height: 100%; }
.block_image_gallery ul.imggallery_table > li img	{ position: relative; z-index: -1; }


/* =| Blog |================================================================ */
div.blog-item h1.blog-item-title										{ margin-bottom: 15px; }
div.blog-item-detail-return												{ position: relative; float: left; clear: both; display: block; width: 100%; border-top: 1px dotted #ddd; background: #f0f0f0; padding: 10px 20px; box-sizing: border-box; margin-top: 75px; }
div.blog-item-detail-return .blog-return								{ position: relative; float: right; }
div.blog div.blog-item-detail-return div.blog-return li.returntoblog	{ border-top: none; background: none; }
div.blog div.blog-item-detail-return div.blog-return ul					{ padding: 0; margin: 0; }
div.blog-date															{ position: relative; float: left; clear: none; display: block; width: 85px; height: 85px; background: #9ab62b; text-align: center; overflow: hidden; }
div.blog-date span.blog-day												{ position: relative; float: none; display: block; clear: both; width: 100%; height: auto; background: none; font-size: 24px; line-height: 24px; color: #fff; font-weight: bold; margin: 0; margin-top: 20px; }
div.blog-date span.blog-mm-yyyy											{ position: relative; float: none; display: block; clear: both; width: 100%; height: auto; background: none; font-size: 14px; line-height: 14px; color: #d5e593; font-weight: bold; margin: 0; margin-top: 3px; }
div.blog-date 															{
	-webkit-border-radius:	85px;
	-moz-border-radius:		85px;
	border-radius:			85px;
}


/* =| Sitemap |================================================================ */
div.sitemap li img		{ top: -2px; }



/* -- Subpage overview ------------------------------------------------ */
div.subpage-overview															{ position: relative; display: block; float: left; clear: left; width: 45%; margin-right: 10%; margin-bottom: 15px; }
div.subpage-overview.first														{  }
div.subpage-overview.even														{ margin-right: 0; clear: right; }
div.subpage-overview div.subpage-overview-image									{ position: relative; display: block; float: left; clear: none; width: 25%; height: auto; border: 1px solid #eee; overflow: hidden; background: #ccc; box-sizing: border-box; }
div.subpage-overview div.subpage-overview-image a								{ text-decoration: none; display: block; width: 100%; height: 100%; }
div.subpage-overview div.subpage-overview-image img								{ position: relative; width: 100%; height: auto; }
div.subpage-overview div.subpage-overview-info									{ position: relative; display: block; float: left; clear: none; width: 70%; margin-left: 5%; }
div.subpage-overview div.subpage-overview-info .subpage-overview-title			{ position: relative; display: block; float: left; clear: both; width: 100%; font-family: "Open Sans", Arial; font-size: 20px; line-height: normal; color: #fff; }
div.subpage-overview div.subpage-overview-info .subpage-overview-title a		{ text-decoration: none; display: block; color: #57565B; }
div.subpage-overview div.subpage-overview-info .subpage-overview-description	{ position: relative; display: block; float: left; clear: both; width: 100%; font-size: 14px; line-height: 22px; color: #999; }
div.subpage-overview div.subpage-overview-info .subpage-overview-description a	{ text-decoration: none; display: block; color: #bbb; }
div.subpage-overview div.subpage-overview-info .subpage-overview-readmore		{ position: relative; display: block; float: left; clear: both; width: 100%; color: #DC0024; }
div.subpage-overview div.subpage-overview-info .subpage-overview-readmore a		{ text-decoration: none; display: block; color: #DC0024; }