﻿@charset "utf-8";
/* CSS Document */

/* Importazione fogli di stile */
@import "http://boluce.it/Content/common/css/reset.css";
@import "http://boluce.it/Content/common/css/fonts.css";
@import "http://boluce.it/Content/common/css/preloader.css";
@import "http://boluce.it/Content/common/css/navigation.css";
@import "http://boluce.it/Content/common/css/swiper.min.css"; 
@import "http://boluce.it/Content/common/css/animate.css";
@import "http://boluce.it/Content/common/css/cookie.css";
@import "http://boluce.it/Content/common/css/obsoleto.css";
@import "http://boluce.it/Content/common/css/featherlight.min.css";
@import "http://boluce.it/Content/common/css/lightgallery.css";
@import "http://boluce.it/Content/common/css/font-awesome.min.css";

/*///////////////////////////////////////////////////*/

body {
	font-size:15px;
	line-height:15px;
	background-color:#000000;
	font-family:'roboto-condensed-regular', sans-serif;
}

.clear {clear:both;}
.relative {position:relative;}

p {
	color:#000000;
	font-size:1.2em;
	line-height:1.4em;
}

p.piccolo {
	font-size:0.9em;
	line-height:1em;
}

b, strong {font-family: 'roboto-condensed-bold', sans-serif;}

