
/*
	@pcwebagency.it
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
body{

 -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	body,  textarea
	{
		
		font-weight: 100;
		color: #333;
	}
	
        body {overflow-x: hidden;}
   
	
	
	
	body, .homepage{
		
		background:#eee;
		
	}

	h1,h2,h3,h4,h5,h6
	{       font-family: 'Raleway', sans-serif !important;
		font-weight: 100;
                letter-spacing: .1em
		/*color: rgba(239,121,33,1);*/
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
	}
        h2{
            
           /* color:#337ab7!important;*/
           /* color:rgba(0,144,54,1)!important;*/
            color:#333!important;
        }
        .facolor{
             color:rgb(115,179,78)!important;
            
        }
        .fauncolor{
            color:#666!important; 
            
        }
        
        .fawhite{
             color:rgba(255,255,255,1)!important;
            
        }
        .facircle{
             margin: 0.5em;

  color: #FFF;
  border: 1px solid rgba(247,247,247,1);
  background-color: #fff;
  border-radius: 50%;
  padding: 0.5em;

  transition: all .5s ease;
          
            
        }
        .white{
            
            color:#FFF!important;
        }
	

	a
	{
	
		color: #717479;
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
		-o-transition: color .25s ease-in-out;
		-ms-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
	}
	
		a:hover
		{
			text-decoration: none;
		}

	strong, b
	{
		font-weight: 700;
		color: #484d55;
	}
	
	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	em, i
	{
		font-style: italic;
	}
	
	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	

	form
	{
	}
	
		form label
		{
			display: block;
			color: #484d55;
		}
	
		form input.text,
		
		form textarea
		{
			-webkit-appearance: none;
			display: block;
			border: 0;
			background: #eee;
			box-shadow: inset 0px 0px 1px 0px #a0a1a7;
			border-radius: 0.35em;
			width: 100%;
			padding: 0.75em 1em 0.75em 1em;
			-moz-transition: all .25s ease-in-out;
			-webkit-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}

			form input.text:hover,
			form select:hover,
			form textarea:hover
			{
			}

			form input.text:focus,
			form select:focus,
			form textarea:focus
			{
				background: #f8f8f8;
			}
			
			form textarea
			{
				min-height: 5em;
			}

			form .formerize-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form ::-webkit-input-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form :-moz-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form ::-moz-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form :-ms-input-placeholder
			{
				color: #555 !important;
				font-style: italic;
			}

			form ::-moz-focus-inner
			{
				border: 0;
			}

	.nobr
	{
		white-space: nowrap;
	}

	br.clear
	{
		clear: both;
	}
	
	
	
	p, ul, ol, dl, blockquote, form
	{
		margin-bottom: 2em;
	}
	
	
	
	section,
	article
	{
		margin-bottom: 2em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 2em;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0em;
	}
	
	header.style1
	{
		text-align: center;
	}

		header.style1 h2
		{
			font-weight: 700;
		}
		
		header.style1 .byline
		{
			color: #b1b4b9;
		}

	.image
	{
		display: inline-block;
	}
	
		.image img
		{
			display: block;
			width: 100%;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}

	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}
		
	.image-featured
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.button
	{
		display: inline-block;
		background: #0099CC;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 0em;
		text-decoration: none;
		border-radius: 0.25em;
		color:#FFF;
		border: 0;
		outline: 0;
		cursor: pointer;
		-moz-transition: all .25s ease-in-out;
		-webkit-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
	}


#nav ul{	
	margin-bottom: 0;
	margin-top:0;	
	}
		.button-style1
		{
			background: #a52760 url('images/overlay.png');
			color: #fff;
		}

			.button-style1:hover
			{
				background-color: #da1c6f;
			}
			
			.button-style1:active
			{
				background-color: #a3195b;
			}

		.button-style2
		{
			background: none;
			color: #606167;
			box-shadow: inset 0px 0px 2px 0px #a0a1a7;
		}
		
			.button-style2:hover
			{
				box-shadow: inset 0px 0px 2px 0px #606167;
			}
		
			.button-style2:active
			{
				box-shadow: inset 0px 0px 2px 0px #202127;
			}

		.button-style3
		{
			background: #2f333b url('images/overlay.png');
			color: #fff;
		}

			.button-style3:hover
			{
				background-color: #3f434b;
			}
			
			.button-style3:active
			{
				background-color: #1f232b;
			}

	ul.style1
	{
	}
	
	ul.style2
	{
	}
	
		ul.style2 li
		{
			border-top: solid 1px #eee;
			padding: 1.5em 0 0 0;
			margin: 1.5em 0 0 0;
		}
		
		ul.style2 li:first-child
		{
			border-top: 0;
			padding-top: 0;
			margin-top: 0;
		}
	
	ul.style3
	{
	}
	
		ul.style3 li
		{
			border-top: solid 1px #eee;
			padding: 0.5em 0 0 0;
			margin: 0.5em 0 0 0;
		}
		
		ul.style3 li:first-child
		{
			border-top: 0;
			padding-top: 0;
			margin-top: 0;
		}
		
		
		
	
		
	
	ol.style1
	{
	}
		
	.actions
	{
	}

	.feature-list
	{
	}

		.feature-list h3
		{
			color: #0099cc !important;
		}
		
			.feature-list h3:before
			{
				position: relative;
				display: inline-block;
				color: #fff;
				background: #2f333b url('images/overlay.png');
				border-radius: 1em;
				text-align: center;
			}
			


	.wrapper
	{
		position: relative;
	}

		.wrapper .title
		{
			position: absolute;
			top: 0;
			left: 50%;
			text-align: center;
			text-transform: uppercase;
			display: block;
			font-weight: 700;
			letter-spacing: 0.25em;
		}
		
		.wrapper .title:before
		{
			content: '';
			position: absolute;
			bottom: -38px;
			left: -35px;
			width: 35px;
			height: 38px;
			background: url('images/shadow.png');
		}
		
		.wrapper .title:after
		{
			content: '';
			position: absolute;
			bottom: -38px;
			right: -35px;
			width: 35px;
			height: 38px;
			background: url('images/shadow.png');
			-moz-transform: scaleX(-1);
			-webkit-transform: scaleX(-1);
			-o-transform: scaleX(-1);
			-ms-transform: scaleX(-1);
			transform: scaleX(-1);
    	}

	#header-wrapper
	{
		
		
		text-align:left;
		background:#eee;
		/*background: rgba(0,147,173,1);*/
		
	}
	
	
		#header-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			
		}
	
	#footer-wrapper
	{
		margin-top:2em;
		padding-top:2em;
		padding-bottom:2em;
		/*background: rgba(105,22,104,1);*/
		color: #333;
	
	}
	
	
	

		#footer-wrapper h1,
		#footer-wrapper h2,
		#footer-wrapper h3,
		#footer-wrapper h4,
		#footer-wrapper h5,
		#footer-wrapper h6,
		#footer-wrapper strong,
		#footer-wrapper b,
		#footer-wrapper a
		{
			color: #fff;
		}

		#footer-wrapper hr
		{
			border-top-color: #333;
			border-top-color: rgba(255,255,255,0.05);
		}

		#footer-wrapper form
		{
		}

			#footer-wrapper form input.text,
			#footer-wrapper form select,
			#footer-wrapper form textarea
			{
				background: #ccc;
				box-shadow: none;
			}

			#footer-wrapper form input.text:focus,
			#footer-wrapper form select:focus,
			#footer-wrapper form textarea:focus
			{
				background: #fff;
			}

		#footer-wrapper .button-style2
		{
			color: #aaa;
			box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.5);
		}

			#footer-wrapper .button-style2:hover
			{
				color: #ccc;
				box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.65);
			}

			#footer-wrapper .button-style2:active
			{
				box-shadow: inset 0px 0px 2px 0px rgba(255,255,255,0.75);
			}

		#footer-wrapper .title
		{
			background: #282b34 url('images/overlay.png');
			color: #eee;
		}
		
		#footer-wrapper header.style1
		{
		}
		
			#footer-wrapper header.style1 h2
			{
				color: #fff;
			}
	
			#footer-wrapper header.style1 .byline
			{
				color: inherit;
			}

		#footer-wrapper .feature-list
		{
		}
		
			#footer-wrapper .feature-list .row
			{
				border-top-color: #333;
				border-top-color: rgba(255,255,255,0.05);
			}

			
			
				#footer-wrapper .feature-list h3:before
				{
					background-image: url('../img/bg_footer.jpg');
				}
	
	.wrapper-style1
	{
		
		
		background: #eee url('images/overlay2.png');

		
	}
	
		.wrapper-style1 .title
		{
			
			background-image:url('../img/parq.jpg');
			color: #fff;
		}
	
		.wrapper-style1 h1,
		.wrapper-style1 h2,
		.wrapper-style1 h3,
		.wrapper-style1 h4,
		.wrapper-style1 h5,
		.wrapper-style1 h6,
		.wrapper-style1 strong,
		.wrapper-style1 b,
		.wrapper-style1 a
		{
			color: #fff;
		}
	
	.wrapper-style2
	{
		
	
	}
	
		.wrapper-style2 .title
		{
			background: #fff;
			color: #484d55;
		}
	
	.wrapper-style3
	{
		background: #f3f3f3 url('images/overlay.png');
	}
	
		.wrapper-style3 .title
		{
			background: #f3f3f3 url('images/overlay.png');
			color: #484d55;
		}
		
		.wrapper-style3 .image
		{
			border: solid 10px #fff;
		}
		
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
	 z-index:10!important;
     position:relative;
	
	}
	
		#logo h1
		{
			font-weight: 900;
			text-transform: uppercase;
			color: #fff;
		}
		
		#logo .byline
		{
			color: #eee;
			color: rgba(255,255,255,0.5);
			text-transform: uppercase;
		}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
	}
	
		#intro .style1
		{
		}	
		
		#intro .style2
		{
			font-weight: 700;
			color: #fff;
		height:10em;
			background-color:#FFF;
			
		}
		
			#intro .style2 a
			{
				color: inherit;
				text-decoration: none;
			}
		
		#intro .style3
		{
		}
		
