/* ==========================================================================
   www.fpeitalia.com
   Granarolo Galattica
   ========================================================================== */

@font-face {
    font-family: 'avengeance_mightiest_avengeRg';
    src: url('AvengeanceMightiestAvenger.woff2') format('woff2'),
         url('AvengeanceMightiestAvenger.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*, a:focus {
	outline: none;
}
html,button,input,select,textarea {
    color: #222;
    min-height:100%;
}
body {
    background: #51c1b0 url(../images/bg-body.png) no-repeat center top;
    font: 18px/23px 'Roboto Condensed', sans-serif;
    color: #363949;
    -webkit-font-smoothing: antialiased !important;
}
body.noscroll {
	overflow: hidden;
}
#page {
    background: url(../images/bgr.jpg) no-repeat center top;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
p {
	padding: 5px 0 10px;
	margin: 0;
}
a {
	color: #303180;
}
a:hover {
	color: #e12a17;
}
a.hl {
	text-decoration: none;
	background: #ffcc00;
}
.aveng {
	font: normal 30px/30px 'avengeance_mightiest_avengeRg', sans-serif;
}
h1 {
	background: #ffcc00;
	color: #303180;
	font: normal 30px/28px 'avengeance_mightiest_avengeRg', sans-serif;
	text-transform: uppercase;
	margin: 0;
	border-radius: 25px;
	text-align: center;
	-webkit-box-shadow: 3px 3px 0 3px #e12a17;
	box-shadow: 3px 3px 0 3px #e12a17;
	position: relative;
	z-index: 20;
	padding: 10px 10px 6px;
}
h1 span.sm {
    font-size: 26px;
}
h1.h1-bg-b {
    color: #fff;
    background: #1d71b8;
}
h2 {
	background: #fff;
	color: #f59e10;
	font: normal 37px/40px 'avengeance_mightiest_avengeRg', sans-serif;
	text-transform: uppercase;
	margin: 0;
	border-radius: 25px;
	text-align: center;
	border: 3px solid #218582;
	z-index: 10;
	position: relative;
}
.h1r {
	background: #ffcc00;
	color: #303180;
	font: normal 29px/29px 'avengeance_mightiest_avengeRg', sans-serif;
	text-transform: uppercase;
	margin: 0;
	border-radius: 25px;
	text-align: center;
	-webkit-box-shadow: 3px 3px 0 3px #e12a17;
	box-shadow: 3px 3px 0 3px #e12a17;
	z-index: 10;
	position: relative;
	padding: 5px 0;
}
.button {
	background: #e12a17;
	border-radius: 30px;
	border: 0;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	font: 26px 'avengeance_mightiest_avengeRg';
	text-align: center;
	text-transform: uppercase;
	padding: 15px 35px 12px;
    -webkit-box-shadow: 3px 3px 0 3px #ffcc00;
    box-shadow: 3px 3px 0 3px #ffcc00;
}
.button.s {
	padding: 3px 15px;
}
:hover.button {
	background: #303180;
	color: #fff;
}
.additem, .remove {
    background: #e12a17;
    border-radius: 30px;
    border: 0;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font: bold 20px 'Roboto Condensed';
    text-align: center;
    text-transform: uppercase;
    padding: 5px 12px 7px;
    vertical-align: middle;
    cursor: pointer;
}

#container {
	width: 1194px;
	margin: 0 auto;
	background: url(../images/bgr_nav.png) no-repeat left 150px;
}
#container.no-bg {
	background-image: none;
}
header {
	height: 340px;
	position: relative;
}
header a#logo {
	position: absolute;
    left: 55px;
    top: 0;
    background: #51c1b0;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 0 0 30px 30px;
    width: 310px;
}
header a#logo img {
	max-width: 100%;
}
header a#logog {
	position: absolute;
	left: 425px;
    top: 5px;
}
#sidebar {
	width: 365px;
	min-height: 440px;
	float: left;
	position: sticky;
    top: 0;
	background: url(../images/bgr_nav.png) no-repeat 0px -190px;
}
section {
	width: 806px;
	float: right;
}
.bg-w {
	background: #fff;
	margin: 0 40px;
	padding: 20px;
	border-radius: 0 0 30px 30px;
}
.bg-b {
	background: #7fcad2;
	margin: 0 20px;
	padding: 20px;
	border-radius: 0 0 30px 30px;
}