a {color:#000000;}

h1, h2, h3, h4, h5, h6 {font-family: 'roboto-condensed-bold', sans-serif;}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

.transition500 {
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.transition250 {
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.transition100 {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.loader {
	background-image:url(http://boluce.it/Content/common/img/loader-nero.png);
	background-size:36px auto;
	background-repeat:no-repeat;
	background-position:center center;
}

.wrapper {
	max-width:990px;
	margin:0 auto;
	padding: 0 20px;
}

.fixed {
	/*position: fixed;*/
	width:100%;
	z-index: 999;
}

.linea-fff {
	width:100%;
	border-top:1px solid #000000;
	padding:0 0 30px 0;
	clear:both;
}

.linea-000 {
	width:100%;
	border-top:1px solid #000000;
	padding:0 0 30px 0;
	clear:both;
}

.spazio15 {
	width:100%;
	height:15px;
	clear:both;
}

.spazio30 {
	width:100%;
	height:30px;
	clear:both;
}

.linea-arrow-giu, .linea-arrow-su {
	width:100%;
	height:25px;
	background-position:center top;
	background-size:contain;
	background-repeat:no-repeat;
}

.linea-arrow-giu {
	border-top:1px solid #000000;
	background-image:url('http://boluce.it/Content/common/img/arrow-giu.svg');
	margin-bottom:30px;
}

.linea-arrow-su {
	border-bottom:1px solid #000000;
	background-image:url('http://boluce.it/Content/common/img/arrow-su.svg');
	margin-top: 30px;
}

/* button */

.button {
	text-transform:uppercase;
	text-decoration: none;
	padding:10px;
	text-align:center;
	border:1px solid;
	display:block;
	margin-top:15px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.button:hover {
	background-color:#ffffff;
	color:#000000;
}

.button-preventivo {
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
}

.button-preventivo:hover, .button-scheda-tecnica:hover {
	background-color:#000000;
	color:#ffffff;
}

.button-scheda-tecnica {
	max-width:300px;
	float:right;
	margin-top:0;
	/*padding-left: 40px;
	background-image: url("../img/ico-scheda-tecnica-000.svg");
	background-repeat:no-repeat;
	background-size: 20px 30px;
	background-position: 10px center;*/
}*

	/*.button-scheda-tecnica:hover {
		background-image: url("../img/ico-scheda-tecnica-fff.svg");
	}*/
	
.form-prev-overlay .button:hover {
	background-color:#000000;
	color:#ffffff;
}

/* animazione luci */

.light {
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background-image:url('http://boluce.it/Content/common/img/light.svg');
		background-repeat:no-repeat;
		animation-name:example;
		animation-duration:4s;
		animation-iteration-count:infinite;
		animation-direction:alternate;
	}
	
	@keyframes example {
	    from {background-position:center 100px;}
	    to {background-position:-100px 10px;}
	}
	
	.light2 {
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background-image:url('http://boluce.it/Content/common/img/light.svg');
		background-repeat:no-repeat;
		animation-name:example2;
		animation-duration:3s;
		animation-iteration-count:infinite;
		animation-direction:alternate;
	}
	
	@keyframes example2 {
	    from {background-position:200px -500px;}
	    to {background-position:500px -450px;}
	}
	
	.light3 {
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		background-image:url('http://boluce.it/Content/common/img/light.svg');
		background-repeat:no-repeat;
		animation-name:example3;
		animation-duration:7s;
		animation-iteration-count:infinite;
		animation-direction:alternate;
	}
	
	@keyframes example3 {
	    from {background-position:right -400px;}
	    to {background-position:left -500px;}
	}
	
/* header */

#header {
	background:#000000;
	border-bottom:5px solid #e20512;
}

/* topbar */

.top-bar {
	background-color:#E20512;
	color:#FFFFFF;
	padding:0 20px;
	height:60px;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}

	.sticky .top-bar {
		height:0;
		overflow:hidden;
		padding:0 20px;
	}

	.top-bar .info {
		float:left;
		padding:15px 0;
		line-height:30px;
	}
	
	.top-bar .info a {
		color:#FFFFFF;
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
	}
	
	.top-bar .info a:hover {
		color:#000000;
	}
	
	.top-bar .lang-menu {
		float:right;
		border-left:1px solid #72040e;
	}
	
		.top-bar .lang-menu ul {}
		
		.top-bar .lang-menu ul li {
			position:relative;
			-webkit-transition: all 100ms ease-in;
			-moz-transition: all 100ms ease-in;
			-o-transition: all 100ms ease-in;
			transition: all 100ms ease-in;			
		}
		
		.top-bar .lang-menu ul li:hover {
			background-color:#72040E;
		}
		
		.top-bar .lang-menu ul li a {
			display:block;
			height:60px;
			line-height:60px;
			color:#ffffff;
			padding:0 20px;
			font-size:1.1em;
			-webkit-transition: all 100ms ease-in;
			-moz-transition: all 100ms ease-in;
			-o-transition: all 100ms ease-in;
			transition: all 100ms ease-in;
		}
		
		.top-bar .lang-menu ul li ul {
			position:absolute;
			top:100%;
			background-color:#E20512;
			width:200px;
			right:0;
			display:none;
			z-index:9;
		}
		
		.top-bar .lang-menu ul li ul li {
			border-top:1px solid #72040e;
			text-align:right;
		}
		
		.top-bar .lang-menu ul li ul li:hover {
			background-color:#E20512;
		}
		
		.top-bar .lang-menu ul li ul li a {
			display:block;
			padding: 0 15px;
			line-height:40px;
			height:40px;
			font-size:1.1em;
			color:#000000;
			
		}
		
		.top-bar .lang-menu ul li ul li a:hover {
			color:#FFFFFF;
		}
		
		.top-bar .lang-menu ul li ul li.sel a {
			background-color:#72040e;
			color:#ffffff;
		}
		
	.top-bar .search {
		float:right;
		padding:15px;
		border-left:1px solid #72040e;
		position:relative;
		width:200px;
	}
			
			.top-bar .search .wrap-input-text {
				position:absolute;
				z-index:1;
				width:190px;
			}
			
				.top-bar .search .wrap-input-text .input-text {}
				
				.top-bar .search .wrap-input-text ul {
					margin-top:5px;
				}
				
				.top-bar .search .wrap-input-text ul li {
					border-top:1px solid #000000;
				}
				
				.top-bar .search .wrap-input-text ul li a {
					display:block;
					padding:5px;
				}
				
				.top-bar .search .wrap-input-text ul li:hover {
					background-color:#CCCCCC;
				}

			.top-bar .search .search-btn {
				display:block;
				float:left;
				height:30px;
				width:20px;
				background-image:url('http://boluce.it/Content/common/img/ico-search.svg');
				background-repeat:no-repeat;
				background-position:center center;
				margin-left:10px;
			}
			
/* testata */

.testata {
	padding-top:30px;
	position:relative;
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

	.sticky .testata {
		padding-top:15px;
	}
	
	.testata .wrapper {
		position:relative;
		padding-bottom:30px;
		-webkit-transition: all 250ms ease-in;
		-moz-transition: all 250ms ease-in;
		-o-transition: all 250ms ease-in;
		transition: all 250ms ease-in;
	}
	
		.sticky .testata .wrapper {
			padding-bottom:15px;
		}

	.testata .logo {
		float:left;
	}
	
		.testata .logo a {
			display:block;
			width:300px;
			-webkit-transition: all 150ms ease-in;
			-moz-transition: all 150ms ease-in;
			-o-transition: all 150ms ease-in;
			transition: all 150ms ease-in;
		}
		
			.sticky .testata .logo a {
				width:150px;
			}
		
		.testata .logo a img {
			width:100%;
		}
	
	.testata #main-nav {
		color:#ffffff;
		position:absolute;
		right:0;
		bottom:0;
	}
	
	.testata #main-nav ul {}
	
	.testata #main-nav ul li {
		float:left;
		position:relative;
		text-transform:uppercase;
		padding-left:20px;
		padding-right:20px;
		font-size:1.2em;
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
	}
	
	.testata #main-nav ul li.sel {
		/*background-image:url('../img/arrow-menu.svg');
		background-repeat:no-repeat;
		background-position:bottom center;*/
		color:#e20512;
	}
	
	.testata #main-nav ul li.sel > a {
		color:#E20512;
	}
	
	.testata #main-nav ul li a {
		display:block;
		padding-bottom:30px;
		color:#ffffff;
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
		
		background-image:url('http://boluce.it/Content/common/img/arrow-menu.svg');
		background-repeat:no-repeat;
		background-position:center 150px;
	}
	
	.testata #main-nav ul li:hover > a {
		color:#e20512;
		background-position:bottom center;
	}
	
	.testata #main-nav ul li ul {
		position:absolute;
		display:none;
		background-color:#E20512;
		width:250px;
		right:0;
		text-align:right;
		z-index:9;
	}
	
	.testata #main-nav ul li ul li {
		float:none;
		border-bottom:1px solid #72040e;
		font-size:0.9em;
	}
	
	.testata #main-nav ul li ul li a {
		display:block;
		padding:15px 0;
		color:#000000;
		background:none;
	}
	
	.testata #main-nav ul li ul li:hover a {
		color:#ffffff;
		background:none;
	}
	
	.testata #main-nav ul li ul li.sel {
		background-color:#72040e;
		background-image:none;
	}
	
	.testata #main-nav ul li ul li.sel a {color:#ffffff;}
	
	/* navigazione mobile */
	
	#mobile-nav {
		display:none;
		position: relative;
		background-color:#000000;
	}
	
	#mobile-nav .slicknav_menu {}
	
	#mobile-nav .slicknav_btn {
		display:block;
		margin:0 auto;
		width:30px;
		padding: 15px 0;
	}
		
		#mobile-nav .slicknav_menutxt {
			display:none;
		}
		
		#mobile-nav .slicknav_icon {
			width:30px;
			display:block;
			margin-top:-6px;
		}
		
			#mobile-nav .slicknav_icon-bar {
				display:block;
				height:3px;
				margin-top:6px;
				background:#ffffff;
				opacity: 1;
				-webkit-transition: all 250ms ease;
				-moz-transition: all 250ms ease;
				-ms-transition: all 250ms ease;
				-o-transition: all 250ms ease;
				transition: all 250ms ease;
			}
		
			#mobile-nav:hover .slicknav_btn .slicknav_icon-bar {opacity:1; background-color:#E20512;}
		
		#mobile-nav .slicknav_menu ul {}
		
		#mobile-nav .slicknav_menu ul li {
			text-align:center;
			font-size:1.3em;
			line-height: 1.2em;
			border-top: 1px solid #333333;
		}
		
			#mobile-nav .slicknav_menu ul li a {
				display:inline-block;
				color:#ffffff;
				padding:15px;
				opacity:1;
				line-height:1em;
				-webkit-transition: all 250ms ease;
				-moz-transition: all 250ms ease;
				-ms-transition: all 250ms ease;
				-o-transition: all 250ms ease;
				transition: all 250ms ease;
			}
			
			#mobile-nav .slicknav_menu ul li.sel > a,
			#mobile-nav .slicknav_menu ul li.sel > a a {
				opacity: 1;
				color:#E20512;
			}
			
			#mobile-nav .slicknav_menu ul li ul li.sel a {
				opacity: 1;
				color:#ffffff;
			}

			#mobile-nav .slicknav_menu ul li:hover > a,
			#mobile-nav .slicknav_menu ul li:hover > a a {opacity:1; color:#E20512;}

			#mobile-nav .slicknav_menu ul li a a {display:inline;}
			
			#mobile-nav .slicknav_menu ul li a .slicknav_arrow {display:none;}
			
			#mobile-nav .slicknav_menu ul li:hover > a a, #mobile-nav .slicknav_menu ul li:hover > a .slicknav_arrow, #header #mobile-nav .slicknav_menu ul li a.sel {}
			
		#mobile-nav .slicknav_menu ul li ul {
			/*background-color:rgba(0,168,236,1);*/
			background-color:#E20512;
		}
			
		#mobile-nav .slicknav_menu ul li ul li {font-size:1em;}
		
		#mobile-nav .slicknav_menu ul li ul li:first-child {}
		
		#mobile-nav .slicknav_menu ul li ul li a {opacity:1 !important;}
		
		#mobile-nav .slicknav_menu ul li ul li:hover a {
			opacity:1 !important;
			color:#000000;
		}
		
		#mobile-nav .slicknav_menu ul li ul li.sel {
		background-color:#72040e;
		background-image:none;
	}
	