/*********************************************************************************/
/* Highlights                                                                    */
/*********************************************************************************/

	#highlights
	{
	}

		#highlights .highlight
		{
			text-align: center;
		}
		
			#highlights .highlight h3
			{
				color: #a52760;
			}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
			
	#copyright
	{
		text-align: center;
	}
	
		#copyright span
		{
			display: inline-block;
			line-height:normal;
		
			
			color: #aaa;
			color: rgba(255,255,255,0.25);
		}
		
			#copyright span a
			{
				color: inherit;
			}
			
				#copyright span a:hover
				{
					color: rgba(239,121,33,1);
				}
				
				
				
				
				
				
				
				/********************FORM *****/
				
				
				#content_form{
	width:1000px;				
    text-align:center;
 
	margin-left:0px;
	margin-top:5px;
	float:left;
	
	
}
#wrapper_form{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:300px;
    overflow:hidden;
}
.title_form{
	
	font-size:1em;
	font-weight:bolder;
}
	

li {list-style: none;}
ul {list-style-type:none;}
#navigation{
    height:45px;
    background-color:#e9e9e9;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:10px;
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
}
#navigation ul li a{
    display:block;
    height:25px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background:#f0f0f0;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
span.checked{
    background:transparent url(../img/valid.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../img/invalid.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}

		
		
		
		
		#form1 {

	width: 400px;
	margin-left: 0px;
}

.input-box {

	margin-bottom: 15px;
}

	.input-box label {
	
		display: block;
		font-size: 11px;
		margin-bottom: 2px;
		color: #333;
	}
	
		.input-box.invalid p label  {
		
			color: red;
			font-weight: bold;
		}
	
	.input-box input[type=text], .input-box textarea {
	
		width: 350px;
		padding: 5px 5px;
		font-size: 12px;
		background-color: #fff;
		border: none;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	}
	
		.input-box.invalid input[type=text], .input-box.invalid textarea {
		
			-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
			-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
			box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		}
	
	.input-box .check {
	
		display: none;
		width: 20px;
		height: 17px;
		margin-top: 8px;
		float: right;
	}
	
		.input-box.invalid .check {
		
			display: block;
			background-image: url(../img/invalid.png);
			background-repeat: no-repeat;
			margin-top:20px;
			
		}




		
		.input-box.valid .check {
		
			display: block;
			background-image: url(../img/valid.png);
			background-repeat: no-repeat;
			margin-top:20px;
			
		}
	
	.input-box .error {
	
		display: none;
		font-size: 11px;
		font-style: italic;
		color: #444;
		margin-top: 2px;
	}
	
		.input-box.invalid .error {
		
			display: block;
		}



.show_valid{
	
	width:30px;
	float:left;
	margin-left:0px;
}
#informativa{
	float:left;
	width:600px;
	color:#999;
	font-size:10px;
	text-decoration:none;
	border: none;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	
}
.link_inf{
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
.link_inf:hover{
	text-decoration:underline;
	color:#F60;
	font-size:10px
}
	
#contactArea{
	color:#666;
}
	
		
	#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:584px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#F60;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#F60;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}
.inf{
	font-size:11px;
	margin-left:-100px;
}
.inf:hover{
	font-size:11px;

}
label{
	font-size:11px;
}





/* */

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
form div{position:relative;} 

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
		position:relative;
		z-index:10;
		
		height:26px !important;
		line-height:26px;
}

/* dynamically created SPAN, placed below the SELECT */
span.select{
	position:absolute;
	bottom:0;
	float:left;
	left:0;
	width:314px;
	height:26px;
	line-height:26px;
	text-indent:10px;
	background:url(../jquery/images/input_select_vbig.png) no-repeat 0 0;
	cursor:default;
	z-index:1;
	text-align:left;
	}
	
/* first variation (LABEL is above the SELECT) */	
form div.variation1 label{display:block;line-height:26px;}

/* second variation (LABEL is placed on the left of the SELECT) */	
form div.variation2 label{float:left; width:100px;line-height:26px;}
form div.variation2 span.select{left:97px; top:15px;}	



#sendmail{
	margin-top: 20px;
	display: block;
}
#risposta{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 10px;
	width: 450px;
}
	
	#response{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 10px;
	width: 400px;
}				








/********CAR********/

#cont_articles{
	margin-top: 5px;
	margin-bottom:10px;
	width:1000px;
	height:500px;
	
}

.class_articles{
	width:45%;
	min-width:300px;
	height:350px;
	
	float:left;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:1px solid #CCC;
    background:  #FFF;
	margin-right:2em;
	background:url('images/bg_box_article.jpg');
background-repeat: repeat-x;
	
	margin-bottom:40px;
    border: 1px solid #CCC;
	vertical-align:middle;
	display:inline-block;
	
	
}

.class_articles2{
	width:45%;
	min-width:300px;
	height:350px;
	
	float:left;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:1px solid #CCC;
    background:  #FFF;
	margin-right:2em;
	background:url('images/bg_box_article2.jpg');
background-repeat: repeat-x;
	
	margin-bottom:40px;
    border: 1px solid #CCC;
	vertical-align:middle;
	display:inline-block;
	
	
}




.class_articles_slide{
	width:22%;
	min-width:220px;
	height:270px;
	
	float:left;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:1px solid #CCC;
    background:  #FFF;
	margin-right:2em;
	background:url('images/bg_box_article.jpg');
background-repeat: repeat-x;
	
	margin-bottom:40px;
    border: 1px solid #CCC;
	vertical-align:middle;
	display:inline-block;
	
	
}



.class_articles_slide2{
	width:22%;
	min-width:220px;
	height:270px;
	
	float:left;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:1px solid #CCC;
    background:  #FFF;
	margin-right:2em;
	background:url('images/bg_box_article2.jpg');
background-repeat: repeat-x;
	
	margin-bottom:40px;
    border: 1px solid #CCC;
	vertical-align:middle;
	display:inline-block;
	
	
}






.class_articles_home{
	width:275px;
	min-width:275px;
	height:280px;
	
	
	float:left;
	text-align:center;
	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:1px solid #CCC;
    background:  #FFF;
	margin-right:1.8em;
	background:url('images/bg_box_article.jpg');
background-repeat: repeat-x;
	
	margin-bottom:60px;
    border: 1px solid #CCC;
	vertical-align:middle;
	display:inline-block;
}
.class_articles_home:hover{
	background:url('images/bg_box_article2.jpg');
}


.carts{
	position:absolute;
	right:0;
	top:-0.5em;
	text-align:center;
	
	height:42px;
	line-height:2.5em;
	vertical-align: baseline;

	width:300px;

-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:1px solid #333;
 	background-image: url('../img/bg_carts.jpg');
		color: #eee;
		color: rgba(255,255,255,0.5);  
background-repeat: repeat-x;
 border: 1px solid #ccc;
padding:0.3em 0.3em 0.3em 0.3em;
margin-right:2em;


 color:#FFF;
 font-size:0.8em;
}

