.form-horizontal .has-feedback label~.form-control-feedback {
  top: 0;
}

.img-responsive{
	margin: 0 auto;
	width: auto;
}

.jumbotron {
    padding: 0;
    margin: 0;
    background: transparent;
	}

.btn-primary {
    background-color: #999;
    border-color: #999;
	}
.btn-primary:hover {
    background-color: #666;
    border-color: #666;
	}

.btn-default {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
	}
.btn-default:hover {
    background-color: #ccc;
    border-color: #ccc;
	}

.btn-cesi1{
	border-radius: 0 !important;
    background-color: #444;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    padding: 12px 30px;
    letter-spacing: 0.7px;
    border: 2px solid #444;
    transition: 0.25s ease;
}
.btn-cesi1:hover,
.btn-cesi1:focus{
    color: #444;
    background-color: transparent;
}

.form-control {
    background-color: #f9f9f9;
	}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #666;
    border-color: #666;
}
.pagination>li>a, .pagination>li>span {
    color: #666;
}

hr.small{
	margin-top: 5px;
    margin-bottom: 5px;
}


/**************************************************************
 * GENERALI
 */

body{
	font-family: 'Arimo', 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	}

a{
	color: #999;
	text-decoration: none;
	}
a:focus, a:hover{
	color: #000;
	text-decoration: underline;
	}

.backToTop {
    position: fixed; display: none;
    color: #000; background-color: rgba(235, 235, 235, 0.80);
    font-size: 20px;
    bottom: 20px; right: 20px; padding: 15px 20px;
    border-radius: 10px;
    text-decoration: none;
	}
.backToTop:hover {
    color: #000;
    background-color: rgba(135, 135, 135, 0.50);
    text-decoration: none;
	}


h1{
    margin-top: 30px;
	text-transform: uppercase;
    font-size: 30px;
	}
h2, h3{
	text-transform: uppercase;
    font-size: 30px;
	}
h3{
	text-transform: uppercase;
    font-size: 24px;
	}
h4{
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
	}

.hoverCont{
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	}
.hoverCont>div{
	display: inline-block;
	}
.hoverCont>div>a{
	width: 154px;
	height: 181px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	}
.hoverCont>div.ott35-mo>a{
	background: url("../img/ott35-monocolore.jpg") no-repeat 5px 30px;
	}
.hoverCont>div.ott35-bi>a{
	background: url("../img/ott35-bicolore.jpg") no-repeat 5px 30px;
	}
.hoverCont:hover{
	background: #fff;
	}
.hoverPuls:hover>.hoverCont{
	display: block;
	}



/**************************************************************
 * HOME
 */

#wrHome h1{
    margin-top: 0;
    font-size: 25px;
	}

#wrHome .contenuto{
	margin-top: 50px;
	}

#wrHome .wrGallery{
	margin-top: 30px;
    margin-right: -15px;
    margin-left: -15px;
	}
#wrHome .wrGallery .thumbnail{
    padding: 0;
    position:relative;
    overflow: hidden;
    -moz-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
	}
#wrHome .wrGallery .thumbnail img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	transition: all 1s ease;
	}
#wrHome .wrGallery .thumbnail img:hover{
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
     transform:scale(1.2);
	}
#wrHome .wrGallery .thumbnail .btn-gallery{
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 30px;
    opacity: 0.6;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    -moz-animation-delay: 700ms;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
	}



/**************************************************************
 * CAROUSEL
 */

.carousel{
	margin-top: 35px;
	}
.carousel-caption{
    bottom: 0;
    top: 0;
    left: 0%;
    right: 0%;
    padding: 9% 20%;
    background: rgba(0,0,0,0.5);
    text-align: left;
    text-shadow: none;
	}
.carousel-caption h3{
	color: #fff;
    font-size: 44px;
    font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
    text-transform: inherit;
    letter-spacing: 0.5px;
	}
.carousel-caption h3 a{
	color: #ffff00;
	}
.carousel-caption p{
	margin: 0;
    font-size: 22px;
	}
.carousel-caption .btn-default{
    border-radius: 0;
    margin-top: 20px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 30px;
    letter-spacing: 0.7px;
    border: 2px solid #000;
    transition: 0.25s ease;
	}
}
.carousel-caption .btn-default:hover,
.carousel-caption .btn-default:focus{
    color: #000;
    background-color: transparent;
}

.carousel-indicators{
	bottom: 1px;
	margin-bottom: 0;
	}




/**************************************************************
 * COLONNA 1
 */

.col1 ul li span{
	font-weight: bold;
	list-style-type: none;
	}

.filtri .glyphicon {
	margin-right: 10px;
	}

.filtri ul li{
	margin-bottom: 10px;
	}
