/*
Theme Name: Arbi Arredobagno Responsive
Author: Neiko srl
Author URI: http://www.neiko.it/
Description: Arbi Arredobagno Responsive - maggio 2017
Version: 1.0
License: GNU General Public License v2 or later
*/

/* GENERAL */
html,body {
	margin:0;
	padding:0; 
}  

body {
	background-color:#FFF;
	color:#000;
	font-size:15px;
	line-height:22px;
	font-family:'Roboto',Helvetica,Arial,sans-serif;
	font-weight:300;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;	
}

.tooltip {
  font-family:'Roboto',Helvetica,Arial,sans-serif;
  font-weight: 400;
  z-index: 9999;
}


img,a img {
	border:none!important;
}

::-moz-selection {
	background:none repeat scroll 0 0 #999;
	color:#fff;
}

* {
outline: 0 !important;
}

b,strong {
	font-weight:700;
}

a, a:visited{
	outline-style:none;
	text-decoration:none;
	color: #000;
}

a:hover {
	cursor:pointer;
	text-decoration:underline;
    color: #000;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}


.title{
	font-size: 16px;
	font-weight: 900;
}

@media (min-width: 992px){
	
	.title_container{
		position: relative;
		border-right:1px solid #000;
	}
	
	.rotate {
		display: inline-block;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform-origin: 100% 0%;
		-webkit-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		-o-transform-origin: 100% 0%;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	}
	
	.title{
		display: inline-block;
		position: absolute;
		top: 100px;
		right:30px;
		white-space: nowrap;
		font-size: 16px;
		font-weight: 900;
	}
	
	.title.title_top {
    top: 0;
	}


}

@media (max-width: 991px){
	.title{
		margin-bottom: 10px;
	}
}



#pageloader {
	position:fixed;
	top:0; 
	right:0;
	bottom:0;
	left:0;
	z-index: 9999;
	background-color: white;
	background-image: url('images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
}


@media (min-width: 1300px){
	.container-fluid{
		padding-left: 50px;
		padding-right: 50px;
	}
}

.padding_top_30{
	padding-top: 30px;
}

.padding_bottom_30{
	padding-bottom: 30px;
}

.padding_top_50{
	padding-top: 50px;
}

.padding_bottom_50{
	padding-bottom: 50px;
}

.padding_top_100{
	padding-top: 100px;
}

.padding_bottom_100{
	padding-bottom: 100px;
}

.padding_top_200{
	padding-top: 200px;
}

.padding_bottom_200{
	padding-bottom: 200px;
}


@media (max-width: 991px){
	.padding_top_50{
	padding-top: 30px;
	}
	
	.padding_bottom_50{
		padding-bottom: 30px;
	}
	
	.padding_top_100, #home .padding_top_200{
		padding-top: 30px;
	}
	
	.padding_bottom_100, #home .padding_bottom_200{
		padding-bottom: 30px;
	}
	
	.padding_top_200{
		padding-top: 50px;
	}
	
	.padding_bottom_200{
		padding-bottom: 50px;
	}
	
	.nopadding_top_sm{
		padding-top: 0;
	}
	
	.nopadding_bottom_sm{
		padding-bottom: 0;
	}
	
	.box_container{
		margin-bottom: 30px;
	}

	
}

@media (max-width: 767px){
	.padding_top_70{
		padding-top: 30px;
	}
	
	.padding_bottom_70{
		padding-bottom: 30px;
	}
}


/* TYPO */
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin:0;
	padding:0;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom:10px;
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	text-transform: none;
}

h1, .h1{
	font-size: 28px;
	line-height: 32px;
}

h2, .h2{
	font-size: 24px;
	line-height: 24px;
}

h3, .h3{
	font-size: 21px;
	line-height: 21px;
}

h4, .h4{
	font-size: 18px;
	line-height: 24px;
}


h5, .h5{
	font-size: 16px;
	line-height: 24px;
}


h6, .h6{
	font-size: 15px;
	line-height: 24px;
}


/* HEADER */
#header{
	position: fixed;
	top:0;
	left:0;
	right:0;
	z-index: 3000; 
	background-color: transparent;  
}

#header .navbar-default {
    background-color: #FFF;
    border: none;
    position: relative;
    margin-bottom: 0px; 
    padding-top: 0px;
    padding-bottom: 0px;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);*/
}

#fixedmenu_prodotti{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
/* 	background-color: #f5f5f5; */
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
}

