.rwd-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

a.menuBottoni {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

body{
	background-color:#ffffff;
	color:#45283a;
	margin:0;
	font-family:Arial;
}

div.alert-warning{
	background-color:#ffdef2;
	color:#45283a;
}
div.desktop{
	display:block;
}
div.mobile{
	display:none;
}
div.bordo{
	border-top:2px solid #45283a;
	border-bottom:2px solid #45283a;
	background-color:#f9f9f9;
}
div.boxHome{
	border:2px solid #45283a;
	width:100%;
	border-radius:5px;
	margin-top:2em;
	margin-bottom:2em;
	/*height:400px;*/
}
div.copy{
	border-top:1px solid #45283a;
	padding-top:0.8em;
}
div.copy2{
	text-align:right;
	padding-top:0em;
}
div.google_translate_element{
	margin:auto;
	margin-top:2em;
}
div.img{
	margin-bottom:1em;
	float:none;
}
div.privacy{
	font-size:0.9em;
	line-height:1.5em;
	margin-top:2em;
}
div.risRic{
	padding:1em;
	background-color:#f2f2f2;
	margin-bottom:2em;
	font-size:1.1em;
}
div.sfondoBordeaux{
	background-color:#45283a;
	margin-top:1em;
}
div.sfondoHome{
	background-image:url(../images/sfondo_home.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin-top:2em;
}
div.testoHome{
	width:40%;
	line-height:2em;
	padding-bottom:1em;
}
div.thumbHome{
	margin-bottom:1em;
	padding-right:0.8em;
	text-align:center;
}
div.tornaHome{
	margin-top:1em;
}


h1.top{
	font-size:18px;
	font-family:Comic Sans Ms;
	margin-top:0px;
	font-weight:normal;
	font-style:italic;
}
h2.home{
	margin-top:0.6em;
	font-size:1.7em;
	padding-left:0.4em;
	color:#45283a;
}
h2.home:hover{
	text-decoration:none;
}
h3.home{
	margin-top:0;
	padding-left:0.4em;
}

img.informazioni{
	width:50%;
	margin:auto;
}
img.paddingHome{
	padding-left:2em;
}
img.paddingHomeDx{
	padding-right:2em;
}
img.sinistra{
	float:left;
	margin-right:1em;
}
img.tornaHome{
	margin-left:0;
}

p{
	font-size:1em;
}

p.text{
	font-size:1.15em;
	line-height:1.6em;
}

/* MEDIA QUERY SPECIFICHE */
@media (max-width: 767px) {

	div.desktop{
		display:none;
	}
	div.mobile{
		display:block;
	}
	img.informazioni{
		width:98%;
	}
	img.tornaHome{
		margin:auto;
	}
	
	div.copy2{
		text-align:left;
		padding-top:2em;
	}
	div.img{
		margin-bottom:0;
		float:left;
		width:25%;
	}
	div.sfondoHome{
		background-image:none;
		background-color:#ffc3e8;
		margin-top:0;
	}
	div.testoHome{
		width:100%;
		line-height:2em;
		padding-bottom:2em;
		padding-top:2em;
	}
	div.thumbHome{
		/*float:left;*/
		margin-bottom:0;
	}
	
	
}

/* MEDIA QUERY SPECIFICHE */
@media (max-width: 1000px) {
	img.paddingHome{
		padding-left:0;
	}
	img.paddingHomeDx{
		padding-right:0;
	}
}