


	*
	{
		-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-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #333;
	}
	
	
	body, .homepage{
		
		background:#eee;
		
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 700;
		color: #C30;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
	}

	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;
			}
			h3{
				
				margin-bottom:20px;
				color: #C30 !important;
				font-size:1.5em;
				
			
			}

.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: url('images/bg_menu.jpg');
		color: #eee;
	
	}

		#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;*/
                text-align:left;
                float:left;
                padding-left:20px;
                padding-right:20px;
	}
	
		.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: #fff;
				}
				
				
				
				
				
				
				
				/********************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;
    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;
    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;
    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;
    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;
    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;
 	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;

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;

font-size:1em;
background-color: transparent;

	display: block;
	
	
	
}



.link_submit{
	text-decoration:none;
	

}
	
.powered{
	font-size:0.9em;
	color:#FFF;
	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:#C30;
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  a{
		display: block;
		
		padding:0.6em;
		font-size:14px;
                color:#333
		
	
		}
		
		
		.sidebar-list li{
		
		
		border-bottom: dotted 1px #ccc;
               
	
		}
		
		
			.sidebar-list li:last-child{
		
		border-bottom: none;
		}
		
		
		
		
		
			.sidebar-list li  :last-child{
		
		border-bottom: none;
		}
		
		
		
.sidebar-list li  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: 1em;
-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:13px;
}





/* */

/* 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;
}



 
 .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;
	min-width: 190px!important;
	font-size:4px!important
	
	
	
}

.nav_bar{
	border:none;
	border-radius:0px !important;
	background:url(images/bg_menu.jpg) repeat 0 0;
	border-bottom:solid 3px #C30;
	
	

	
}

.nav > li:hover {
 
background: rgba(240,240,240,0.1);
transition: color .25s ease-in-out;
  
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    /* color: #333; */
    background-color: #C30 !important	;
	
}

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

	line-height: inherit!important;

	color:#FFF!important;
}
.navbar-default .navbar-nav > li > a{
line-height: inherit!important;	
color:#FFF!important;	
	
}

