@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "custom";
	src: url("light.ttf");
}

body{
	padding:0;
	margin:0;
	font-family: 'Spartan', sans-serif;
}

.maxwidth{
	max-width:1000px;
	margin:auto;
}

h2{
	text-transform: uppercase;
	color: #277aae;
	border-bottom: solid 2px;
	display: inline-block;
	margin-bottom: 20px;
}

a{
	cursor:pointer;
}

.avviso{
	position: fixed;
	background: rgba(210, 0, 0, 0.92);
	width: 90%;
	left: 0;
	top: 60px;
	padding: 20px 5%;
	color:#fff;
}

.avviso .chiudi{
	font-size:18px;	
	height: 18px;
	line-height: 18px;
	width:18px;
	background:none;
	padding:3px;
}


.riga{
	padding: 100px 30px;
}

.riquadro{
	text-align:center;
	vertical-align:middle;
}

.riquadro ul{
	padding:0;
}

.titolo{
	font-size:2.5em;
	line-height:1em;
	margin:20px 0 30px;
	text-transform:uppercase;
	text-align:center;
}

.principale{
	margin: 30px auto 30px auto;
	max-width: 1000px;	
	position:relative;
}

.clear{
	clear:both;	
}

			
@media screen and (max-width: 768px){
	.riga {
		padding: 70px 25px;
	}
}
			
@media screen and (max-width: 576px){
	
	.riga {
		padding: 50px 20px;
	}
}

.btn-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496 !important;
	border-color: #117a8b !important;
}
			
			