html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
}

@font-face {
    font-family: 'ciderscript';
    src: url('../fonts/cider-script-webfont.eot');
    src: url('../fonts/cider-script-webfont.eot?#iefix') format('eot'),
		url('../fonts/cider-script-webfont.svg#ciderscript') format('svg'),
         url('../fonts/cider-script-webfont.woff') format('woff'),
         url('../fonts/cider-script-webfont.ttf') format('truetype');
         
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd';
    src: url('../fonts/helveticaneueltstd-lt.eot');
    src: url('../fonts/helveticaneueltstd-lt.eot?#iefix') format('eot'),
         url('../fonts/helveticaneueltstd-lt.svg#HelveticaNeueLTStd') format('svg'),
         url('../fonts/helveticaneueltstd-lt.woff') format('woff'),
         url('../fonts/helveticaneueltstd-lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body{
	font-family: Arial;
}

a{
	color: #000;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

#site_content{
    margin: 0px auto;
    width: 810px;
	border: #25408f solid 1px;
}

.top_menu{
	background-image: url('../images/nav_bar.png');
	width: 810px;
	height: 80px;
}

.top_header{
	background-image: url('../images/header_home.jpg');
	width: 810px;
	height: 160px;
}

.top_menu ul{
	padding-top: 19px;
	padding-left: 78px;
}

.top_menu_links{
	float: left;
	font-family: ciderscript;
	font-size: 36px;
	line-height: 37px;
	color: #fff;
	
	padding-left: 13px;
	padding-right: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 56px;
	
	cursor: pointer;
}

.top_menu_links:hover{
/*
	background-color: #dde3f3 !important;
	color: #e44472 !important;
	*/
	color: #25408f !important;
	
}

.link_invito{

	float: left;
	font-family: ciderscript;
	font-size: 36px;
	line-height: 37px;

	padding-left: 13px;
	padding-right: 13px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 56px;
	
	cursor: pointer;

	color: #25408f !important;
}

.link_invito:hover{
	background-color: #fff !important;
	color: #e44472 !important;
}

.top_menu p{
	font-size: 12px;
	font-weight: bold;
	color: #25408f;
	line-height: 12px;
	margin-left: 29px;
	margin-top: 4px;
}



table.form{
	width: 750px;
	margin-left: 25px;
	margin-top: 25px;
}

table.form td{
    line-height: 22px;
    padding-bottom: 16px;
    text-align: left;
    font-size: 1em;
    font-weight: bold;
    color: #EC008D;
}
table.form td label{
    color: #000000;
    padding-right: 5px;
	font-size: 16px;
}
table.form td label.error{
    color: #EC008D;
}
table.form td.col1{
    padding-right: 5px;
}
table.form td.col3{
    text-align: right;
    padding-right: 5px;
}
table.form td.input{
    width: 250px;
}
table.form td.input input{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */        
    border: solid 1px #000000;
	padding: 2px 8px;
	font-size: 14px;
}
table.form td.input select{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */        
    border: solid 1px #000000;    
	padding: 2px 8px;
	font-size: 14px;
}
table.form td.input select.sesso{
    width: 100%;
}
table.form td.input.date_of_birth select{
    width: 40%;
    margin-right: 2%;
}
table.form td.input.date_of_birth select:first-child{
    width: 25%;
    margin-right: 2%;
}
table.form td.input.date_of_birth select:last-child{
    width: 30%;
    margin-right: 0%;
}
table.form td.testo{
    color: #000000;
    font-weight: normal;
    margin: 0px;
    font-size: 1em;
    line-height: 1,1875em;
    padding: 0px 0px 20px 0px;    
}

table.form td.testo_errore{
	background-color: #eeefeb; 
	padding: 12px;  
}

table.form td.testo_errore h2{
	font-size: 19px;
	color: #e44472;
	margin-bottom: 10px;
}
table.form td.testo_errore h3{
	font-size: 16px;
}

table.form td.testo .readmore{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
table.form td.checkbox input[type='radio']{
    margin-left: 10px;
}
table.form td.testo a,table.form td.testo .required{
    color: #EC008D;
}
table.form td.checkbox.error{
    color: #EC008D;
}
table.form td.checkbox{
    text-align: center;
    color: #000000;
    font-weight: normal;
}
table.form td.errori{
    background-color: #EEEEEE;
    padding: 10px;
    font-size: 1em;
    line-height: 1em;
}
table.form td.errori h3{
    font-size: 1.188em;
    margin: 0px;
    padding: 0px;
}
table.form td.errori h4 span{
    color: #000000;
}
table.form td.submit{
    padding-top: 20px;
    text-align: center;
}
table.form td.submit input{
    width: 180px;
    height: 57px;
    margin: auto auto;
    padding: 0px;
    border: none;
    background-image: url(../images/but_avanti.png);
	
	font-family: ciderscript;
	font-size: 36px;
	line-height: 37px;
	color: #fff;
}
table.form td.submit input:hover{
   /* background-position: -429px -271px;*/
}

.lightbox{
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(../images/lightbox.png) repeat left top;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */        
    padding: 20px;
    overflow: auto;
    display: none;
    z-index: 9999;
}
.lightbox .content{
    position: relative;
    margin: auto;
    width: 700px;
    height: 80%;
    font-size: 0.938em;
    line-height: 1.200em;
    border: solid 2px #EB008D;
    padding: 20px;
    background-color: #FFFFFF;
}
.lightbox .content .wrapper{
    overflow: auto;
    height: 100%;
}

::-webkit-scrollbar {
   -webkit-appearance: none;
   width: 7px;
}
::-webkit-scrollbar-thumb {
   border-radius: 4px;
   background-color: rgba(0,0,0,.5);
   -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.lightbox .content .close{
    position: absolute;
    right: -18px;
    top: -18px;
    width: 36px;
    height: 36px;
}
.lightbox .content h1{
    font-size: 3.125em;
    color: #EB008D;
    text-align: center;
}

.lightbox.premi .img{
    margin: auto;
    display: block;
}


.ctl_table{
	display : table;
}

.ctl_row{
	display : table-row;
}
.ctl_td{
	display : table-cell;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
.ctl_underlined{
	text-decoration: underline;
}

.ctl_clear{
	clear: both;
}


.regolamento h1, .privacy h1{
	font-family: ciderscript;
	font-size: 58px !important;
	color: #000 !important;
	line-height: 58px !important;
	font-weight: normal !important;
	margin-bottom: 30px;
}

.regolamento h2, .privacy h2{
	color: #ed82a1 !important;
}

.regolamento p, .privacy p{
	margin-bottom: 20px;
}

.home p{
	width: 750px;
	margin-left: 25px;
	margin-top: 25px;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: normal;
}

.img_home{
	width: 808px;
	height: 571px;
}

.img_premi{
	/*width: 808px;
	height: 750px;*/
}

.but_partecipa{
	width: 310px;
	height: 57px;	
    background-image: url(../images/but_partecipa.png);
	background-position: 0px 0px;
}

.but_partecipa:hover{
	background-position: 0px 57px;
}

.but_avanti{
    width: 180px;
    height: 57px;
	background-image: url(../images/but_avanti.png);
	background-position: 0px 0px;
}

.but_avanti:hover{
	background-position: 0px 57px;
}

.but_condividi{
    width: 236px;
    height: 46px;
	background-image: url(../images/but_condividi.png);
	background-position: 0px 0px;
	margin-left: 340px !important;
}

.but_condividi:hover{
	background-position: 0px 46px;
}

.but_acquista{
    width: 130px !important;
    height: 30px !important;
	background-image: url(../images/but_acquistalo.png);
	background-position: 0px 0px;
	
	margin-top: 60px !important;
	margin-bottom: 0px !important;
	margin-left: 10px !important;

	position: absolute;
	
	opacity: 0;
}

.pink_button{
	margin: 0 auto;	
	
	margin-top: 24px;
	margin-bottom: 50px;
	
	cursor: pointer;
}

.title_grazie{
	font-family: ciderscript;
	font-size: 66px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 40px;
}

.grazie{
	height: 476px;
	width: 810px;
	margin-bottom: 45px;
}
.grazie h2{
	font-family: ciderscript;
	font-size: 56px;
	font-weight: normal;
	
	margin-left: 340px;
	padding-top: 32px;
}

.grazie p{
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	margin-left: 340px;
	padding-top: 40px;
	width: 400px;
}

.grazie_rock{
	background-image: url(../images/grazie_rock.jpg);
}


.grazie_rock h2{
	color: #25408f;
	padding-top: 40px;
}

.grazie_hippy{
	background-image: url(../images/grazie_hippy.jpg);
}

.grazie_hippy h2{
	color: #e44472;
}

.grazie_sporty{
	background-image: url(../images/grazie_sporty.jpg);
}

.grazie_sporty h2{
	color: #d2232a;
}

.scopri_e_acquista_banda{
	background-color: #e44472;
	line-height: 40px;
	font-size: 26px;
	color: #fff;	
	font-family: HelveticaNeueLTStd;
	font-weight: normal;	
	padding-left: 48px;
	margin-bottom: 40px;
}

.store{
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;	
}

.store_box{
	width: 150px;
	height: 150px;
	border: #25408f solid 1px;
	float: left;
	margin-right: 34px;
	margin-bottom: 65px;
	
	cursor: pointer;
}

.store img{
	position: absolute;
}

.store_last_box{
	margin-right: 0px !important;
}

.quiz{
	margin-left: 26px;
}

.quiz h1{
	font-family: ciderscript;
	font-size: 56px;
	font-weight: normal;
}

.quiz_header{
	width: 755px;
	height: 113px;
	background-image: url(../images/quiz_header.png);
	margin-top: 20px;
	position: relative;
}

#num_quiz{
	font-family: ciderscript;
	font-size: 25px;
	font-weight: normal;
	position: absolute;
	color: #fff;
	text-align: right;
	right: 15px;
	top: 45px;
}
#question{
	position: absolute;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin-left: 58px;
	margin-top: 70px;
}

.quiz_radio_button{
	margin-left: 58px;
	margin-top: 35px;
}

#section_iscriviti p{
	text-align: center;
	width: 750px;
	margin-left: 25px;
	margin-top: 25px;
	font-size: 16px;
	margin-bottom: 30px;
	font-weight: normal;	
}

#section_iscriviti a{
	color: #e44472;
	text-decoration: underline;
	font-weight: bold;
}

#form_error_msg {
	margin-left: 25px;
	margin-right: 25px;
	background-color: #eeefeb; 
	padding: 12px;  	
}

#form_error_msg h2{
	font-size: 19px;
	color: #e44472;
	margin-bottom: 10px;
}

#form_error_msg h3{
	font-size: 16px;
}

#fb_connect{
	text-align: left !important;
	font-weight: bold !important;
}

#fb_connect span{
	cursor: pointer;
	margin-left: 40px;
}

#full_overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	left: 0px;
	top: 0px;
	display: none;
	background-color: #fff;
}

.messagebox .content{
	width: 350px;
	height: 150px;
}

.premi .content{
width: 500px;
height: auto;
}

#section_grazie_hippy, #section_grazie_rock, #section_grazie_sporty,
#section_quiz, #section_iscriviti, #section_premi{
	display : none;
}

.checkbox span{
	margin-left: 5px;
}

.quiz_radio_button span{
	margin-left: 5px;
}