#fixedmenu_prodotti ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#fixedmenu_prodotti ul li{
/* 	border-right: 1px solid #ddd; */
	margin: 0 5px;
}

#fixedmenu_prodotti ul li:last-child{
	border: none;
}

#fixedmenu_prodotti ul li a{
	display: inline-block;
	padding: 5px 10px;
}

#fixedmenu_prodotti ul a.current, #fixedmenu_prodotti  a:hover{
	text-decoration: underline;
	color: #000;
}

@media (min-width: 992px) {
	#header.transparent .navbar-default{
		 background-color: transparent;
	}
	
	#header.transparent .navbar-default a{
		color: #000;
/* 		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9); */
	}
	
	#header.transparent .navbar-default a:hover, #header.transparent .navbar-default .navbar-nav > .active > a:hover{
		background-color: #FFF;
	}
	
	#header.transparent .navbar-default a#logo:hover{
		background: transparent;
	}
}

#header .navbar-default  li{
	margin-right: 15px;
}

#header .navbar-default  li.wpml-ls-menu-item{
	margin-right: 0;
}

#header .navbar-default a{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
}


#header .navbar-header{
	padding-top: 0px;
	padding-bottom: 0px;	
}

#header .caret{
	display: none;
}

#logo img{
	height: 70px;
	width: auto;
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
}


.menu_margin{
	margin-top: 70px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
	background-color: transparent;
    color: #000;
}

#header .dropdown-menu{
	padding: 0;
}

#header .wpml-ls-item .dropdown-menu{
	min-width: 48px;
}

@media (min-width: 992px){
	#header .wpml-ls-item .dropdown-menu{
	min-width: 48px;
	text-align: center;
}
}

#header .wpml-ls-item .dropdown-menu > li > a:hover{
	background-color: #ccc;
}

#header .navbar-default .dropdown-menu > li > a{
	color: #000;
	padding: 10px;
	font-weight: 300;
}




@media (max-width: 1199px){

	#header .navbar-default li {
		font-size: 14px;
    	margin-right: 10px;
	}
	
	
	#header .navbar-default  li.wpml-ls-menu-item{
		margin-right: 0;
	}
}

@media (max-width: 991px){
	.menu_margin{
	margin-top: 56px;
	}	
	
	#header .navbar-default a, #header .navbar-default .dropdown-menu > li > a{
		padding: 10px 0;
	}
	
	#header .navbar-default a:hover, #header .navbar-default .dropdown-menu > li > a:hover{
		 text-decoration: underline;
	}
}


@media (min-width: 992px){
	#header .navbar-collapse{
		padding: 0;
	}	
}



#header .navbar-default .navbar-nav > li > a{
	display: inline-block;
}



#header .navbar-default .navbar-nav > .active > a, #header .navbar-default .navbar-nav > .active > a:hover, #header .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent;
}

.dropdown-menu{
	font-size: 15px;
	border: none;
}




@media (max-width: 991px){
	
	#logo img{
		height: 56px;
		width: auto;
		display: inline-block;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	#header .navbar-default{
		padding-top: 0;
		padding-bottom: 0;
	}
	
}


@media (min-width: 992px){
	.dropdown_prodotti .dropdown-menu, .dropdown_news .dropdown-menu, .dropdown_riservata .dropdown-menu, .dropdown_complementi .dropdown-menu{
		display: none;
	}
}

.custom_submenu{
	padding: 30px 50px;
	display: none;
	background-color: #FFF;
	border: 1px solid #eee;
	margin-bottom: 15px;
}

#submenu_riservata{
	background-color: #eee;
}

.custom_submenu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.custom_submenu ul li{
	border-bottom: 1px solid #eee;
	line-height: 32px;
	display: block;
}

.custom_submenu .submenu_desc p{
	margin: 0;
	min-height: 90px;
}

.custom_submenu .right_border{
	border-right: 1px solid #eee;	
}


#header .navbar-default .custom_submenu ul li a{
	padding: 0px;
}

#header .navbar-default .custom_submenu a.read_more{
	padding: 5px 15px;
}

#extra_menu form{
	float: right;
	margin: 30px 0;
}

#extra_menu i{
	font-size: 18px;
	cursor: pointer;
}

.search-widget-open {
	background-color: rgba(255,255,255,0.25);
	padding:2px 5px 4px 10px !important;
	line-height: 22px;
	border: 1px solid #eee;
}