.filtri ul li a span{
	color: #ff0000;
	font-size: 16px;
	}



/**************************************************************
 * HEADER, menu, footer
 */

.wrTestata{
	margin-top: 20px;
	margin-bottom: 20px;
	}

.wrTestata .titolo{
	}
.wrTestata .titolo img{
	margin-left: 0;
	}

.wrTestata .social{
	padding: 5px;
	background-color: #eee;
    float: right;
	}
.wrTestata .social img{
	margin: 0 5px;
	max-width: 32px;
	}
.wrTestata .social img:hover{
	opacity: 0.5;
	}

.lingue{
	margin-top: 5px;
	}
.lingue>li>a {
	font-size: 18px;
	padding: 6px 6px !important;
	text-transform: uppercase;
	color: #000;
	border: none !important;
	}
.lingue>li>a:hover {
    color: #999;
	border: none !important;
}

#navtop .affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 0 6px 12px rgba(0,0,0,.2);
    border-radius: 0;
	}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
    font-size: 22px;
    margin-bottom: 0;
	}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fff;
	}
.navbar-default .navbar-nav>li>a {
	color: #000;
    padding-left: 15px;
    padding-right: 7px;
    padding-top: 10px;
	}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #f3f3f3;
}

#mainbar1 .navbar-nav{
	text-transform: uppercase;
    font-size: 16px;
	}

.nav>li>a {
    padding: 0 10px 10px 10px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #f3f3f3;
	}
.navbar-default .navbar-nav>.home>a{
	padding-left: 0;
	}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-color: #999;
	}

.dropdown-menu{
	border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #f3f3f3;
}
.dropdown-menu>li>a{
	padding-top: 6px;
	padding-bottom: 6px;
    padding-left: 15px;
	}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: #e0e0e0;
}

.dropdown-menu>li>a:hover {
    background-color: #e0e0e0;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .tit2 {
	margin-top: 10px;
	}

.dropdown-submenu h3 {
    font-size: 16px;
    margin: 5px 0;
    font-weight: bold;
}

.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
	width: 300px;
}

.dropdown-submenu>.dropdown-menu>.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #333;
    background-color: #ccc;
}


.wrFooter{
	margin-top: 40px;
    background-color: #eee;
    font-size: 14px;
    color: #555;
	}
.wrFooter a{
    color: #555;
	}
.wrFooter h4{
    font-size: 15px;
    text-transform: uppercase;
	}

.wrFooter .wrDatiSoc{
	padding-top: 25px;
	padding-bottom: 25px;
    line-height: 25px;
	}

.wrFooter .wrSocial{
    padding-left: 50px;
	}
.wrFooter .wrSocial ul{
	margin-bottom: 0;
	}
.wrFooter .wrSocial li {
    min-width: 100px;
    display: inline-block;
	}
.wrFooter .wrSocial i {
	min-width: 22px;
    text-align: left;
    display: inline-block;
	}

.wrFooter .subFooter{
    background-color: #ddd;
    padding: 15px 0;
	}

.fSfondo{
	background: url("/img/striscia_colori.png") top left repeat-x;
	padding: 5px 0;
	overflow: hidden;
	}

.fSfondoTop{
	background: url("/img/striscia_colori.png") top left repeat-x;
	padding: 10px 0 0 0;
	overflow: hidden;
	}



/**************************************************************
 * AUTOSITO E ALTRE PAGINE
 */

.col2{
	margin: 30px 0 0 0;
	}
.col2 p{
	text-align: justify;
	line-height: 25px;
	}


.citazione{
	font-size: 26px;
	font-style: italic;
    font-weight: bold;
	padding-top: 30px;
	}
.citazione>div{
	padding-left: 5px;
	}


.wrColStretta{
	max-width: 1200px;
	margin: 0 auto;
	}

.wrShare .addthis_sharing_toolbox, .wrShare .addthis_toolbox{
	margin: 15px 0 0 0;
	}

.bs-callout {
	padding: 10px 20px;
	margin: 20px 0;
	border: 1px solid #ddd; border-left-width: 5px; border-radius: 3px;
	}
.bs-callout-info {
	color: #31708f;
	font-size: 18px;
	}
.bs-callout-info {
	border-left-color: #31708f;
	}

h4.titList{
	margin-top: 20px;
	text-transform: capitalize;
	}

.wrContatti>h4{
	border-bottom: 1px solid #ddd;
	padding: 20px 0 5px 0;
	}
.wrContatti .media-object{
	max-width: 100px;
	}


.wrFormatiStatic .tit h2{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
	}
.wrFormatiStatic .tit h3{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    margin-top: 5px;
	}
.wrFormatiStatic h4{
	text-transform: uppercase;
    font-size: 16px;
	}