.class_articles:hover{	
  border: 1px solid   #999;
}

.class_articles_home:hover{	
  border: 1px solid   #999;
}
.titolo_articles{
	width:90%;
	margin-right:11px;

	font-size:0.8em;
	font-weight:bold;
	color:#333;
	font-style:normal;
	margin-top:6px;
	margin-bottom:10px;
	margin-left:10px;
	border-bottom: 1px dotted #CCC;
}


.titolo_articles_a{
	text-decoration:none;
		letter-spacing: normal;
}
.titolo_articles_a:hover{
	color:#C00;

	
}


.titolo_articles_home{
	width:99%;
	margin-right:0px;
	letter-spacing: normal;

	font-size:0.9em;
	font-weight:bold;
	
	color: #333;
	
	margin-top:6px;
	margin-bottom:10px;
	margin-left:0px;
	border-bottom: 1px dotted #CCC;
}

.descriptions{
float:left;

font-size:0.8em;
line-height:1.7em;
padding:0 1em;

	
	
}


.descriptions_a{
float:left;

font-size:0.8em;
line-height:1.7em;
padding:0 1em;
text-decoration:none;

}
.descriptions_a:hover{
float:left;

font-size:0.8em;
line-height:1.7em;
padding:0 1em;
text-decoration:underline;

}




.image_articles{
	border:none;
	float:left;

	
	vertical-align:middle;
	margin-left:10px;
	margin-top:20px;
}	
.image_articles img {
 left:10px;
 z-index:-100;

 } 
 
 

	  .dett_price{
		  clear:both;
	 float:right;
	 width:90px;
	 text-align:center;
	 margin-bottom:5px;
	 margin-top:-100px;
	 margin-right:1px;
	 color: #666;
	 
	border-bottom: 1px dotted #CCC;
 }
   .dett_price_slide{
		  clear:both;
	 float:right;
	 width:80px;
	 text-align:center;
	 margin-bottom:5px;
	 margin-top:-100px;
	 margin-right:1px;
	 color: #666;
	 
	border-bottom: 1px dotted #CCC;
 }
 
 
   .dett_price_large{
	 float:right;
	 text-align:center;
	 width:100px;
	 margin-bottom:5px;
	 margin-top:-115px;
	 margin-right:20px;
	 
	border-bottom: 1px dotted #CCC;
 }
 
 
   .dett_code{
	 float:right;
	 font-size:10px;
	 width:255px;
	 margin-bottom:5px;
	 margin-top:-49px;
	 margin-right:10px;
	
	 
	
   }
 
  .dett_image{
	float:right;
	 width:80px;
	 margin-top:-60px;
	 margin-right:20px;
	
 }
	  .dett_image img{
	 float:right;
	 margin-right:3px;
	
 }
 
  
#box_area{
background:url(../img/box.gif);
background-repeat:repeat-x;
width:180px;
height:130px;
float:right;
margin-right:30px;
margin-top:0px;
padding-top:15px;
padding-left:20px;

}
#reserved{
background:url(../img/reserved.png);
background-repeat: no-repeat;
width:180px;
height:20px;
margin-left:-15px;
}
	
	
.bottom_submit a{
	background-color:#900;
	width:20px;
	height:20px;
}
	
.box_info{
	
	background:url(../img/box_info.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:107px;
	float:left;
	margin-top:0.5em;
	
}

.box_core{
	
	background:url(../img/box_core_business.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:185px;
	float:left;
	margin-top:0.5em;
	}

.box_ricarica{
	
background:url(../img/ritiro.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:158px;
	float:left;
	margin-left:25px;
	margin-top:0.5em;
	}	
	
	
	
	.box_corriere{
	
	background:url(../img/box_corriere.jpg);
	background-repeat:no-repeat;
	width:200px;
	height:154px;
	float:left;
	
	margin-bottom:0.5em;
}

.box_pagamento{
	
	
	width:200px;
	height:172px;
	float:left;
	
	margin-bottom:0.5em;
}

.submit_car{
	
	border: none;
    background: url('../img/acquista.png') no-repeat top left;
    padding: 0 0 2em 1em;
	width:121px;
	height:27px;
	cursor: pointer;
cursor: hand;
font-size:1em;
background-color: transparent;

	display: block;
	
	
	
}

.submit_addcar{
	
	border: none;
    background: url('../img/cart_fine.png') no-repeat top left;
    padding: 0 0 2em 1em;
	width:30px;
	height:23px;
	cursor: pointer;
cursor: hand;
font-size:1em;
background-color: transparent;

	display: block;
	
	
	
}



.link_submit{
	text-decoration:none;
	

}
	
.powered{
	
	color:#5a5a5a;
	text-decoration:none;
}
.powered:hover{
	text-decoration:none;
}
.no_show{
	display:none;
}


	
	
	div.module { position: relative; }
 
/*.new{
	position: relative;
	float:right;
	top: 0px;
	right: 0px;
	width: 46px;
	height: 46px;
	background: url(images/new.png) 0 0 no-repeat;
	z-index: 1;
}
*/
 
.hot { background-position: 0 0; }
.top { background-position: 0 -50px; }
.pick { background-position: 0 -100px; }
.new{ background-position:0 -150px; }


/*replace the content value with the 
corresponding value from the list below*/
 
.element:before {
    content: "\f000"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 4em;
    padding-right: 0.5em;
    position: absolute;
    top:0 ;
    left: 0;
}
#nav .fa{
color:#FFF;
font-size:1.2em;
text-decoration:none !important;
}
#nav .fa:hover {
    color: #0099cc !important;
	text-decoration:none !important;
	
   }
   
.sidebar-list .fa{
color:rgba(239,121,33,1);
font-size:1.2em;
}
	   

.sidebar-list .fa:hover{
	
	color: #FFF !important;
	text-decoration:none !important;
}







.textwidget{
	margin:auto;
	float:left;
	padding-right:2em;
	
	
}
	
	
	
.sidebar-list{

	padding:0;
	 margin:0;
	 background-color:#FFF;


}
.sidebar-list ul{
border-bottom: solid 1px #eee;
margin-bottom:1em;	
}
.sidebar-list li{
	
	
	}
	.sidebar-list li h33 a{
		display: block;
		
		padding:0.6em;
		
		
	
		}
		
		
		.sidebar-list li{
		
		
		border-bottom: dotted 1px #ccc;
	
		}
		
		
			.sidebar-list li:last-child{
		
		border-bottom: none;
		}
		
		
		
		
		
			.sidebar-list li h33 :last-child{
		
		border-bottom: none;
		}
		
		
		
.sidebar-list li h33 a:hover{
	color:#006699;
	
		background:#eee;
		
	
		}		
		


	.sidebar-list h2 {
padding: 0.9em;
margin:0;
background-color:rgba(0,180,207,1);
color: #FFF;

	}


h33
	{
		font-weight: 700;
		color: #333;
	}
	
	h33 a
	{
		color: inherit;
		text-decoration: none;
	}
	
	

h2, h33, h4, h5, h6 {
-webkit-font-smoothing: antialiased;
font-weight: normal;
}

h2 {
display: block;
font-size: 1.3em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}

	



div#nav2{
    float: left;
    width:23%;
    } div#contenta{
    margin-left: 23%;
    }
	
	div#nav3{
    float: right;
    width:23%;
    } div#contenta{
    margin-right: 23%;
    }








/*   form */


#wrapper_form{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:300px;
    overflow:hidden;
}
.title_form{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bolder;
}
	

li {list-style: none;}
ul {list-style-type:none;}
#navigation{
    height:45px;
    background-color:#e9e9e9;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:10px;
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
}
#navigation ul li a{
    display:block;
    height:25px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background:#f0f0f0;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