.search-widget-input {
	display:none;
	background-color: transparent;
	border:none;
	line-height: inherit;
	font-size: 14px;
	width:150px;
}

#header_search_button{
	position: absolute;
	top: 25px;
	right: 15px;
	margin: 0;
	padding: 0 !important;
}

.popover-title{
	display: none;
}

/** FOOTER **/

#footer{
	font-size: 14px;
	line-height: 21px;
}

@media (max-width: 991px){
	#footer{
	border-top: 1px solid #eee;
	}
}


#footer strong{
	margin-bottom: 10px;
}

#footer #powered a{
	text-transform: uppercase;
}

@media (min-width: 992px){
	#footer .copyright_container, #footer .contact_container{
	border-right: 1px solid #000;
	height: 100%;
	}
}


#footer .social_container ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .social_container li{
	float: left;
	margin-right: 5px;
}


#footer .social_container a{
	display: inline-block;
	border-radius: 50%;
	width: 36px;
	height: 36px; 
	background-color: #000;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	line-height: 36px;
}


#footer .social_container a:hover{
	background-color: #999;
}


@media (max-width: 991px){
	
	
	#footer .padding_top_100{
		padding-top:0px; 
		margin-top: 30px;
	}
	
	#footer .padding_bottom_100{
		padding-bottom:0px;
		margin-bottom: 30px; 
	}
	
}

#back_to_top {
    position: fixed;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 28px;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    display: block;
    right: 15px;
    bottom: 15px;
    background-color: rgba(153, 153, 153, 0.3);
    color:#FFF;
    cursor: pointer;
    z-index: 9000;
}
#back_to_top:hover {
    background-color: #000;
}



/* DETTAGLIO PRODOTTO */
#titolo_prodotto{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	text-transform: none;
}


#info_prodotto{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	z-index: 1001;
	color: #000;
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
}

#info_prodotto a{
	color: #000;
}

#info_prodotto a:hover{
	color: #000;
	text-decoration: underline;
}

#prev_post, #next_post{
	color: #000;
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 24px;
	float: right;
	margin-left:5px;
}


#img_principale, #descrizione, #condividi, #catalogo, .gradient_container{
	position: relative;
	z-index: 0;
}

#descrizione::before, #condividi::before, #catalogo::before, .gradient_container::before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: rgb(237,237,237);
  background: -moz-linear-gradient(left,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.9) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.9) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
}

.single_composizione{
	margin-bottom: 50px;
}

.single_composizione .h2{
	margin-bottom: 10px;
}

.single_composizione img{
	max-height: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#condividi ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#condividi ul li{
	float: left;
	margin-right: 5px;
}

#condividi ul li a{
	display: inline-block;
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	background-color: #000;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	line-height: 50px;
}


#condividi ul li a:hover{
	background-color: #999;
}

.box{
	border: 8px solid #000;
	position: relative;
	padding: 50px 50px 20px 20px;
}

.box a{
	color: #000;
	font-size: 21px;
	line-height: 24px;
}

.box .lettera{
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 60px;
	position: absolute;
	top:-40px;
	right: 20px;
}


#prodotto .h3{
	margin-bottom: 15px;
}

#finiture .h3:hover{
	cursor: pointer;
	text-decoration: underline;
}

#finiture .h3 i{
	margin-right: 10px;
}

.elenco_gruppofiniture{
	display: none;
	margin-bottom: 50px;
}


.single_finitura{
	margin-top: 15px;
}

.single_finitura p{
	line-height: 18px;
}

.single_finitura img{
	max-width: 100px;
	height: auto;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #eee !important;
}


.modularita a{
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 28px;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    display: block;
    background-color: rgba(153, 153, 153, 0.3);
    color:#FFF;
    cursor: pointer;
    font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.modularita a:hover {
    background-color: #000;
    text-decoration: none;
}

.modularita_mobile{
	margin-top: -10px;
	margin-bottom: 15px;
}

.modularita, .modularita_mobile, .modularita_mobile a{
	color: #999;
}

.eliminati{
	font-size: 12px;
	line-height: 18px;
	color: #999;
}

@media (max-width: 991px){
	
	.title{
		margin-bottom: 0;
	}
	
	#prodotto .padding_top_100{
		padding-top:0px; 
		margin-top: 30px;
	}
	
	#prodotto .padding_bottom_100{
		padding-bottom:0px;
		margin-bottom: 30px; 
	}
	
	#prodotto .single_composizione{
		margin-bottom: 30px;
	}
	
	#prodotto #catalogo .title_container{
		margin-bottom: 0;
	}
	
	#prodotto #catalogo .box_container{
		margin-top: 0;
	}	
}