.wrFormatiStatic .rowFm{
	overflow: hidden;
	}
.wrFormatiStatic .fm1{
	position: relative;
	display: inline-block;
	min-width: 120px;
	min-height: 130px;
	}
.wrFormatiStatic .fm1sm{
	min-width: 100px;
	}
.wrFormatiStatic .fm1lg{
	min-width: 190px;
	}
.wrFormatiStatic .fm1>div{
    position: absolute;
    bottom: 0;
    left: 0;
	}
.wrFormatiStatic .fm1>div>span{
	display: block;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 15px;
	}

.wrFormatiStatic .rowFs{
	overflow: hidden;
	font-size: 15px;
    margin-top: 15px;
	}
.wrFormatiStatic .fs1{
	margin-right: 20px;
    margin-bottom: 30px;
	display: inline-block;
    line-height: 30px;
	}
.wrFormatiStatic .fs1>div{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	min-width: 200px;
	}
.wrFormatiStatic .fs1>div>span{
	display: block;
	border-top: 1px solid #999;
	}

.wrModularitaStatic img{
    margin-left: 0;
	}


/* obsoleto */
.wrFormatiMisure{
	margin-top: 40px;
	}
.wrFormatiMisure div{
	margin-bottom: 20px;
	}
.wrFormatiMisure img{
	display: block;
	padding-bottom: 5px;
	}



.wrPezziSpeciali{
	margin-top: 40px;
	}

.wrPezziSpeciali em,
.wrFormatiMisure em{
	display: block;
	font-style: normal;
    font-size: 14px;
    color: #999;
	}
.wrPezziSpeciali em{
	margin-left: 20px;
	}
.wrPezziSpeciali strong{
	display: block;
	font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
	margin-left: 20px;
	}
.wrPezziSpeciali1{
	margin-top: 20px;
	margin-bottom: 20px;
	}
.wrPezziSpeciali1 img{
	margin-left: 10px;
	margin-bottom: 5px;
	}

.wrFormatiMisure .wrModul1{
	margin-bottom: 20px;
	}


.wrFantasie{
	margin-top: 40px;
	}
.wrFantasie .wrFanTesti{
	margin-top: 30px;
	}
.wrFantasie .wrFanTesti div{
    margin-bottom: 14px;
    height: 130px;
    width: 130px;
	}
.wrFantasie .wrFanPics img{
	display: block;
    margin-bottom: 14px;
    height: 130px;
    width: 130px;
	}

.wrOttComp,
.wrCuboComp{
	margin-bottom: 30px;
    margin-top: 20px;
	font-size: 14px;
	}
.wrOttComp>img,
.wrCuboComp>img{
	margin-bottom: 10px;
    margin-left: 0;
	}
.wrOttComp>div.row,
.wrCuboComp>div.row{
	margin: 0;
	}
.wrOttComp>div>div>img{
	width: 15px;
	margin-top: 35px;
	}
.wrOttComp>div>div:FIRST-CHILD img,
.wrOttComp>div>div.ottcomp1>img{
	margin-top: 0;
	width: 50px;
	}
.wrOttComp p{
	font-size: 18px;
	text-transform: uppercase;
	}


.wrCuboComp>div>div>img{
	width: 30px;
	}
.wrCuboComp>div>div.wrCuboMid>img{
    margin-top: 20px;
    width: 40px;
	}

.wrBordPosa {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
	}
.wrBordPosa img{
	margin-left: 0;
	margin-bottom: 10px;
	}
.wrBordPosa>div{
	font-size: 14px;
	font-weight: normal;
	}
.wrBordModRete img{
	margin-left: 0;
	margin-top: 20px;
	}

.wrFBSc{
	margin-top: 30px;
	font-size: 14px;
	}
.wrFBSc>div{
	margin-top: 20px;
	}
.wrFBS1 img{
	width: 29px;
	}
.wrFBS2 img{
    width: 29px;
    margin-top: 14px;
	}

.wrTrf{
	font-size: 14px;
	margin-bottom: 30px;
	}

.wrModul img{
	margin-left: 0;
	}

.wrPerson{
	}
.wrPerson img{
	margin-left: 0;
	}
.wrPerson div{
	margin-bottom: 50px;
	}



/* downloads */

.wrDownloads{
	margin-bottom: 35px;
	}
.wrDownloads .wrCatalImg{
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	min-height: 250px;
    background-color: #ddd;
    text-align: center;
    color: #666;
	}
.wrDownloads .wrCatalImg span{
    margin: 60% 5% 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
	}
.wrDownloads .wrCatalImg:hover{
	opacity: 0.8;
	}



/* cataloghi */