span.checked{
    background:transparent url(images/valid.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}



		
		
		

.input-box {

	margin-bottom: 15px;
}

	.input-box label {
	
		display: block;
		font-size: 11px;
		margin-bottom: 2px;
		color: #333;
	}
	
		.input-box.invalid p label  {
		
			color: red;
			font-weight: bold;
		}
	
	.input-box input[type=text], .input-box textarea {
	
		width: 350px;
		padding: 5px 5px;
		font-size: 12px;
		background-color: #fff;
		border: none;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	}
	
		.input-box.invalid input[type=text], .input-box.invalid textarea {
		
			-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
			-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
			box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		}
	
	.input-box .check {
	
		display: none;
		width: 20px;
		height: 17px;
		margin-top: 8px;
		float: right;
	}
	
		.input-box.invalid .check {
		
			display: block;
			background-image: url(images/invalid.png);
			background-repeat: no-repeat;
			margin-top:20px;
			
		}




		
		.input-box.valid .check {
		
			display: block;
			background-image: url(images/valid.png);
			background-repeat: no-repeat;
			margin-top:20px;
			
		}
	
	.input-box .error {
	
		display: none;
		font-size: 11px;
		font-style: italic;
		color: #444;
		margin-top: 2px;
	}
	
		.input-box.invalid .error {
		
			display: block;
		}

	.submit{
	color:#333;
		padding: 5px 10px;
		font-size: 13px;
		margin-left:50px;
		background-color: #fff;
		border: none;
		border:solid 1px #CCC;

		-moz-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
		font-family:Verdana, Geneva, sans-serif;
		
	}
	
	.submit:hover {
	
		-moz-box-shadow: 0 0 5px rgba( 0, 0, 0, .4 );
		-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .4 );
		box-shadow: 0 0 5px rgba( 0, 0, 0, .4 );
		cursor: pointer;
		color:#333;
		border:solid 1px #999;
	}


.show_valid{
	
	width:30px;
	float:left;
	margin-left:0px;
}
#informativa{
	float:left;
	width:600px;
	color:#999;
	font-size:10px;
	text-decoration:none;
	border: none;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	
}
.link_inf{
	text-decoration:none;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
}
.link_inf:hover{
	text-decoration:underline;
	color:#F60;
	font-size:10px
}
	
#contactArea{
	color:#666;
}
	
		
	#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:584px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#F60;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#F60;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}
.inf{
	font-size:11px;
	margin-left:-100px;
}
.inf:hover{
	font-size:11px;

}
label{
	font-size:14px;
}





/* */

/* all form DIVs have position property set to relative so we can easily position newly created SPAN */
form div{position:relative;} 

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select{
		position:relative;
		z-index:10;
		
		height:26px !important;
		line-height:26px;
}

/* dynamically created SPAN, placed below the SELECT */
span.select{
	position:absolute;
	bottom:0;
	float:left;
	left:0;
	width:314px;
	height:26px;
	line-height:26px;
	text-indent:10px;
	background:url(images/input_select_vbig.png) no-repeat 0 0;
	cursor:default;
	z-index:1;
	text-align:left;
	}
	
/* first variation (LABEL is above the SELECT) */	
form div.variation1 label{display:block;line-height:26px;}

/* second variation (LABEL is placed on the left of the SELECT) */	
form div.variation2 label{float:left; width:100px;line-height:26px;}
form div.variation2 span.select{left:97px; top:15px;}	



#sendmail{
	margin-top: 20px;
	display: block;
}
#risposta{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 10px;
	width: 450px;
}
	
	#response{
	display: none;
	border: 1px solid #ccc;
	background: #FFFFA0;
	padding: 10px;

}