/* HOME */

#slideshow_container {
	background-color:#FFF;
	position:relative;
	z-index:0;	
}


#slideshow_container .slide {
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}

#slideshow_container .slide .gradient{
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	top:0;
	left: 0;	
}

#slideshow_container .slide img {
	display:block;
	width: 100%;
	height: auto;
}

#slideshow_container .slide .slide_slogan {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	color: #000;
}

#slideshow_container .slide .slide_slogan .h1{
	font-weight: 300;
	font-size: 50px;
	line-height: 50px;
}

#slideshow_container .slide .slide_slogan .h1 strong{
	text-transform: uppercase;
	display: block;
/* 	text-decoration: underline; */
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}


@media (max-width: 1300px){
	#slideshow_container .slide .slide_slogan .h1{
	font-size: 40px;
	line-height: 40px;
	}
	
	#slideshow_container .slide .slide_slogan .h1 strong{
	font-size: 50px;
	line-height: 50px;		
	}
	
}

@media (max-width: 991px){
	#slideshow_container .slide .slide_slogan .h1{
	font-size: 32px;
	line-height: 32px;
	}
	
	#slideshow_container .slide .slide_slogan .h1 strong{
	font-size: 40px;
	line-height: 40px;		
	}	
}


#slideshow_container #main_slideshow_pager {
	position: absolute;
	top:50%;
	margin-top: -20px;
	left:30px;
	z-index: 100;
	margin: 0;
}

#slideshow_container .pager span {
	display:block;
	width: 8px;
	height:8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(50, 50, 50, 0.25);
	margin-bottom: 5px;
	cursor: pointer;
}

#slideshow_container .pager span.cycle-pager-active {
    background-color: #000;
}

.slideshow_gradient{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left: 0;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.2) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.2) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 50%,rgba(255,255,255,0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}

@media (max-width: 767px){

	#slideshow_container{
		margin-top: 56px;
	}
	
}

@keyframes levitate {
0% {
    transform: translateY(2px);
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
}
100% {
    transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
}
}


.slideshow_scrolldown{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	animation-direction: alternate;
    animation-duration: 0.8s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: levitate;
    z-index: 1000;
}


.slideshow_scrolldown a{
	color: #000;
	font-size: 40px;
	z-index: 100;
}


#welcome{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	text-transform: none;
}

a.read_more, .read_more_btn{
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #000;
	display: inline-block;
	border: 2px solid #000;
	padding: 5px 15px;
	margin-top: 15px;
}

a.read_more:hover, a.read_more.current, .read_more_btn:hover, .read_more_btn.active{
	background-color: #000;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

#ultime_notizie .container{
	position: relative;
}

@media (min-width: 992px){

	#ultime_notizie .box_container{
		position: absolute;
		bottom: -100px;
		right: 0;
	}

}

#intro .box .lettera{
	top:auto;
	bottom: -30px;
	text-transform: uppercase;
}

#ultime_notizie .box .lettera{
	top:auto;
	bottom: -30px;
	text-transform: uppercase;
}

.data{
	font-size: 14px;
}

#seguici ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#seguici ul li{
	float: left;
	margin-right: 5px;
}

#seguici ul li a{
	display: inline-block;
	border-radius: 50%;
	width: 50px;
	height: 50px; 
	background-color: #000;
	text-align: center;
	color: #FFF;
	font-size: 21px;
	line-height: 50px;
}


#seguici ul li a:hover{
	background-color: #999;
}

/* NEWS */

#page_breadcrumbs{
	color: #000;
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	z-index: 10;
	position: relative;
}

#page_breadcrumbs a{
	color: #000;
}

#page_breadcrumbs a:hover{
	color: #000;
	text-decoration: underline;
}

#submenu{
	position: relative;
	z-index: 10;
	text-align: center;
}

#submenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 15px;
	text-align: center;
}

#submenu ul li{
	float: none;
	margin: 5px;
	display: inline-block;
}

#submenu ul li a{
	margin-top: 0;
}

.single_news{
	width: 100%;
}