.wrCataloghi div{
	margin-bottom: 15px;
	}
.wrCataloghi img{
	border: 1px solid #999;
	margin-top: 10px;
	}
.wrCataloghi .wrCatalImg{
	margin-bottom: 5px;
	display: block;
	}


/* progetto creativo */

.progettoSpento{
    opacity: 0.3;
	}

.progettoAcceso{
	padding-bottom: 35px;
	}
.progettoAcceso>div>a{
	display: block;
    padding: 15px 0 0 0;
	}
.progettoAcceso a{
    color: #000;
	}
.progettoAcceso:hover{
    opacity:0.5;
	}
.progettoAcceso a img,
.progettoSpento img{
    border: 1px solid #000;
    padding: 0;
	}


/* referenze */

  .wrReferenze .grid-item {
      width: 25%;
      padding: 10px 15px 10px 0;
      }
  .wrReferenze .thumbnail{
      margin-bottom: 0;
      padding: 0;
      border-radius: 0;
      background: #fff;
      -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
      box-shadow: 0 0 4px rgba(0,0,0,0.2);
      font-size: 14px;
      }
  .wrReferenze .thumbnail:hover{
      text-decoration: none;
      opacity: 0.7;
      }


/**************************************************************
 * ELENCHI PRODOTTI
 */

#elenco .jumbotron{
	max-height: 400px;
	overflow: hidden;
	}

#elenco h1{
	padding: 0;
	margin: 0;
	font-size: 34px;
	font-weight: bold;
	}
#elenco h2.subtit{
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 26px;
	}
#elenco .wrColoriTitle h2.subtit{
	padding-bottom: 10px;
    border-bottom: 1px solid #666;
	}

#elenco .wrColori{
	overflow: hidden;
	margin-bottom: 50px;
	}
#elenco .wrColori a{
	display: block;
	float: left;
	margin: 0 30px 10px 0;
	color: #000;
	}

#elenco .wrColori img{
	margin-left: 0;
    max-width: 110px;
	}

#elenco .wrColori a:hover{
	color: #999;
	text-decoration: none;
	}
#elenco .wrColori .colore{
	padding-top: 7px;
	text-transform: uppercase;
	}
#elenco .wrColori .sottotitolo{
	font-size: 12px;
	}

#elenco .wrColoriTitle,
#elenco .wrFormatiTitle{
	font-size: 34px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 30px;
	}
#elenco .wrColoriCont,
#elenco .wrFormatiCont{
	margin: 20px 0;
	overflow: hidden;
	}
#elenco .wrFormati{
    margin: 0 0 20px 0;
	}
#elenco .wrFormatiItem{
	height: 126px;
	padding-left: 0;
	}
#elenco .wrFormatiItem>a{
	position: absolute;
	bottom: 0;
	display: block;
	padding: 10px 5px 0 0;
	overflow: hidden;
    width: 100%;
	}
#elenco .wrFormatiItem>a:hover{
	text-decoration: none;
	}
#elenco .wrFormatiItem:hover .formato{
  	font-weight: bold;
	}
#elenco .wrFormatiItem>a>img{
	margin-left: 0;
	}
#elenco .wrFormatiItem>a>div.formato{
	display: block;
	padding-top: 10px;
	}


/* Collezioni: nuances */

.wrNuances{
	display: inline-block;
	}
.wrNuances a{
	display: block;
	width: 126px;
	height: 70px;
	margin: auto;
	margin-bottom: 3px;
	text-align: right;
	padding: 20px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 50%;
	}
.wrNuances div{
	display: inline-block;
	font-size: 12px;
	margin: 0 15px 18px 3px;
	text-align: center;
	text-transform: uppercase;
  	transition: transform .3s ease;
	}
.wrNuances div:hover{
  	transform: scale(1.15);
	}
.wrNuances h1{
	padding: 35px 20px 20px 30px;
	margin: 0;
	float: left;
	width: 378px;
	height: 140px;
	text-align: left;
	font-size: 32px;
	font-weight: normal;
	text-transform: inherit;
	color: #000;
    background: #f0f0f0;
	}
.wrNuances a:hover{
	text-decoration: none;
	}


/* Collezioni: tile generici */

.wrColTile{
	display: inline-block;
    margin-bottom: 25px;
	}
.wrColTile h3{
	margin-top: 0;
    margin-bottom: 20px;
	}
.wrColTile a{
	display: block;
	margin-bottom: 5px;
    border-radius: 70px;
    overflow: hidden;
	}
.wrColTile a:hover{
	text-decoration: none;
	}
.wrColTile img{
	}
.wrColTile div{
	display: inline-block;
	font-size: 14px;
	max-width: 130px;
	margin: 0 15px 18px 0;
	text-align: center;
	text-transform: uppercase;
  	transition: transform .3s ease;
	}
