@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext");


.introduzione_cookie {
	color: #fff;
	background: #3390d6 url('../images/intestazione_cookie.png') no-repeat;
	background-size: cover;
}

.step {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	background: #3390d6;
	display: block;
	width: 64px;
	height: 64px;
	line-height: 60px;
	margin: 0 auto;
}

.panel {
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
	border: 0 !important;
	box-shadow: 0px 0 0 rgba(0, 0, 0, 0.05);
}

		/* COMMON PRICING STYLES */
		.panel.price,
		.panel.price>.panel-heading{
			 -moz-transition: all .3s ease;
			-o-transition:  all .3s ease;
			-webkit-transition:  all .3s ease;
		}
		.panel.price:hover{
		}
		.panel.price:hover>.panel-heading{
		}
		
				
		.panel.price>.panel-heading{
			border-top-left-radius: 20px !important;
			border-top-right-radius: 20px !important;
			text-shadow:0px 3px 0px rgba(50,50,50, .6);
		}
			
		.list-group-item {
			border: 1px solid #fafafa !important;
		}
		
		.panel.price .list-group-item:last-child {
			border-bottom-right-radius: 0px;
			border-bottom-left-radius: 0px;
		}
		.panel.price .list-group-item:first-child {
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
		}
		
		.price .panel-footer {
			color: #fff;
			border-bottom:0px;
			background-color:  rgba(0,0,0, .1);
		}
		
		
		.panel.price .btn{
			border:0px;
		}
		
	/* green panel */
	
		
		.price.panel-green>.panel-heading {
			color: #fff;
			background-color: #57AC57;
			border-bottom: 1px solid #fefefe;
		}
		
			
		.price.panel-green>.panel-body {
			color: #fff;
			background-color: #65C965;
		}
				
		
		.price.panel-green>.panel-body .lead{
			text-shadow: 0px 3px 0px rgba(50,50,50, .3);
		}
		
		.price.panel-green .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
		}
		
		/* blue panel */
		
		.price.panel-blue>.panel-heading {
			color: #fff;
			background-color: #1872b6;
		}
		

		.price.panel-blue>.panel-body {
			color: #fff;
			background-color: #3390d6;
		}
		.price.panel-blue>.panel-body {
			background: #3390d6 url('../images/background-cookies.png') center center;
		}				
		
		.price.panel-blue>.panel-body .lead{
			text-shadow: 0px 3px 0px rgba(50,50,50, .3);
		}
		
		.price.panel-blue .list-group-item {
			color: #333;
			background-color: rgba(50,50,50, .01);
			font-weight:600;
		}
		
		
		