.single_news .container{
	position: relative;
	z-index: 100;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#paginazione{
		font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
}

/* ARCHIVIO PRODOTTI */
#linea_arbi ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#linea_arbi ul li {
	line-height: 28px;
	text-decoration: underline;
}

#linea_arbi ul li.list_title{
	line-height: 32px;
	font-weight: 700;
	text-decoration: none;
}

#linea_arbi ul li a:hover{
	font-weight: 700;
}

#intro_prodotti{
	position: relative;
}

#intro_prodotti:before{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: rgb(232,238,239);
  background: -moz-linear-gradient(left,  rgba(232,238,239,1) 0%, rgba(235,230,239,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(232,238,239,1) 0%,rgba(235,230,239,1) 100%);
  background: linear-gradient(to right,  rgba(232,238,239,1) 0%,rgba(235,230,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eeef', endColorstr='#ebe6ef',GradientType=1 );
}



@media (max-width: 991px){
	
	ul#elenco_linearbi{
		margin: 30px 0;
	}
	
}

/* AZIENDA */
#azienda .box{
	padding: 50px;
}

#azienda .slideshow_nav{
	font-size: 32px;
}


#qualita{
	position: relative;
}



@media (min-width: 992px){
	#profilo{
		position: relative;
		background-image: url("images/arbi-arredobagno-sede.jpg");
		background-position: right center;
		background-size: 40% auto;
		background-repeat: no-repeat;
	}
	
	#qualita::before {
	  display: block;
	  position: absolute;
	  height: 80%;
	  width: 100%;
	  content: '';
	  background: rgb(238,238,238);
	  background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
	  background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	  background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 );
	}
	
	#qualita img{
		margin-top: 50px;
	}


}


@media (max-width: 991px){
	#profilo .h1, #tecnologia .h1{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	#profilo img{
		margin-top: 30px;
	}
}


#mission .box{
	padding: 30px;
}


/* SHOWROOM */


#intro_showroom{
	position: relative;
}

#intro_showroom:before{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: rgb(232,232,225);
  background: -moz-linear-gradient(left,  rgba(232,232,225,1) 0%, rgba(222,232,239,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(232,232,225,1) 0%,rgba(222,232,239,1) 100%);
  background: linear-gradient(to right,  rgba(232,232,225,1) 0%,rgba(222,232,239,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e1', endColorstr='#dee8ef',GradientType=1 );
}

.googlemaps_iframe{
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%;
}

.googlemaps_iframe iframe, .googlemaps_iframe object, .googlemaps_iframe embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemaps_txt{
	margin-top: 15px;
}


/* SERVIZIO CLIENTI */
.single_faq{
	margin-top: 30px;
}

#assistenza, #scheda{
	position: relative;
}

#assistenza::before, #scheda::before, .single_collezione.gradient_container::before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background: rgb(238,238,238);
  background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=1 );
}

#assistenza .lettera {
	top:auto;
	bottom: -30px;
	right: -50px;
}

#istruzioni .lettera, #scheda .lettera {
	top:auto;
	bottom: -30px;
}

#faq ul{
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

#faq_personalizzazione, #faq_pulizia{
	display: none;
}

/* CONTATTI */

#contatti .form-control{
	font-size: 14px;
	line-height: 22px;
	color: #000;
}


#intro_contatti{
	position: relative;
}

#intro_contatti:before{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
background: rgb(238,239,234);
background: -moz-linear-gradient(left,  rgba(238,239,234,1) 0%, rgba(230,231,237,1) 100%);
background: -webkit-linear-gradient(left,  rgba(238,239,234,1) 0%,rgba(230,231,237,1) 100%);
background: linear-gradient(to right,  rgba(238,239,234,1) 0%,rgba(230,231,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeefea', endColorstr='#e6e7ed',GradientType=1 );


}

.privacy_text{
	font-size: 12px;
	line-height: 18px;
}


.box_container{
	z-index: 10;
}



/* COMPLEMENTI */

.single_prod{
	margin-bottom: 30px;
}

.titolo_prod{
	margin: 10px 0 0 0;
	font-family: "Roboto Slab",Helvetica,Arial,sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
}

#intro_complementi{
	position: relative;
}