footer {
	text-align: center;
	margin: 0 0 20px 390px;
}

.logo-bimbi {
    width: 270px;
}
#home .logo-bimbi {
    width: 150px;
    margin-left: 20px;
}

/* MENU */
nav {
	min-height: 390px;
	margin-top: 10px;
}
nav ul {
	list-style-type: none;
	margin: 0; padding: 0 12px 0 70px;
}
nav ul ul {
	padding: 0 0 0 25px;
	display: none;
}
nav li {
	margin: 0 0 7px;
}
nav li li {
	margin: -2px 0 0 0;
}
nav li a {
	    display: block;
    background: #1d71b8;
    font: 23px/23px 'avengeance_mightiest_avengeRg';
    text-transform: uppercase;
    text-decoration: none;
    text-align: right;
    color: #fff;
    padding: 7px 30px 4px 15px;
    border: 3px solid #fff;
    border-radius: 50px;
}
nav a:hover, nav .active a, nav .active a:hover {
	color: #e30613;
    background: #fff;
    border: 3px solid #e30613;
}
nav li li a, nav li.active li a {
	border-color: #303180;
	color: #303180;
	background: #fff;
}
nav li li a:hover, nav li li.active a {
	background: #7c80bd;
	color:#fff;
}
a.scarica {
	display: block;
	width: 335px;
	height: 165px;
	background: url(../images/bgr_scarica.png) no-repeat;
	text-decoration: none;
	padding: 45px 30px 0 175px;
	box-sizing: border-box;
	margin: 40px auto;
}
a:hover.scarica {
	color: #303180
}
.tv {
	background: url(../images/bgr_tv.png) no-repeat;
	width: 335px;
	height: 197px;
	margin: 25px auto;
	padding:25px 0 0 0;
}
.tv iframe {
	margin: 10px 0 0 20px;
}
.box-turchese {
    background: #c1ece0;
	margin: 0 15px 50px;
	padding: 15px 30px 15px;
	position: relative;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 3px 3px 0 3px #ffcc00;
    box-shadow: 3px 3px 0 3px #ffcc00;
    color: #1d71b8;
}
:not(h1) + .box-turchese {
    border-radius: 20px;
}
/*.pdf-dett {
    position: relative;
    display: inline-block;
    float: right;
}
.pdf-dett:before {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    background: #e30613;
    color: #fff;
    content: '▶';
    position: absolute;
    right: 210px;
    bottom: 9px;
    text-align: center;
}*/
/*.box-turchese:after {
	content: '';
	display: table;
	background: url(../images/bgr_box-turchese.png) no-repeat;
	height: 11px;
	width: 776px;
	position: absolute;
	bottom: -11px;
	left: 0;
	z-index: 10;
}*/
.box-w {
    background: #ffffff;
	margin: 0 15px 50px;
	padding: 15px 30px;
	position: relative;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 3px 3px 0 3px #ffcc00;
    box-shadow: 3px 3px 0 3px #ffcc00;
}
.box-premi-rac {
	background: url(../images/bgr_home-premi.png) no-repeat center bottom;
	margin: 0 15px -20px;
	padding: 15px 50px;
	position: relative;
	z-index: 10;
}
.box-premi-rac img {
	margin: 20px auto 40px;
    display: block;
}
.box-premi-iw {
	background: #61adb3 url(../images/bgr_home-premi-iw.png) no-repeat center bottom;
	margin: 0 15px 20px;
	padding: 15px 50px;
	position: relative;
	border-radius: 0 0 30px 30px;
}
.box-white {
	background: #fff;
	margin: 0 42px 80px;
	padding: 15px 50px 0;
	position: relative;
}
.box-white:after {
	content: '';
	display: table;
	background: url(../images/bgr_box-white.png) no-repeat left bottom;
	height:  54px;
	width: 776px;
	position: absolute;
	bottom: -54px;
	left: 0;
}
.box-reg-rac {
    background: url(../images/bgr_reg-rac.png) no-repeat center bottom;
    margin: 0 15px;
    padding: 15px 50px 30px;
    position: relative;
}
.box-reg-iw {
	background: url(../images/bgr_reg-iw.png) no-repeat left top;
    margin: 0 15px;
    padding: 145px 50px 30px;
    position: relative;
}