.wrColTile div:hover{
  	transform: scale(1.15);
	}


/* Collezioni: Cosmo */

.wrColCosmo a{
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 3px;
	}
.wrColCosmo img{
	max-width: 500px !important;
	}
.wrColCosmo div{
    font-size: 11px;
    margin: 0 10px 18px 3px;
	}



#elenco #prodotto {
	padding-top: 0;
	}
#elenco #prodotto .wrCollezione.wrFormati a{
	border: none;
	position: inherit;
    padding: 10px 0;
	}
#elenco #prodotto .wrCollezione.wrFormati a:hover{
	border: none;
	}
#elenco #prodotto .wrCollezione.wrFormati .wrFormatiItem{
	height: inherit;
	}
#elenco #prodotto .wrFormati a>div.formato{
	padding-top: 0;
    font-size: 16px;
	}



/* Collezioni: pagina composta (es. butterfly e motivo) */

#elenco.wrCollezione{
	margin-top: 45px;
	}

#elenco.wrCollezione .wrColori{
	margin-bottom: 10px;
	}
#butterfly #elenco.wrCollezione .wrColori img{
	width: 110px;
	height: 110px;
	}
	
#motivo .wrOttComp>img.motivoImg1 {
    max-width: 250px;
	}
#motivo #elenco .wrColori .colore{
	font-size: 14px;
	}
#motivo #elenco .wrColori img{
    max-width: 130px;
    }
#motivo #elenco .wrColori a {
    margin: 0 0px 15px 0;
    min-width: 190px;
	}
	
#epoque #elenco .wrColori img{
    max-width: 85px;
    }
#epoque #elenco .wrColori a {
    min-width: 102px;
    font-size: 14px;
    margin: 0 0 10px 0;
	}


/* Ambienti */


#elenco .wrAmbienti{
	margin-bottom: 50px;
	}
#elenco .wrAmbienti img{
	margin-left: 0;
	margin-bottom: 5px;
	}
#elenco .wrAmbienti h3{
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px 0;
	color: #666;
	}
#elenco .wrAmbienti h2{
	font-size: 20px;
	margin: 0;
	padding: 5px 0;
	font-weight: bold;
	}
#elenco .wrAmbienti .mosaico{
	font-weight: bold;
	}
#elenco .wrAmbienti .nome{
	text-transform: uppercase;
	margin-bottom: 5px;
	}

#elenco .wrAmbienti .formati .tpFormati{
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
#elenco .wrAmbienti .formati .tpFormati li{
	float: left;
	margin: 0;
	padding: 0;
	}

.wrColRow{
	font-size: 12px;
	}

.wrAmbienti .btn-ambienti{
    width: 100%;
    text-align: left;
    padding: 3px 6px 2px;
    cursor: help;
	}



/**************************************************************
 * SCHEDA TILE
 */

#prodotto{
	padding-top: 15px;
	}

#prodotto .tile{
	text-align: left;
	margin: 20px 0 0 0;
	}

#prodotto .tit2{
	padding-top: 40px;
	}

#prodotto h1{
	margin: 0;
	padding: 0;
	text-transform: inherit;
	font-size: 34px;
	}
#prodotto .subtit{
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 26px;
	margin-top: 0;
	}
#prodotto h2.tit2{
	margin: 10px 0 20px 0;
	padding-top: 0;
	}

#prodotto .wrFormati,
#prodotto .wrVarianti{
	margin: 0;
	}
#prodotto .wrFormatiItem{
	padding-left: 0;
	}
#prodotto .wrFormati a{
	display: block;
	padding: 10px 0 20px 0;
	overflow: hidden;
    border-top: 1px solid #ddd;
	}
#prodotto .wrFormati a img{
	float: left;
	}
#prodotto .wrFormati a:hover,
#prodotto .wrVarianti a:hover{
	border-top: 1px solid #999;
	color: #000;
	}
#prodotto .wrFormati a>div.formato{
	display: block;
	padding-top: 10px;
	float: right;
	}

#prodotto .wrVarianti a{
	display: block;
	padding: 10px 0 20px 0;
	overflow: hidden;
	border-top: 1px solid #ddd;
	}

#prodotto .wrVarianti a>div.formato{
	display: block;
	float: right;
	}

#prodotto .wrPulsPrint a i{
	font-size: 34px;
	padding-left: 20px;
	float: right;
	}




/**************************************************************
 * TIMELINE
 */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}


/**************************************************************
 * AREA UTENTE
 */

#menuUtente .glyphicon{
	margin-right: 10px;
	}



/**************************************************************
 * FORM
 */

