﻿body
{
    margin:0;
    padding:0;
    /*background:#bbdeff;*/
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-weight:200;

}

.rigatop
{
    background-color:#FFFFFF;
    /*border:4px solid #363386;*/
    margin-bottom:10px;
    padding:0;
}

h1
{
    display:inline;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    padding:0 0 0px 0;
    color:#000000;
    margin:0;
    font-size:20px;
}

h2
{
    padding:0 0 0px 0;
    color:#333333;
    margin:0;
}

h3
{
    padding:0 0 0px 0;
    color:#333333;
    margin:0;
}

.riga
{
    clear:both;
    padding:4px;
}
.colLabel
{
    width:200px;
    font-size:18px;
}
.colInput
{
}
.modulo
{
    max-width:800px;
    background:#FFFFFF;
    margin:0px auto;
    padding:10px;
	position:relative;

}
.center
{
    text-align:center;
}

.txtleft {
	text-align: left;
}

.colortxt
{
    color:#333333;
    font-size:16px;
}

.txtcontrol
{
    color:#333333;
    font-size:12px;
}

.BtnConferma
{
	background:#00a651;
	color:#FFFFFF;
    padding:20px 30px;
    font-size:25px;
	border:0;
	cursor:pointer;
}

.bold
{
    font-weight:bold;
}

.stinput
{
    margin:4px 0;
    padding:10px;
    border:1px solid #CCCCCC;
    background:#EEEEEE;
    border-radius: 4px;
    width:100%;
}

.campi
{
    padding:0 20px;
    max-width:300px;
    min-width:300px;
    float:left;
}

.programma
{
    width:40%;
    float:right;
}

.result
{
    font-size:30px;
    text-align:left;
}

a img
{
    border:0;
}

.captcha
{
    margin:10px;
    padding:10px;
    background-color:#FFFFFF;
    color:#000000;
}

.error
{
    color:#f00;
    background-color:#FFFFFF;
    padding:3px;
    line-height:30px;
}

.left
{
    float:left;
}


.leng
{
    width:200px;
}
.errorEmail
{
    color:#FF0000;
}

.editprogramma
{
    margin-top:10px;
    width:100%;
    height:180px;
}

.caricamento
{
    position:fixed;
    display:none;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:400;
    background:url(/img/backgroundcaricamento.png) repeat top left;
}

a.lkcondizioni:link{font-size:18px; color:#333333; text-decoration:underline;}
a.lkcondizioni:visited{color:#333333;text-decoration:underline;}
a.lkcondizioni:hover{color:#FF7F00;text-decoration:none;}
a.lkcondizioni:active{color:#333333;text-decoration:underline;}

.privacy
{
    width:100%;
    height:220px;
    border:1px solid #CCCCCC;
    padding:0 10px;
	font-size:12px;
}

.txt10
{
    font-size: 10px;
}

.boxtitolo
{
    padding-top:10px;
}

.bianco
{
    color:#FFFFFF;
}

.footer
{
    background:#EEEEEE;
    padding:20px;
    font-size:14px;
    text-align:center;
    color:#4D5151;
}

.header {
	min-height: 205px;
	padding-top: 20px;
	background: #FFFFFF;
}

.txtheader1
{
    font-size:80px;
}
.txtheader2
{
    font-size:60px;
    font-weight:200;
}

div#logoadl
{
}
div#sloganadl
{
}

.button {
	display: inline-block;
	border-radius: 4px;
	background-color: #00a651;
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 28px;
	padding: 20px;
	width: 250px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
}

	.button span {
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: 0.5s;
	}

		.button span:after {
			content: '\00bb';
			position: absolute;
			opacity: 0;
			top: 0;
			right: -20px;
			transition: 0.5s;
		}

	.button:hover span {
		padding-right: 25px;
	}

		.button:hover span:after {
			opacity: 1;
			right: 0;
		}

@media screen and (max-width: 1300px) {

    .header
    {
        min-height:205px;padding-top:20px; background:#2E3D60!important;
        background-image:none;
    }
}

@media screen and (max-width: 500px) {
	.campi
	{
		padding:0 20px;
		max-width:initial;
		min-width:initial;
		width:80%;
		clear:both;
	}
    .txtheader1
    {
        font-size:50px;
		font-weight:bold;
    }
    .txtheader2
    {
        font-size:30px;
        font-weight:200;
    }
	div#logoadl
	{
		width:100%;
		clear:both;
	}
	div#sloganadl
	{
		padding-top:20px;
		width:100%;
		clear:both;
	}
}