.bg{

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

.bg_head{
background-color:#eee;	
	
	
}

.facolor{
	color:#C30;
	
	}




/*******************************************************
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: 20px 0 0; }
  .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); 
}


.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);
}
.active{
background-color: #eee !important;
}
h1 > span{
	color:#333;
	font-weight:normal;
}
#cookieChoiceInfo a{
    color:#FFF!important;
    text-decoration:underline;
}
#cookieChoiceInfo b span{
    color:#C30!important;
    text-decoration:none;
}


/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	/*
		Powered by:
		
		Font Awesome (http://fortawesome.github.com/Font-Awesome/)
		Font Awesome More (http://gregoryloucas.github.com/Font-Awesome-More/)
	*/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			font-size: 1.25em;
			text-decoration: none;
			font-family: FontAwesome;
			font-weight: normal;
			font-style: normal;
			-webkit-text-rendering: optimizeLegibility;
			-moz-text-rendering: optimizeLegibility;
			-ms-text-rendering: optimizeLegibility;
			-o-text-rendering: optimizeLegibility;
			text-rendering: optimizeLegibility;
			-webkit-font-smoothing: antialiased;
			-moz-font-smoothing: antialiased;
			-ms-font-smoothing: antialiased;
			-o-font-smoothing: antialiased;
			font-smoothing: antialiased;
			-webkit-font-feature-settings: "liga" 1, "dlig" 1;
			-moz-font-feature-settings: "liga=1, dlig=1";
			-ms-font-feature-settings: "liga" 1, "dlig" 1;
			-o-font-feature-settings: "liga" 1, "dlig" 1;
			font-feature-settings: "liga" 1, "dlig" 1;
		}

		.icon-glass:before                { content: "\f000"; }
		.icon-music:before                { content: "\f001"; }
		.icon-search:before               { content: "\f002"; }
		.icon-envelope:before             { content: "\f003"; }
		.icon-heart:before                { content: "\f004"; }
		.icon-star:before                 { content: "\f005"; }
		.icon-star-empty:before           { content: "\f006"; }
		.icon-user:before                 { content: "\f007"; }
		.icon-film:before                 { content: "\f008"; }
		.icon-th-large:before             { content: "\f009"; }
		.icon-th:before                   { content: "\f00a"; }
		.icon-th-list:before              { content: "\f00b"; }
		.icon-ok:before                   { content: "\f00c"; }
		.icon-remove:before               { content: "\f00d"; }
		.icon-zoom-in:before              { content: "\f00e"; }

		.icon-zoom-out:before             { content: "\f010"; }
		.icon-off:before                  { content: "\f011"; }
		.icon-signal:before               { content: "\f012"; }
		.icon-cog:before                  { content: "\f013"; }
		.icon-trash:before                { content: "\f014"; }
		.icon-home:before                 { content: "\f015"; }
		.icon-file:before                 { content: "\f016"; }
		.icon-time:before                 { content: "\f017"; }
		.icon-road:before                 { content: "\f018"; }
		.icon-download-alt:before         { content: "\f019"; }
		.icon-download:before             { content: "\f01a"; }
		.icon-upload:before               { content: "\f01b"; }
		.icon-inbox:before                { content: "\f01c"; }
		.icon-play-circle:before          { content: "\f01d"; }
		.icon-repeat:before               { content: "\f01e"; }

		/* \f020 doesn't work in Safari. all shifted one down */
		.icon-refresh:before              { content: "\f021"; }
		.icon-list-alt:before             { content: "\f022"; }
		.icon-lock:before                 { content: "\f023"; }
		.icon-flag:before                 { content: "\f024"; }
		.icon-headphones:before           { content: "\f025"; }
		.icon-volume-off:before           { content: "\f026"; }
		.icon-volume-down:before          { content: "\f027"; }
		.icon-volume-up:before            { content: "\f028"; }
		.icon-qrcode:before               { content: "\f029"; }
		.icon-barcode:before              { content: "\f02a"; }
		.icon-tag:before                  { content: "\f02b"; }
		.icon-tags:before                 { content: "\f02c"; }
		.icon-book:before                 { content: "\f02d"; }
		.icon-bookmark:before             { content: "\f02e"; }
		.icon-print:before                { content: "\f02f"; }

		.icon-camera:before               { content: "\f030"; }
		.icon-font:before                 { content: "\f031"; }
		.icon-bold:before                 { content: "\f032"; }
		.icon-italic:before               { content: "\f033"; }
		.icon-text-height:before          { content: "\f034"; }
		.icon-text-width:before           { content: "\f035"; }
		.icon-align-left:before           { content: "\f036"; }
		.icon-align-center:before         { content: "\f037"; }
		.icon-align-right:before          { content: "\f038"; }
		.icon-align-justify:before        { content: "\f039"; }
		.icon-list:before                 { content: "\f03a"; }
		.icon-indent-left:before          { content: "\f03b"; }
		.icon-indent-right:before         { content: "\f03c"; }
		.icon-facetime-video:before       { content: "\f03d"; }
		.icon-picture:before              { content: "\f03e"; }

		.icon-pencil:before               { content: "\f040"; }
		.icon-map-marker:before           { content: "\f041"; }
		.icon-adjust:before               { content: "\f042"; }
		.icon-tint:before                 { content: "\f043"; }
		.icon-edit:before                 { content: "\f044"; padding-top: 1px; padding-left: 1px; }
		.icon-share:before                { content: "\f045"; }
		.icon-check:before                { content: "\f046"; }
		.icon-move:before                 { content: "\f047"; }
		.icon-step-backward:before        { content: "\f048"; }
		.icon-fast-backward:before        { content: "\f049"; }
		.icon-backward:before             { content: "\f04a"; }
		.icon-play:before                 { content: "\f04b"; }
		.icon-pause:before                { content: "\f04c"; }
		.icon-stop:before                 { content: "\f04d"; }
		.icon-forward:before              { content: "\f04e"; }

		.icon-fast-forward:before         { content: "\f050"; }
		.icon-step-forward:before         { content: "\f051"; }
		.icon-eject:before                { content: "\f052"; }
		.icon-chevron-left:before         { content: "\f053"; }
		.icon-chevron-right:before        { content: "\f054"; }
		.icon-plus-sign:before            { content: "\f055"; }
		.icon-minus-sign:before           { content: "\f056"; }
		.icon-remove-sign:before          { content: "\f057"; }
		.icon-ok-sign:before              { content: "\f058"; }
		.icon-question-sign:before        { content: "\f059"; }
		.icon-info-sign:before            { content: "\f05a"; }
		.icon-screenshot:before           { content: "\f05b"; }
		.icon-remove-circle:before        { content: "\f05c"; }
		.icon-ok-circle:before            { content: "\f05d"; }
		.icon-ban-circle:before           { content: "\f05e"; }

		.icon-arrow-left:before           { content: "\f060"; }
		.icon-arrow-right:before          { content: "\f061"; }
		.icon-arrow-up:before             { content: "\f062"; }
		.icon-arrow-down:before           { content: "\f063"; }
		.icon-share-alt:before            { content: "\f064"; }
		.icon-resize-full:before          { content: "\f065"; }
		.icon-resize-small:before         { content: "\f066"; }
		.icon-plus:before                 { content: "\f067"; }
		.icon-minus:before                { content: "\f068"; }
		.icon-asterisk:before             { content: "\f069"; }
		.icon-exclamation-sign:before     { content: "\f06a"; }
		.icon-gift:before                 { content: "\f06b"; }
		.icon-leaf:before                 { content: "\f06c"; }
		.icon-fire:before                 { content: "\f06d"; }
		.icon-eye-open:before             { content: "\f06e"; }

		.icon-eye-close:before            { content: "\f070"; }
		.icon-warning-sign:before         { content: "\f071"; }
		.icon-plane:before                { content: "\f072"; }
		.icon-calendar:before             { content: "\f073"; }
		.icon-random:before               { content: "\f074"; }
		.icon-comment:before              { content: "\f075"; }
		.icon-magnet:before               { content: "\f076"; }
		.icon-chevron-up:before           { content: "\f077"; }
		.icon-chevron-down:before         { content: "\f078"; }
		.icon-retweet:before              { content: "\f079"; }
		.icon-shopping-cart:before        { content: "\f07a"; }
		.icon-folder-close:before         { content: "\f07b"; }
		.icon-folder-open:before          { content: "\f07c"; }
		.icon-resize-vertical:before      { content: "\f07d"; }
		.icon-resize-horizontal:before    { content: "\f07e"; }

		.icon-bar-chart:before            { content: "\f080"; }
		.icon-twitter-sign:before         { content: "\f081"; }
		.icon-facebook-sign:before        { content: "\f082"; }
		.icon-camera-retro:before         { content: "\f083"; }
		.icon-key:before                  { content: "\f084"; }
		.icon-cogs:before                 { content: "\f085"; }
		.icon-comments:before             { content: "\f086"; }
		.icon-thumbs-up:before            { content: "\f087"; }
		.icon-thumbs-down:before          { content: "\f088"; }
		.icon-star-half:before            { content: "\f089"; }
		.icon-heart-empty:before          { content: "\f08a"; }
		.icon-signout:before              { content: "\f08b"; }
		.icon-linkedin-sign:before        { content: "\f08c"; }
		.icon-pushpin:before              { content: "\f08d"; }
		.icon-external-link:before        { content: "\f08e"; }

		.icon-signin:before               { content: "\f090"; }
		.icon-trophy:before               { content: "\f091"; }
		.icon-github-sign:before          { content: "\f092"; }
		.icon-upload-alt:before           { content: "\f093"; }
		.icon-lemon:before                { content: "\f094"; }
		.icon-phone:before                { content: "\f095"; }
		.icon-check-empty:before          { content: "\f096"; }
		.icon-bookmark-empty:before       { content: "\f097"; }
		.icon-phone-sign:before           { content: "\f098"; }
		.icon-twitter:before              { content: "\f099"; padding-left: 2px; }
		.icon-facebook:before             { content: "\f09a"; padding-left: 6px; }
		.icon-github:before               { content: "\f09b"; }
		.icon-unlock:before               { content: "\f09c"; }
		.icon-credit-card:before          { content: "\f09d"; }
		.icon-rss:before                  { content: "\f09e"; }

		.icon-hdd:before                  { content: "\f0a0"; }
		.icon-bullhorn:before             { content: "\f0a1"; }
		.icon-bell:before                 { content: "\f0a2"; }
		.icon-certificate:before          { content: "\f0a3"; }
		.icon-hand-right:before           { content: "\f0a4"; }
		.icon-hand-left:before            { content: "\f0a5"; }
		.icon-hand-up:before              { content: "\f0a6"; }
		.icon-hand-down:before            { content: "\f0a7"; }
		.icon-circle-arrow-left:before    { content: "\f0a8"; }
		.icon-circle-arrow-right:before   { content: "\f0a9"; }
		.icon-circle-arrow-up:before      { content: "\f0aa"; }
		.icon-circle-arrow-down:before    { content: "\f0ab"; }
		.icon-globe:before                { content: "\f0ac"; }
		.icon-wrench:before               { content: "\f0ad"; }
		.icon-tasks:before                { content: "\f0ae"; }

		.icon-filter:before               { content: "\f0b0"; }
		.icon-briefcase:before            { content: "\f0b1"; }
		.icon-fullscreen:before           { content: "\f0b2"; }

		.icon-group:before                { content: "\f0c0"; }
		.icon-link:before                 { content: "\f0c1"; }
		.icon-cloud:before                { content: "\f0c2"; }
		.icon-beaker:before               { content: "\f0c3"; }
		.icon-cut:before                  { content: "\f0c4"; }
		.icon-copy:before                 { content: "\f0c5"; }
		.icon-paper-clip:before           { content: "\f0c6"; }
		.icon-save:before                 { content: "\f0c7"; }
		.icon-sign-blank:before           { content: "\f0c8"; }
		.icon-reorder:before              { content: "\f0c9"; }
		.icon-list-ul:before              { content: "\f0ca"; }
		.icon-list-ol:before              { content: "\f0cb"; }
		.icon-strikethrough:before        { content: "\f0cc"; }
		.icon-underline:before            { content: "\f0cd"; }
		.icon-table:before                { content: "\f0ce"; }

		.icon-magic:before                { content: "\f0d0"; }
		.icon-truck:before                { content: "\f0d1"; }
		.icon-pinterest:before            { content: "\f0d2"; }
		.icon-pinterest-sign:before       { content: "\f0d3"; }
		.icon-google-plus-sign:before     { content: "\f0d4"; }
		.icon-google-plus:before          { content: "\f0d5"; }
		.icon-money:before                { content: "\f0d6"; }
		.icon-caret-down:before           { content: "\f0d7"; }
		.icon-caret-up:before             { content: "\f0d8"; }
		.icon-caret-left:before           { content: "\f0d9"; }
		.icon-caret-right:before          { content: "\f0da"; }
		.icon-columns:before              { content: "\f0db"; }
		.icon-sort:before                 { content: "\f0dc"; }
		.icon-sort-down:before            { content: "\f0dd"; }
		.icon-sort-up:before              { content: "\f0de"; }

		.icon-envelope-alt:before         { content: "\f0e0"; }
		.icon-linkedin:before             { content: "\f0e1"; }
		.icon-undo:before                 { content: "\f0e2"; }
		.icon-legal:before                { content: "\f0e3"; }
		.icon-dashboard:before            { content: "\f0e4"; }
		.icon-comment-alt:before          { content: "\f0e5"; }
		.icon-comments-alt:before         { content: "\f0e6"; }
		.icon-bolt:before                 { content: "\f0e7"; }
		.icon-sitemap:before              { content: "\f0e8"; }
		.icon-umbrella:before             { content: "\f0e9"; }
		.icon-paste:before                { content: "\f0ea"; }
		.icon-lightbulb:before            { content: "\f0eb"; }
		.icon-exchange:before             { content: "\f0ec"; }
		.icon-cloud-download:before       { content: "\f0ed"; }
		.icon-cloud-upload:before         { content: "\f0ee"; }

		.icon-user-md:before              { content: "\f0f0"; }
		.icon-stethoscope:before          { content: "\f0f1"; }
		.icon-suitcase:before             { content: "\f0f2"; }
		.icon-bell-alt:before             { content: "\f0f3"; }
		.icon-coffee:before               { content: "\f0f4"; }
		.icon-food:before                 { content: "\f0f5"; }
		.icon-file-alt:before             { content: "\f0f6"; }
		.icon-building:before             { content: "\f0f7"; }
		.icon-hospital:before             { content: "\f0f8"; }
		.icon-ambulance:before            { content: "\f0f9"; }
		.icon-medkit:before               { content: "\f0fa"; }
		.icon-fighter-jet:before          { content: "\f0fb"; }
		.icon-beer:before                 { content: "\f0fc"; }
		.icon-h-sign:before               { content: "\f0fd"; }
		.icon-plus-sign-alt:before        { content: "\f0fe"; }

		.icon-double-angle-left:before    { content: "\f100"; }
		.icon-double-angle-right:before   { content: "\f101"; }
		.icon-double-angle-up:before      { content: "\f102"; }
		.icon-double-angle-down:before    { content: "\f103"; }
		.icon-angle-left:before           { content: "\f104"; }
		.icon-angle-right:before          { content: "\f105"; }
		.icon-angle-up:before             { content: "\f106"; }
		.icon-angle-down:before           { content: "\f107"; }
		.icon-desktop:before              { content: "\f108"; }
		.icon-laptop:before               { content: "\f109"; }
		.icon-tablet:before               { content: "\f10a"; }
		.icon-mobile-phone:before         { content: "\f10b"; }
		.icon-circle-blank:before         { content: "\f10c"; }
		.icon-quote-left:before           { content: "\f10d"; }
		.icon-quote-right:before          { content: "\f10e"; }

		.icon-spinner:before              { content: "\f110"; }
		.icon-circle:before               { content: "\f111"; }
		.icon-reply:before                { content: "\f112"; }
		.icon-github-alt:before           { content: "\f113"; }
		.icon-folder-close-alt:before     { content: "\f114"; }
		.icon-folder-open-alt:before      { content: "\f115"; }

		.icon-blogger-sign:before,.icon-blogger:before,.icon-delicious:before,.icon-dribbble-sign:before,.icon-dribbble:before,.icon-dropbox:before,.icon-drupal:before,.icon-evernote-sign:before,.icon-evernote:before,.icon-flickr-sign:before,.icon-flickr:before,.icon-forrst-sign:before,.icon-forrst:before,.icon-foursquare-sign:before,.icon-foursquare:before,.icon-git-fork:before,.icon-hacker-news:before,.icon-instagram:before,.icon-lastfm-sign:before,.icon-lastfm:before,.icon-paypal:before,.icon-picasa-sign:before,.icon-picasa:before,.icon-reddit:before,.icon-share-this-sign:before,.icon-share-this:before,.icon-skype:before,.icon-soundcloud:before,.icon-spotify:before,.icon-stack-overflow:before,.icon-tumblr-sign:before,.icon-tumblr:before,.icon-vimeo-sign:before,.icon-vimeo:before,.icon-wordpress-sign:before,.icon-wordpress:before,.icon-yelp-sign:before,.icon-yelp:before,.icon-youtube-sign:before,.icon-youtube:before              {font-family:'Font-Awesome-Social'; }

		.icon-dropbox:before              { content: "\f300"; }
		.icon-drupal:before               { content: "\f301"; }
		.icon-git-fork:before             { content: "\f302"; }
		.icon-instagram:before            { content: "\f303"; }
		.icon-share-this-sign:before      { content: "\f304"; }
		.icon-share-this:before           { content: "\f305"; }
		.icon-foursquare-sign:before      { content: "\f306"; }
		.icon-foursquare:before           { content: "\f307"; }
		.icon-hacker-news:before          { content: "\f308"; }
		.icon-skype:before                { content: "\f309"; }
		.icon-spotify:before              { content: "\f30a"; }
		.icon-soundcloud:before           { content: "\f30b"; }
		.icon-paypal:before               { content: "\f30c"; }
		.icon-youtube-sign:before         { content: "\f30d"; }
		.icon-youtube:before              { content: "\f30e"; }
		.icon-reddit:before               { content: "\f30f"; }
		.icon-blogger-sign:before         { content: "\f310"; }
		.icon-blogger:before              { content: "\f311"; }
		.icon-dribbble-sign:before        { content: "\f312"; }
		.icon-dribbble:before             { content: "\f313"; }
		.icon-evernote-sign:before        { content: "\f314"; }
		.icon-evernote:before             { content: "\f315"; }
		.icon-flickr-sign:before          { content: "\f316"; }
		.icon-flickr:before               { content: "\f317"; }
		.icon-forrst-sign:before          { content: "\f318"; }
		.icon-forrst:before               { content: "\f319"; }
		.icon-delicious:before            { content: "\f31a"; }
		.icon-lastfm-sign:before          { content: "\f31b"; }
		.icon-lastfm:before               { content: "\f31c"; }
		.icon-picasa-sign:before          { content: "\f31d"; }
		.icon-picasa:before               { content: "\f31e"; }
		.icon-stack-overflow:before       { content: "\f320"; }
		.icon-tumblr-sign:before          { content: "\f321"; }
		.icon-tumblr:before               { content: "\f322"; }
		.icon-vimeo-sign:before           { content: "\f323"; }
		.icon-vimeo:before                { content: "\f324"; }
		.icon-wordpress-sign:before       { content: "\f325"; }
		.icon-wordpress:before            { content: "\f326"; }
		.icon-yelp-sign:before            { content: "\f327"; }
		.icon-yelp:before                 { content: "\f328"; }
                
                
