.bthumb {
	width: 25%;
	height: auto;
	float: left;
	transition: all 0.25s;
}

.bthumb a {
	display: none;
}

.bthumb a span.btitle {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 100%;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

.bthumb a span.bplus {
	background: url(../images/thumbnails/herz.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -65px;
	left: 50%;
	margin-left: -24px;
	display: none;
}

.bthumb a:hover span.btitle {
	display: none;
}
.bthumb a:hover span.bplus {
	display: block;
}

.bthumb_content {
	margin: 0;
	position: relative;
}

.thumb_overlay {
	background: rgba(136,172,220,0.9);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top: 0;
	cursor: pointer;
	transition: all 0.4s;
}


.bt-txt1 {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    color: #6c1d45;
    font-size: 11px;
    letter-spacing: 1px;
}

.bt-txt2 {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 40px;
    font-size: 16px;
    color: #25272e;
    letter-spacing: 1px;
    line-height: 21px !important;
}

.bt-txt3 {
    position: absolute;
    top: 184px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    font-size: 14px;
    color: #777;
    line-height: 21px !important;
}

.bt-txt4 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    font-size: 11px;
    color: #25272e;
    font-style: italic;
}

.bthumb_content:hover .thumb_overlay {
	display: block;
}

.view-mobile .bthumb_content:hover .thumb_overlay * {
	display: none !important;
}

.thumb-title {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
}

.thumb-txt {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: normal;
	margin-top: 25px;
}


@media 	screen and (max-width:767px) {	
	.bthumb a span.btitle {
		margin-top: -8px;
		font-size: 16px;
	}
	
	.bthumb_content {
		margin: 0;
		margin-top: 15px;
	}
	
	.bthumb:nth-child(odd) .bthumb_content {
		margin-right: 7px;
	}
	.bthumb:nth-child(even) .bthumb_content {
		margin-left: 7px;
	}
}

@media 	screen and (max-width:767px) {
	.bthumb {
		width: 50%;
	}
	
}