
.menutendina {
margin-top: 5px;
margin-right: -30 !important;
}

/* No CSS3 support: none */

/* General styles for all menus */
.cbp-spmenu {
	position: fixed;
	background: rgba(247, 247, 247, 0.95);
}

.cbp-spmenu h3 {
	color: #ffffff;
	font-size: 1.6em;
	padding: 10px;
	margin: 0;
	font-weight: 300;
	background: #041633;
}

.cbp-spmenu a {
	font-weight: 500;
	display: block;
	color: #000000;
	font-size:16px;
}

/*---------------------- cambia colore al passaggio --------------------*/
.cbp-spmenu a:hover {
background:#efefef;
}



/* Orientation-dependent styles for the content of the menu */

.gn-menu-wrapper {
position: fixed;
overflow: hidden;
width: 220px;
height: 100%;
}

.cbp-spmenu-vertical {
	overflow-y: scroll;
	width:100%;
	height: 100%;
	top:60px;
	z-index: 1000;
}

.cbp-spmenu-vertical ul {
	padding-top: 0;
	margin:0;
}

.cbp-spmenu-vertical .sub-menu a{font-size:14px; padding: 10px 20px 10px 30px !important;}
.cbp-spmenu-vertical a {padding: 20px 20px 20px;border-bottom: solid 1px #d8d8d8;text-align: left;}
.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -100%;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

/* General Demo Style */


/*-----------------------qui-------------------------*/
body, html {padding: 0; margin: 0;}


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}


a {
	text-decoration: none;
}

.main,
.container > header {
	width: 94%;
	max-width: 69em;
	margin: 0 auto;
}

.container > header {
	padding: 70px 0 1.875em;
}

.container > header h1 {
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0;
	font-weight: 400;
	color: #ffffff;
	margin: 10px 0;
}

.container > header h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
	display: block;
	color: #ffffff;
	margin:20px 0 8px;
	font-size:35px;
}


.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #888888;
	text-indent: -8000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #47a3da;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #666666;
}

.main > section {
	max-width: 260px;
	width: 90%;
	margin: 0 auto;
}

.main > section h2 {
	font-weight: 300;
	color: #ccc;
}

.main > section button {
	border: none;
	background: #47a3da;
	color: #fff;
	padding: 1.5em;
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 10px 0;
	font-size: 0.8em;
}

.main > section button:hover {
	background: #258ecd;
}

.main > section button.active {
	background: #0d77b6;
}

.main > section button.disabled {
	background: #aaa;
	pointer-events: none;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #888888;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.container img {
}


.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

/*-------------- menu destra --------*/
/*-------------- menu destra ---------*/
.btnmenu {
width: 45px !important;
height: 36px;
padding-right: 0px !important;
margin-top: 5px;
}
.menumobile{
max-width:none !important;
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
 z-index:-900;
}

.menumobile{
border-top:solid 0px #013e78; 
background: #fff;
font-family: 'Roboto', sans-serif;
width: 100%;
height: 61px;
position: fixed;
top: -1px;
left: 0;
z-index: 900;    
}

.menumobile > section{
	margin: 0;
float: left;
border-right: 0px solid #041633;
font-size: 18px;
width:50px;
}

.menudestra{
float: right;
}

.gn-scroller {
position: absolute;
overflow-y: scroll;
width: 240px;
height: 100%;
}

.titolo{
color: #ffffff;
text-decoration: none;
display: block;
padding: 5px 10px;
height: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
line-height: 35px;
text-transform:uppercase;
}

.dl-menuwrapper button {
background: none;
border: none;
width: 48px;
height: 60px;
overflow: hidden;
position: relative;
cursor: pointer;
outline: none;
top:-10px;
color:#ce0c14;
font-size: 11px;
font-weight: 600;
}

.titoli {
border-bottom: 1px solid #6a6a6a;
margin-bottom: 0px;
padding-top: 4px;
}

li {list-style:none;}
figure {margin:0px 0;}

.Box {
float: left;
margin-right: 0.9em;
margin-bottom: 1em;
}

.Box h3{text-align:center; height:30px; margin-bottom:0; padding-top:5px;}
.Box h3 span{font-size:10px !important; line-height:0px;}
.Box img{margin:0;}

.contatti td {
margin-right: 5px;
}


.middle {
vertical-align: middle;
}
.fleft {
float:left;
}

.puntivendita{
}

.more img{
background:#04378e;
border: solid 4px #04378e;
box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.puntivendita td{
padding:15px 15px 0 15px;
}
/*-------------immagine su testo ---------------*/ 
*{ padding:0px; margin:0px; }
			
			.boxgrid{ 
				width: 290px;
				height: 150px; 
				margin:20px 0 10px; 
				float:left; 
				overflow: hidden; 
				position: relative; 
				border: solid 4px #ffffff;
box-shadow: 0 2px 3px rgba(0,0,0,0.2);
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
					margin: 0px 15px 0px 0px;

				}
				.boxgrid h1{ 
					padding: 0 10px; 
					font-weight:bold !important;
				}
				
			.boxcaption{ 
				float: left; 
				position: absolute; 
				background: #ffffff; 
				height: 40px; 
				width: 100%; 
				opacity: .8; 
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}
 				.captionfull .boxcaption {
 					bottom: 0;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
/*-------------immagine su testo ---------------*/ 
.icon {margin-right:10px; padding-bottom:5px; border:0px;}
.socialmenu i.fa {
font-size: 20px;
color: #161717;
display: inline-block;
background: #fde401;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
padding: 5px;
width: 20px;
height: 20px;
}
.socialmenu a {
float:left;
padding: 10px 0px 10px 35px;
}
.socialmenu a:hover{
background:none;
}

.socialmenusin i.fa {
font-size: 20px;
color: #161717;
display: inline-block;
background: #fde401;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
text-align: center;
padding: 5px;
width: 20px;
height: 20px;
}
.socialmenusin a {
float: left;
padding: 10px 0px 10px 20px;
}
.socialmenusin a:hover{
background:none;
}
.dl-menuwrapper i{font-size:14px;}