body {
	background-image: url(../immagini/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
a#btnVideo, a#btnVideo:visited {
	color: #000
}
div.breadcrumb {
	line-height: 18px;
	padding: 6px 0;
}

div.regularPage h1 {
	line-height: 35px;
	min-height: 35px;
	padding: 8px 0;
}

/******************************* GENERALE *******************************/

div.boxRightAzioni {
	width: 176px;
	height: 70px;
	margin: 30px auto 20px auto;
	padding: 10px 15px;
	border-radius: 6px 6px 6px 6px;
	background: #f3f3f3;
}
div.boxRightAzioni p {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	color: #6D6B6B;
	font-size: 10px;
	text-transform: uppercase;
}
div.boxRightAzioni p a {
	color: #6D6B6B;
	text-decoration: none;
	font-size: 10px;
}
div.boxRightAzioni p a:visited {
	color: #6D6B6B;
	text-decoration: none;
}
div.boxRightAzioni p a:hover {
	color: #6D6B6B;
	text-decoration: none;
}
a.icoAzione {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 5px 5px 0 0;
	padding: 0;
	display: block;
	float: left;
}
a.testoAzione {
	width: 150px;
	height: 20px;
	line-height: 20px;
	margin: 5px 0 0 0;
	padding: 0;
	display: block;
	float: left;
}

/********************************** CATEGORIE ***************************/

div#contEsposizione {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: justify;
	position: relative;
}

div#contEsposizione p {
	height: auto;
	line-height: 18px;
	margin: 0;
	padding: 0 0 15px 0;
	color: #5a5a5a;
	font-size: 12px;
	text-align: justify;
}

div.contSlides {
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0; /*border: 1px solid #ccc;*/
	float: right;
	display: inline;
	overflow: hidden;
	position: relative;
}

div.contSlides img {
	width: 300px;
	height: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 100;
}

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

div#boxVideoDettaglio {
	width: 550px;
	height: 310px;
	margin: 20px auto;
	padding: 0;
	overflow: hidden;
}

@media (max-width: 600px) {
	div#boxVideoDettaglio {
	    width: 350px;
	}

	#videoDettaglio {
		width: 100% !important;
	}
}

@media (max-width: 400px) {
	div#boxVideoDettaglio {
	    width: 250px;
	}
}