/* section */

#section {
	background-color:#ffffff;
}

	#section .wrapper {
		padding-top: 30px;
	}

	#section .h2 {
		font-size:2em;
		text-align:center;
		margin-bottom:30px;
		line-height: 1.2em;
		text-transform:uppercase;
	}
	
	#section .title-border-bottom {
		padding-bottom:15px;
		border-bottom:1px solid #000000;
	}
	
	#section .h3 {
		font-size:2em;
		text-align:center;
		border-bottom:0;
		margin-bottom:30px;
		line-height: 1.2em;
		text-transform:uppercase;
	}
	
	#section .h4 {
		font-size:1em;
		text-align:center;
		line-height: 1.2em;
		text-transform:uppercase;
		font-family:'roboto-condensed-regular', sans-serif;
		margin-bottom:3px;
	}
	
	#section .testo {}
	
	#section .testo p {
		margin-top:15px;
	}
	
		#section .testo p:first-child {margin-top:0;}
	
	#section .testo a {
		text-decoration:underline;
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
	}
	
		#section .testo a:hover {
			color:#E20512;
		}
	
	#section .testo ul, .nota-overlay ul {
		list-style:disc;
		padding-left:20px;
	}
	
	#section .testo ul li {
		font-size:1.2em;
		line-height:1.2em;
	}
	
	.nota-overlay ul li {
		font-size:1em;
		line-height:1.1em;
		margin-top:5px;
	}
	
	.nota-overlay ul.download {
		list-style: none;
		padding-left:0;
		margin-top:5px;
	}
	
	.nota-overlay ul.download li {
		margin-top:5px;
	}
	
	.nota-overlay a {
		-webkit-transition: all 100ms ease-in;
   		-moz-transition: all 100ms ease-in;
    	-o-transition: all 100ms ease-in;
    	transition: all 100ms ease-in;
	}
	
	.nota-overlay a:hover {
		color:#E20512;
	}
	
	
/*/////////////////// BOX /////////////////*/

/* wrap-box2 */
.wrap-box2 {
	margin-left:-5%;
	width:105%;
	text-align:center;
	margin-top:-5%;
}

	.wrap-box2 .box {
		display:block;
		width:45%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}

/* wrap-box3 */
.wrap-box3 {
	margin-left:-5%;
	margin-top:-5%;
	width:106%;
}

	.wrap-box3 .box {
		display:block;
		width:28%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
		.home .wrap-box3 .box {
			text-align:center;
		}
		
/* wrap-box4 */
.wrap-box4 {
	margin-left:-5%;
	margin-top:-5%;
	width:105%;
}

	.wrap-box4 .box {
		display:block;
		width:20%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.wrap-box4 .box-clear4 {display:block; clear: both;}
	.wrap-box4 .box-clear3 {display:none; clear: both;}
	.wrap-box4 .box-clear2 {display:none; clear: both;}
		
/* wrap-box5 */
.wrap-box5 {
	margin-left:-5%;
	margin-top:-5%;
	width:105%;
}

	.wrap-box5 .box {
		display:block;
		width:15%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
		.home .wrap-box5 .box {
			text-align:center;
		}

/* .box generali */		
	.box .immagine {
		position:relative;
		width:100%;
		overflow:hidden;
	}
	
	.box .immagine .bordo {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		border:1px solid #000000;
		-webkit-box-sizing:border-box;
  		-moz-box-sizing:border-box;
  		-ms-box-sizing:border-box;
  		box-sizing:border-box;
  		z-index: 2;
	}
	
	.box .immagine .altezza {
		padding-bottom:100%;
	}
	
    .box .immagine .ico-new {
		position: absolute;
		width:45px;
		height:30px;
		background-image:url("http://boluce.it/Content/common/img/ico-new.svg");
		background-size:contin;
		background-position:top right;
		z-index: 8;
		top:10px;
		right:10px;
		background-repeat:no-repeat;
	}

	.box .wrap-img {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		transition: all 250ms ease;
	}
	
	.box:hover .wrap-img {
		-ms-transform: scale(1.1, 1.1); /* IE 9 */
   		-webkit-transform: scale(1.1, 1.1); /* Safari */
    	transform: scale(1.1, 1.1);
	}
	
	#section .box .h3 {
		font-size:1.5em;
		line-height:1.1em;
		text-transform:uppercase;
		margin-top:15px;
		margin-bottom:0;
	}
	
	.box .h4 {
		font-size:1.2em;
		line-height:1.1em;
		text-transform:uppercase;
		margin-top:15px;
	}
	
		.wrap-box4 .box .h4 {
			text-align:center;
		}
		
	.box .codice {
		text-align:center;
	}
	
	.box p {
		color:#000000;
		margin-top:10px;
	}
	
	.box:hover .button {
		background-color:#000000;
		color:#ffffff;
	}
	
/* slider */
.slider-wrapper {
	position:relative;
	width:100%;
	background-color:#cccccc;
}
	
.slider-wrapper .altezza {
	padding-bottom:500px;
}	

.swiper-container {
	position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.swiper-slide {
	position:relative;
}
	
	.swiper-slide .wrap-img {
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
	}
	
	.swiper-slide .contenuto {
		position:absolute;
		width:50%;
		height:100%;
		top:0;
		left:0;
		background-color:rgba(0,0,0,0.50);
	  	color:#ffffff;
	  }
	  
	  .swiper-slide .contenuto .wrapper-contenuto {
	  	padding:40px;
	  	width:50%;
	  	float:right;
	  	text-align:right;
	  }

		.swiper-slide .contenuto h1 {
			color:#ffffff;
			font-size:2.8em;
			line-height:1.1em;
			text-transform:uppercase;
		}
		
		.swiper-slide .contenuto .linea {
			height:1px;
			width:150%;
			right:-50px;
			background-color:red;
			margin:15px;
			
		}

		#section .swiper-slide .contenuto p {
			color:#ffffff;
		}
		
		.swiper-slide .button {
			width:70%;
			float:right;
			color:#ffffff;
		}
		
		.swiper-slide .button:hover {
			color:#000000;
		}
	
		.swiper-container-horizontal>.swiper-pagination {
		    bottom: 30px;
		}
		
		.swiper-pagination-bullet-active {
		    background: #e20512;
		}
		
		.swiper-button-next {
		    background-image: url("http://boluce.it/Content/common/img/arrow-slider-next.svg");
		    right:30px;
		    width:30px;
		    background-size:contain;
		
		}
		
		.swiper-button-prev {
			background-image: url("http://boluce.it/Content/common/img/arrow-slider-prev.svg");
			left:30px;
			width:30px;
			background-size:contain;
		}

/* briciole */
.briciole {
	background-color:#000000;
	color:#ffffff;
	padding:12px 0;
}

#section .briciole .wrapper {
	padding-top:0;
}

.briciole ul {}

.briciole ul li {
	display:inline-block;
	text-transform:uppercase;
	margin:3px 0;
	font-family:"roboto-condensed-light", sans-serif;
	color:#FFFFFF;
}

#section .briciole ul li {
	color:#FFFFFF;
	font-size:1em;
}