.premi-list {
	background: #fff;
	position: relative;
	padding: 15px 30px 0;
	margin: 0 0px 80px;
}
.box-white:after {
	content: '';
	display: table;
	background: url(../images/bgr_box-white.png) no-repeat left bottom/cover;
	height:  54px;
	width: 100%;
	position: absolute;
	bottom: -54px;
	left: 0;
}
.premi-list img {
	vertical-align: baseline;
}
hr {
	height: 5px;
	border: 0;
	margin: 30px 0 30px;
}
.hr-red { background: #cd1719; }
.hr-blu { background: #283583; }
.hr-cya { background: #009fe3; }
.star {
    color: #ffcc00;
    font-size: 27px;
    -webkit-text-stroke: 2px #5cbdae;
    text-stroke: 2px #5cbdae;
    line-height: 2px;
}
.pos .star {
    color: #e12a17;
    font-size: 50px;
    line-height: 50px;
    -webkit-text-stroke: 2px #e12a17;
    text-stroke: 2px #e12a17;
}
/*.box-yellow {
	background: #ffcc00;
	margin: 0 15px;
	padding: 15px 30px;
	position: relative;
	margin-bottom: 50px;
}
.box-yellow:before {
	content: '';
	display: table;
	background: url(../images/bgr_box-yellow.png) no-repeat;
	height: 11px;
	width: 776px;
	position: absolute;
	top: -11px;
	left: 0;
	z-index: 10;
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.box-yellow:after {
	content: '';
	display: table;
	background: url(../images/bgr_box-yellow.png) no-repeat;
	height: 11px;
	width: 776px;
	position: absolute;
	bottom: -11px;
	left: 0;
	z-index: 10;
}*/
.sc {
	margin-top: 40px;
    background: #1d71b8;
    color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 3px 3px 0 3px #ffcc00;
    box-shadow: 3px 3px 0 3px #ffcc00;
    padding: 20px 30px;
    margin: 0 auto 30px;
}
.sc h3 {
    display: inline-block;
    background: #ffcc00;
    border: 2px solid #fff;
    border-radius: 40px;
    text-align: center;
    position: relative;
    color: #1d71b8;
    font: 25px 'avengeance_mightiest_avengeRg';
    margin: 20px auto 20px;
    padding: 14px 20px 11px;
}
.sc h3:before {
    content: url(../images/sc.png);
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
}
a:hover.w { color: #ffcc00; }
.box-blu {
	background: url(../images/bgr_box-blu.png) no-repeat center center/cover;
	width: 777px;
    min-height: 144px;
    color: #fff;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 50px 120px 30px;
}
.box-blu-big {
	background: #303180;
	color: #fff;
	padding: 30px;
	margin: 0 15px;
}
.box-iw {
	border: 4px solid #fcd200;
	background: #7fcad2;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
#home .box-iw {
	padding: 20px 20px 20px 160px;
}
#home .box-iw:before {
	content: '';
	display: block;
	background: url(../images/logo-concorso.png) no-repeat left center;
	width: 223px;
	height: 189px;
	position: absolute;
	top: 15px;
	left: -80px;
}
#regolamento-iw .box-blu-reg {
	padding: 30px;
}

.col {
	background: url(../images/bgr_col.png) no-repeat bottom;
	width: 287px;
	text-align: center;
	margin: 0 15px;
	padding: 15px 30px 50px;
}
.col.floatL { margin-left: 40px; }
.col.floatR { margin-right: 40px; }
.pallini {
	background: url(../images/bgr_pallini.png) no-repeat center bottom;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.w50 {
	width: 370px;
	margin: 20px 0 0;
}
.w50 img {
	margin-left: -15px;
}

.iw {
	position: relative;
}
.iw h1, .h1iw {
	background: #303180;
	color: #fff;
	font: 29px/29px 'avengeance_mightiest_avengeRg', sans-serif;
	text-transform: uppercase;
	margin: 20px 0 0;
	text-align: center;
	z-index: 10;
	position: relative;
	-webkit-box-shadow: 3px 3px 0 3px #c91f26;
    box-shadow: 3px 3px 0 3px #c91f26;
}
.h1iw {
	padding: 5px 0;
	font: 29px/29px 'avengeance_mightiest_avengeRg', sans-serif;
	margin-top: 0;
	-webkit-box-shadow: 3px 3px 0 3px #e12a17;
	box-shadow: 3px 3px 0 3px #e12a17;
	border: 0;
}
.iw img.premio {
	position: absolute;
	top: 70px;
	left: -20px;
}
.iw .txt {
	padding: 30px 50px 30px 420px;
}
.ad-granarolo {
	background: url(../images/bgr_ad-granarolo.jpg) no-repeat;
	width: 777px;
	height: 215px;
	text-decoration: none;
	display: block;
	font:29px/29px 'avengeance_mightiest_avengeRg';
	color: #fff;
	padding: 65px 0 0 190px;
	margin: 10px auto -40px;
	box-sizing: border-box;
}
:hover.ad-granarolo {
	color: #fff;
}
.col-normal  {
	width: 50%;
}

/* FORM */
#inserisciCodiceForm label {
	font-size: 17px;
}
#inserisciCodiceForm {
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	margin: 20px 0;
}
#inserisciCodiceForm input.cpc, #aggiungiCodice input.cpc {
	font: 22px 'Courier New';
	padding: 6px 10px;
	text-transform: uppercase;
	text-align: center;
	vertical-align: bottom;
	width: auto;
}
.form-row {
	clear: both;
	padding: 5px 0;
}
.form-row hr {
	border-color: #bbac8e;
	width: 93%;
}
.form-col-left {
	float: left;
	width: 50%;
}
.form-col-right {
	float: right;
	width: 50%;
}
.form-col-wide {
	
}
label {
	color: #303180;
	cursor: pointer;
	font-size: 16px;
	padding-left: 15px;
}
.qtip-content {
	font-size: 13px;
	line-height: 15px;
}
input.text, select, textarea {
	vertical-align: middle;
	border: 3px solid #ffcc00;
	border-radius: 30px;
}
input.text {
	width: 98%;
	z-index: 3;
	padding: 7px 10px;
	box-sizing: border-box;
}
select {
	padding: 7px 10px;
	max-width: 98%;
	box-sizing: border-box;
}
select#citta {
    width: 100%;
}
#ind_toponimo {
	width: 50%;
}
textarea {
	width: 98%;
	padding: 7px 10px;
	box-sizing: border-box;
}

