.img-responsive {
    margin:auto;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border: none;
}

.promo-container {
    background-color: #000000c9;
    text-align:center;
    color: white;
    padding: 30px;
}

.promo-esclusivo {
    text-align: center;
    font-size: 22px;
}

.promo-esclusivo .citta {
    color:yellow;
    text-transform: uppercase;
    text-decoration: underline;
}

.promo-strillo {
    font-size: 41px;
    line-height: 45px;
    margin: 20px 0;
}

.promo-offerta {
    font-size: 21px;
    text-align: center;
    margin: 10px;
}

.promo-foto1 {
    margin-bottom:15px;
}

.promo-nome {
    margin: 30px 45px;
}

.promo-nome .nome {
    color:#ffe300;
}

.promo-button {
   
}

.promo-button {
    display: inline-block;
    animation-delay: -2s;
    animation: 1s ease 0s normal none infinite pulse;
    -moz-animation: 1s ease 0s normal none infinite pulse;
    -moz-transform-origin: center top;
}

.promo-sicuro {
    margin: 9px;
}

.promo-descrizione {
    font-size: 18px;
    text-align: left;
    border-top: 1px solid yellow;
    border-bottom: 1px solid yellow;
    padding: 20px;
    margin: 20px;
}

.promo-payoff {
    font-size: 33px;
    color: yellow;
    line-height: 34px;
    margin: 39px 0;
}

.promo-consigli {
    margin: 20px 0;
    font-size: 21px;
    text-align: left;
    background: #ffffff47;
    padding: 20px;
}

.promo-consigli b {
    color: yellow;
}

span.promo-puntidiforza {
    text-decoration: underline;
}


.promo-timer {
    margin: 30px 0;
}

.promo-timer {
    color:red;
    font-size:16px;
}

.circle {
    color: white;
    font-size: 39px;
    border: 3px solid ;
    border-radius: 100px;
    padding: 17px;
    margin: 15px 7px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 42px;
    
}

.circle small {
    text-align: center;
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.promo-messaggio {
    display: none;
    background: #0000007a;
    padding: 30px;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 9px black;
}

.promo-pagamento {
    font-size: 17px;
    color: greenyellow;
    margin: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-conferma.webform-confirmation {
    margin-top:140px;
    border: 5px dashed green;
    padding: 50px;
}

.promo-prezzocoupon {
    font-weight: 700;
    font-size: larger;
    color:yellow;
    font-style: italic;
}

.promo-prezzoreale {
    //font-weight: 700;
    text-decoration: line-through;
    font-size: larger;
}



@media (max-width:768px) {

	.promo-container {
		padding:5px;
		margin: 10px -30px;
	}
	
	.promo-strillo {
   		font-size: 25px;
	    line-height: 29px;
	    margin: 20px 0;
	    font-weight: 900;
	}
	
	.circle {
		margin:14px 4px;
		padding:15px 0;
		width: 70px;
		height: 70px;
		line-height: 35px;
	}
	
	.promo-descrizione {
		padding: 10px 0;
	    margin: 0;
	}

}