.briciole ul li a {
	color:#ffffff;
}

.briciole ul li:after {
	content:" /";
}

.briciole ul li a:hover {
	color:#E20512;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

/* ricerca-lampada */
.ricerca-lampada {
	background-color:#cccccc;
	padding:40px 0;
	margin-top:30px;
}

	#section .ricerca-lampada .wrapper {padding-top:0;}

	.ricerca-lampada .label-input-text {
		text-transform:uppercase;
		font-size:1.3em;
		line-height: 37px;
		font-family: 'roboto-condensed-bold', sans-serif;
	}
	
	.ricerca-lampada .wrap-input-text {}
	.ricerca-lampada .wrap-input-text .input-text {
		height: 27px;
		line-height:27px;
	}
	
	.ricerca-lampada .button {
		margin: 0;
	}
	
		.ricerca-lampada .button:hover {
			background-color:#000000;
			color:#ffffff;
			border-color:#000000;
		}
	
	.ricerca-lampada .form ul {
		margin: 0;
		list-style: none;
	}
	
	.ricerca-lampada .form ul li {
		margin-top:0;
		float:left;
	}
	
	.ricerca-lampada form ul li:first-child {
		width:22%;
	}
	
	.ricerca-lampada form ul li:nth-child(2n) {
		width:56%;
		margin-left:2%;
	}
	
	.ricerca-lampada form ul li:last-child {
		width:18%;
		margin-left:2%;
	}
	
/* newsletter */
.newsletter {
	padding:40px 0;
	background-color:#000000;
	color:#ffffff;
}

	#section .newsletter h2 {
		border-bottom-color:#ffffff;
	}

	#section .newsletter .wrapper {padding-top:0;}
	
	#section .newsletter p {
		text-align:center;
		color:#FFFFFF;
	}
		
	.newsletter .button {
		color:#FFFFFF;
		width:250px;
		margin:0 auto;
	}
	
		.newsletter .button:hover {
			color:#000000;
		}

/* azienda-home */
.img-flag-corner {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	height:60px;
	background-image:url('http://boluce.it/Content/common/img/flag-ita-corner.svg');
	background-repeat:no-repeat;
	background-position: right top;
	background-size:contain;
	z-index:3;
}

.azienda {}

.azienda .immagine {
	float:left;
	width:50%;
	border:1px solid #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.azienda .testo {
	float:left;
	width:100%;
	margin-left:5%;
}

#section .azienda .testo .h2 {
	text-align:left;
	margin-top:40px;
}

.azienda .box p {
	text-align:left;
}

.azienda .box .button {
	width:250px;
}

/* pres-prodotto */
.pres-prodotto {}

	.pres-prodotto .left, .pres-prodotto .right {
		float:left;
		width:48%;
	}
	
	.pres-prodotto .right {
		margin-left:4%;
	}
	
	.pres-prodotto .slider-wrapper .altezza {
		padding-bottom:68%;
	}
	
	.pres-codice .box-clear2 {display:none; clear:both;}
	
/* pres codice */
.pres-codice,
.pres-codice2,
.pres-codice3,
.pres-codice4,
.pres-codice5 {
	margin-top:30px;
}

	#section .pres-codice .wrapper,
	#section .pres-codice2 .wrapper,
	#section .pres-codice3 .wrapper,
	#section .pres-codice4 .wrapper,
	#section .pres-codice5 .wrapper  {
		margin-top: 0;
		padding-top: 0;
	}

	.pres-codice .wrap-box,
	.pres-codice2 .wrap-box,
	.pres-codice3 .wrap-box,
	.pres-codice5 .wrap-box {
		width:105%;
		margin-left:-5%;
		margin-top:-5%;
	}
	
	.pres-codice .box {
		display:block;
		width:20%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice2 .box {
		display:block;
		width:45%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice3 .box {
		display:block;
		width:20%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice5 .box {
		display:block;
		width:15%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice3 .box-clear4, .pres-codice5 .box-clear5 {display:block; clear:both;}
	.pres-codice3 .box-clear3, .pres-codice5 .box-clear3 {display:none; clear:both;}
	.pres-codice3 .box-clear2, .pres-codice5 .box-clear2 {display:none; clear:both;}
	
	
	.pres-codice .box .immagine {
		border:1px solid #000000;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
   		box-sizing: border-box;
	}
	
	.pres-codice3 .box .immagine {
		width:30%;
		display:block;
		float:left;
		border:1px solid #000000;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
   		box-sizing: border-box;
	}
	
	.pres-codice4 .immagine {
		width:45%;
		max-width:150px;
		display:block;
		float:left;
		border:1px solid #000000;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
   		box-sizing: border-box;
	}
	
	.pres-codice5 .box .immagine {
		display:block;
		border:1px solid #000000;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-ms-box-sizing: border-box;
   		box-sizing: border-box;
   		margin-bottom: 10px;
	}
	
		.pres-codice5 .box:hover .immagine {
		}
	
	.pres-codice .box .h5, 
	.pres-codice2 .box .h5, 
	.pres-codice3 .box .h5,
	.pres-codice5 .box .h5 {
		margin-bottom:10px;
		font-size:1.1em;
	}
	
	.pres-codice .box p,
	.pres-codice2 .box p,
	.pres-codice3 .box p,
	.pres-codice5 .box p {
		margin-top:0;
		font-size:0.9em;
	}
	
	.pres-codice3 .box p {
		display:block;
		float:left;
		width:65%;
		margin-left:5%;
	}
	
	.pres-codice .campione-colore, .pres-codice .lista-codici {
		margin-left:-5%;
		margin-top:-10px;
	}
	
	.pres-codice .campione-colore li, .pres-codice .lista-codici li {
		margin-top:10px;
		display:inline-block;
		margin-left: 5%;
		width:95%;
	}
	
	.pres-codice .campione-colore li img {
		width:30px;
		height:30px;
		border:1px solid #000000;
		-webkit-transition: all 250ms ease;
		-moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		-o-transition: all 250ms ease;
		display:inline-block;
		vertical-align: top;
	}
	
	.pres-codice .campione-colore li p {
		height:30px;
		line-height:30px;
		display:inline-block;
		vertical-align: top;
		margin-left:5px;
	}
	
	.pres-codice .lista-codici a {
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
	}
	
	.pres-codice .lista-codici a:hover {
		color:#E20512;
	}
	
	.pres-codice2 .marchi {
		margin-top:-5px;
		margin-left:-5px;
	}
	
	.pres-codice2 .marchi li {
		display:inline-block;
		margin-left:5px;
		margin-top:5px;
	}
	
	.pres-codice2 .marchi li a {
		display:block; 
		border:1px solid #000000;
		line-height: 1px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}
	
/* nota overlay */
	
	.nota-overlay {
		display:none;
		width:560px;
    	padding:20px;
	}
	
		.nota-overlay .marchio {
			-webkit-transition: all 100ms ease-in;
			-moz-transition: all 100ms ease-in;
			-o-transition: all 100ms ease-in;
			transition: all 100ms ease-in;
			margin-bottom:10px;
			border:1px solid #000000;
		}
		
		.nota-overlay .h3 {
			font-size:1.3em;
			line-height:1.1em;*/
			font-family:"roboto-condensend-bold", sans-serif;
			margin-bottom:10px;
			max-width:70%;
		}
		
		
		.nota-overlay p {
			font-size:1em;
		}
	
	.pres-codice4 .testo {
		float:left;
		margin-left:5%;
		width:50%;
		max-width:400px;
	}
	
		#section .pres-codice4 .testo .h3 {
			text-align:left;
			margin-bottom: 0;
		}
		
		#section .pres-codice4 .testo .h4 {
			text-align:left;
		}
		
		#section .pres-codice4 .testo p {
			font-size:1.1em;
		}
		
	.pres-codice4 .wrap-codice {
		margin-top:60px;
	}
		
/* tabs */

.tabs {
	margin-top:30px;
	float:left;
	width:100%;
}

.tabs ul {
	clear: both;
	margin-left:-10px;
}

.tabs ul li {
	display:block;
	float:left;
	padding:15px;
	border:1px solid #000000;
	background-color:#ffffff;
	text-transform:uppercase;
	font-family:"roboto-condensed-bold-italic", sans-serif;
	margin-left: 10px;
	font-size:1.2em;
}

	.tabs ul li.ui-tabs-active {
		background-color:#000000;
	}
	
	.tabs ul li.ui-tabs-active a {
		color:#ffffff;
	}


.tab-content {
    display: none;
    position: relative;
    float:left;
	background-color:#ffffff;
	width:100%;
}

	.tab .tab-content:first-child {
	 display: block;   
	}

#section .tab-note {
	margin-top:10px;
}

