.bg-dark-pink {
	
    background: #AB274F;
	background: linear-gradient(to bottom, #AB274F 0%, #9C1840 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AB274F), color-stop(100%, #9C1840));
	background: -webkit-linear-gradient(top, #AB274F 0%, #9C1840 100%);
	background: -moz-linear-gradient(top, #AB274F 0%, #9C1840 100%);
	background: -o-linear-gradient(top, #AB274F 0%, #9C1840 100%);
	background: -ms-linear-gradient(top, #AB274F 0%, #9C1840 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AB274F', endColorstr='#9C1840', GradientType=0);
	border: 1px solid #8D0931;
	box-shadow: inset 0 1px 0 #BA365E;
	-webkit-box-shadow: inset 0 1px 0 #BA365E;
	-moz-box-shadow: inset 0 1px 0 #BA365E;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #202020;
  background-image: -webkit-linear-gradient(0deg, #fff, #202020, #fff);
}

.text-red {
	color: #F7323F;
}

.picture2 {
    display: none;
}
.thumbnails:hover .picture1 {
    display: none;
}
.thumbnails:hover .picture2 {
    display: block;
}