.modulo .sezione{
 	border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 10px;
	}
.modulo .noteSezione{
	font-style: italic;
	margin: 0 0 20px 0;
	}



/**************************************************************
 * GALLERY
 */

.wrGallery{
	margin-top: 20px;
	}

.wrGallery .thumbnail{
	overflow: auto;
  	padding: 0 20px 0 0;
  	border: none;
  	border-radius: 0;
    background: transparent;
    margin-left: 0;
    min-height: 250px;
  	}

.wrGallery .thumbnail img{
    margin-left: 0;
	}

.wrGallery .thumbnail:hover{
    text-decoration: none;
	}

.wrGallery .thumbnail:hover img{
    opacity: 0.7;
	}
.wrGallery .row{
	margin: 0;
	}
.wrGallery .quadGal{
	float: left;
	}
.wrGallery .quadGal .caption{
	padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
	}



/**************************************************************
 * LISTA FILE
 */

.listaFile .active{
	text-transform: uppercase;
	}

.listaFile .data{
	color: #999;
	}

.listaFile li{
	overflow: hidden;
	}
.listaFile li .desc{
	font-style: italic;
	}
.listaFile li.allegato{
	padding-left: 100px;
	}

.listaFile li .img{
	float: left;
	padding-right: 10px;
	}
.listaFile li .wrDati{
	float: left;
	}



/********************************************************************************************
 * ARTICOLI
 */

.elencoArticoli .media{
    margin-top: 25px;
	}
.elencoArticoli .media-left{
    width: 15%;
	}

.elencoArticoli .data{
	padding: 0 0 5px 0;
	}

.elencoArticoli h4{
    padding: 0;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 28px;
	}

.elencoArticoli .testo{
	color: #666;
	padding: 5px 0 0 0;
	overflow: hidden;
	}
.elencoArticoli .testo img{
	float: left;
	border: none;
	padding: 0 5px 0 0;
	}

.elencoArticoli .pulsanti{
	padding: 5px 0 20px 0;
	}


.wrArtCol{
	margin-top: 15px;
	}
.wrArtCol article{
	margin-top: 5px;
	}

.wrArtCol article .testo{
  	padding: 5px 0 10px 0;
	}

.wrArtCol article h4{
	padding: 0;
  	margin: 2px 0 0 0;
  	font-size: 16px;
	}


.dettaglioElemento .testo{
	margin: 10px 0 15px 0;
	}

.dettaglioElemento .firma{
	margin: 10px 0 15px 0;
	font-style: italic;
	}

.dettaglioElemento .testo img{
	border: none;
	padding: 10px;
	}

.dettaglioElemento .sImmagine{
	float: right;
	border: none;
	padding: 0 5px 0 0;
	}

.wrComments{
	margin-top: 20px;
	}



/**************************************************************
 * PRODOTTI
 */

.ordinaProdotti{
	max-width: 300px;
	}

.elencoProdotti .thumbnail{
	margin: 20px 0;
	padding: 20px 0;
	text-align: center;
	border: 1px solid #ccc;
	}

.elencoProdotti .nome{
	font-weight: bold;
	display: block;
	padding: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	}

.wrNoteProd{
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
	}

.wrNoteProd .npDesc{
	font-weight: bold;
    margin-bottom: 5px;
	}
.wrNoteProd .npFormato{
	font-style: italic;
	}





/**************************************************************
 * COLORI LUCIDI
 */

.talcoLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #F5F5F2 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#F5F5F2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#F5F5F2 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#F5F5F2 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#F5F5F2 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#F5F5F2 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#F5F5F2',GradientType=0 ); /* IE6-9 */
	}

.lavaLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #000000 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#000000 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#000000 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#000000 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#000000 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	}

.zolfoLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #F7A400 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#F7A400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#F7A400 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#F7A400 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#F7A400 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#F7A400 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#F7A400',GradientType=0 ); /* IE6-9 */
	}

.zirconeLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #EDDA7C 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#EDDA7C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EDDA7C 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EDDA7C 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EDDA7C 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EDDA7C 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#EDDA7C',GradientType=0 ); /* IE6-9 */
	}

.galenaLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #9EC4D3 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#9EC4D3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#9EC4D3 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#9EC4D3 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#9EC4D3 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#9EC4D3 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#9EC4D3',GradientType=0 ); /* IE6-9 */
	}

.navyLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #496A7D 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#496A7D)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#496A7D 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#496A7D 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#496A7D 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#496A7D 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#496A7D',GradientType=0 ); /* IE6-9 */
	}

.piomboLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #AEA29C 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#AEA29C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#AEA29C 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#AEA29C 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#AEA29C 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#AEA29C 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#AEA29C',GradientType=0 ); /* IE6-9 */
	}

.piriteLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #6F6261 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#6F6261)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#6F6261 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#6F6261 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#6F6261 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#6F6261 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#6F6261',GradientType=0 ); /* IE6-9 */
	}

.arenariaLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #EE7402 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#EE7402)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EE7402 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EE7402 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EE7402 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EE7402 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#EE7402',GradientType=0 ); /* IE6-9 */
	}

.titanioLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #C9CC76 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#C9CC76)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#C9CC76 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#C9CC76 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#C9CC76 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#C9CC76 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#C9CC76',GradientType=0 ); /* IE6-9 */
	}

.tundraLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #B1D4C9 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#B1D4C9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#B1D4C9 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#B1D4C9 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#B1D4C9 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#B1D4C9 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#B1D4C9',GradientType=0 ); /* IE6-9 */
	}

.orchideaLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #6F3E75 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#6F3E75)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#6F3E75 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#6F3E75 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#6F3E75 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#6F3E75 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#6F3E75',GradientType=0 ); /* IE6-9 */
	}

.salgemmaLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #D1CCC7 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#D1CCC7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#D1CCC7 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#D1CCC7 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#D1CCC7 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#D1CCC7 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#D1CCC7',GradientType=0 ); /* IE6-9 */
	}

.limeLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #7CAC41 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#7CAC41)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#7CAC41 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#7CAC41 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#7CAC41 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#7CAC41 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#7CAC41',GradientType=0 ); /* IE6-9 */
	}

.argillaLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #988A79 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#988A79)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#988A79 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#988A79 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#988A79 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#988A79 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#988A79',GradientType=0 ); /* IE6-9 */
	}

.navonaLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #EFEADA 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#EFEADA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EFEADA 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EFEADA 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EFEADA 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#EFEADA 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#EFEADA',GradientType=0 ); /* IE6-9 */
	}

.alabastroLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #D0BEAA 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#D0BEAA)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#D0BEAA 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#D0BEAA 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#D0BEAA 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#D0BEAA 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#D0BEAA',GradientType=0 ); /* IE6-9 */
	}

.granatoLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #821529 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#821529)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#821529 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#821529 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#821529 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#821529 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#821529',GradientType=0 ); /* IE6-9 */
	}

.silicioLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #0B8991 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#0B8991)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#0B8991 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#0B8991 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#0B8991 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#0B8991 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#0B8991',GradientType=0 ); /* IE6-9 */
	}

.berilloLucido{
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, #204073 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.5)), color-stop(50%,#204073)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#204073 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#204073 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#204073 50%); /* IE10+ */
	background: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%,#204073 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.5)', endColorstr='#204073',GradientType=0 ); /* IE6-9 */
	}




/**************************************************************
 * Messaggio per cookie http://cazue.com/articles/eu-cookie-law-message-with-jquery-2013
 */

#cookieMsg{
		width:100%;color:#fff;text-align:left;display:none;background:#000;z-index:9999; padding: 10px 0;
		position: fixed; bottom: 0;	left: 0;
		}
.cookieMsgInner{margin:0 auto;overflow:hidden;max-width: 1140px;font-size: 14px}
.cookieMsgInner span{float:left;display:block; padding-top: 2px}
.cookieMsgInner .puls{float:right;display:inline;text-transform: capitalize;}



/**************************************************************
 * BOOTSTRAP OVERRIDE: MEDIA QUERIES
 */

/* Small devices */
@media (max-width: 767px) {


	#wrHome .wrGallery .thumbnail{
    	padding: 0;
    	min-height: 130px;
		}

	.wrFooter .links{
		padding-top: 15px;
		text-align: left;
		}

	/* disabilita affix per mobile */
	#navtop .affix {
		position: static;
		}
	.wrNuances a{
		height: 58px;
    	width: 58px;
		}
	.wrNuances div {
    	font-size: 10px;
		}
	.wrColTile img{
		max-width: 90px;
		}

	#wrHome .col2 {
    	margin: 15px 0 0 0;
		}

	#wrHome .wrGallery .thumbnail .btn-gallery {
		position: relative;
		background-color: transparent;
	    padding: 15px 0 15px 0;
	    color: #000;
	    font-size: 16px;
	    top: 0;
	    right: 0;
		}
	#wrHome .carousel-caption{
		position: relative;
		background: transparent;
		padding: 0;
		}
	#wrHome .carousel-caption h3{
		font-size: 22px;
		color: #000;
    	padding: 15px 15px 0 0;
		}
	#wrHome .carousel-caption .btn {
		margin-top: 0;
    	padding: 10px 20px;
    	font-size: 14px;
		}

	.wrTestata {
	    margin-top: 15px;
	    margin-bottom: 5px;
		}
	.wrTestata .titolo {
    	max-width: 200px;
		}
	.wrFooter h4 {
    	font-size: 14px;
		}
	.wrFooter .wrDatiSoc{
		font-size: 13px;
		}
	.wrFooter .wrDatiSoc>div{
		margin-bottom: 25px;
		}
	.wrFooter .wrSocial{
	    padding-left: 15px;
		}
	.subFooter .text-right{
		text-align: left;
		padding-top: 10px;
		}
	#elenco #prodotto .wrFormati a>div.formato {
	    font-size: 14px;
		}

	.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
   		width: 180px;
		}
	.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
    	top: 0;
    	left: 150px;
		}

	.navbar-nav .dropdown-menu{
		overflow:hidden;
		}
	.navbar-default .navbar-nav .open .dropdown-menu>li {
    	float: left;
		}

	.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu{
		overflow: hidden;
		}
	.dropdown-submenu>.dropdown-menu>.dropdown-submenu>.dropdown-menu>li {
		float: left;
		}

	.lingue li{
		display: inline-block;
		}

}