#loginForm {
	text-align: right;
	width: 560px;
	margin: 0 auto;
}
#loginForm label {
	
}
#loginForm input.text {
	width: 430px;
	border:3px solid #ffcc00;
	text-align: left;
	padding: 7px 5px;
	vertical-align: super;
}
/* FORM GIOCATA IW */
.form {
	width: 540px;
	float: right;
    padding-top: 20px
}
.form label {
	font-size: 23px;
	font-weight: bold;
	display: inline;
}


/* OVERLAY */
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	display: none;
	overflow: auto;
	background: url(../images/bgr_overlay.png);
}
.overlay-content {
	width: 600px;
	padding: 10px;
	box-sizing: content-box;
	position: relative;
	margin: 30px auto;
	background: #fff;
	border-radius: 40px;
	z-index: 100001;
	text-align: center;
}
.overlay-cta-close {
	background: url(../images/overlay-close.png) no-repeat;
	color: #fff;
	width: 69px;
	height: 69px;
	text-indent: -9999px;
	position: absolute;
	top: -10px;
	right: -12px;
	cursor: pointer;
	padding: 0 !important;
}

.bg-premi {
	background: url(../images/bgr_premi.png) no-repeat center top;
	padding: 170px 30px 0;
}
.box-premio {
	position: relative;
	border-radius: 30px;
	background: #fff;
	padding: 20px;
	margin-bottom: 50px;
}
.box-premio:before {
	position: absolute;
	top: -40px;
	left: 30px;
}
.box-premio.soglia-1:before { content: url(../images/premi/60.png); }
.box-premio.soglia-2:before { content: url(../images/premi/90.png); }
.box-premio.soglia-3:before { content: url(../images/premi/120.png); }
.box-premio.soglia-4:before { content: url(../images/premi/180.png); }
.box-premio.soglia-5:before { content: url(../images/premi/240.png); }
.box-premio.soglia-6:before { content: url(../images/premi/300.png); }
.box-premio h2 {
	position: absolute;
	top: -30px;
	right: 30px;
	color: #fff;
	font-size:37px;
	font-weight: normal;
	line-height: 37px;
	padding: 5px 20px 3px;
	border: 0;
}
.box-premio h2 span {
	font-family: Arial,Helvetica;
	font-weight: bold;
	margin-left: 5px;
}
.box-premio .clearfix:not(:last-of-type) {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.box-premio h4 {
	font: 20px/20px 'avengeance_mightiest_avengeRg';
	margin-bottom: 0;
}
.box-premio-img {
	float: left;
	width: 175px;
}
.box-premio-desc {
	float: right;
	width: 500px;
	font-size: 14px;
	line-height: 16px;
}
.box-premio.soglia-1 { border: 3px solid #218582;}
.box-premio.soglia-1 h2 { background: #218582; }
.box-premio.soglia-1 h4 { color: #218582 }
.box-premio.soglia-1 .clearfix:not(:last-of-type) { border-bottom: 4px solid #218582; }
.box-premio.soglia-2 { border: 3px solid #273583;}
.box-premio.soglia-2 h2 { background: #273583; }
.box-premio.soglia-2 h4 { color: #273583 }
.box-premio.soglia-2 .clearfix:not(:last-of-type) { border-bottom: 4px solid #273583; }
.box-premio.soglia-3 { border: 3px solid #fdc300;}
.box-premio.soglia-3 h2 { background: #fdc300; }
.box-premio.soglia-3 h4 { color: #fdc300 }
.box-premio.soglia-3 .clearfix:not(:last-of-type) { border-bottom: 4px solid #fdc300; }
.box-premio.soglia-4 { border: 3px solid #0091b3;}
.box-premio.soglia-4 h2 { background: #0091b3; }
.box-premio.soglia-4 h4 { color: #0091b3 }
.box-premio.soglia-4 .clearfix:not(:last-of-type) { border-bottom: 4px solid #0091b3; }
.box-premio.soglia-5 { border: 3px solid #4ca42f;}
.box-premio.soglia-5 h2 { background: #4ca42f; }
.box-premio.soglia-5 h4 { color: #4ca42f }
.box-premio.soglia-5 .clearfix:not(:last-of-type) { border-bottom: 4px solid #4ca42f; }
.box-premio.soglia-6 { border: 3px solid #cd1719;}
.box-premio.soglia-6 h2 { background: #cd1719; }
.box-premio.soglia-6 h4 { color: #cd1719 }
.box-premio.soglia-6 .clearfix:not(:last-of-type) { border-bottom: 4px solid #cd1719; }


a.stampa {
	position: relative;
	padding: 3px 90px;
	margin-top: 15px;
}
a.stampa:before {
	content: '';
	display: table;
	background: url(../images/bgr_stampa.png) no-repeat;
	width: 53px;
	height: 54px;
	position: absolute;
	left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
.tesseraimg {
	position: absolute;
	left: 0;
	z-index: 100;
}
#tessera .box-turchese p {
	padding-left: 250px;
}

.cpc {
	margin-top:31px;
}
.cpc-list-cont {
	background: #ffcc00;
	text-align: center;
	padding: 15px 20px;
	border-radius: 20px 20px 0 0;
}
.cpc-list {
	color: #303180;
	font: 39px/39px 'avengeance_mightiest_avengeRg', sans-serif;
	margin-top:15px;
}
.cpc-add {
	background: #ffe187;
	padding: 10px 20px 15px;
	font-size:16px;
	line-height: 18px;
	border-radius: 0 0 20px 20px;
}
#after-registrazione .cpc {
	width: 260px;
	margin: 20px auto;
}
#after-registrazione .cpc-list-cont, #riepilogo-pagamento .cpc-list-cont, #scelta-pagamento .cpc-list-cont,
#inserimento-codice-pagamento .cpc-list-cont {
	border-radius: 20px;
}

.box-gioca {
	background: url(../images/bgr_gioca.png) no-repeat center bottom;
	padding: 35px 30px 35px 380px;
	margin-bottom: -15px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.box-gioca img {
	position: absolute;
	top: 20px;
	left:50px;
}
.ac.big {
	font-size: 33px;
}
.scontrino {
	 float: right;
    margin-right: -100px;
    margin-bottom: -30px;
    z-index: 200;
    position: relative;
}
#gioca .box-white {
	padding-top: 30px;
}
#giocaForm label {
	padding: 0;
}
#giocaForm input.text, #giocaForm select {
	padding: 5px;
	width: auto;
}
.form .row {
	padding-bottom: 10px;
}
#giocaForm input#numero_scontrino { width: 308px; }
#giocaForm input#importo { width: 122px; }
#giocaForm input#importo_decimali { width: 60px; }
#giocaForm input#aux3 { width: 175px; }
div#recaptchadiv > div {
    margin: 0 auto;
}
.important {
	background: url(../images/important.png) no-repeat center left;
	padding-left: 50px;
}
.box-reg {
	background: #fff url(../images/bgr_gioca-reg.jpg) no-repeat top;
	width: 775px;
	margin: 0 auto;
}
#vincita .box-reg {
	height: 460px;
	position: relative;
	background-position: 0 -65px;
}
.dettaglio_vincita_Graphite {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
	background: #595959;
	border: 1px solid #595959;
}
.dettaglio_vincita_White {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
	background: #fff;
	border: 1px solid #595959;
}
.dettaglio_vincita_Olive, .dettaglio_vincita_Green {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
	background: #3f4f51;
	border: 1px solid #3f4f51;
}
.dettaglio_vincita_Lavender {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
	background: #b9aac0;
	border: 1px solid #b9aac0;
}
.dettaglio_vincita_Cream {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
	background: #e5dfc8;
	border: 1px solid #e5dfc8;
}
.dettaglio_vincita_Phantom {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
	margin-right: 5px;
	background: #000000;
	border: 1px solid #000000;
}

.indirizzo {
	background: #ffcc00;
	border-radius: 20px;
	padding: 20px;
	width: 350px;
	margin: 30px auto;
	text-align: center;
	position: relative;
}
.indirizzo:before {
	content: '';
	display: table;
	width: 40px;
	height: 28px;
	background: url(../images/lettera.png) no-repeat;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -20px;
}
#vincita .ac.red {
	font-size: 90px;
	line-height: 90px;
    color: #ffcc00
}
#vincita .ac.blu {
	font-size: 46px;
	line-height: 46px;
	margin-bottom:30px;
}
#vincita .box-reg img {
	position: absolute;
	top: 200px;
	left: 200px;
}

dl {
	margin: 0 0 20px;
}
dt {
	font-weight: bold;
	font-size: 23px;
	color: #303180;
	background: url(../images/bgr_dt.png) no-repeat center left;
	padding: 10px 0 10px 40px;
	margin: 10px 0 0;
}
#regolamento-raccolta .col {
	background: url(../images/bgr_opaco.png) no-repeat center bottom;
	padding: 50px 10px 40px;
	width: 327px;
	margin-top: -80px;
	box-sizing: border-box;
}
#regolamento-raccolta .col.floatL { margin-left: 60px; }
#regolamento-raccolta .col.floatR { margin-right: 60px; }
.reg-iw-premio {
	padding: 155px 80px 30px 5px;
	margin-top: -115px;
}
.reg-iw-premio .txt {
	width: 315px;
}

/* COLLECTION */
.collection {
	padding: 20px 0;
    font-size: 16px;
    line-height: normal;
}
.collection .intestazione {
	padding: 5px 10px;
	text-align: center !important;
	text-transform: uppercase;
	background: #1d71b8;
	color: #fff;
	font-weight: 700;
}
.collection td {
	padding: 10px 10px;
	text-align: center !important;
}
.collection .td1 { background-color: #e8f4f075; }
.collection .td2 { background-color: #e8f4f0; }
.collection .tdleft {
	color: #2d3a28;
	padding: 0 10px;
}
.td1cent, .td2cent { background-position: center bottom !important; }
.td1right, .td2right { background-position: right bottom !important; padding-right: 20px; }
.collection tr.vincente td {
	background: #303180;
    color: #fff !important;
}

/* GRADUATORIA */
#graduatoria .icon, #gioca-rush .icon {
	margin-right: 30px;
	margin-bottom: 50px;
}
.totale-graduatoria { 
	padding:0;
    margin: 20px 0;
    line-height: normal;
}
.totale-graduatoria.periodo-1 {
	
}
.totale-graduatoria.periodo-2 {
	
}
.periodo-graduatoria {
	background: #577879;
	color: #fff;
    padding: 10px 20px;
    font-weight: bold;
	font-size: 20px;
    border-radius: 20px 20px 0 0;
    margin: 0;
	border: 2px dashed #fff;
	border-width: 2px 2px 0 2px;
}
.periodo-graduatoria h3 {
	margin: 0;
}
.graduatoria-esito {
	padding: 20px;
}
.graduatoria-posizione {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 20px 0;
    font-size: 19px;
}
.graduatoria-posizione .item {
	width: 33.3333%;
    box-sizing: border-box;
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
}
.graduatoria-posizione .item.double {
    width: 66.3333%;
}
.graduatoria-posizione .item .item-title {
	font-weight: bold;
    padding: 10px 15px;
    border-radius: 20px;
    margin: 0 5px;
    height: 216px;
    display: table-cell;
    vertical-align: middle;
}
.graduatoria-posizione .item .item-title.g { background: #e12a17; color: #fff; }
.graduatoria-posizione .item .item-title.f { background: #fff; font-size: 18px; }
.graduatoria-posizione .item .item-title .pos {
	font-size: 60px;
}
.graduatoria-posizione .item .item-title .pos.corn {
	font-weight: normal;
	font-size: 20px;
}
.dett {
    display: table;
    border-collapse: separate;
    border-spacing: 5px;
    font-size: 17px;
}
.dett div {
    text-align: center;
    padding: 10px;
    background: #fff;
    color: #e12a17;
    margin: 0 5px;
    border-radius: 10px;
    height: 76px;
    display: table-cell;
    vertical-align: middle;
}

/* PREMI */
#premi h3 {
	float: right;
	background: #303180;
	border-radius: 30px;
	color: #fff;
	font: normal 41px/41px 'avengeance_mightiest_avengeRg', sans-serif;
	position: relative;
	padding: 10px 50px 10px 30px;
	margin: 40px 0 -10px;
}
#premi h3 span {
	font-size: 60px;
	line-height: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
}
.soglia {
	background: #218582;
	border: 2px solid #303180;
	border-radius: 20px;
	padding: 25px 15px;
	clear: both;
}
.punti {
	background: #ffcc00;
	border-radius: 30px;
	color: #303180;
	position: relative;
	width: 100%;
	border: 3px solid #ffcc00;
	box-sizing: border-box;
}
.punti.oppure {
	margin-top: 85px;
}
.punti.oppure:before {
	content: '';
	display: table;
	width: 74px;
	height: 25px;
	background: url(../images/premi/oppure.png) no-repeat;
	position: absolute;
	top: -60px;
	left: 200px;
}
.premio-item {
	background: #fff;
	border-radius: 25px;
	margin: 0 150px 0 0;
	position: relative;
	font: 700 22px/28px 'Roboto Condensed', sans-serif;
}
.premio-item .overlay-cta:after {
	content: '';
	display: table;
	background: url(../images/bgr_premio.png) no-repeat;
	width: 36px;
	height: 39px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.premio-item.b {
	margin-right: 345px;
}
.premio-item a {
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 200px;
	z-index: 10;
}
p.small.ind {
	font-weight: normal;
	color: #363949;
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 300px;
}
img.soglia-premio {
	position: absolute;
	top: 0;
	right: 13px;
}
img.soglia-premio.b {
	top: -20px;
}
img.img-premio {
	position: absolute;
	top: -90%;
	left:-25px;
}
img.img-premio.higeorge, img.img-premio.hiphop { top: -130%; }
img.img-premio.hesh { top: -160%; }



.prbl {
	table-layout:fixed;
	width:100%;
	overflow:hidden;
	word-wrap:break-word;
}

/* STATUS RICHIESTE PREMIO */
.status {
	font-size: 16px;
	line-height: 18px;
}
.st-accettato, .st-accettato-contributopagato {
	background: url(../images/icons/rich-ok.png) no-repeat center top;
	padding-top: 35px;
}
.st-accettato-attesacontributo {
	background: url(../images/icons/rich-pending.png) no-repeat center top;
	padding-top: 35px;
}
.st-spedito {
	background: url(../images/icons/rich-spedito.png) no-repeat center top;
	padding-top: 35px;
}
.st-scaduto {
	background: url(../images/icons/rich-scaduta.png) no-repeat center top;
	padding-top: 35px;
}
.btpag {
	font-size: 19px;
    padding: 2px 5px;
    border-radius: 15px;
    white-space: nowrap;
    display: block;
    margin-top: 4px;
}

/* ==========================================================================
   Stuff
   ========================================================================== */
#disclaimer {
	height: 230px;
	overflow: auto;
	padding: 10px;
	font-size: 15px;
	line-height:17px;
	background-color: rgba(255,255,255,.5);
	margin: 15px 0;
	border: 3px solid #ffcc00;
}
.ac {
	font: 28px/28px 'avengeance_mightiest_avengeRg';
}
.white, .w { color: #fff }
.blu, .b { color: #303180 }
.red, .r { color: #e12a17 }
.y { color: #ffcc00; }
.bg-blu {
	background: #303180;
    color: #fff;
    border-radius: 20px;
    border: 4px solid #ffcc00;
    padding: 20px;
    margin-top: 30px;
}
.upper { text-transform: uppercase; }
.tLeft { text-align: left; }
.tCenter { text-align: center; }
.tRight { text-align: right; }
.floatL { float: left; }
.floatR { float: right; }
.big { font-size: 25px; line-height: 28px; }
.medium { font-size: 15px; line-height: 18px; }
.small { font-size: 12px; line-height: 15px; }
.cookie { clear:both; }
.cookie a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	background: #bbac8e;
	float: right;
	padding: 3px 10px;
	color:#fff;
	border-radius: 5px 5px 0 0;
	margin-right: 18px;
}
.cookie a:hover { background: #c91f26 }

/* Errori */
input.error, select.error  {
	border: 3px solid #C91F26 !important;
}
div.errorPage {
	border: 3px solid #fbc2c4;
	padding: 10px 10px 10px 10px;
	color: #9e2f14;
	background: #fce9e9;
}
.errorPage a:not(.button) {
	color: #C91F26 !important;
}
div.error {
	border: 1px solid #c91f26;
	border-radius: 5px;
	padding: 5px 5px 5px 35px;
	margin-top: 4px;
	color: #9e2f14;
	background: #fce9e9 url(../images/error.gif) no-repeat 10px center;
}
div.notice {
	border: 3px solid #d0de92;
	padding: 10px 10px 10px 10px;
	background-color:#ebf1cd;
	color: #315307;
	margin-bottom: 20px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { display: block; clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0; }