img{
    
    border: 0;
}
.b_color{
    
    font-weight: bold;
    color:#C30;
    font-size:18px;
}

.price_button{
    font-size:11px;
    /*color:#C30;*/
    margin-left:20px;
    position: absolute!important;
    bottom:25px;
    left:0px;
}
.dettagli_button{
    
    position: absolute!important;
    bottom:20px;
    right:20px;
}
.pay_button{
    font-size:11px;
    /*color:#C30;*/
    margin-left:10px;
    position: absolute!important;
    bottom:20px;
    left:0px;
}
.pagination > li > a{
    
    color: #C30;
}
.pagination > li > a:hover{
    
    color: #000;
}

.pagination > li > .active{
    
  color: #000;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}


.sidebar-list > li > a{
    
    
}
.sidebar-list > li > a:hover{
    
    color: #C30;
}

 .msg-box{
        
        position: fixed;
        padding:20px;
        top:2px;
        right:2px;
        z-index: 999;
    }
    .ko{
       background-color: rgba(255,0,0,0.7);  
       color:#fff;  
    }
    
    .ok{
       background-color: rgba(45,179,9,0.7);  
       color:#fff; 
        
    }
    
    .panel-body h3{
        
        margin-top:15px!important;
        
    }
    
    
    
    
    .textInt{
        
        font-size:17px;
        
        
        
        
    }
    
    @media (min-width: 480px) and (max-width: 767px) {
        .textInt{
        font-size:15px;
        
        }
        h1{
            
        font-size:18px!important;
         padding-left:0!important;

       
        
        }
        
        
        
       
        
    }
    
    @media (max-width: 479px) {
        .textInt{
        font-size:13px;
        } 
         h1{
            
        font-size:13px!important;

        
        
        }
      
        th a{
            
            font-size:13px!important;
            
        } 
        .panel-body table{
            
           
            margin: auto!important;
        }
        
        .col-xs-6{
            
           padding-left:10px!important;
           padding-right:10px!important;
            
            
        }
        .container{
           padding:0!important;

           width:auto!important;
           
        }
        
        
        .col-md-4{
            
            padding:0!important;  
        }
        
       .col-md-12{
           padding-left:30px!important;
           padding-right:30px!important;

           width:auto!important;
           
        }
         .col-xs-12{
           padding-left:30px!important;

           width:auto!important;
           
        }
        
        #page .col-xs-12{
           padding-left:10px!important;
           padding-right:10px!important;

           width:auto!important;
           
        }
        
        
        .panel{
           padding-left:10px!important;
           padding-right:10px!important;

           width:auto!important;
           
        }
         .min_padding > .panel-body{
           padding:0px!important;
         

           width:auto!important;
           
        }
        
        
      #cart{

        padding: 0px!important;
          
        }
        
         #cart h3{

        padding: 10px!important;
        
          
        }
        
         #cart table h3{

        padding: 0px!important;
        font-size:16px!important;
          
        }
        .navbar-header{
            
            padding-left: 10px!important;
        }
        
        .container > .pull-right{
          position: fixed!important;
          
          left:-8px!important;
          top:40%!important;
        
         
         
         
            
        }
        
        body{
            
            padding:0!important;
        }
        
    }
    
    
    th > a{
        
     color:#000; 
     font-size: 1.2em;
        
    }
    
    .navbar-default .navbar-toggle .icon-bar {
    background-color: #C30;
}

.srt-only{
    float: right;
    /*width:100px!important;*/
    font-weight: bold;
    font-size:18px;
    line-height: 18px;
    margin-left:26px!important;
     text-transform: uppercase;
   
    
    
}

.container button{
     
                        z-index: 99!important;
    
}