.conferma, .errore { clear:both; position:absolute; top:0px; left:0px; margin:0px; height:60px; width:300px; padding: 10px  10px  10px  10px;  text-align:left; font-weight: bold; color: #FFFFFF; }
.conferma {  background-color:  #99cc33;z-index:99; }
.errore {  background-color: #CC1100;z-index:99; }	

.menu-list{
	background-color:#FFF;	
	
}
.bg_menu_off{
	
	float:left;
	
	font-size:0.8em;
	vertical-align:middle;
	text-align:center;
		padding:0.4em 0.8em 0.4em 0.8em;
	background-color:#0099CC;
	background-position:top;
	border-right:2px solid #FFF;
	
	display:block;
	 cursor: pointer;

}
.bg_menu_off:hover{

	background-color:#00ccff;
	background-position: bottom;
	
	 cursor: pointer;

}

.bg_menu_on{
	
	float:left;
	font-size:0.8em;
	vertical-align:middle;
	text-align:center;
	padding:0.4em 0.8em 0.4em 0.8em;	
	background-color:#00ccff;
	background-position:bottom;
	border-right:2px solid #FFF;

	cursor: pointer;

}
.bg_menu_on:hover{
	
	float:left;
	background-color:#0099CC;
	background-position: top;
	
	 cursor: pointer;

}

.link_menu{
	
	font-style:normal;
	font-size:1em;
	color:#FFF;
	
	text-decoration:none;
	display:block;
}
.link_menu:hover{
	
	font-style:normal;

	color:#FFF;
	width:120px;
	
	text-decoration:none;
	display:block;
}
.alink_caption{
font-size:0.7em;
color:#999;
text-decoration:none;	
	
	
}
.alink_caption:hover{
font-size:0.7em;
color:#333;
text-decoration:underline;	
	
	
}

.min_padding {
   padding-left: 5px !important;
   padding-right: 5px !important;
}

.no_padding {
   padding:0px !important;
}

.logos{
			width:100%;
			
		}
		
.fjalla { 
font-family: 'Fjalla One', sans-serif;
font-weight: 400;
}






.myboxwithagradient {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(#555555), to(#333333));
  background-image: -webkit-linear-gradient(left, color-stop(#555555 0%), color-stop(#333333 100%));
  background-image: -moz-linear-gradient(left, #555555 0%, #333333 100%);
  background-image: linear-gradient(to right, #555555 0%, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff333333', GradientType=1);
  width:100%;
  height:50px;
  float:left;
 }
 
 .panel-heading-fd{
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: #39b1cc;
    background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
    background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
    background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
    color: #ffffff;
    padding: 2px 17px 2px;

}

.panel-title-fd{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    /*color: #d3eced;*/
    text-transform: uppercase;
    letter-spacing: 1px;
}



.animate {
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.submenu_search{
	padding-top: 10px;
    padding-right: 50px;
    width: auto;
    padding-left: 10px;
	
	
	
	
	
}

.nav_bar{
	
	/* background-color:#000;*/
        background-color:rgba(0,131,125,1);
        z-index:999;
        display: block;
	
	

	
}

.nav > li:hover {
 
/* background: #eee;*/
transition: color .25s ease-in-out;
  
}




.navbar-brand,
.navbar-nav li a {

	  font-family: 'Raleway';
		font-weight: 100;
	font-size:16px;
	letter-spacing:2px;
	/*color:#FFF!important;*/
        color: rgba(157,66,27,1);
       
}
.navbar-default .navbar-nav > li > a:hover{
	
color:#000!important;
background:none !important;
	
}
.nav > li > a:hover{
    
  /*  background-color: #FFF!important;*/
}

.navbar-default .navbar-nav > li > a:focus{
	

background:none !important;
	
}


li a:hover{

color:#555!important;
}


.bg{

background-color:rgba(107,21,108,1);	
	
}

.bg_head{
background-color:#eee;	
	
	
}















/*******************************************************
Product list Styles
********************************************************/
ul.product_list .availability span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 3px 8px 4px 8px;
  margin-bottom: 20px; }
ul.product_list .color-list-container {
  margin-bottom: 12px; }
  ul.product_list .color-list-container ul li {
    display: inline-block;
    border: 1px solid #d6d4d4;
    width: 26px;
    height: 26px; }
    ul.product_list .color-list-container ul li a {
      display: block;
      width: 22px;
      height: 22px;
      margin: 1px; }
      ul.product_list .color-list-container ul li a img {
        display: block;
        width: 22px;
        height: 22px; }
ul.product_list .product-image-container {
  text-align: center;
  position: relative; }
  ul.product_list .product-image-container a.product_img_link {
    padding: 35px;
    display: block; }
    @media (max-width: 767px) {
      ul.product_list .product-image-container a.product_img_link {
        padding: 20px 0; } }
  ul.product_list .product-image-container img {
    margin: 0 auto; }
  ul.product_list .product-image-container .quick-view-wrapper-mobile {
    display: none; }
    ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
      display: none; }
      @media (max-width: 1199px) {
        ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile {
          display: block;
          position: relative;
          background-color: rgba(208, 208, 211, 0.57);
          height: 130px;
          width: 85px;
          top: 80px;
          right: -162px;
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          zoom: 1;
          pointer-events: all; }
          ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i {
            position: relative;
            top: 48px;
            left: -20px;
            font-size: x-large;
            color: black; }
          ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile i:before {
            -moz-transform: rotate(315deg);
            -o-transform: rotate(315deg);
            -webkit-transform: rotate(315deg);
            -ms-transform: rotate(315deg);
            transform: rotate(315deg); } }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view-wrapper-mobile .quick-view-mobile:hover {
        background-color: rgba(167, 167, 167, 0.57); } }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view-wrapper-mobile {
        display: block;
        background-color: transparent;
        height: 155px;
        width: 215px;
        position: absolute;
        overflow: hidden;
        pointer-events: none;
        bottom: 0px;
        right: 0px; } }
  ul.product_list .product-image-container .quick-view {
    font: 700 13px/16px Arial, Helvetica, sans-serif;
    color: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -53px;
    padding: 13px 0 0;
    background: rgba(255, 255, 255, 0.82);
    width: 107px;
    height: 43px;
    text-align: center;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; }
    @media (max-width: 1199px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
    @media (min-width: 1200px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
    @media (max-width: 767px) {
      ul.product_list .product-image-container .quick-view {
        display: none; } }
ul.product_list .comments_note {
  overflow: hidden;
  padding-bottom: 5px;
  line-height: 17px; }
  ul.product_list .comments_note .star_content {
    float: left; }
  ul.product_list .comments_note .nb-comments {
    overflow: hidden;
    font-style: italic;
    display: inline-block; }
ul.product_list .functional-buttons div a, ul.product_list .functional-buttons div label {
  font-weight: bold;
  color: #777676;
  cursor: pointer; }
  ul.product_list .functional-buttons div a:hover, ul.product_list .functional-buttons div label:hover {
    color: #000; }
ul.product_list .functional-buttons div.wishlist {
  margin-right: 5px;
  border-right: 1px solid #d6d4d4; }
  ul.product_list .functional-buttons div.wishlist a:before {
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f08a";
    margin-right: 3px;
    padding: 0 3px; }
  ul.product_list .functional-buttons div.wishlist a.checked:before {
    content: "\f004"; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.wishlist {
      border-right: 0; }
      ul.product_list .functional-buttons div.wishlist a:before {
        display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.wishlist {
      border-right: 0; }
      ul.product_list .functional-buttons div.wishlist a:before {
        display: none; } }
ul.product_list .functional-buttons div.compare a:before {
  content: "\f067";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 3px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list .functional-buttons div.compare a:before {
      display: none; } }
ul.product_list .functional-buttons div.compare a.checked:before {
  content: "\f068"; }

/*******************************************************
Product list(Grid) Styles
********************************************************/
ul.product_list.grid > li {
  margin-bottom: 30px; }
  @media (min-width: 480px) and (max-width: 767px) {
    ul.product_list.grid > li {
      width: 50%;
      float: left; }
    .hide-left-column.hide-right-column ul.product_list.grid > li {
      width: 33.33333%; }}
  ul.product_list.grid > li .product-container {
    border: 1px solid #d6d4d4;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    padding: 0;
    position: relative; }
    ul.product_list.grid > li .product-container:hover {
      -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      ul.product_list.grid > li .product-container .product-image-container {
        margin-left: auto;
        margin-right: auto; } }
    ul.product_list.grid > li .product-container h5 {
      margin: 0;
      padding: 18px 0 6px;
      min-height: 60px; }
      ul.product_list.grid > li .product-container h5 a span.list-name {
        display: none; }
    ul.product_list.grid > li .product-container .comments_note .star_content {
      display: inline-block;
      margin: 0; }
    ul.product_list.grid > li .product-container .product-desc {
      margin-bottom: 6px; }
    ul.product_list.grid > li .product-container .product-desc span.list-desc {
      display: none; }
    ul.product_list.grid > li .product-container .content_price {
      padding-bottom: 7px;
      line-height: 21px; }
    ul.product_list.grid > li .product-container .old-price,
    ul.product_list.grid > li .product-container .price,
    ul.product_list.grid > li .product-container .price-percent-reduction {
      display: inline-block; }
    ul.product_list.grid > li .product-container .product-flags {
      display: none; }
    ul.product_list.grid > li .product-container .old-price {
      margin-right: 5px; }
    ul.product_list.grid > li .product-container .button-container {
      margin-bottom: 11px; }
      ul.product_list.grid > li .product-container .button-container .ajax_add_to_cart_button,
      ul.product_list.grid > li .product-container .button-container span.button,
      ul.product_list.grid > li .product-container .button-container .lnk_view {
        margin: 0 6px 10px 0; }
    ul.product_list.grid > li .product-container .right-block {
      padding-left: 19px;
      padding-right: 19px;
      background: #f4f4f4;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
      background: -moz-linear-gradient(top, #f4f4f4 0%, white 34%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(34%, white));
      background: -webkit-linear-gradient(top, #f4f4f4 0%, white 34%);
      background: -o-linear-gradient(top, #f4f4f4 0%, white 34%);
      background: -ms-linear-gradient(top, #f4f4f4 0%, white 34%);
      background: linear-gradient(to bottom, #f4f4f4 0%, #ffffff 34%); }
    ul.product_list.grid > li .product-container .functional-buttons {
      background: url(../img/functional-bt-shadow.png) repeat-x;
      padding: 11px 0 5px 8px; }
      ul.product_list.grid > li .product-container .functional-buttons div {
        width: 45%;
        float: left;
        padding: 3px 0 4px 0; }
  @media (min-width: 1200px) {
    ul.product_list.grid > li.hovered .product-container .product-image-container .quick-view {
      display: block; } }
  @media (min-width: 992px) {
    ul.product_list.grid > li.first-in-line {
      clear: left; } }
  @media (min-width: 480px) and (max-width: 991px) {
    ul.product_list.grid > li.first-item-of-tablet-line {
      clear: left; } }
@media (min-width: 1200px) {
  #blockpack ul > li.last-line {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (min-width: 480px) and (max-width: 767px) {
  #blockpack ul > li.first-item-of-tablet-line {
    clear: none; }
  #blockpack ul > li.first-item-of-mobile-line {
    clear: left; } }

/*******************************************************
Product list(List) Styles
********************************************************/
ul.product_list.list > li {
  margin-bottom: 30px; }
@media (max-width: 479px) {
  ul.product_list.list > li .left-block {
    width: 100%; } }
	
	
.product-container {
  /* border: 1px solid #d6d4d4;*/
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 40px; }

  .product-container:hover {
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index:9;
}


.new-box {
    left: 10px;
}
.new-box, .sale-box {
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 10px;
}


.new-label, .sale-label {
    font: bold 11px/18px "Roboto", sans-serif;
    color: #333;
    background: #f0f0f0;
    text-transform: uppercase;
    padding: 6px 20px;
    display: block;
    z-index: 1;
}






.btn-twitter i {
    color: #00aaf0;
}
.btn-facebook i {
    color: #435f9f;
}
.btn-google-plus i {
    color: #e04b34;
}
.btn-pinterest i {
    color: #ce1f21;
}
.icon, [class^="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}


.tab-content > .active{
 background:none!important;
    
}


.active{
background-color: #eee !important;
}
.breadcrumb-item, .active{
background:none!important;
}



.opacity {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
  
}

.opacity:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
   
}



.fancybox img {
    cursor: url(images/zoomin.cur), pointer !important;
}

.navbar-nav > li > a{
      padding: 10px 10px !important;
      letter-spacing: 0.2em;
     
    
    
    
}
@media (min-width:320px)  { 
    /* smartphones, iPhone, portrait 480x320 phones */ 
    .navbar-nav > li > a {
    padding: 3px 3px !important;
    font-size:12px;
    line-height: 18px;
    }
    .text-normal{
    font-size:14px !important;
    }
    h1{
    font-size:30px !important;
    }
    h3{
      font-size:16px!important;  
        
    }
     h2{
     font-size:19px!important;   
    } 
    .col-lg-4{
        
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .container-defaults{
      font-size:1.2em;
  }
  .category  h3{
      font-size:11px!important;   
      
  }
  
  .breadcrumb-item{
    font-size:13px;
}
 .price{
      
      font-size:16px;
  }
  .price-discount{
      text-decoration: line-through;
      font-size:13px;
  }
   thead .black{
        font-size:11px;
    }
    td{
       font-size:11px;  
    }
    table td.text{
        max-width:50px;
    }
}
@media (min-width:481px)  {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ 
     .navbar-nav > li > a {
    padding: 3px 3px !important;
    font-size:16px;
    line-height: 21px;
    }
    .text-normal{
    font-size:16px !important;
    }
    h1{
    font-size:32px !important;
    }
    h3{
      font-size:16px!important;
        
    }
     .container-defaults{
      font-size:1.2em;
  }
   h2{
     font-size:21px!important;   
    } 
     .breadcrumb-item{
    font-size:14px;
}
.category  h3{
      font-size:12px!important;   
      
  }
   .price{
      
      font-size:16px;
  }
  .price-discount{
      text-decoration: line-through;
      font-size:13px;
  }
  th .black{
        font-size:12px;
    }
    td{
       font-size:12px;  
    }
}

@media (min-width:641px)  {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 
     .navbar-nav > li > a {
    padding: 5px 5px !important;
    font-size:14px;
    line-height: 21px;
    }
    .text-normal{
    font-size:18px !important;
    }
    h1{
    font-size:36px !important;
    }
    h3{
      font-size:16px!important;
      line-height: 18px!important;
        
    }
     h2{
     font-size:24px!important;   
    } 
    .container-defaults{
      font-size:1.2em;
  }
  .breadcrumb-item{
    font-size:15px;
}


.category  h3{
      font-size:13px!important;   
      
  }
   .price{
      
      font-size:14px;
  }
  .price-discount{
      text-decoration: line-through;
      font-size:12px;
  }
  th.black{
        font-size:13px;
    }
    td{
       font-size:13px;  
    }
}
@media (min-width:961px)  { 
    /* tablet, landscape iPad, lo-res laptops ands desktops */ 
     .navbar-nav > li > a {
    padding: 7px 7px !important;
    font-size:15px;
    line-height: 21px;
    }
    h3{
      font-size:16px!important;
        
    }
    .text-normal{
    font-size:21px !important;
    }
    h1{
    font-size:38px !important;
    }
     h2{
     font-size:26px!important;   
    } 
    .container-defaults{
      font-size:1.2em;
  }
    .product-container h2{
        
         font-size:17px!important;
         
    }
     h2{
     font-size:28px!important;   
    } 
    .breadcrumb-item{
    font-size:16px;
}
.category  h3{
      font-size:13px!important;   
      
  }
   .price{
      
      font-size:15px;
  }
  .price-discount{
      text-decoration: line-through;
      font-size:13px;
  }
  thead .black{
        font-size:14px;
    }
    td{
       font-size:14px;  
    }
}
@media (min-width:1025px) {
    /* big landscape tablets, laptops, and desktops */ 
     .navbar-nav > li > a {
    font-size:15px;
    margin-top:20px;
    }
    
    .navbar-header{
     padding-left: 40px;      
    }
    .navbar-right{
     padding-right: 40px;

    }
    
    .container-defaults{
      font-size:1.2em;
  }
  .text-normal{
    font-size:24px !important;
    }
    h1{
    font-size:46px !important;
    }
    h3{
       font-size:16px!important;
      line-height: 16px!important;
        
    }
     h2{
     font-size:30px!important;   
    } 
    .product-container h2{
        
         font-size:19px!important;
         
    }
    
    .breadcrumb-item{
    font-size:18px;
}
.category  h3{
      font-size:13px!important;   
      
  }
  .price{
      
      font-size:15px;
  }
  .price-discount{
      text-decoration: line-through;
      font-size:13px;
  }
  thead .black{
        font-size:15px;
    }
    td{
       font-size:15px;  
    }
}
@media (min-width:1281px) {
    /* hi-res laptops and desktops */ 
     .navbar-nav > li > a {

    font-size:15px;
    line-height: 21px;
    }
    .text-normal{
    font-size:28px !important;
    }
    h1{
    font-size:52px !important;
    }


    h3{
      font-size:18px!important;
       line-height: 21px!important;  
    }
    h2{
     font-size:32px!important;   
    } 
    .container-defaults{
      font-size:1.3em;
  }
    .product-container h2{
        
         font-size:25px!important;
         
    }
    
    .breadcrumb-item{
    font-size:18px;
}
.category  h3{
      font-size:17px!important;   
      
  }
  .price{
      
      font-size:18px;
  }
  .price-discount{
      text-decoration: line-through;
      font-size:15px;
  }
  thead .black{
        font-size:16px;
    }
    td{
       font-size:16px;  
    }
    
}





.navbar{
    
    min-height:1px !important;
    margin:0 !important;
    border-radius:  0 !important;
    
    
}

ul.list-group-o:after {
    padding-left: 0;
  clear: both;
  display: block;
  content: "";
}

.list-group-item-o {
    float: left;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.navbar-toggle{
    
   background-color: #fff !important;
   /*position: absolute!important;
   left:2px!important;
   top:8px!important;!important;*/
   top:10px!important;
   
   z-index: 999;
   
    
}
.navbar-toggle .icon-bar{
    
    /*border:solid 1px #006699!important;*/
    border:solid 1px rgb(0,0,0)!important;
    
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    
    background-color:rgba(0,0,0,1)!important;
    color:#FFF!important;
    
}
.dropdown-menu>li>a:focus, .dropdown-menu>li a:hover{
    
    background-color:rgba(0,0,0,1)!important;
    color:#000!important;
    
}


.form-control-feedback{
    
    padding-top:6px;
    paddin-right:3px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #eee;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #eee;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #eee;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #eee;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #eee;
}


.prefooter{
    
    color: #eee;
    font-size:12px;
    margin-top:50px;
    line-height: 21px;
    letter-spacing: 0.1em;
    background-color: #FFF;
    /*border-top: solid 1px #333;*/
    min-height: 200px;
    padding:40px;
    border-bottom: solid 10px #fff;
}


.footer{
    
    color: #eee;
    font-size:12px;
    line-height: 19px;
    letter-spacing: 0.1em;
    /*background-color: rgba(112,189,195,1);*/
    background-color:#000;	
    
    min-height: 300px;
    padding:40px;


}

.footer a{
    color: #eee;
    text-decoration: none;
    
}
.dvtextfooter a {
    text-decoration: none;
    
}
address{
    
    line-height: 26px !important;
    font-size: 16px;
}
#adrress  p{
    font-size:21px;
        
    
   
}
.pfooter{
    margin-top: 10px;
   font-size:15px;
   color:#337ab7!important;;
}
.pfooter a:hover{
    text-decoration: none;
    
}

.bg_contatti{
    margin-top:20px;
    
   /* background: url('images/bg-asphalt-texture.jpg') black top left  repeat-x;*/
   /* background-color: rgba(0,131,125,1);*/
   background-color:#FFF;
}
 #map-outer {
     height: 420px; padding: 0; 
     width:100%;
 }
 #map-container {
     height: 400px;
     padding: 0; 
     width:100%;
 }
@media all and (max-width: 1400px) {
#map-outer  {
    height: 410px 
            }
}
.sexy_line { 
    margin: 0 0 25px;
    height: 1px;

    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}
.page_content{
    
    font-size:16px;
}

  .hover:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}



.btn-twitter i {
    color: #00aaf0;
}
.btn-facebook i {
    color: #435f9f;
}
.btn-google-plus i {
    color: #e04b34;
}
.btn-pinterest i {
    color: #ce1f21;
}
.icon, [class^="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.top_menu li a {
    
font-family: 'Raleway', sans-serif !important;
font-weight: 500;
color: rgba(76,84,92)!important;
    
}

.top_menu{
    
;
    
}
.bg_trasp{
    
    
    background-color: rgba(0,131,125,1);
    
    
}


.opacity7 {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
   
}

.opacity7:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}


.opacity_reverse7 {
      opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.opacity_reverse7:hover {

    
      opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}




.slogan_title{
    
  font-family: 'Raleway', sans-serif !important;
font-weight: 300;   
      
}
.colored{
    /*color:#337ab7!important;*/
    color:rgba(0,144,54,1)!important;
    
}

.colored-bg{
    /*color:#337ab7!important;*/
    color:rgba(76,84,92)!important;
    
}





    html,body {
	height:100%;


}



.affix {
  padding:0px;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
 opacity: 1;
}

.affix-top {
 
  
 
}
.navbar-fixed-top, .affix{

  }
  
.grow {

  height: 40px;
  transition: height 0.5s;
  -webkit-transition: height 0.5s;
  text-align: left;
  overflow: hidden;
}
 .grow:hover {
  height: 60px;
  
 

}

  .opacity {
       opacity: 0.3;
  filter: alpha(opacity=0.3);  
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    
  
}
.opacity:hover {
    
  opacity: 1.0;
  filter: alpha(opacity=1.0); 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.navbar-fixed-top, .navbar-fixed-bottom{
    
    z-index:999!important;
    
}

#cookieChoiceInfo a{
    color:#FFF!important;
    text-decoration:underline;
}


#navbar3{
    
    padding:0px!important;
   
    
}

#navbar3 ul li{
    
  /*  padding-left:10px!important;*/
   
    
}

.navbar-nav{
    
   margin:0px!important;

}

@media screen and (max-width: 860px) {

  
  .navbar #logo{
      
      max-width:300px!important;
      max-height:90px;
  }
  .footcenter, .footleft{
    /*  border-bottom: solid 1px #FFF;*/
  }
  
 
}

.navbar-fixed-top{
    
    /*background-color:rgba(112,189,195,1)!important; */
   
    /*border-bottom: solid 4px rgba(0,77,147,1)!important;*/
}




/* DIV ANIMATI*/
  .outer-div
{
     position: relative;
     height: 400px;
     max-width: 500px;
     margin-top:30px;
     overflow: hidden; 
     border: solid 6px #FFF;
     background: #f2f5f6;
     
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);

}

  .outer-div:hover
{

     
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);

}
.inner-div
{
     height: 100%;
     width: 100%;
     background-size: cover;
     background-position: center;
     transition: all 0.7s ease;

     

}
.inner-div:hover
{
     transform: scale(1.3);
}
.layer
{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     background: rgba(112,189,195,0.9);
     text-align: center;
     padding: 20px 23px;
     font-size: 21px ;
     text-transform: uppercase;
     letter-spacing: 1px; 
     color: #fff;
     border-radius: 1px 1px 0 0;
     z-index: 100;
    
 
  
}
.layer-icon
{
     display: none;
     position: absolute;
     bottom: 20px;
     right: 20px;
    
     padding: 4px 9px 7px 9px;
     text-align: center;
     background-color:rgba(255,255,255,0.7);
     border-radius: 3px;
     font: 18px 'Source Code Pro', monospace;
     color: #111;
     z-index: 100;
     cursor: pointer; 
}
.outer-div:hover .layer-icon
{
     display: block;
}

        
.col-centered{
    float: none;
    margin: 0 auto;
   
}
.div-padd{
    
   
    margin-top:40px; 
}     

    
 .navbar-nav ul, .dropdown li a {
    font-family: 'Raleway';
    font-weight: 100;
    font-size: 16px;
    letter-spacing: 2px;
    color: #333!important;
}

 .dropdown-menu>li>a:focus, .dropdown-menu>li a:hover {
     background-image:none!important;
     /*background-color:#337ab7!important;*/
     background-color: rba(153,70,34,1)!important;
    color: #fff!important;
}

.text-footer{
  font-size:14px;
  line-height: 26px;
  margin-bottom: 20px;
  
    
    
}

.text-footer a:hover{
    
    text-decoration: none;
 
}

#menuf > .text-footer > .nav > li > a {
    
    padding:1px!important;
    padding-left:7px!important;
    padding-right:7px!important;

   

}

.footleft{
      
      
      padding-bottom: 30px;
  }
  
  .footcenter{
      padding-bottom: 30px;
  }
  
   .footright{
      padding-bottom: 30px;
  }
  
  .container-defaults{
      margin-top:20px;
      /*margin-bottom:60px;*/
      font-family: 'Raleway', sans-serif !important;
      text-align: justify;
  }
  
  .line-conteiner-defaults{
      
    /*background-color: #337ab7!important;*/
    background-color: rgba(0,0,0,1)!important;
    margin-top:20px;  
    margin-bottom:20px;
      
  }
  
  .linedouble-container-defaults{
   /* background-color: #337ab7!important;*/
    margin-top:20px;  
    margin-bottom:20px;
    padding:10px; line-height: 24px;
    
      
  }
  
  .row-defaults{
    /*  background-color: #FFF;*/

      
  }
  
  .row-centered{
      
     padding-bottom:30px; 
  padding-top:30px; 
  }
  
  .min-padd{
      
      padding-left: 0px!important;
      padding-right: 0px!important;
  }
  
   .min-padd >img{
      
      padding: 10px!important;

  }
   .min-padd > p{
      
      padding: 10px!important;

  }
  
  a:hover{
      
      text-decoration: none!important;
  }
   .toTop{  

    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: 5px;
    will-change: transform;
    
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,.22);
    opacity: 0.8;
    transform: translate3d(0,25px,0);
    transition: opacity .25s ease,transform .25s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
    
     .cookie-consent{
    display: block;
        background-color:#337ab7;
        color: rgba(255,255,255,255);
        padding:16px;
        font-family: inherit;
        bottom: 0px;
        position: fixed;
        z-index: 999;
    
 }
.cookie-consent {
    font-size: 1em;
    padding: 1em;
    background: #333;
    text-align: center;
}

.cookie-consent a{
    color:#FFF!important;
}

.cookie-consent__message {
    display: inline-block;
    color: #fff;
}

.cookie-consent__message p {
    margin: 0;
}

.cookie-consent__agree {
    font-weight: bold;
    margin: 0 1em;
    padding: .5em 1em;
    color: #fff2e0;
    background-color: #d98e00;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(217, 142, 0, 0.15);
}

.cookie-consent__agree:hover {
    background-color: #734d00;
}

.cookie-consent__agree:active {
    top: 1px;
}

.img-responsive{
 padding:10px!important;   
    
}
.black{
  color:#000;  
    
}
.grey{
  color:#333!important;  
    
}
.zoom img{
  transform: scale(0.8); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoom h3{
  transform: scale(0.8); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoom h3:hover {
  transform: scale(1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  transition: transform .5s ease;
  
   max-width: 100%;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  -moz-transition: all 1s ease; /* Firefox */
  -ms-transition: all 1s ease; /* IE 9 */
  -o-transition: all 1s ease; /* Opera */
  transition: all 1s ease;
  display:block;
  
  
}
.zoom:hover{
    
  transform: scale(1);
  transition: all 0.3s ease-in-out 0.1s;
}

.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}




.zoom img:hover {      
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);  
}


.style_prevu_kit
{


 
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(0.7); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(0.7); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(0.7);
    transition: all 200ms ease-in;





}

.style_prevu_kit h3{
   
 
}

.style_prevu_kit h3
{
 
    -webkit-transform: scale(1.5); 
    -ms-transform: scale(1.5); 
    -moz-transform: scale(1.5);
    transform: scale(1.5); 
    letter-spacing: 0.1em; 

}
.style_prevu_kit:hover
{

    z-index: 2;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1);
    transition: all 300ms ease-in;
    transform: scale(1);
}

div#imageContainer {
    background: #ccc;
    

    vertical-align: bottom;
    display: table-cell;
}

#imageContainer img {
    vertical-align: bottom
}


.breadcrumb-item a{
   color: rgba(0,0,0,1);
  /* color: rgba(0,144,54,1)!important;*/
}

table td.text {
    max-width: 30px!important;
    text-align: left!important;
    padding:0px!important;
    margin:0px!important;
}
.table td.text span {
/*white-space: nowrap;*/
 overflow: hidden;
    text-overflow: ellipsis;
   display: inline-block;
    max-width: 60%;
     padding:0px!important;
    margin:0px!important;
}
table div.text {
    max-width: 200px!important;
    text-align: left!important;
    padding:0!important;
    margin:0!important;
}
.table td  > div.text span {
/*white-space: nowrap;*/
 overflow: hidden;
 text-align: left!important;
    text-overflow: ellipsis;
   display: inline-block;
    max-width: 100%;
     padding:0!important;
    margin:0!important;
}

.sliderbrand{
    
    max-height: 150px;
    max-width: 150px;
    
}

/* SLIDER BRAND */

   .carousel-control 			 { width:  4%; }
.carousel-control.left,.carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left:  100%; }
	.carousel-inner .prev		 { left: -100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		 { left: -50%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -16.7%; }
	.carousel-inner .next        { left:  16.7%; }
	.carousel-inner .prev		 { left: -16.7%; }	
}

 .scrolloff {
     /*   pointer-events: none;*/
    }
    
.centered {
    text-align: center;
    font-size: 0;
}
.centered > div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 13px;
}



	.article .corner {
		position:absolute;
		top:0px;
		right:15px;
		width:0;
		height:0; 
		margin:0; 
		padding:0; 
		background:none; 
		border-width:90px 0 0 90px; 
		border-style:solid; 
		border-color:rgba(255, 127, 0, 0.9) transparent transparent transparent;
                  z-index: 99;
	}
        .article .testo {
		position:absolute;
              
                top: 10px;
                right: 0px;
                width: 90px;
                /* height: 6px; */
                line-height: 17px;
                /* padding: 120px 0 0px 0;*/
		text-align:center;
		background:none;
		color:#fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
                  z-index: 99;
	} 
        
        .article .testo .big {
		
               font-size: 21px;
                 z-index: 99;
              
               
	} 
        .article .testonormal .big {
		
               font-size: 21px;
                 z-index: 99;
              
               
	} 
        
        .article .cornernormal {
		position:absolute;
		top:0px;
		right:0px;
		width:0;
		height:0; 
		margin:0; 
		padding:0; 
		background:none; 
		border-width:90px 0 0 90px; 
		border-style:solid; 
		border-color:rgba(255, 127, 0, 0.9) transparent transparent transparent;
                z-index: 99;
	}
        .article .testonormal {
		position:absolute;
               font-size: 16px;
                top: 10px;
                right: 0px;
                width: 60px;
                /* height: 6px; */
                line-height: 17px;
                /* padding: 120px 0 0px 0;*/
		text-align:center;
		background:none;
		color:#fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
                  z-index: 99;
	} 
        
	
        
        .bg{
            
            background-color: rgb(76,84,92);
        }
        
        .vertical-align {
    display: flex;
    align-items: center;
}
.text-dark{
    
    color:#000!important;
}
.minheight{
    
    min-height:500px!important;
    
}
@media (max-width: 767px) {
    .vertical-align {
        display: block; /* Turn off the flexible box layout */
    }
     .minheight{
          min-height:200px!important;;
        /* Turn off the flexible box layout */
    }
}

/* NAV BAR */
      .navbar-dark .navbar-toggler {
    border-color: #444;
}
 
.navbar-dark .navbar-toggler:focus {
    background: none;
    outline: 0;
}
 
.navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
 
.navbar-dark .navbar-toggler:hover span,
.navbar-dark .navbar-toggler:focus span {
    background: #ccc;
}
 
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
 
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
} 
        .navbar-dark .navbar-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px auto;
    background: #fff;
    transition: all .6s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
