body {
    margin: 	0;
    padding: 	0;
    border: 	0;
	/*font-family:	'BebasNeueRegular', Verdana, Helvetica, Arial, sans-serif;*/
	font-family: /*'Economica'*/'verdana', 'Arial Narrow', Arial, sans-serif;
	font-size:	1em;
	/*font-style:	italic;*/
	color: 		#000000;
    background: #ffffff; /*url(immagini/sfondo.gif) repeat 0 0*/
	height: 	100%;
	min-height: 	100%;
}

a {
	color:		#3399cc;
}

/*a:visited {
	color:		#999999;
}*/

#contenitore{
    width: 		100%;
	height: auto !important;
	display:	block;
	/*min-height: 	100%;*/
    margin:		0 auto;
    padding: 	0;
}

#testata{
	display:	block;
	padding: 	0;
	/*margin:		0 auto;*/
	height:		120px;
	background: url(../immagini/bg_t1.png) 0 20px repeat-x;/*#008da9*/
}


/*#testata{	------sfondo sfumato blu online-----
	display:	block;
	padding: 	0;
	margin:		0 auto;
	height:		120px;
	background: url(../immagini/bg_t.png) 0 0;
}*/

#contenuti_testa{
	position:		relative;
    width: 			1200px;
	padding: 0px;
	margin:			0px auto;
}

#logo{
	padding: 	0px;
    float: 		left;
	height:		120px;
	margin:		0px;
}


#logo a{
    /* crea la superficie cliccabile*/
    display: 	block;
	float: 		left;
    width: 		550px;
    height:		120px;
    /* sposta il testo in modo da renderlo invisibile */
    text-indent:-9999px;
    /* visualizza l'immagine */
    background: transparent url(../immagini/logo2.png) no-repeat 0 0;  
}
.date{
	display: 	block;
	float: 		right;
    width: 		550px;
    height:		120px;
    /* sposta il testo in modo da renderlo invisibile */
    text-indent:-8888;
    /* visualizza l'immagine */
    background: transparent url(../immagini/dal1977_1.png) no-repeat 0 0;  
}




 /* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.3em;/*17px*/
}

/* Change the color of links on hover */
/*.topnav a:hover {
    background-color: #ddd;
    color: black;
}*/

/*.topnav a:active a{
    background-color: #ccffff;
    color: black;
}*/


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

#contenuti{
	position:		relative;
	display:		block;
    width: 			1080px;
	/*height:			auto;
	min-height:		1200px;*/
	margin:			auto;
}

#ajSlider/*#evidenza*/{
	float: 			left;
	position:		relative;
	display:		block;
    padding: 		5px;
    /*border:			1px dotted #676767;*/
    margin: 		25px;
	width: 			600px;
	/*height:			250px;*/
}
#ajSlider img{
	max-height:			250px;
	width: 			auto;
	max-width:		600px;
}



.box{    
	float: 			left;
	position:		relative;
	display: 		inline-block;
    width: 			75%;
    padding: 		5px;
    margin: 		5px;
}

.box img{
	display:		inline-block;
}

.boxdx{    
	float: 			left;
	text-align:		center;
	position:		relative;
	display: 		inline-block;
	/*border-left:	3px #333 solid;*/		
    width: 			20%;
    padding: 		5px;
    margin: 		5px;
	box-shadow:				-1px -1px 0px #efefef inset, 1px 1px 0px #efefef inset;
}

.boxdx p{
	text-align:				center;
	/*background-color:		#efefef;*/
	background:		#333333;
	color:			#efefef;
	line-height:			1.5em;
	margin-top:				0px;
	font-family: 			'Josefin Sans', sans-serif;
	font-size:				1.5em;
	font-weight:			900;
}

.boxdx img{
	width:			auto;
	max-width:		80%;
	margin:			15px 0 20px 0;
}

.partner_dett{
	background-color:	#efefef;
	padding:		1em;
	font-family: 	'Josefin Sans', sans-serif;
	text-align:		center;
}

p.left{
	/*float:			left;*/
	display: 		block;
	text-align:		left;
}

.partner_dett p:first-child{
	text-align:		center;
}

.all_partner_dett{
	/*width:			auto;*/
	display:		block;
	width:		100%;
	text-align:		center;
	margin:			auto;
}

.part_logo{
	max-height:		100px;
	line-height:	100px;
	vertical-align:	middle;
	border: 		1px solid #000000;
	border-radius: 	4px;
	padding:		5px;
	background:		#FFFFFF;
}

.imgmarchi{
	display:		inline-block;
	border: 		1px solid #d5d5d5;
	border-radius: 	4px;
	padding:		5px;
	background:		#FFFFFF;
	margin: 		0 10px 10px 0;
	width:			auto;
	max-width:		225px;
	max-height:			150px;
	
}

