.red {
	background-color: red;
	text-align: center;

}

.col-md-3 {
	width:42%;
}

.red h2 {
	color: white;
	font-weight: bold;
	margin-bottom: 0;
	padding: 50px 0 10px 0;
}

.blue {
	background-image: url("../images/bra.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
}



.acquista {
		margin-top: 25px;
}
.acq-button {
	text-align: center;
	padding: 10px 15px;
	font-weight: bold;
	background-color: black;
	color: white;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 24px;
}


.blue h1 {
	padding-top: 50px;
	font-weight: bold;
	color: red;
}


.blue ul li {
	font-size: 24px;
	line-height: 35px;
	color: #414042;
	margin-bottom: 15px;
}

.blue .fa {
	color: green;
}

.red span {
	clear: both;
	display: block;
	color: yellow;
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 50px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.prezzi {
	background: url('../images/sfondo.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* Style the list */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.grey {
	color: #666 !important;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
    background-color: #111;
    color: white;
    font-size: 25px;
}

/* List items */
.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
    color: white;
}

/* Grey list item */
.price .grey {
    background-color: #eee;
    font-size: 20px;
}

#features h1 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}

.barrato {
	text-decoration: line-through;
}

.white {
	background-color: white;
}
.videoWrapper {
	margin-top: 20px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* The "Sign Up" button */
.button2 {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}


@media screen and (max-width: 991px) {
	.col-md-3 {
		width: 100%;
	}

	.blue {
		background-image: none;
		background-color: pink
	}
	.blue ul li {
		font-size: 20px;
		line-height: 24px;
	}
}