/* rotate first span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}
 
/* hide second span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:nth-of-type(2) {
    opacity: 0;
}
 
/* rotate third span */
.navbar-dark .navbar-toggler[aria-expanded="true"] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}
.navbar-dark .navbar-toggler[aria-expanded="false"] span {
    transform: none;
    opacity: 1;
}
     

.navbar .navbar-nav li.active{
    border-bottom: 1px solid rgb(115,179,78)!important;
    background: none!important;

}

.navbar .navbar-nav li:hover{
   
    

}
.navbar .navbar-nav li.active:hover{
    border: none;
   /* background: none!important;*/

}
.navbar .navbar-nav li a:hover{
    border: none!important;
   /* background-color:rgba(248,247,247,.5)!important;*/

}

.swal2-popup {
    font-size: 1.6rem !important;
}

.bannerTop{
    
    height:80px;
    padding-bottom: 10px;
    padding-top: 20px;
    background-color:  rgb(76,84,92);
    z-index:9999;
    color:#fff;
}


@media (max-width: 767px) {
    .bannerTop{
    
    height:60px;
    vertical-align: text-top;
    z-index:9999;
    color:#fff
    }
}
.text-center{
    
    text-align: center;
    margin:0 auto;
}

/*FIX HAMBURGHER MENU ALWAYS TOP*/
 .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block!important;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    
    .navbar-collapse.collapse.show {
        display: block!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .text-gray{
        
      color: #666!important;
        
    }
    .bg-dark-gradient{
        
        background: rgb(74,72,72);
        background: linear-gradient(90deg, rgba(74,72,72,1) 2%, rgba(251,249,249,0.5648634453781513) 50%, rgba(41,40,40,0.5648634453781513) 100%);
        
    }
    
    
    
    h3.text-white{
        
        line-height: 1.3em!important;
    }






.caption-text:hover {
    height: 100%!important;
  

}




.cont:hover .overlay{
  opacity: .8!important;
   transition: .9s ease;
}


.cont:hover h3.text-white{
    
    transform: scale(1.3);
    
    transition: all 0.5s ease-in-out 0.1s;
}




.contbtn:hover h3.text-white{

   transform: scale(1.1)!important;
   padding: 1.2em;
   line-height: 1.3em;
    animation: fadeIn ease 30s;
  -webkit-animation: fadeIn ease 30s;
  -moz-animation: fadeIn ease 30s;
  -o-animation: fadeIn ease 30s;
  -ms-animation: fadeIn ease 30s;
}








.nobtn {
  display: none!important;

}
.caption-text:hover .nobtn{

   
    display: inline!important;

    margin-bottom: 100%!important;
    opacity: .6;

 
}

.showimg{
    opacity:.7;
}
.showimg:hover{
     animation: fadeIn ease 30s;
  -webkit-animation: fadeIn ease 30s;
  -moz-animation: fadeIn ease 30s;
  -o-animation: fadeIn ease 30s;
  -ms-animation: fadeIn ease 30s;
    transition: .9s ease;
    opacity:1;

   
}




.showimg:hover .nobtn{
    
     display: inline!important;
    margin-bottom: 100%!important;
    opacity: 1;
}





.cont:hover .caption-text{
    
    
    transition: .9s ease;
    height: 100%!important;
    line-height: 5em;
    margin-top: 100px;
    bottom:0%!important;
    margin-bottom: 0%!important;
    line-height: 50%!important;
    padding-top: 25%!important;
    background-color:rgba(0,0,0,.7)!important;

    
}

.bg-black{
    
    background-color: rgba(0,0,0,.8)!important;
    
    
}

.bg-tre{
    
    background-color: #333!important;
    
    
}

.bg-sette{
    background-color: #777!important;
}

.text-sette{
    color: #777!important;
}

.upper-text{
    
    text-transform: uppercase;
}


.text-tre{
    color:#333!important;
}
.bg-dark-image{
    
    background-image:
    linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,1) 100%),
    url('../images/bg-dark.webp');
  background-size: cover;

    
   
}
.link-footer{
color:#666!important;
}

