body {
    margin: 0px;
    padding: 0px;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    color: #58585a;
}

a {
    text-decoration: none;
}

.login{
	margin-left: 10px;
	font-size: 18px;
	background: #dc2437;
	color: #fff;
	padding: 5px 15px;
	border-radius: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#barraHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #FFF;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.logoHeader {
    width: auto;
	max-width: 100% !important;
	margin: 10px auto;
}

.imgHeader {
    width: 100%;
	margin-top:130px;
}

.centrato {
    text-align: center;
}
.corpobordato {
    width: 70%;
    margin: 20px auto;
    padding: 2%;
    border: 1px solid #2c2d74;
}

.bgGrigio {
    width: 100%;
    float: left;
    background-color: #f3f3f4;
}

.layer50percento {
    width: 50%;
    float: left;
}

.wpb_wrapper {
    padding: 20px 0px 20px
}

.wpb_wrapper.percentuale {
    padding-top: 50px;
}

.rt_counter {
    text-align: center;
    height:100px;
}

.number {
    font-size: 60px;
    margin: 10px;
    color: #b1b2b4;
    text-align: center;
    font-family: 'Trebuchet MS', sans-serif;
}

.percentuale .number {
    font-size: 90px;
}

.rt_counter strong {
    text-transform: uppercase;
    color: #2d2d74;
    font-family: 'Trebuchet MS', sans-serif !important;
    font-weight: 400;
}

.layer33percento {
    width: 33.33%;
    float: left;
}

#Footer {
    background-color: #b20011;
    border-top: 1px solid #fff;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}

	#Footer a {
		color: white;
	}
	#Footer img {
		vertical-align: middle;
	}
	
	
@media only screen and (max-width : 900px) {
	.layer33percento {
		width: 49%;
	}
	.layer33percento.last {
		width: 99%;
	}
	.wpb_wrapper.percentuale {
		padding-top: 0;
		padding-bottom: 50px;
	}
}

@media only screen and (max-width :700px) {
	.layer33percento {
		width: 99%;
	}
	#Footer img {
		float: right;
		margin: 0 10px 10px 0;
	}
}