#offerte-list {
	padding: 100px 0;
	position: relative;
	color: #333;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}

#offerte-list:after {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	z-index: 1;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#offerte-list .level-box {
	position: relative;
	z-index: 2;
}

#offerte-list hr {
	margin: 16px 0;
	border-top: 5px solid #BE0542;
	width: 102px;
}

#offerte-list .testata .titolo {
	font-size: 58px;
    color: #FFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

#offerte-list .testata span {
    color: #FFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

#offerte-list .testata .text {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 80px;
    color: #FFF;
}

.offerta-s-box {
	background-color: rgba(255, 255, 255, .7);
	position: relative;
	margin: 0 -6px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .02);
	   -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .02);
	        box-shadow: 0 2px 2px rgba(0, 0, 0, .02);
}

.offerta-s-box .content {
	padding: 24px 24px 74px;
}

.offerta-s-box .content .title {
    margin: 6px 0 24px !important;
	font-weight: 400 !important;
	font-size: 28px !important;
    padding: 0 !important;
}

.offerta-s-box .content > span:first-child {
    text-transform: uppercase;
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
}

.offerta-s-box .content > span:first-child:after {
	background-color: #AAA;
	position: absolute;
    content: "";
	top: 50%;
	right: -64px;
	width: 60px;
	height: 1px;
}

.offerta-s-box .content .desc {
	display: block;
	margin-bottom: 24px;
}

.offerta-s-box .content .btn-cst {
	float: left;
}

.offerta-s-box .content .prezzo {
    border-left: 1px solid #DDD;
    line-height: 23px;
    margin-left: 12px;
    padding-left: 12px;
    display: block;
    float: left;
    font-size: 14px;
}

.offerta-s-box .content .prezzo span {
	display: block;
	color: #BE0542;
	font-weight: 500;
	font-size: 22px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.offerta-s-box .image {
	position: relative;
	display: block;
	overflow: hidden;
	height: 310px;
	width: 100%;
}

.offerta-s-box .image.small {
	position: relative;
	display: block;
	overflow: hidden;
	height: 200px;
	width: 100%;
}

.offerta-s-box .image img {
	z-index: 1;
}

.offerta-s-box .image .info {
	background-color: rgba(190, 5, 66, .6);
	padding: 80px 20px 0;
	color: #FFF;
	position: absolute;
	z-index: 3;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-khtml-opacity: 0;
	  -moz-opacity: 0;
	       opacity: 0;

	-webkit-transition: .5s all ease-in-out;
	   -moz-transition: .5s all ease-in-out;
	    -ms-transition: .5s all ease-in-out;
	     -o-transition: .5s all ease-in-out;
	        transition: .5s all ease-in-out;

	-webkit-transform: translate(0, -30%);
	   -moz-transform: translate(0, -30%);
	    -ms-transform: translate(0, -30%);
	     -o-transform: translate(0, -30%);
	        transform: translate(0, -30%);
}

.offerta-s-box .image:hover .info {

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-khtml-opacity: 1;
	  -moz-opacity: 1;
	       opacity: 1;

	-webkit-transform: translate(0, 0);
	   -moz-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	     -o-transform: translate(0, 0);
	        transform: translate(0, 0);
}

.offerta-s-box .image .info {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.offerta-s-box .image .info h3 {
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    margin-top: 8px !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6) !important;
}

.offerta-s-box.grey {
	background-color: #F8F9FA;
}

.offerta-s-box.grey .content {
	border: 1px solid #F0F2F4;
}

.offerta-s-box.grey  .content .title {
    margin: 6px 0 24px !important;
	font-weight: 400 !important;
	font-size: 28px !important;
    padding: 0 !important;
}