.link-footer:hover{
color:#eee!important;
}


.menu > .text-gray{
    
    color:#666;
    
}
.menu > .h4.text-gray:hover{
    
    color:#fff!important;
    
}

@media (max-width: 767px) {
    .h4{
    
    font-size:13px!important;
    }
}
.text-c{
    
    color:#ccc!important;
}

.text-gray{
    
    color:#666!important;
}

.text-space{
    
letter-spacing: .1em;
}

.menu-fixed-hamb{
    
    
    position: absolute;
    top:35px;
    right:20px;

}
nav > .breadcrumb{
    border:none!important;
    border-radius: 0!important;
    background-color: #333;
    
}

nav > ol > .breadcrumb-item.active{
    
    color:#ccc;
    
}

nav > ol > li.breadcrumb-item a{
    
    color:#999!important;
  
    
}
/* ---------Page preload--------------------------------------*/


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #eee;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #eee;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #eee;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #000;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }



#wa-dynamic {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  background-color: #25D366;
  color: white;
  font-weight: 600;
  font-family: sans-serif;
  font-size: 15px;
  padding: 12px 16px; /* ridotto leggermente: prima 12px 18px */
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  transition: all 0.2s ease;
}


#wa-dynamic:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  background-color: #20ba5a;
}

#wa-dynamic svg {
  color: white;
  width: 30px;   /* ingrandita rispetto ai 22px originali */
  height: 30px;
  flex-shrink: 0; /* evita che si riduca se manca spazio */
  color: white;
  margin-right: 0px; /* ridotto: meno spazio tra icona e testo */
  margin-left: -5px;    /* rimuove spazio a sinistra */
  display: block;    /* elimina spazi “inline” fantasma */
}



@media (max-width: 600px) {
  #wa-dynamic {
    right: 15px;
    bottom: 10px;
    background: none !important;  /* rimuove il cerchio verde */
    box-shadow: none !important;
    padding: 0;
    border-radius: 0;
  }

  #wa-dynamic span {
    display: none; /* nasconde il testo */
  }

  #wa-dynamic svg {
    width: 38px;  /* leggermente più grande */
    height: 38px;
    color: #25D366; /* icona verde WhatsApp */
  }
}


.modal-content > .modal-header {
    display: block !important;
}