#section .tab-note p {
	font-size:0.9em;
}

#section .tab-note p a {
	text-decoration:underline;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

#section .tab-note p a:hover {
	color:#E20512;
}

/* tabelle */
.wrap-table { 
    width:auto; 
    overflow-x:scroll;  
    margin-left:90px;
    overflow-y:visible;
    margin-top: -1px;
}

.headcol {
    position:absolute; 
    width:80px; 
    left:0;
    top:auto;
    text-align:left;
    border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-family:"roboto-condensed-bold-italic", sans-serif;
}
.headcol span{
    display:block; 
    padding-top:8px;
    text-transform: uppercase
}

		.wrap-table tr:last-of-type .headcol {
			border-bottom:1px solid #000000;
		}

.wrap-table table {
	border-collapse:separate;
	border-bottom:1px solid #000000;
	/*border-right:1px solid #000000;*/
	width:900px;
}

.wrap-table td, .wrap-table th {
    white-space:nowrap;
    padding:10px 5px;
    font-size:0.9em;
    line-height: 1em;
    height:2em;
}

.wrap-table tr:first-child td a, .wrap-table tr:first-child th a {
	color:#ffffff;
	text-decoration: underline;
}

	.wrap-table tr:first-child td a:hover, .wrap-table tr:first-child th a:hover {
		color:#E20512;
	}

.wrap-table td img, .wrap-table th img {
	width:11px;
	display:inline;
}

.wrap-table td a:hover, .wrap-table th a {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.wrap-table td a:hover, .wrap-table th a:hover {
	color:#E20512;
}

.headcol:before {}

.long {
	border-top:1px solid #000000;
	border-right:1px solid #000000;
}

.img {text-align:center;}

.wrap-table tr:nth-of-type(2n+1),
.wrap-table tr:nth-of-type(2n+1) th.headcol {
	background-color:#dddddd;
}

.wrap-table tr:first-child,
.wrap-table tr:first-child th.headcol {
	background-color:#000000;
	color:#FFFFFF;
	font-family:"roboto-condensed-light-italic", sans-serif;
}

.wrap-table tr:first-child td,
.wrap-table tr:first-child th.headcol {
	background-color:#000000;
	color:#FFFFFF;
	font-family:"roboto-condensed-light-italic", sans-serif;
	height:2em;
}

/* immagine tutta larghezza */

.immagine-full {
	width:100%;
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #000000;
	overflow:hidden;
	position: relative;
}

	.immagine-full .altezza {
		padding-bottom:40%;
	}
	
	.immagine-full .wrap-img {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

/* recenti */
.recenti {
	padding:40px 0;
	background-color:#cccccc;
	margin-top:30px;
	border-top:5px solid #000000;
}

.correlati {
	padding:40px 0;
}

	#section .recenti .wrapper, #section .correlati .wrapper {
		padding-top:0;
		position:relative;
	}
	
	.recenti .wrap-arrow, .correlati .wrap-arrow {
		position:relative;
	}
	
	#section .correlati .h2 {
		padding-bottom:0;
		border-bottom:0;
	}
	
	.recenti .wrap-blocchi{
	    padding-left:50px;
		padding-right:50px;
		position:relative;
        min-height:78px;
	}

    .correlati .wrap-blocchi {
	    padding-left:50px;
		padding-right:50px;
		position:relative;
	}
	
	.recenti .box {
		background-color:#ffffff;
		padding:5px;
		border:1px solid #000000;
		position: relative;
		-webkit-box-sizing:border-box;
  		-moz-box-sizing:border-box;
  		-ms-box-sizing:border-box;
  		box-sizing:border-box;
	}
	
	.correlati .box {
		background-color:#ffffff;
		padding:10px;
		border:1px solid #000000;
		position: relative;
		-webkit-box-sizing:border-box;
  		-moz-box-sizing:border-box;
  		-ms-box-sizing:border-box;
  		box-sizing:border-box;
	}
	
	.recenti .box .immagine {
		float:left;
		width:25%;
	}
	
	.correlati .box .immagine {
		
	}

	.recenti .box .nome {
		text-transform:uppercase;
		position: absolute;
		top:50%;
		left:30%;
		height:26px;
		line-height: 26px;
		margin-top:-13px;
		max-width:60%;
		overflow: hidden;
		font-family:'roboto-condensed-bold', sans-serif;
		
	}
	
	.correlati .box .nome {
		text-transform:uppercase;
		font-size:0.9em;
		font-family:'roboto-condensed-bold', sans-serif;
		line-height: 0.9em;
		height:0.9em;
		overflow:hidden;
	}

	.recenti .swiper-container {
	    width: 100%;
	    height: 100%;
	    position:relative;
        min-height:80px;
	}

    .correlati .swiper-container {
	    width: 100%;
	    height: 100%;
	    position:relative;
        min-height: 168px;
	}

	.recenti .swiper-slide, .correlati .swiper-slide {
	    text-align: center;
	    display:block;
	    overflow:hidden;
	 }
    
    .recenti .swiper-button-prev, .correlati .swiper-button-prev {
		background-image: url('http://boluce.it/Content/common/img/arrow-carousel-prev.svg');
		background-size:contain;
		width:25px;
		left:0px;
		background-position:left;
	}
   
   .recenti .swiper-button-next, .correlati .swiper-button-next  {
   		background-image: url('http://boluce.it/Content/common/img/arrow-carousel-next.svg');
   		background-size:contain;
   		background-position:right;
		width:25px;
		right:0px;
   }
   
   
