


/* =| 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; }

/* =| Poll |================================================================ */
div.poll li											{ position: relative; float: left; width: 100%; clear: both; }
div.poll .poll-icon									{ width: 10%; padding-right: 1.6%; box-sizing: border-box; }
div.poll .poll-label								{ width: 90% !important; }

/* =| Misses |================================================================ */
.missflandrienne									{ position: relative; float: left; width: 100%; clear: both; display: block; }
.missflandrienne .finalist,
.missflandrienne .photocol							{ position: relative; float: left; width: 32.26%; clear: none; display: block; margin-right: 1.6%; margin-bottom: 20px; }
.missflandrienne .finalist:last-child,
.missflandrienne .photocol:last-child				{ margin-right: 0; }
.missflandrienne .finalist img,
.missflandrienne .photocol img						{ width: 100% !important; min-width: 100%; max-width: 100%; height: auto !important; }
.missflandrienne .finalist a,
.missflandrienne .photocol a						{ position: relative; display: block; }

@media only screen and (max-width : 480px) {
	.missflandrienne .finalist,
	.missflandrienne .photocol						{ width: 100%; margin-right: 0; }
}


/* =| 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.sb-subpage-overview div.sb-subpage-overview-image img				{ max-width: 125px;}


/* =| Page denied |================================================================ */
.denied-login						{ position: relative; margin-top: 25px; }
.denied-login .denied-block			{ position: relative; display: inline-block; margin-right: 10px; }
.denied-login .denied-block input {
	background: #fff;
	border: 1px solid #ccc;
	padding: 6px 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 3px 0;
	width: auto;
	min-width: 0;
}
.denied-login .button				{
	background:		#fff;
	border:			1px solid #ccc;
	padding:		9px 5px;
	color:			#666;
	font-family:	Arial, Helvetica, sans-serif;
	font-size: 		12px;
	margin:			3px 0;
	width:			auto;
	min-width:		0;
	margin-left:	5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

@media only screen and (max-width : 480px) {
	.denied-login .denied-block		{ display: block; margin-right: 0; width: 100%; margin-bottom: 10px; }
	.denied-login .denied-hide		{ display: none; }
	.denied-login .button			{ text-align: center; }
	.denied-login .button,
	.denied-login input				{ width: 100%; display: block; box-sizing: border-box; padding: 9px 5px; margin: 4px 0;}
}

/* =| iFrames |================================================================ */

iframe,
.iframeBox iframe					{ width: 100%; max-width: 100%; box-sizing: border-box; }