#intro_complementi.faretti:before{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(246,246,239,1);
	background: -moz-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(244,240,233,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,239,1)), color-stop(100%, rgba(244,240,233,1)));
	background: -webkit-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(244,240,233,1) 100%);
	background: -o-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(244,240,233,1) 100%);
	background: -ms-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(244,240,233,1) 100%);
	background: linear-gradient(to right, rgba(246,246,239,1) 0%, rgba(244,240,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ef', endColorstr='#f4f0e9', GradientType=1 );
}

#intro_complementi.lavabi:before{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(246,246,239,1);
	background: -moz-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(233,240,242,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,239,1)), color-stop(100%, rgba(233,240,242,1)));
	background: -webkit-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(233,240,242,1) 100%);
	background: -o-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(233,240,242,1) 100%);
	background: -ms-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(233,240,242,1) 100%);
	background: linear-gradient(to right, rgba(246,246,239,1) 0%, rgba(233,240,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ef', endColorstr='#e9f0f2', GradientType=1 );
}

#intro_complementi.lavabi:before{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(246,246,239,1);
	background: -moz-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(223,234,237,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,239,1)), color-stop(100%, rgba(223,234,237,1)));
	background: -webkit-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(223,234,237,1) 100%);
	background: -o-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(223,234,237,1) 100%);
	background: -ms-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(223,234,237,1) 100%);
	background: linear-gradient(to right, rgba(246,246,239,1) 0%, rgba(223,234,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ef', endColorstr='#dfeaed', GradientType=1 );
}

#intro_complementi.specchiere:before{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(246,246,239,1);
	background: -moz-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(224,235,223,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,239,1)), color-stop(100%, rgba(224,235,223,1)));
	background: -webkit-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(224,235,223,1) 100%);
	background: -o-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(224,235,223,1) 100%);
	background: -ms-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(224,235,223,1) 100%);
	background: linear-gradient(to right, rgba(246,246,239,1) 0%, rgba(224,235,223,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ef', endColorstr='#e0ebdf', GradientType=1 );
}

#intro_complementi.vasche:before{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: rgba(246,246,239,1);
	background: -moz-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(227,223,235,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(246,246,239,1)), color-stop(100%, rgba(227,223,235,1)));
	background: -webkit-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(227,223,235,1) 100%);
	background: -o-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(227,223,235,1) 100%);
	background: -ms-linear-gradient(left, rgba(246,246,239,1) 0%, rgba(227,223,235,1) 100%);
	background: linear-gradient(to right, rgba(246,246,239,1) 0%, rgba(227,223,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6ef', endColorstr='#e3dfeb', GradientType=1 );
}

#elenco_complementi h2{
	margin-bottom: 0;
}

.single_complemento{
	margin-top: 30px;
}

.single_complemento img, .single_subcollezione img{
	display: block;
	margin-bottom: 5px;
}


#gallery_complemento a{
	display: block;
	float: left;
	margin-top:10px;
	margin-right: 10px;
	width: 17%;
}

#complemento h1{
	margin-bottom: 15px;
}

#nav_complemento{
	margin-top: 20px;
}

#nav_complemento #prev_post, #nav_complemento  #next_post{
	float: left;
}

.single_subcollezione{
	margin-top: 30px;
}

@media (max-width: 991px){
	

	#complemento .padding_top_100{
		padding-top:0px; 
		margin-top: 30px;
	}
	
	#complemento .padding_bottom_100{
		padding-bottom:0px;
		margin-bottom: 30px; 
	}
	

}

/* CONTRACT */
#intro_contract{
	position: relative;
}

#intro_contract:before{
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	background: rgb(241,242,237);
	background: -moz-linear-gradient(left, rgba(241,242,237,1) 0%, rgba(236,239,222,1) 56%, rgba(198,204,173,1) 100%);
	background: -webkit-linear-gradient(left, rgba(241,242,237,1) 0%,rgba(236,239,222,1) 56%,rgba(198,204,173,1) 100%);
	background: linear-gradient(to right, rgba(241,242,237,1) 0%,rgba(236,239,222,1) 56%,rgba(198,204,173,1) 100%); 	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f2ed', endColorstr='#c6ccad',GradientType=1 ); 
}


.single_realizzazione{
	margin-bottom: 50px;
}

.single_realizzazione .h2{
	margin-bottom: 10px;
}

.single_realizzazione img{
	max-height: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

@media (max-width: 991px){
	.single_realizzazione .gallery{
		margin-top: 15px;
	}
}

.icona_evento{
	width: 100%;
	height: auto;
	max-width: 70px;
	margin-bottom: 15px;
}