/* famiglia prodotto overlay */
.famiglia-prodotto-overlay, 
.form-prev-overlay {
	display:none;
	width:560px;
	padding:20px;
}

	.famiglia-prodotto-overlay .wrap-box {
		width:105%;
		margin-left:-5%;
	}
	
	.famiglia-prodotto-overlay .wrap-box a {
		display:block;
		float:left;
		width:45%;
		margin-left:5%;
		margin-top:5%;
	}
	
	.famiglia-prodotto-overlay .wrap-box .box {
		background-color:#ffffff;
		padding:5px;
		border:1px solid #000000;
		position: relative;
		-webkit-box-sizing:border-box;
  		-moz-box-sizing:border-box;
  		-ms-box-sizing:border-box;
  		box-sizing:border-box;
	}
	
	.famiglia-prodotto-overlay .wrap-box .box .immagine {
		float:left;
		width:25%;
	}

	.famiglia-prodotto-overlay .wrap-box .nome {
		text-transform:uppercase;
		position: absolute;
		top:50%;
		left:30%;
		height:30px;
		line-height: 14px;
		margin-top:-13px;
		max-width:60%;
		overflow: hidden;
		font-family:'roboto-condensed-bold', sans-serif;
		
	}
	
	.featherlight .featherlight-close-icon {
		text-indent: -999em;
		overflow:hidden;
		background-image:url('http://boluce.it/Content/common/img/ico-close-000.svg');
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center center;
		top:30px;
		right:30px;
	}
	
	.famiglia-prodotto-overlay .h4,
	.form-prev-overlay h4 {
		text-transform:uppercase;
		font-family:'roboto-condensed-regular', sans-serif;
		font-size:1em;
	}
	.famiglia-prodotto-overlay .h5,
	.form-prev-overlay .h5 {
		font-size: 1.5em;
		margin-top:5px;
	}
	
	.form-prev-overlay .h6 {
		font-size: 1.2em;
		font-family:"roboto-condensed-bold", sans-serif;
		text-align:left;
		margin-bottom:10px;
	}
	
	.famiglia-prodotto-overlay p {
		margin-top:5%;
		font-size:0.9em;
	}
	
	.form-prev-overlay .codice {
		margin-top:10px;
		margin-bottom:30px;
	}
	
		.form-prev-overlay .codice:last-child {
			margin-bottom:0;
		}
	
		.form-prev-overlay .codice .immagine {
			float:left;
			width:20%;
			height:auto;
			border:1px solid #000000;
			-webkit-box-sizing: border-box;
		    -moz-box-sizing: border-box;
		    -ms-box-sizing: border-box;
		    box-sizing: border-box;
		}
		
		.form-prev-overlay .codice .wrap-textarea {
			width:72%;
			margin-left:5%;
			float:left;
		}
		
		.form-prev-overlay .codice .textarea {
			height:100px;
		}

/* footer */
#footer {
	background:#000000;
	padding:30px 0;
	border-top:5px solid #e20512;
	position: relative;
}

	#footer .wrap-box {
		width:109%;
		margin-left:-8%;
		position:relative;
		z-index: 1;
	}
	
	#footer .wrap-box .box {
		float:left;
		width:25%;
		margin-left:8%;
		color:#ffffff;
		text-align:center;
	}
	
	#footer .wrap-box .box a {
		color:#ffffff;
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
	}
	
	#footer .wrap-box .box a:hover {color:#E20512;}
	
	#footer .wrap-box .box ul {
		padding:0;
		list-style: none;
	}
	
	#footer .wrap-box .box ul li {
		color:#FFFFFF;
	}
	
	#footer .logo {
		display:block;
		width:150px;
		height:40px;
		margin:0 auto;
		background-image:url('../img/logo-boluce.svg');
		background-size:contain;
		background-repeat:no-repeat;
		margin-bottom:30px;
	}
	
	#footer .button {
		text-transform:uppercase;
		border:1px solid #ffffff;
		padding:10px;
		display:block;
		margin-top:20px;
		-webkit-transition: all 100ms ease-in;
		-moz-transition: all 100ms ease-in;
		-o-transition: all 100ms ease-in;
		transition: all 100ms ease-in;
	}
	
	#footer .button:hover {
		background-color:#ffffff;
		color:#000000 !important;
	}
	
	#footer p {
		color:#FFFFFF;
	}
	
/* mappa */
	
#mappa {
	width:100%;
	height:250px;
	margin-bottom:20px;
}

/* FORM */

.form {}