#footer {
	position:		relative;
	float: 			left;
	/*bottom:			0px;*/
	width:			100%;
	/*height:			200px;*/
	background:		#333333;
	color:			#efefef;
}

.dati_ftr{
	position:		relative;
	width:			40%;
	float:			left;
	text-align:		left;
	margin-left:	5em;
}

.dati_ftrdx{
	position:		relative;
	width:			40%;
	float:			right;
	text-align:		right;
	margin-right:	5em;
}

#panel {
	display: none;
}

.btn-slide {
	text-align: center;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}

.pan_ftr{
	font-size:		0.9em;
	width:			100%;
	float:			left;
	background:		#333333;
	margin:			2em 0 0 0;
}

.pan_ftr_open{
	float:			left;
	background:		#333333;
	font-size:		0.8em;
	text-align:		center;
	max-width:		100%;
	padding:		0em 3em 3em 3em;
	color:			#efefef;
}

/*pronta consegna*/

h1 {
	display:		block;
	text-align:		center;
	font-size:		30px;
	line-height:	50px;
}

.prd_riga{
	width:			100%;
	border-bottom:	3px #333 solid;
	height:			240px;
	margin-bottom:	10px;
}

.prd_img{
	float:			left;
	width:         	40%;
}

.prd_img img{ 
	width:         	auto;
	height:			auto;
	max-height:		230px;
}
/*fine pronta consegna*/

/*contatti*/
.box_pos_cont{
	width:			100%;
	margin:			2em 0 2em 0;
	min-height:		540px;
}

.box_pos_cont iframe{
	display:		inline-block;
	float:			left;
	width:			500px;
}

.box_cont{
	display:		inline-block;
	float:			right;
	width:			500px;
}

.cont_form div{
	width:			100%;
	margin:			1em 0 1em 0;

}
/*fine contatti*/

/* gestione */

.corpo {
	position:				relative;
	width:					90%;
	margin:					auto auto;
	height:					100%;
	padding-top:			0px;
	font-size:				0.85em;
}

#menugest a {
	color:					#1199aa;
	/*float:					left;*/
	width:					20%;
}

.tab_menu{
	float:					left;
	width:					20%;
}

.tab_cent{
	float:					left;
	width:					75%;
	border-left:			3px solid #333;
	margin-left:			1em;
	padding-left:			1em;
}

.tabletit, .tab_menu span:first-child{
	line-height:			2em;
	font-size:				1.2em;
	color:					#3399cc;
	font-weight:			700;
}

.torna{
	float:					right;
}

.tabledat, .tabledat table{
	width:					100%;
}

.tabledat th{
	text-align:				left;
}

.tabledat td{
	font-size:				0.75em;
}

.tabledat tr:nth-child(even){
	background-color:		#efefef;
}
/* fine gestione */

#storia {
	position:				relative;
	display:				inline-block;
	width:					100%;
	height:					30%;
}

#serviz{
	position:				relative;
	display:				block;
	float:					left;
	width:					100%;
	height:					300px;
}

#serviz ul {
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	padding-top:			1em;
}

#serviz li {
	float:					left;
	display:				inline-block;
	padding-bottom:			1em;
	margin:					0px 0.8em 0px 0.8em;
	width:					30%;
}

#serviz p{
	text-align:				center;
	background-color:		#efefef;
	margin-top:				0px;
	margin-bottom:			0px;
}

#serviz div {
	display:				inline-block;
	text-align:				center;
	width:					100%;
	/*height:					300px;*/
	margin:					auto 0;
	font-family: 			'Josefin Sans', sans-serif;
	font-size:				1.1em;
	box-shadow:				-1px -1px 0px #efefef inset, 1px 1px 0px #efefef inset;
}

#serviz div img{
	width: 			auto;
	max-width:		240px;
	max-height:		auto;
}

#serviz span{
	display:				inline-block;
	width:					100%;
	text-align:				center;
	background-color:		#efefef;
	font-family: 			'Josefin Sans', sans-serif;
	font-size:				1.1em;
}

img.wide{
	width: 			auto;
	max-width:		810px;
	max-height:		auto;
}

/*per slideshow elastico 02/07/17*/
.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	max-width: 100%;/*width:100% kk*/
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 98%;
}
.ei-title{
	position: absolute;
	right: 50%;
	margin-right: 13%;
	top: 30%;
}
.ei-title h2, .ei-title h3{
	text-align: right;
}
.ei-title h2{
	font-size: 50px;
	line-height: 60px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	color: #b5b5b5;
	background-color:	rgba(51,51,51,0.7);
	margin:		20px 0 20px 0;
	padding:	10px 20px;
	text-align: right;
}
.ei-title h3{
	font-size: 70px;
	line-height: 70px;
	font-family: 'Playfair Display', serif/*'Open Sans Condensed', sans-serif*/;
	/*text-transform: uppercase;*/
	font-style: italic;
	color: #000;
	background-color:	rgba(255,255,255,0.7);
	margin:		0;
	padding:	10px 20px;
	text-align: left;
}
.ei-slider-thumbs{
	height: 13px;
	margin: 0 auto;
	position: relative;
	list-style-type:	none;/*kk*/
	padding:	0;/*kk*/
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #000;
	background: rgba(0,0,0,0.9);
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #666 ;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 
        0px 1px 1px 0px rgba(0,0,0,0.3), 
        0px 1px 0px 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
	background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}

