@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,400&family=Yellowtail&display=swap');

html, body, a{
	font-family:"Roboto";
}

body{
	font-size:11px;
	margin:0;
	padding:0;
	background-image:url(/img_home/sfondo.jpg);
}

h1{
	font-family:"Yellowtail";
	font-size:35px!important;
	color:#f69204;
	font-weight:normal;
	padding:0;
	margin:0;
}

h2{
	font-family:"Yellowtail";
	font-size:25px!important;
	color:#f69204;
	font-weight:normal;
	padding:0;
	margin:0;
}

h3{
	font-family:"Yellowtail";
	font-size:24px!important;
	color:#f69204;
	font-weight:normal;
	padding:0;
	margin:0;
}

.form_contatti input, .form_contatti textarea{
	border:1px solid #CCC;
	font-size:14px;
}

.form_contatti{
	font-size:14px;
	padding-top:10px;
}

.form_contatti form div{
	font-weight:bold;
}

.form_contatti input[type=submit], .button{
	border:1px solid #CCC;
	font-size:14px;
	background-color:#f69204;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	border-radius:5px;
	margin-top:20px;
	margin-bottom:10px;
}

@media (min-width: 960px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 960px!important;
	}
}

header{
	text-align:right;
}
header div.header-links{
	padding:8px;
}
header div.header-links a{
	color:#FFF;
	text-decoration:none;
}
header a{
	padding:3px;
}
header .row{
	position:relative;
}

.active{
	color:#f69204!important;
}

.close{
	display:none;
}

a{
	color:#C30;
	text-decoration:none;
}

a.menu-toggle{
	display:none;
}

.languages{
	background-image:url(/img_home/section.png);
	background-size:cover;
	background-position:top center;
	border-bottom:2px solid #444;
	border-radius: 10px 10px 0px 0px;
	height:38px;
	padding:4px;
	text-align:right;
}

.languages a{
	padding-right:10px;
	text-decoration:none;
}

.logo{
	position:absolute;
	top:-33px;
	left:10px;
	z-index:1;
}

.logo div{
	margin-top:-13px;
	margin-right:18px;
	color:#FFF;
}

#slideshow{
	z-index:0;
}

.main{
	min-height:300px;
	background-color:#FFFFFF;
	padding:15px;
}

.main a{
	color:#f69204;
}

.col-md-6.video {
    font-family: "Yellowtail";
    font-size: 25px;
    font-weight: normal;
}

.video{
	margin-bottom:35px;
	text-align:center;
	font-weight:bold;
	z-index:0;
}

.foto{
	width:130px;
	height:130px;
	margin:15px;
	margin-left:0;
	margin-top:0;
	padding:2px;
	float:left;
	text-align:center;
	font-family:"Berlin";
	font-size:16px;
	line-height:15px;
}
.foto img{
	border:2px solid #CCCCCC;
}

footer .container{
	background-image:url(/img_home/section.png);
	background-size:cover;
	background-position:top center;
	height:38px;
	padding:8px;
	line-height:25px;
}

footer a{
	font-size:0.8em;
	color:#FFF;
	text-decoration:none;
}

footer .links{
	text-align:left;
}

footer .links a{
	padding-right:8px;
}

footer .copyright{
	text-align:right;
	color:#FFF;
	font-size:0.8em;
}

@media (max-width: 767px){
	.video iframe{
		width:100%;
	}
	a.menu-toggle{
		display:inline-block;
	}
	.languages a{
		padding-right:5px;
	}
	header div.header-links{
		display:none;
		background-color:rgba(255,255,255,0.9);
		position:fixed;
		top:0;
		right:0;
		z-index:9999;
		height:100%;
		max-width:100%;
	}
	header div.header-links a{
		display:inline-block;
		border-bottom:2px solid #666;
		color:#000;
		font-weight:700;
		text-transform:uppercase;
	    width:100%;
		padding:0px 10px;
		line-height:50px;
		height:50px;
		text-align:center;
	}
	.close{
		display:inherit;
		background-color:#000;
		color:#FFF!important;
	}	
	.languages{
		height:50px;
		padding:10px;
	}
	.logo{
		top: 10px;
		left:5px;
	}
	.logo div{
		font-size:11px;
		margin-top:-5px;
	}
	.logo img{
		width:190px;
	}
	footer .container{
		background-image:none;
		background-color:#222;
		height:auto;
		padding:8px;
		line-height:25px;
	}	
	footer .links{
		width:100%;
		text-align:center;
	}
	footer .links a{
		width:100%;
		height:35px;
		line-height:35px;	
		border-bottom:1px solid #666;	
		display:inline-block;
		text-decoration:underline;
		text-transform:uppercase;
		text-align:center;
	}	
	footer .copyright{
		width:100%;
		text-align:center;
		font-size:11px;
	}	
}