.oetkerpixelpoint.category-gallery .image .id {
	position:absolute;
	left:0px;
	top:0px;
	font-size:80%;
	background:#fff;
	padding:2px 4px;
	z-index:10;
	opacity:.5;
	transition:opacity .5s;
}

.oetkerpixelpoint.category-gallery .image:hover .id {
	opacity:1;
}

.oetkerpixelpoint.category-gallery .search-form {
	padding:20px;
	background:#F1EFEE;
}

.oetkerpixelpoint.category-gallery .search-form .item {
	margin-bottom:0!important;
}

.oetkerpixelpoint.category-gallery .search-form .button.call-to-action {
	background:transparent none!important;
	left:350px;
	top:20px;
	position:absolute;
}

.marginbelow {
	margin-bottom:20px!important;
}

.nopaddingtop {
	padding-top:0!important;
}

.oetkerpixelpoint.category-gallery .user-image .image {
	background:rgba(255,255,255,.5);
	text-align:center;
	height:135px!important;
	width:236px!important;
	overflow:hidden;
	margin-bottom:5px;
}

.oetkerpixelpoint.category-gallery .user-image .image a {
	display:block;
	height:236px;
}

.oetkerpixelpoint.category-gallery .user-image img {
	height:135px!important;
	width:auto!important;
	position:relative!important;
	margin:0 0 0 0!important;
	box-shadow:0 0 10px rgba(0,0,0,.3);
}

.category-list-module .category-list li {
	width:349px;
	float:left;
	margin-right:20px;
}

.category-list-module .category-list li .image img {
	height:204px!important;
	width:auto!important;
	position:absolute;
	left:0;
}

.category-list-module .category-list li .content {
	overflow:visible!important;
}

.category-list-module .category-list li .image {
	text-align:center;
	height:190px!important;
}

.lightbox-content.big-content {
	max-height:400px;
	overflow:auto;
}

.dynamic-social {
	position:absolute;
	top:14px;
	left:170px;
	border-left:1px solid #8A8680;
	padding-left:10px;
}

.dynamic-social a {
	text-indent:-9999px;
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-left:10px;
	background-image:url("../Images/socials.png");
}

.dynamic-social .facebook {
	background-position: -32px 0;
}

.dynamic-social .googleplus {
	background-position: -16px 0;
}

/** detail view */

.oetkerpixelpoint.category-gallery-detail .image.module.xl {
	height:auto!important;
	text-align:center;
	background:rgba(0,0,0,.08);
	line-height:0;
	overflow:hidden;
}

.oetkerpixelpoint.category-gallery-detail .image.module.xl img {
	width:auto!important;
	height:auto!important;
	max-width:100%!important;
	box-shadow:0 0 20px rgba(0,0,0,.3);
}

/** confirmation view */

.oetkerpixelpoint.image-upload.confirmation .image.module.xl {
	height:auto!important;
	text-align:center;
	background:rgba(0,0,0,.08);
	line-height:0;
	overflow:hidden;
	width:718px;
	margin-left:-52px;
}

.oetkerpixelpoint.image-upload.confirmation .image.module.xl img {
	width:auto!important;
	height:auto!important;
	max-width:100%!important;
	box-shadow:0 0 20px rgba(0,0,0,.3);
}


.oetkerpixelpoint.image-upload.confirmation .details .left-content {
	float: left;
	padding: 33px 0 33px 0;
	width: 408px;
}