@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

html{ font-size:100%; }

body{
font-size: 1em;
font-family: 'Lato', sans-serif;
text-align: center;
color: #444;
background: #ffffff;
padding: 0;
margin: 0;
width: 100%;
height: 100%;
}

h1 {
	font-family: 'Lato', sans-serif;
	margin-top:5px;
	color:#FFFFFF;
	font-weight:700;
	}
	
h3 {
	font-family: 'Lato', sans-serif;
	margin-top:0px;
	color:#FFFFFF;
	font-weight:700;
	padding-bottom:10px;
	border-bottom:1px solid #ffffff;
	}
	
label {
	color:#FFFFFF;
	}		

a:hover {
	text-decoration:none;
	}
	
.testata {
	background-image:url(images/sfondo-header.jpg);
	background-position:top center;
	background-size:cover;
	}
	
	
.slogan {
	background-image:url(images/keelcrab.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:1141px 158px;
	height:158px;
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.btn-colore2 {
	background:#88BA29;
	border:0px;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	border:2px solid #fff;
}

.btn-colore2:hover {
	background:#688C22;
	border:2px solid #f3f3f3;
}

.btn-colore {
	background:#88BA29;
	border:0px;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);
	border:2px solid #fff;
}

.btn-colore:hover {
	background:#688C22;
	border:2px solid #f3f3f3;
}

.btn-colore:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(20, 59, 84, 0);
	border-bottom-color: ##88BA29;
	border-width: 10px;
	margin-left: -10px;
}


		