



/* =content-prodotto
-------------------------------------------------------------- */



#content-prodotto{
	width:100%;
	max-width:580px;/*595*/
	padding-left:15px;
	margin-bottom:20px;
	font-size:12px;
	color:#333;
	/*border: 1px solid #F00;*/
}

#content-prodotto .content h2.title {
	font-size:36px;
	color:#000;
	line-height:140%;
}


#content-prodotto .content p {
	font-size:12px;
	color:#666;
	line-height:150%;
}


#content-prodotto .content h2 {
	font-size:16px;
	color:#333;
	line-height:120%;
}


/* ---  box fotogallery  --- */



#box-fotogallery{
	margin-bottom:20px;
	margin-top:20px;
	overflow:hidden;
	position:relative;
}
.box-container-fotogallery{
	max-width:400px;/*120*/
	width:100%;
	height:300px; /*120*/
	padding:0px;
	overflow:hidden;
	position:relative;
	/*border: 1px solid #F00;*/
	display:block;
	text-decoration:none;
}

.box-container-fotogallery img{
	width:100%;
	display:block;
	max-width:390px;
}

.icon-lens-gallery{
	position:absolute;
	top:80px;
	left:160px;
	/*border: 1px solid #F00;*/
}


.text-img-gallery{
	position:absolute;
	bottom:0px;
	left:0px;
	color:#FFF;
	font-size:12px;
	padding:6px 5px;
	max-width:390px;/*400*/
	width:100%;
	height:60px;
	background-image: url(images/bg-caption-gallery.png);
	background-repeat: repeat;
	background-position: left top;
	/*border: 1px solid #F00;*/
	line-height: 17px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.container-download{
	margin-top: 20px;
    overflow: auto;
}

.container-download .col-1{
	float:left;
	width:55px;
}

.container-download .col-2{
	position:relative;
	float:left; 
	width:100%;
	max-width:410px;/*520*/
	padding-right:100px;
}

.container-download .col-2 p{
    font-size:11px;
	color:#666;
}

.container-download .col-2 h2{
	font-size:15px;
	color:#333;
}

.button-download{
	position:absolute;
	right:0px;
	top:20px;
	width:70px;/*100*/
	height:30px;
	padding-left:30px;
	background-image: url(images/button/button-download.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
}

.button-download a{
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	text-shadow: 0px 1px 1px #fff;
}
@media only screen and (max-width: 960px) {
	#content-prodotto,
	.box-container-fotogallery,
	.text-img-gallery,
	.container-download .col-1,
	.container-download .col-2 {
		width:100%;
		float:left;
	}
}

#catalogo-retail {
  border-top: 1px solid #ccc;
  padding-top: 80px;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 40px;
}

@media (max-width: 767px) {
	#catalogo-retail {
    padding-top: 70px;
		margin-top: 20px;
	}
}