#myTopnav a.selected {
    background-color: #c0c0c0;
	color: black;
}

@media screen and (max-width: 480px) {
#testata{
	display:	block;
	padding: 	0;
	/*margin:		0 auto;*/
	height:		70px;
	background: url(../immagini/bg_t1.png) 0 -20px repeat-x;/*#008da9*/
}
#contenuti_testa{
	position:		relative;
    width: 			100%;
	margin:			auto;
	height:		70px;
}
#logo{
	padding: 	0;
    float: 		left;
	width: 		70%;
	height:		70px;
}
#logo a{
    /* crea la superficie cliccabile*/
    display: 	block;
	float: 		left;
    width: 		100%;
    height:		70px;
    /* sposta il testo in modo da renderlo invisibile */
    text-indent:-9999px;
    /* visualizza l'immagine */
    background: transparent url(../immagini/logo2.png) no-repeat 0 0;
	background-size: 200px;
}
.date{
	display: 	block;
	float: 		right;
    width: 		30%;
    height:		70px;
    /* sposta il testo in modo da renderlo invisibile */
    text-indent:-8888;
    /* visualizza l'immagine */
    background: transparent url(../immagini/dal1977_1.png) no-repeat 0 0;  
	background-size: 100px;
}
#contenuti{
	position:		relative;
	display:		block;
    width: 			100%;
	/*height:			auto;
	min-height:		1200px;*/
	margin:			auto;
}
.box{    
	float: 			left;
	position:		relative;
	display: 		inline-block;
    width: 			96%;
    padding: 		2px;
    margin: 		5px;
}
.box img{
	display:		inline-block;
	width: 			96%;
    padding: 		2px;
    margin: 		5px;
}
.boxdx{    
	float: 			left;
	text-align:		center;
	position:		relative;
	display: 		inline-block;
	/*border-left:	3px #333 solid;*/		
    width: 			96%;
    padding: 		2px;
    margin: 		5px;
	box-shadow:				-1px -1px 0px #efefef inset, 1px 1px 0px #efefef inset;
}
.boxdx p{
	text-align:				center;
	/*background-color:		#efefef;*/
	background:		#333333;
	color:			#efefef;
	line-height:			1.5em;
	margin-top:				0px;
	font-family: 			'Josefin Sans', sans-serif;
	font-size:				1.5em;
	font-weight:			900;
}
.boxdx img{
	width:			auto;
	max-width:		96%;
	margin:			5px;
}
.boxdx div{
	width:			auto;
	display:		inline-block;
	max-width:		50%;
	margin:			5px;
}
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 480px;
	height: 150px;
	margin: 0 auto;
}
.ei-title{
	position: absolute;
	right: 0px;
	margin-right: 0px;
	width: auto;
	text-align: center;
	top: auto;
	bottom: 10px;
	background: none;
	/*background: rgba(255,255,255,0.9);*/
	padding: 5px 0;
}
.ei-title h2, .ei-title h3{
	text-align: center;
	padding:5px;
	margin:5px;
}
.ei-title h2{
	font-size: 10px;
	line-height: 12px;
}
.ei-title h3{
	font-size: 14px;
	line-height: 16px;
}
#serviz{
	position:				relative;
	display:				block;
	float:					left;
	width:					100%;
	height:					auto;
}
#serviz li {
	float:					left;
	display:				inline-block;
	padding-bottom:			2px;
	margin:					5px;
	width:					96%;
}
#serviz p{
	text-align:				center;
	background-color:		#efefef;
	margin-top:				0px;
	margin-bottom:			0px;
}
#serviz div {
	display:				inline-block;
	text-align:				center;
	width:					100%;
	/*height:					300px;*/
	margin:					auto 0;
	font-family: 			'Josefin Sans', sans-serif;
	font-size:				1.1em;
	box-shadow:				-1px -1px 0px #efefef inset, 1px 1px 0px #efefef inset;
}
#serviz div img{
	width: 			auto;
	max-width:		240px;
	max-height:		auto;
}
img.wide{
	width: 			auto;
	max-width:		100%;
	max-height:		auto;
}
#footer {
	font-size:		12px;
}
.dati_ftr{
	position:		relative;
	width:			90%;
	float:			left;
	text-align:		left;
	margin-left:	auto;
}
.dati_ftrdx{
	position:		relative;
	width:			90%;
	float:			left;
	text-align:		left;
	margin-right:	auto;
}
}