.form a {
	text-decoration:underline;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

	.form a:hover {
		color:#E20512;
	}
	
	.form a.button {
		text-decoration: none;
	}
	
	.form a.button:hover {
		color:#ffffff;
		background-color:#000000;
	}

.form ul {
	list-style:none;
	padding-left:0;
}
	
.form ul.doppio {
	margin-top:-10px;
	margin-left:-5%;
	float:left;
	width:105%;
	clear: both;
}
		
	.form ul.doppio li {
		float:left;
		width:45%;
		margin-left:5%;
		margin-top:10px;
	}
		
.form ul.singolo {
	margin-top:-10px;
	float:left;
	width:100%;
}

	.form ul.singolo li {
		margin-top:10px;
	}
	
.form .linea-000 {
	float:left;
}
	
.label-input-text {
	display:block;
	margin-bottom:5px;
	font-size:1.2em;
	line-height:1.4em;
}

.label-checkbox,
.label-checkbox-piccolo {
	display:inline;
	margin-bottom:5px;
	font-size:1.2em;
	line-height:1.4em;
}

.label-checkbox-piccolo {
	margin-bottom:5px;
	font-size:0.9em;
	line-height:1em;
}

.wrap-input-text {
	background-color:#ffffff;
	padding:5px;
	border:1px solid #000000;
}

	.wrap-input-text .input-text {
		height:20px;
		width:100%;
		color:#333333;
	}
	
.wrap-input-checkbox {}

	.input-checkbox {
		display:inline;
		margin-right:5px;
	}
	
.wrap-textarea {
	background-color:#ffffff;
	padding:5px;
	border:1px solid #000000;
}

	.textarea {
		width:100%;
		color:#333333;
		height:100px;
	}

.error {
	color:#E20512;
	margin-top:5px;
	font-size:1em;
	display:none;
}

/********* custom gallery *********/
.lg-backdrop {
	 background-color: rgba(0, 0, 0, 0.8); 
}

.lg-toolbar {
	background-color: rgba(0, 0, 0, 0);
    /*background-color:transparent;*/
    top:0;
    bottom:auto;
    z-index: 1081;
}

.lg-toolbar .lg-icon, .lg-toolbar:hover .lg-icon:hover {
	color:#fff;
	width:auto;
	margin-right:30px;
	margin-bottom:30px;
	margin-top:30px;
	background:transparent;
	height:30px;
	width:30px;
	padding:0;
	text-indent:-9999em;
	background-image:url('http://boluce.it/Content/common/img/ico-close-fff.svg');
	background-size:auto;
    background-repeat:no-repeat;
    background-position:center center;
}

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    /*background-color: rgba(255, 255, 255, 0.45);*/
    background-color:transparent;
    border-radius: 0px;
    color: #333;
    bottom:0;
    top:auto;
    z-index: 1081;
    text-indent:-9999em;
    margin-bottom:30px;
    margin-top:0;
    height:40px;
    width:40px;
    padding:0;
    background-size:contain;
    background-repeat:no-repeat;
    
    display:;
}

.lg-actions .lg-next {
    right:30px;
    background-image:url('http://boluce.it/Content/common/img/arrow-gallery-next-fff.svg');
    background-position:right center;
}

.lg-actions .lg-prev {
    left:30px;
    background-image:url('http://boluce.it/Content/common/img/arrow-gallery-prev-fff.svg');
    background-position:left center;
}

.lg-sub-html {
   /* background-color: rgba(0, 0, 0, 0.8);*/
  	background-color:transparent;
    color:#ffffff;
    font-family:'roboto-condensed-regular', sans-serif;
    top:auto;
    bottom: 0;
    font-size: 1.1em;
    line-height:1.2em;
    overflow:hidden;
    padding:20px 100px;
}

.lg-object {
	padding:60px 0;
}

.lg-outer .lg-item {
  background: url("http://boluce.it/Content/common/img/loader-bianco.png") no-repeat scroll center center transparent;
  background-size:35px auto;
}

/*//////////////// TORNA SU ////////////////*/
#top {
	position: fixed;
    cursor:pointer;
    display:none;
    bottom:30px;
    right:30px;
    background-color:#ffffff;
    opacity:0.7;
    border:1px solid #000000;
    z-index: 9999;
}

	#top:hover {
		opacity:1;
	}
	
	#top span {
		display:block;
		width:50px;
		height:50px;
		background-image: url("http://boluce.it/Content/common/img/arrow-su.svg");
		background-repeat:no-repeat;
		background-position: center center;
		background-size:30px;
	}
	
/* catalogo incorporato */
.wrap-calameo {
	background-color:#313639;
}

#section .wrap-calameo .wrapper {
	padding-top:0;
}
		
	
/*///////////////////////////////////////////////////*/

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


	
}

/*///////////////////////////////////////////////////*/

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



}

/*///////////////////////////////////////////////////*/

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

/*///////////////////////////////////////////////////*/

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

	 .swiper-slide .contenuto .wrapper-contenuto {
	  	width:70%;
	  }
	  
	  .pres-codice3 .wrap-box {
		width:106%;
		margin-left:-5%;
		margin-top:-5%;
	}
	
	.pres-codice3 .box {
		width:28%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice3 .box-clear4 {display:none; clear:both;}
	.pres-codice3 .box-clear3 {display:block; clear:both;}
	.pres-codice3 .box-clear2 {display:none; clear:both;}

}

/*///////////////////////////////////////////////////*/