@media (max-width: 992px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  #mainbar1 .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  #mainbar1 .navbar-nav>li {
      float: none;
  }
  #mainbar1 .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {

	#wrHome .wrGallery .thumbnail .btn-gallery {
	    padding: 7px 10px;
	    font-size: 14px;
		}
	.carousel-caption{
    	padding: 7% 15%;
		}
	.carousel-caption h3{
		font-size: 22px;
		}
	.carousel-caption p {
		font-size: 16px;
	    }

	.wrFooter .wrSocial{
	    padding-left: 0;
		}
	.wrFooter h4 {
    	font-size: 14px;
		}
	.wrFooter .wrDatiSoc{
		font-size: 13px;
		}
	}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.navbar-default {
	    font-size: 12px;
		}
	.nav>li>a {
	    padding: 0 7px 10px 7px;
		}
	.navbar-collapse {
	    padding-right: 0;
	    padding-left: 0;
		}

	.wrNuances div{
		font-size: 9px;
		}
	.wrNuances a{
    	width: 54px;
		height: 54px;
		padding: 10px;
		}
	.wrColTile img{
		max-width: 90px;
		}

	.modal-dialog {
    	margin: 80px auto;
		}

	.wrFantasie{
		font-size: 12px;
		}
	.wrFantasie img,
	.wrFantasie .wrFanPics img{
		max-width: 95%;
		height: inherit;
		}

	#elenco .wrAmbienti .nome {
    	font-size: 12px;
		}
	#elenco .wrFormatiItem>a>div.formato {
    	font-size: 14px;
		}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.carousel-caption h3{
	    font-size: 32px;
		}

	.navbar-default {
	    font-size: 16px;
		}
	.nav>li>a {
	    padding: 0 9px 10px 9px;
		}
	#mainbar1 .navbar-nav {
	    font-size: 14px;
		}
	.navbar-default .navbar-nav>li>a {
    	padding-left: 7px;
    	padding-right: 5px;
		}

	.wrNuances div{
		font-size: 10px;
		}
	.wrNuances a{
    	width: 60px;
		height: 60px;
		padding: 10px;
		}
	.wrColTile img{
		max-width: 100px;
		}

	.modal-lg {
    	width: 1015px;
		}

	.wrFantasie{
		font-size: 16px;
		}
	.wrFantasie img,
	.wrFantasie .wrFanPics img{
		max-width: 95%;
		height: inherit;
		}

	  .ambienti-cols .col-md-1,
	  .ambienti-cols .col-sm-1,
	  .ambienti-cols .col-lg-1 {
	    width: 12.5%;
	    *width: 12.5%;
	  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.carousel-caption h3{
	    font-size: 44px;
		}

	.navbar-default {
	    font-size: 20px;
		}
	#mainbar1 .navbar-nav {
	    font-size: 15px;
		}
	.navbar-default .navbar-nav>li>a {
    	padding-left: 7px;
    	padding-right: 9px;
		}

	.wrNuances div{
		font-size: 11px;
		}
	.wrNuances a{
    	width: 70px;
		height: 70px;
		padding: 20px;
    	font-size: 12px;
		}

	#elenco .wrAmbienti .nome {
    	font-size: 16px;
		}
	#elenco .wrFormatiItem>a>div.formato {
    	font-size: 14px;
		}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 1440px) {

	.wrNuances a{
	    width: 70px;
	    height: 70px;
		}
	.wrColTile img{
		max-width: 100px;
		}
}



@media print
{
	a[href]:after {
	  content: none !important;
	}

    .no-print, .no-print *
    {
        display: none !important;
    }
}