@media screen and (max-width: 800px) {
	
	body {
		font-size:14px;
	}
	
	.top-bar {
	}
	
	.top-bar .info {
		float:none;
		text-align:center;
		display:none;
	}
	
	.top-bar .lang-menu {
		float:right;
		border-right:1px solid #72040e;
	}
	
	.top-bar .search {
		float:left;
		border:none;
		width:70%;
		padding:15px 0;
	}	
	
	.top-bar .search .wrap-input-text {
		width:80%;
	}
	
	.top-bar .search .wrap-input-text .input-text {
		width:100%;
	}
	
	.top-bar .search .search-btn {width:8%; margin-left:3%;}
	
	.testata .logo {
		margin:0 auto;
		float:none;
		width:250px;
	}
	
		.testa .logo .img {
			width:100%;
		}
	
	#main-nav {display:none;}
	#mobile-nav {display:block;}
	
	.swiper-slide .contenuto {
		width:80%;
	  }
	  
	  .swiper-slide .contenuto h1 {
	  	font-size:2.4em;
	  }
	  
	  .swiper-slide .contenuto p {
	  	overflow:hidden;
	  }
	  
	   .swiper-slide .contenuto .linea {
	   		width:130%;
	   }
	   
	.wrap-box3 {
		margin-left:-5%;
		width:105%;
	}
	
		.wrap-box3 .box {
			display:block;
			width:45%;
			margin-left:5%;
			margin-top:5%;
			float:left;
		}
		
			.wrap-box3 .box:nth-child(2n) {
				display:none;
			}
			
	.wrap-box5 {
		margin-left:-5%;
		width:106%;
		text-align:center;
	}
	
		.wrap-box5 .box {
			display:inline-block;
			width:28%;
			margin-left:5%;
			margin-top:5%;
			float:none;
		}
		
	.ricerca-lampada .form ul li:first-child {
		width:25%;
	}
	
	.ricerca-lampada .form ul li:nth-child(2n) {
		width:53%;
		margin-left:2%;
	}
	
	.ricerca-lampada .form ul li:last-child {
		width:18%;
		margin-left:2%;
	}
	
	.famiglia-prodotto-overlay, 
	.nota-overlay,
	.form-prev-overlay {
		width:400px;
	}
	
	.pres-codice .wrap-box {
		width:105%;
		margin-left:-5%;
		margin-top:-5%;
	}
	
	.pres-codice .box {
		width:45%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice .box-clear2 {display:block; clear:both;}
	
	.pres-codice3 .box {
		width:45%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice3 .box-clear4 {display:none; clear:both;}
	.pres-codice3 .box-clear3 {display:none; clear:both;}
	.pres-codice3 .box-clear2{display:block; clear:both;}
	
	.pres-codice5 .box {
		width:20%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice5 .box-clear5 {display:none; clear:both;}
	.pres-codice5 .box-clear4 {display:block; clear:both;}
	.pres-codice5 .box-clear3 {display:none; clear:both;}
	
	.button-scheda-tecnica {
		float:left;
		margin-left:5%;
		margin-bottom:5%;
	}

}

/*///////////////////////////////////////////////////*/

@media screen and (max-width: 600px) {
	
	body {
		font-size:13px;
	}

	#footer .wrap-box {
		width:100%;
		margin:0;
		margin-top:-30px;
	}
	
	#footer .wrap-box .box {
		width:70%;
		margin-left:15%;
		margin-right:15%;
		margin-top:30px;
	}
	
	.ricerca-lampada .form .label-input-text {
		line-height:20px;
		text-align:center;
		display:block;
	}
	
	.ricerca-lampada .form ul li {
		float:none;
		margin-top: 10px;
	}
		
	.ricerca-lampada .form ul li:first-child {
		width:100%;
		margin-top:0;
	}
	
	.ricerca-lampada .form ul li:nth-child(2n) {
		width:100%;
		margin-left:0;
	}
	
	.ricerca-lampada .form ul li:last-child {
		width:100%;
		margin-left:0;
	}
	
	/* wrap-box4 */
	.wrap-box4 {
		margin-left:-5%;
		margin-top:-5%;
		width:106%;
	}
	
	.wrap-box4 .box-clear4 {display:none; clear: both;}
	.wrap-box4 .box-clear3 {display:block; clear: both;}
	.wrap-box4 .box-clear2 {display:none; clear: both;}
	
		.wrap-box4 .box {
			display:block;
			width:28%;
			margin-left:5%;
			margin-top:5%;
			float:left;
		}


		
}

/*///////////////////////////////////////////////////*/

@media screen and (max-width: 450px) {
	
	.testata .logo a {
		width:100%;
	}
	
	.form ul.doppio {
			margin-left:0;
			margin-top:0;
			float:none;
			width:100%;
		}
		
		.form ul.doppio li {
			float:none;
			width:100%;
			margin-left:0%;
			margin-top:10px;
		}
		
		.form .button {
			width:auto;
		}
		
		/* wrap-box2 */
		.wrap-box2 {
			margin-left:0;
			width:100%;
			text-align:center;
			margin-top:-5%;
		}
		
			.wrap-box2 .box {
				display:block;
				width:100%;
				margin-left:0;
				margin-top:5%;
				float:none;
			}
			
			
		.azienda .immagine {
				float:none;
				width:100%;
			}
			
			.azienda .testo {
				float:none;
				width:100%;
				margin-left:0%;
				margin-top: 30px;
			}

		
			
		#section .azienda .box .h2 {
			text-align:center;
			margin-top:0;
		}
		
		.azienda .box p {
			text-align:center;
		}
		
		.azienda .box .button {
			width:auto;
		}
		
	/* wrap-box4 */
	.wrap-box4 {
		margin-left:-5%;
		margin-top:-5%;
		width:105%;
	}
	
		.wrap-box4 .box {
			display:block;
			width:45%;
			margin-left:5%;
			margin-top:5%;
			float:left;
		}
		
	.wrap-box4 .box-clear4 {display:none; clear: both;}
	.wrap-box4 .box-clear3 {display:none; clear: both;}
	.wrap-box4 .box-clear2 {display:block; clear: both;}
		
	/* famiglia prodotto overlay */	
	.famiglia-prodotto-overlay, 
	.nota-overlay,
	.form-prev-overlay {
		width:210px;
	}
	
		.famiglia-prodotto-overlay .wrap-box {
			margin-left:0;
		}
		
		.famiglia-prodotto-overlay .wrap-box a {
			width:auto;
			margin-left: 0;
			float:none;
		}
		
	/* pres-prodotto */
	.pres-prodotto .left, .pres-prodotto .right {
		float:none;
		width:100%;
	}
	
	.pres-prodotto .right {
		margin-left:0;
		margin-top: 20px;
	}
	
	/* pres codice */
	
	.pres-codice .wrap-box {
		width:100%;
		margin-left:0%;
		margin-top:-5%;
	}
	
	.pres-codice .box {
		width:100%;
		margin-left:0;
		margin-top:5%;
		float:none;
	}
	
	.pres-codice .box-clear2 {display:none; clear:both;}
	
	.pres-codice3 .wrap-box, .pres-codice5 .wrap-box {
		width:106%;
	}
	
	.pres-codice3 .box, .pres-codice5 .box {
		width:28%;
		margin-left:5%;
		margin-top:5%;
		float:left;
	}
	
	.pres-codice3 .box .immagine {
		width:100%;
		float:none;
	}
	.pres-codice3 .box p {
		float:none;
		width:100%;
		margin-left:0%;
		margin-top:10px;
	}

	/*.pres-codice3 .wrap-box {
		width:100%;
		margin-left:0;
	}

	.pres-codice3 .box {
		width:100%;
		margin-left:0%;
		margin-top:5%;
		float:left;
	}*/

	.pres-codice3 .box-clear4 {display:none; clear:both;}
	.pres-codice3 .box-clear3 {display:block; clear:both;}
	.pres-codice3 .box-clear2 {display:none; clear:both;}
	
	.pres-codice5 .box-clear5 {display:none; clear:both;}
	.pres-codice5 .box-clear4 {display:none; clear:both;}
	.pres-codice5 .box-clear3 {display:block; clear:both;}

	.pres-codice .campione-colore li, .pres-codice .lista-codici li {
		width:auto;
	}
	
	.form-prev-overlay .codice .immagine {
		width:35%;
	}
	
	.form-prev-overlay .codice .wrap-textarea {
		width:60%;
	}
	
}

/*///////////////////////////////////////////////////*/

/* background retina display */
@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
		
}	
	
	
	
	
	
	
	
/*FORM*/
    .hidden {
        display: none;
        visibility: hidden;
    }
    .chp {
        visibility: hidden;
        width: 1px;
        height: 1px;
        font-size: 1px;
    }

    .Privacy{
		height: 68px;
		margin: 20px 0 0 0;
		overflow: auto;
		font-weight: normal;
		font-family: arial;
		font-size: 10px;
		color: #666;
        line-height:normal;
	}
        .error {
        display: block;
        font-size: 12px !important;
        font-weight: normal !important;
        color: #c30202;
        clear: both;
    }