/* CSS Document */

/*Formattazione titoli con font specifico*/
@font-face {
	font-family: 'zirkleoneregular';
	src: url('fonts/zior-webfont.woff2') format('woff2'),
		 url('fonts/zior-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.fontAval {
	font-family: 'zirkleoneregular' !important;
}

/* Formattazione Testo GENERICO */
.popup {
	position: relative;
	/*display: inline-block;*/
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 1206px) {
	h1 {
		font-size: 30px !important;
		line-height: 100%;
		margin-top: 10px;
	}
}

@media screen and (max-width: 350px) {
	h1 {
		font-size: 18px !important;
		line-height: 100%;
		margin-top: 10px;
	}
}

/* The actual popup */
.popup .popuptext {
	visibility: hidden;
	width: 160px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
	transition-duration : 0.5s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity:1 ;}
}

body, html {
	color: #333 !important;
	font-family: 'Opel Sans', sans-serif !important;
	font-size: 16px;
	background:#FFF /*url(images/grafica/architettura-studio-borgonovo-sf.jpg) right 155px fixed no-repeat*/;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home-bckg {
	background-color:transparent !important;
}

/* LINK */
a {
	text-decoration:none; color:#235F44;
	-o-transition:all .5s ease-in;
	-ms-transition:all .5s ease-in;
	-moz-transition:all .5s ease-in;
	-webkit-transition:all .5s ease-in;
	/* ...and now for the proper property */
	transition:all .5s ease-in;
}

a:active, a:hover {
	text-decoration:none;
	color:#999 !important;
	-o-transition:all .5s ease-in;
  	-ms-transition:all .52s ease-in;
  	-moz-transition:all .5s ease-in;
  	-webkit-transition:all .5s ease-in;
  	/* ...and now for the proper property */
  	transition:all .5s ease-in;
}

a.email {
	text-decoration:underline; color:#999 !important; -o-transition:color .5s ease-in;
  	-ms-transition:color .52s ease-in;
  	-moz-transition:color .5s ease-in;
  	-webkit-transition:color .5s ease-in;
}

a.email:hover {
	text-decoration:none; color:#235F44 !important; -o-transition:color .5s ease-in;
  	-ms-transition:color .52s ease-in;
  	-moz-transition:color .5s ease-in;
  	-webkit-transition:color .5s ease-in;
}

p a  {
	text-decoration:none; color:#333
}

p a:hover {
	text-decoration:none; color:#999
}

p {
	text-align:justify;
}

p.text-center {
	text-align:center !important;
}

p.back a  {
	text-decoration:none;
	color:#666;
	font-size:9px;
	padding:6px 5px;
	background:#F8F8F8;
	border:#235F44 solid 1px;
	position:absolute;
	right:5px;
	top:10px
}

p.back a:hover {
	text-decoration:none;
	color:#235F44 !important;
	background:none;
	border:#CCC solid 1px !important;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

a.back-bottom  {
	text-decoration:none;
	color:#235F44;
	font-size:13px;
	padding:6px 45px;
	background:#F8F8F8;
	float: right !important;
}

a.back-bottom:hover {
	text-decoration:none;
	color:#000 !important;
	background:none;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

a.richiedi  {
	text-decoration:none;
	color:#235F44;
	font-size:15px;
	padding:10px 45px;
	background:#FFF;
	border:#235F44 solid 1px;
	width: 100%;
}

a.richiedi:hover {
	text-decoration:none;
	color:#000 !important;
	background:#F8F8F8;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
    transition: all 0.5s linear; 
	box-shadow: 0 -8px 8px -8px rgba(35,95,68, 0.7), 0 8px 8px -8px rgba(35,95,68, 0.7);
}

.fade a img {
	display:block;
	filter:alpha(opacity=99);
		-moz-opacity:.99;
		opacity:.99;
}

.fade a:hover img {
	filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
}

a.fade img {
	display:block;
}

a.fade:hover img {
	filter:alpha(opacity=50);
		-moz-opacity:.50;
		opacity:.50;
}

dd {
	position:absolute;
	bottom: 0px;
	left:-50px;
}

dd span {
	color:#999 !important;
}

dt img {
	width:100px !important;
}

h1 {
    font-size:40px;
    font-style:normal;
    margin:0px !important;
    padding:5px 0px !important;
	color:#235F44 !important;
	text-transform:uppercase;
	text-align:center;
	font-weight: 300 !important;
	border:none;
	font-family: 'Opel Sans', sans-serif !important;
}

h1 span {
	font-weight:100 !important;
	font-size:30px !important;
	color:#666 !important;
	letter-spacing:.1em;
}

h1 span > span {
	color:#000 !important;
}

h1.evidenza {
	text-transform:none;
	font-style: oblique;
}

h1.come-opero {
	text-align:left;
	text-transform:none;
	font-size:55px !important;
}

h2.come-opero {
	text-align:left;
	text-transform:none;
	font-size:55px !important;
}

h1.service {
	font-size:22px;
	color:#000 !important;
	float:left;
	padding:2px 0px 0px 10px !important;
	border-left:#28466C solid 2px;
	margin-left:10px !important;
}

h1.mod-left {
	text-align:left !important;
}

h1.mod-right {
	text-align:right!important;
}

h1 small {
	color:#333 !important;
}

h1.home-center {
	text-align:center !important;
}

h1.home-center::first-letter {
	color:#999;
}

h2 {
	font-family: 'Opel Sans', sans-serif !important;
	color:#235F44 !important;
	text-transform:uppercase;
	font-size:30px;
	font-weight:300 !important;
	padding:5px 0px !important;
	margin:0;
	line-height:145% !important;
}

h2.collections {
    font-size:18px;
	text-transform:uppercase;
	float:right;
	color:#28466c;
	letter-spacing:.2em;
}

h2.title-carrello {
    font-size:18px;
	text-transform:uppercase;
	color:#333;
	font-weight:300;
	letter-spacing:.1em;
}

h2.title-carrello::first-letter {
	color:#B90000;
}

h2 span {
	font-weight:900 !important;
	color:rgba(185, 1, 0,.6) !important;
}

h2.projects-desc {
	text-align:right;
	padding:45px 25px !important;
	line-height:200% !important;
}

h2.home {
	text-align:center !important;
	font-size:26px !important;
}

h2.promo {
	font-size:18px !important;
}

h2.centered {
	text-align:center !important;
}

h2.light {
	color:#745951;
}

h2.mod {
    font-size:24px;
	color:#002E00;
	font-weight:600;
	text-transform:none;
}

h2.realiz a {
	color:#999;
	text-transform:none;
}

h2.realiz a:hover {
	color:#002E00 !important;
}

h3 {
	color:#235F44 !important;
	font-size:22px;
	text-transform: uppercase;
	font-weight:300 !important;
	padding:5px 0px !important;
	margin:0;
	line-height:145% !important;
}

h3.promo {
	color:#333;
	font-size:27px !important;
	text-align:left !important;
}

h4 {
	color:#000;
	font-size:17px;
	font-weight:500 !important;
}

h4.centered {
	text-align:center !important;
}

h5 {
	color:#666;
	font-size:18px;
	font-weight:bold;
	padding-top:0px !important;
	padding-bottom:10px !important;
	text-align:center !important;
	display:block;
	margin-top:5px !important;
}

h5.red {
	color:#C00;
}

h5.white {
	color:#FFF;
}

.bolder {
	font-weight:bolder !important;
}

.clear {
	clear:both;
}

p {
	text-align:justify !important;
}

p.centered {
	text-align:center !important;
}

p.line-height-light {
	line-height:190% !important;
}

p.img-centrata img {
	padding:5px 55px !important;
	margin:0 auto !important;
	text-align:center !important;
}

img.fb-contact  {
	height:25px;
}

/* SHADOW  */
.box-shadow {
	box-shadow: 0px 3px 10px rgba(0,0,0,.8)
}

.drop-shadow {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));
}

/* Colori  */
.col-old-red {
	color:#28466C;
}

.rossiccio {
	color:#333;
}

.dark-blue {
	color:#28466c !important;
}

.light-blue {
	color:#5e84bd !important;
}

/* Background  */
.bg-white {
	background:#FFF;
}

.bg-white-trasparent {
	background:rgba(255,255,255,0.35);
}

.bg-grey {
	background:rgba(170,170,170,.6);
}

.bg-light-grey {
	background:#F8F8F8;
}

.bg-dark-grey {
	background:#555;
}

.bg-grey-trasparent {
	background:rgba(204,204,204,0.35);
}

.bg-green {
	background-color: #235F44;
}

.bg-brown {
	background:#B09F8F;
}

.bg-light-blue {
	background:rgba(105,185,244,0.45);
}

.bg-light-blue-blur {
	background: rgba(105,185,244,0.45) !important; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(bottom,rgba(105,185,244,0.45),rgba(255,255,255,0.7)) !important; /*Safari 5.1-6*/
  	background: -o-linear-gradient(bottom,rgba(105,185,244,0.45),rgba(255,255,255,0.7)) !important; /*Opera 11.1-12*/
  	background: -moz-linear-gradient(bottom,rgba(105,185,244,0.45),rgba(255,255,255,0.7)) !important; /*Fx 3.6-15*/
  	background: linear-gradient(to bottom,rgba(105,185,244,0.45),rgba(255,255,255,0.7)) !important; /*Standard*/
}

/* Padding / Margin  */
.margin-top {
	margin-top:20px !important;
}

.margin-light-top {
	margin-top:10px !important;
}

.margin-top-more {
	margin-top:35px !important;
}

.margin-top-most {
	margin-top:55px !important;
}

.margin-light-top-bottom {
	margin-top:10px !important;
	margin-bottom:20px !important;
}

.margin-light-bottom {
	margin-bottom:10px !important;
}

.margin-no {
	margin:0px !important;
}

.margin-top-minus5 {
	margin-top:-5px !important;
}

.margin-top-minus10 {
	margin-top:-10px !important;
}

.padding-none {
	padding:0px !important;
}

.padding-top {
	padding-top:20px !important;
}

.padding-light-top {
	padding-top:10px !important;
}

.padding-top-more {
	padding-top:50px !important;
}

.padding-light {
	padding:10px !important;
}

.padding-1 {
	padding:1px !important;
}

.padding-5 {
	padding:5px !important;
}

.padding-10 {
	padding:10px !important;
}

.padding-20 {
	padding:20px !important;
}

.text-big {
	font-size:18px !important;
}

.text-bigger {
	font-size:21px !important;
	font-weight:700 !important;
	line-height:150% !important;
}

.text-upper {
	ext-transform:uppercase !important;
}

.at-right {
	text-align:right !important;
}

.at-right p {
	text-align:right !important;
}

.bordered {
	border:#333 solid 1px;
	background:#EEE;
	padding:15px;
}

.border-left-color {
	border-left:#666 solid 1px !important;
}

.border-right-color {
	border-right:#235F44 solid 1px !important;
}

.b-centered {
	text-align:center !important;
}

.separatore {
	content: '';
	position: relative;
	width: 20%;
	height: 1px;
	border-radius: 4px;
	background-color: #FFF;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* VIDEO WRAPPER */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* CYCLE SLIDESHOW */
/* divs */
.cycle-slideshow > div {
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0;
}

.cycle-slideshow {
	z-index:0 !important;
}

/* HR  */
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Single-direction drop shadow */
hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
	z-index:99 !important;
}

hr.style-four-bis {
    height: 12px;
    border: 0;
    box-shadow: inset 0 -12px 12px -12px rgba(0, 0, 0, 0.5);
	z-index:99 !important;
}

/* Single-direction drop shadow skew */
hr.style-four-b {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
	transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
	display:none;
}

/* Effect 7 */
.effect7 {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.effect7:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* HEADER */
/* MENU NAVIGATION LANGUAGES */
/* Menu LINGUE */
/* Band Header */
.band-header {
	padding:5px 0px !important;
	height:26px;
	background-color:#2B9A29;
	border-bottom:#FFF solid 1px;
	color:#FFF;
	font-size:12px;
}

.social {
	float:left;
	margin:0px 5px 0px 10px;
	padding:0px;
	background: 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	filter:alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
}

.social.facebook {
	background:url(images/grafica/facebook.png) 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.social.youtube {
	background:url(images/grafica/youtube.png) 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.social.instagram {
	background:url(images/grafica/instagram.png) 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.social.pinterest {
	background:url(images/grafica/pinterest.png) 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.social.linkedin {
	background:url(images/grafica/linkedin.png) 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.social:hover {
	background-position:0px -22px;
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
	-ms-transition:all 0.7s;
     -o-transition:all 0.7s;
    transition: all 0.7s;
	filter:alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
}

.social a {
	height:22px;
	width:22px;
	display:block;
}

.social img {
	height:22px;
	margin-top:-5px !important;
}

.lang-list-content {
	padding:0px;
	clear:both;
	width:100%;
	position:fixed;
	top:0 !important;
	z-index:999 !important;
	background:rgba(35,95,68,1) !important;
	color:#FFF !important;
	letter-spacing:.01em;
}

.lang-list-text span {
	font-size:11px;
	color:#FFF !important;
}

.lang-list-content a {
	color:#FFF !important;
}

.lang-list-content a:hover {
	color:#6DB9F4 !important;
}

.lang-list {
	margin-right:0px !important;
	padding-right:20px !important;
	text-align:right;
	float:right;
}

ul.lang-list {
	padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	text-align:right;
}

ul.lang-list li {
	list-style:none !important;
	display:inline !important;
	padding: 0px 10px !important;
	border-right: solid #FFF;
}

ul.lang-list li.last {
	border-right: none;
}

.lang-list li {
	list-style:none !important;
	display:inline !important;
}

ul.lang-list li a {
    font-size:15px;
	padding:0 0 0 0 !important;
	margin:0px;
    color: #FFF;
	text-align:center;
	text-decoration:none;
	text-transform:none;
	font-weight: 200;
	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
     -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

ul.lang-list li img {
	height:20px !important;
	width:auto !important;
	padding:0px !important;
}

ul.lang-list li a img {
	border:none;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	float:left;
	padding:0px 8px 2px 8px !important;
	margin:2px 0px 0px 0px;
}

ul li a.Last {
	border:none; margin:0px;
}

ul.lang-list li a:active, ul.lang-list li a:hover, ul.lang-list li a:hover img {
	color:#CCC !important;
	text-decoration:none;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	filter:alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
}

ul.lang-list li a.Last.selected, ul.lang-list li a.selected, ul.lang-list li a.selected img {
	color:#28466C !important;
	text-decoration:none;
	filter:alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
}

.header-sf {
	background: rgba(255,255,255,1) !important; /*For browsers that do not support gradients*/
	border: none !important;
	min-height:85px !important;
	padding:0px !important;
	margin-top:22px;
	-o-transition:all .5s ease-in;
  	-ms-transition:all .5s ease-in;
  	-moz-transition:all .5s ease-in;
  	-webkit-transition:all .5s ease-in;
  	/* ...and now for the proper property */
  	transition:all .5s ease-in;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 5px rgb(0 0 0 / 68%);
}

.brand {
	margin:0px auto 0;
	padding:0px;
	text-align:left;
	z-index:0 !important;
	position:relative;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	height: 90px;
  	resize: none;
  	overflow: auto;
}

.brand > .cycle-slideshow {
	text-align:right;
	height:95px;
	position:absolute;
	top:-20px !important;
	right:45px !important;
	overflow:hidden !important;
}

.brand > .cycle-slideshow img {
	text-align:right;
	height:175px;
	position:absolute;
	top:0px !important;
	right:35px !important;
}

.navbar-brand {
	margin:0px auto !important;
	padding:0px !important;
	z-index:9999 !important;
	display:block !important;
	position:relative;
	height:auto !important;
}

.navbar-brand img {
	margin:0px !important;
	padding:5px 15px 5px 15px !important;
	z-index:100 !important;
	-o-transition:height 1s ease-in;
  	-ms-transition:height 1s ease-in;
  	-moz-transition:height 1s ease-in;
  	-webkit-transition:height 1s ease-in;
  	transition:height 1s ease-in;
	height:90px !important;
	width:auto !important;
	display:block !important;
}

.navbar-brand a img {
	-webkit-transition: all 1s ;
    -moz-transition: all 1s ;
    -ms-transition: all 1s ;
     -o-transition: all 1s ;
    transition: all 1s;
}

.navbar-brand a:hover img {
	filter:alpha(opacity=50) !important;
	-moz-opacity:.50 !important;
	opacity:.50 !important;
}

/* PAGE HOME */
#page-home {
	margin-top:110px;
	z-index:0 !important;
	height:100%;
}

/* BOX HOME SEZIONI */
.box-home-container {
	padding:20px 35px !important;
	border-radius:0px;
	position:relative;
	background-color: #235F44;
	color: #FFF;
	font-size: 18px;
}

.box-home-container h1 {
	color: #FFF !important;
	font-family: 'Railway', sans-serif !important;
	font-weight: 600;
	font-size: 40px;
}

.box-home-container h3 {
	color: #FFF !important;
	font-weight: 600;
	font-size: 19px;
	text-align: center;
}

.box-home-container h3.associato {
	color: #235F44 !important;
}

.box-home-container p {
	text-align: justify;
}

.box-home-container p.contatti {
	text-align: center !important;
	margin-top: 20px;
}

.box-home-container a {
	color: #FFF !important;
}

.box-home-container a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.box-home-container img {
	height: 55px;
	padding: 7px 5px;
}

.flex-center {
	display: flex;
	justify-content: center;
}

.flex-right {
	display: flex;
	justify-content: right;
}

/* PAGE */
#page {
	margin-top:110px;
	z-index:0 !important;
	height: 100%;
}

#page-detail {
	margin-top: 110px;
	z-index: 0 !important;
	height: 100%;
}

/* TITOLI PAGE */
.title-content {
	z-index:0 !important;
	background:#FFF;
	height:125px;
	position:relative;
}

.title-content .header-chisiamo {
	background:url("images/header/header-chisono.jpg") center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter:alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
	height:125px;
	display:block;
	z-index:0;
}

.title-content .header-cosafacciamo {
	background:url("images/header/header-comeopero.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter:alpha(opacity=1);
	-moz-opacity:1;
	opacity:1;
	height:125px;
	display:block;
	z-index:0;
}

.title-content .header-recensioni {
	background: url("images/header/header-recensioni.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
	height: 125px;
	display: block;
	z-index: 0;
}

.title-content .header-annunci {
	background: url("images/header/header-annunci.jpg") center bottom no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
	height: 125px;
	display: block;
	z-index: 0;
}

.title-content .header-contatti {
	background: url("images/header/header-contatti.jpg") center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
	height: 125px;
	display: block;
	z-index: 0;
}

.title-content .title {
	z-index:999 !important;
	position: absolute;
    right: 0;
    bottom: 0;
	padding: 0px 20px;
	background-color:#FFF !important;
}

.title-content .title img {
	height: 40px;
}

/* breadcrumb  */
.breadcrumb {
    padding: 3px 5px 0px 15px;
    margin-top: 0px !important;
	margin-bottom: 10px !important;
    list-style: none;
    background:none !important;
	text-align:center !important;
	font-size:10px !important;
	text-transform: none;
	color:#FFF !important;
}

.breadcrumb.dark {
	color:#333 !important;
}

.breadcrumb li a {
    color:#FFF !important;
}

.breadcrumb.dark li a {
    color:#333 !important;
}

.breadcrumb > .active {
    color: #CCC !important;
}

.breadcrumb.dark > .active {
    color: #9A8978 !important;
}

.breadcrumb li a:hover {
    color:#CCC !important;
}

.breadcrumb.pr-detail {
    text-align:right !important;
}

.breadcrumb.pr-detail li a {
    color:#999 !important;
}

.breadcrumb.pr-detail li a:hover {
    color:#EEE !important;
}
/* FINE TITOLI PAGE */

/* PRODUCT LIST TRADIZIONALE */
.item:nth-child(4):after{
    content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.item:nth-of-type(4n+1){
    clear:left;
}

.item-p:nth-child(4):after{
    content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.item-p:nth-of-type(4n+1){
    clear:left;
}

.products-list-container {
	margin:20px 0px !important;
}

.products-list-content {
	position:relative;
	padding:0px 0px 25px 0px;
	margin:0px !important;
	width:100% !important;
	float:left;
	background:#FFF;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}

.products-list-content.products-cover {
	padding-right:1px !important;
}

.products-list-content:hover {
	background:rgba(235,235,235,0.3);
	-webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    -ms-transition:all 0.5s ;
     -o-transition:all 0.5s ;
    transition:all 0.5s ;
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.6), 0 5px 5px -5px rgba(0, 0, 0, 0.7);
	z-index:999 !important;
}

.products-list-content .readmore {
	width: 100%;
	font-size:10px;
	text-align: center;
	letter-spacing:.5em !important;
	height: auto !important;
	padding: 6px 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: none;
	text-transform: uppercase;
	background:rgba(235,235,235,0.5);
	filter:alpha(opacity=.0) !important;
	-moz-opacity:.0 !important;
	opacity:.0 !important;
	-webkit-transition:all 0.9s ;
    -moz-transition:all 0.9s ;
    -ms-transition:all 0.9s ;
     -o-transition:all 0.9s ;
    transition:all 0.9s ;
}

.products-list-content:hover .readmore {
	color:rgba(35,95,68,1);
	filter:alpha(opacity=1) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
	-webkit-transition:all 0.9s ;
    -moz-transition:all 0.9s ;
    -ms-transition:all 0.9s ;
     -o-transition:all 0.9s ;
    transition:all 0.9s ;
}

.products-img-list {
	overflow:hidden;
	position:relative;
	padding:0px;
	margin:0px 0px !important;
	width:100% !important;
	height:145px !important;
	max-height:145px !important;
}

.products-img-list.categoria {
	height:185px !important;
}

.object-fit_fill {
	object-fit: fill
}

.object-fit_contain {
	object-fit: contain
}

.object-fit_cover {
	object-fit: cover
}

.object-fit_none {
	object-fit: none
}

.object-fit_scale-down {
	object-fit: scale-down
}

.products-img-list a {
	display:block;
	width:100% !important;
	min-height:auto !important;
}

.products-img-list img {
	padding:0px;
	width:100% !important;
	height:185px !important;
	-webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    -ms-transition:all 0.5s ;
     -o-transition:all 0.5s ;
    transition:all 0.5s ;
	size: landscape !important;
}

.products-img-list:hover img {
	filter:alpha(opacity=65) !important;
	-moz-opacity:.65 !important;
	opacity:.65 !important;
}

.products-list-content a:hover h2  {
	color:#999 !important;
}

.products-list-content a:hover p {
	color:#000 !important;
}

.products-list-content p {
	padding:7px 0px !important;
	margin:0px !important;
	line-height:135% !important;
	color:#333;
	font-size:14px !important;
}

.product-list {
	position:relative;
	padding-bottom:35px !important;
	padding:7px 7px !important;
	color:#333 !important;
	display: block;
}

.product-list h2 {
	font-size:18px !important;
	font-weight:600 !important;
	padding:3px 0px !important;
	-webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    -ms-transition:all 0.5s ;
     -o-transition:all 0.5s ;
    transition:all 0.5s ;
	color:#235F44 !important;
	text-transform: uppercase;
	text-align:left !important;
	min-height:auto !important;
}

.product-list .descr {
	padding:0px !important;
	font-size: 11px;
	height:30px !important;
	text-align:justify;
	line-height: 100% !important;
	overflow: hidden;
}

.product-list .description-detail {
	padding:15px 0px !important;
	min-height:60px !important;
	position:relative;
	margin-bottom:10px;
}

.product-list h3 {
	font-size:15px;
	color:#235F44 !important;
	text-transform:none;
	font-weight:100 !important;
	padding:2px 0px !important;
	text-align: left;
	-webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    -ms-transition:all 0.5s ;
     -o-transition:all 0.5s ;
    transition:all 0.5s ;
}

.product-list h3 span {
	font-size:13px;
	color:#222 !important;
	font-weight:100 !important;
	border-left: solid #111 1px;
	padding-left:5px !important;
	margin-left:5px !important;
}

.product-list .codice {
	font-size:12px;
	font-style:italic;
	padding:2px 0px;
	text-align:center;
}

.product-list .codice-detail {
	text-align:left;
}

.product-list .prezzo {
	font-size:19px;
	padding:0px 0px;
	margin-top:0px;
	font-weight:700;
	text-align:left;
}

.product-list .prezzo span {
	font-size:18px;
	font-weight:100 !important;
}

.prezzo-detail {
	font-size:35px;
	padding:0px 0px;
	margin-top:0px;
	font-weight:700;
	text-align:left;
}
/*::: FINE products-list-content TRADIZIONALE ::: */

/* ::: CHI SIAMO ::: */
.chi-siamo-content {
	-webkit-columns: 2 150px;
	-moz-columns: 2 150px;
	columns: 2 150px;
	-webkit-column-gap: 5em;
	-moz-column-gap: 5em;
	column-gap: 5em;
	font-size:16px;
}

.chi-siamo-content p {
	line-height:155% !important;
}

.chi-siamo-content h2 {
	-webkit-column-span: all;
	-moz-column-span: all;
	column-span: all;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	text-transform: uppercase !important;
}

/* Effect 7 */
.effect7 {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.effect7:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Effect 8 */
.effect8 {
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before, .effect8:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.effect8:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* ::: AFFITTI ::: */
.form-affitti-container input, .form-affitti-container select {
	margin-top: 15px;
}

/* :::  RECENSIONI ::: */
/* RECENSIONI LIST  */
.recensioni-list-container {
	margin:20px 0px !important;
}

.recensioni-list-content {
	position:relative;
	padding:25px;
	margin:0px !important;
	width:100% !important;
	float:left;
	background:#FFF;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}

.recensioni-list-content:hover {
	background:rgba(235,235,235,0.3);
	-webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    -ms-transition:all 0.5s ;
     -o-transition:all 0.5s ;
    transition:all 0.5s ;
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.6), 0 5px 5px -5px rgba(0, 0, 0, 0.7);
	z-index:999 !important;
}

.recensioni-img-list {
	position:relative;
	padding:0px;
	margin:0px 0px !important;
	width:100% !important;
	height:145px !important;
	max-height:145px !important;
}

.recensioni-img-list.categoria {
	height:185px !important;
}

.object-fit_fill {
	object-fit: fill
}

.object-fit_contain {
	object-fit: contain
}

.object-fit_cover {
	object-fit: cover
}

.object-fit_none {
	object-fit: none
}

.object-fit_scale-down {
	object-fit: scale-down
}

.recensioni-img-list a {
	display:block;
	width:100% !important;
	min-height:auto !important;
}

.recensioni-img-list img {
	padding:0px;
	width:100% !important;
	height:185px !important;
	-webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    -ms-transition:all 0.5s ;
     -o-transition:all 0.5s ;
    transition:all 0.5s ;
	size: landscape !important;
}

.recensioni-img-list:hover img {
	filter:alpha(opacity=65) !important;
	-moz-opacity:.65 !important;
	opacity:.65 !important;
}

.recensioni-list-content a:hover h2  {
	color:#999 !important;
}

.recensioni-list-content a:hover p {
	color:#000 !important;
}

.recensioni-list-content p {
	padding:7px 0px !important;
	margin:0px !important;
	line-height:135% !important;
	color:#333;
	font-size:14px !important;
}

.recensioni-list {
	position:relative;
	color:#333 !important;
	display: block;
}

.recensioni-list h2 {
	font-size:24px !important;
	font-weight:600 !important;
	padding:3px 0px !important;
	-webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    -ms-transition:all 0.5s ;
     -o-transition:all 0.5s ;
    transition:all 0.5s ;
	color:#235F44 !important;
	text-transform: uppercase;
	text-align:left !important;
	min-height:auto !important;
}

.recensioni-list .descr {
	padding:0px !important;
	font-size: 11px;
	text-align:justify;
	line-height: 100% !important;
}

.recensioni-list h3 {
	font-size:15px;
	color:#235F44 !important;
	text-transform:none;
	font-weight:100 !important;
	padding:2px 0px !important;
	text-align: left;
	-webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
    -ms-transition:all 0.5s ;
     -o-transition:all 0.5s ;
    transition:all 0.5s ;
}

.recensioni-list h3 span {
	font-size:13px;
	color:#222 !important;
	font-weight:100 !important;
	border-left: solid #111 1px;
	padding-left:5px !important;
	margin-left:5px !important;
}

.recensioni-list .codice {
	font-size:12px;
	font-style:italic;
	padding:2px 0px;
	text-align:center;
}

.recensioni-list .codice-detail {
	text-align:left;
}

.recensioni-list .prezzo {
	font-size:19px;
	padding:0px 0px;
	margin-top:0px;
	font-weight:700;
	text-align:left;
}

.recensioni-list .prezzo span {
	font-size:18px;
	font-weight:100 !important;
}

.recensioni-list .prezzo-detail {
	font-size:35px;
	padding:0px 0px;
	margin-top:5px;
	font-weight:200;
	text-align:center;
	font-style:italic;
	letter-spacing:.01em;
}

/* CONTACTS */
.contacts-form input, .contacts-form select, .contacts-form textarea {
	border: none;
	background-color: #EFEFEF !important;
}

.contacts-form textarea {
	color:#579AD7 !important;
	border:none !important;
	background-color: #EFEFEF;
	box-shadow:none !important;
	width:100% !important;
	max-width:100% !important;
}

.contacts-form input::placeholder, .contacts-form textarea::placeholder, .contacts-form select::placeholder {
	color: #000 !important;
}

.btn-invia {
	color:#235F44 !important;
	font-size:19px;
	border-color:transparent !important;
	background:none !important;
	box-shadow:none !important;
	padding:0px 6px;
	border:#000 solid 1px !important;
	text-align:right;
}

input.nl {
	color:#235F44 !important;
	border:#000 solid 1px !important;
	background-color:rgba(211,211,211,0.2) !important;
	box-shadow:none !important;
}

input.nl-right {
	margin-left:25px !important;
}

textarea.contact {
	color:#235F44 !important;
	border:#000 solid 1px !important;
	background-color:rgba(211,211,211,0.2) !important;
	box-shadow:none !important;
	width:100% !important;
	max-width:100% !important;
}

textarea.contatti {
	color:#235F44 !important;
	background-color:rgba(255,255,255,0.2) !important;
	box-shadow:none !important;
	width:100% !important;
	max-width:100% !important;
}

.contatti-button {
	display: flex;
	justify-content: right;
}

.contatti-button button {
	margin: 0px 30px;
	color:#FFF !important;
	background: #235F44 !important;
	padding: 10px 75px;
	border-radius: 0px;
}

.contatti-button.remoto button:hover {
	color:#555 !important;
	background-color: #DADADA !important;
}

input.nl::placeholder, textarea.contact::placeholder {
  color: #333;
}

table.orari {
	text-align:right;
	display: flex;
	justify-content: right;
	font-size: 13px;
}

table.orari th {
	background-color: #235F44;
	color: #FFF;
	text-align: center;
}

table.orari tr:hover {
	background-color: #EEE;
	color: #235F44;
}

table.orari td:hover {
	color:#235F44;
}

table.orari td {
	border:none !important;
	text-align: right;
	vertical-align: top;
	padding: 0px 5px;
}

table.orari td.day {
	text-align:left;
}

/* BOX HOME SEZIONI */
.box-contacts-container {
	padding:20px 45px 20px 0px !important;
	border-radius:0px;
	position:relative;
	background-color: #235F44;
	color: #FFF;
	font-size: 18px;
	text-align: right;
}

.box-contacts-container h1 {
	color: #FFF !important;
	font-weight: 600;
	font-size: 40px;
	text-align: right;
}

.box-contacts-container h3 {
	color: #FFF !important;
	font-weight: 600;
	font-size: 22px;
	text-align: right;
}

.box-contacts-container h3.associato {
	color: #235F44 !important;
}

.box-contacts-container p {
	text-align: justify;
}

.box-contacts-container p.contatti {
	text-align: right !important;
	margin-top: 20px;
}

.box-contacts-container a {
	color: #FFF !important;
}

.box-contacts-container a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.box-contacts-container img {
	height: 55px;
	padding: 7px 5px;
}

/* SITEMAP */
ul.sitemap li {
	margin:20px 0 !important;
	font-weight:bold;
	color:#333;
}

ul.sitemap li a {
    color:#333 !important;
	font-size:15px !important;
	text-shadow:1px 1px 1px #DDD, 1px 1px 1px #DDD;
}

ul.sitemap li a.red {
    color:#D5BEA5 !important;
}

ul.sitemap li a span {
    color:#D5BEA5 !important;
	 font-size:22px !important;
}

ul.sitemap li a::first-letter {
    color:#D5BEA5 !important;
	 font-size:22px !important;
}

ul.sitemap li a:hover {
    color:#D5BEA5 !important;
	text-shadow:0px 0px 0px #DDD, 0px 0px 0px #DDD; 
}

ul.sub  {
	padding:0px 0 0 5px !important;
}

ul.sub li h3 {
	font-weight:normal !important;
	margin:3px 0 0 8px !important;
	list-style:none;
}

ul.sub li {
	font-weight:normal !important;
	margin:3px 0 0 8px !important;
	padding:3px 0 0 8px !important;
	list-style:none;
	font-size:14px !important;
}

/* SEPARATORE */
.separator_img {
    width: 100%;
    transform: skewY(-0deg);
    -webkit-transform: skewY(-0deg);
    -moz-transform: skewY(-0deg);
    -ms-transform: skewY(-0deg);
    -o-transform: skewY(-0deg);
    margin-top: -6.99vw;
    z-index: 0 !important;
    position: relative;
}

.separator_img-products {
    width: 100%;
    transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    margin-top: -6.99vw;
    z-index: 0 !important;
    position: relative;
	display:none;
}

/* FORM */
.btn-invia {
	color:#fefefe !important;
	font-size:19px;
	border-color:transparent !important;
	background:none !important;
	box-shadow:none !important;
	padding:0px 6px;
}

input.nl {
	color:#FFF !important;
	border:#FFF solid 1px !important;
	background-color:rgba(68,68,68,0.6) !important;
	box-shadow:none !important;
	padding:0px 6px;
}

input.nl::placeholder {
  color: #FFF;
}

/* FOOTER */
#footer-content {
	margin:20px 0 0 0;
	padding:10px 0px;
	text-align:center;
	background:rgba(229,229,229,1); /* For browsers that do not support gradients */
	z-index:99 !important;
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, .8);
}

.separator-footer {
	transform: skewY(-.8deg);
    -webkit-transform: skewY(-.8deg);
    -moz-transform: skewY(-.8deg);
    -ms-transform: skewY(-.8deg);
    -o-transform: skewY(-.8deg);
    margin-top: 2.99vw;
	padding:15px 0px;
	background:rgba(68,68,68,1); /* For browsers that do not support gradients */
	box-shadow:0px -4px 4px #AAA ;
	z-index:97 !important;
}

.footer {
	margin:0px auto;
	padding:10px 15px;
	border:none;
	text-align:center !important;
	font-size:14px;
	color:#235F44;
	letter-spacing: .1em !important;
}

.footer a {
	color:#235F44;
	text-decoration:underline;
}

.footer a:active, .footer a:hover {
	color:#000 !important;
	text-decoration:none;
}

.menu-secondary {
	margin:0px;
	padding:10px 7px 5px 7px !important;
	text-align:left;
	float:left !important;
	width:16.5% !important;
}

ul.menu-secondary {
	padding:0px 0px 0px 0px !important;
    margin:0px 0px !important;
	text-align:left;
	width:100% !important;
}

ul.menu-secondary li {
	list-style: none !important;
	padding: 0px !important;
}

ul.menu-secondary li h3 {
	color:#fefefe;
	padding:0px 0px 4px 0px;
	font-size:16px !important;
}

ul.menu-secondary li a {
    font-size:12px;
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px !important;
	line-height:normal !important;
    color: #FFF;
	text-decoration:none;
	border:none;
}

ul.menu-secondary li a img {
	border:none;
	padding:0 .5em 0 0;
	width:auto !important;
}

ul li a.Last {
	border:none;
	margin:0px;
}

ul.menu-secondary li a:active, ul.menu-secondary li a:hover, ul.menu-secondary li a.selected {
	color:#fefefe;
	text-decoration:none;
}

ul.menu-secondary li a.selected {
	text-decoration:underline;
}

ul.menu-secondary li a:hover img {
	text-decoration:none;
	filter:alpha(opacity=50) !important;
	-moz-opacity:.50 !important;
	opacity:.50 !important;
	margin-top:-5px;
}

ul.menu-secondary li a.selected img {
	text-decoration:none;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50 !important;
}

/* MENU FOOTER */
.submenu-footer {
	margin:0px;
	padding:10px 7px 5px 7px !important;
	text-align:left;
	float:left !important;
}

ul.submenu-footer {
	padding:0px 0px 0px 15px !important;
    margin:10px 0px !important;
	text-align:left;
}

ul.submenu-footer li {
	list-style:none !important;
	padding:5px 0px !important;
}

ul.submenu-footer li h3 {
	color:#fefefe;
	padding:10px 0px 0px 0px !important;
	margin:0px !important;
	font-size:16px !important;
}

ul.submenu-footer ul {
	padding:0px 0px 0px 15px !important;
    margin:5px 0px !important;
	text-align:left;
}

ul.submenu-footer li {
	list-style:none !important;
	padding:2px 0px !important;
}

ul.submenu-footer li a {
    font-size:14px;
	padding:5px 0px !important;
	margin:0px !important;
	line-height:normal !important;
    color: #FFF;
	text-decoration:none;
	border:none;
	text-transform: none;
	-o-transition:all .5s ease-in;
  	-ms-transition:all .52s ease-in;
  	-moz-transition:all .5s ease-in;
  	-webkit-transition:all .5s ease-in;
  	/* ...and now for the proper property */
  	transition:all .5s ease-in;
}

ul.submenu-footer li a img {
	border:none;
	padding:0 15px 0 0 !important;
	width:auto !important;
	height:30px !important;
	float:left;
	-o-transition:all .5s ease-in;
  	-ms-transition:all .52s ease-in;
  	-moz-transition:all .5s ease-in;
  	-webkit-transition:all .5s ease-in;
  	/* ...and now for the proper property */
  	transition:all .5s ease-in;
}

ul li a.Last {
	border:none;
	margin:0px;
}

ul.submenu-footer li a:active, ul.submenu-footer li a:hover, ul.submenu-footer li a.selected {
	color:#9a8978 !important;
	text-decoration:none;
}

ul.submenu-footer a::before {
	content:'⟩';
	font-size:14px;
	position:absolute;
	left:15px;
	-o-transition:all .5s ease-in;
	-ms-transition:all .52s ease-in;
	-moz-transition:all .5s ease-in;
	-webkit-transition:all .5s ease-in;
	/* ...and now for the proper property */
	transition:all .5s ease-in;
}

ul.submenu-footer a:hover::before, ul.submenu-footer a.selected::before {
	left:20px;
}

ul.submenu-footer ul a::before {
	content:'⟩';
	font-size:14px;
	position:absolute;
	left:30px;
	-o-transition:all .5s ease-in;
	-ms-transition:all .52s ease-in;
	-moz-transition:all .5s ease-in;
	-webkit-transition:all .5s ease-in;
	/* ...and now for the proper property */
	transition:all .5s ease-in;
}

ul.submenu-footer ul a:hover::before, ul.submenu-footer ul a.selected::before    {
	left:35px;
}

ul.submenu-footer li a.selected {
	text-decoration:underline;
}

ul.submenu-footer li a:hover img {
	text-decoration:none;
	filter:alpha(opacity=50) !important;
	-moz-opacity:.50 !important;
	opacity:.50 !important;
	margin-top:-5px;
}

ul.submenu-footer li a.selected img {
	text-decoration:none;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50 !important;
}

/* SOCIAL FOOTER */
.social-footer {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	background: 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.social-footer.facebook {
	background:url(images/grafica/facebook.png) 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

.social-footer.youtube {
	background:url(images/grafica/youtube.png) 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	margin-left:10px !important;
}

.social-footer.instagram {
	background:url(images/grafica/instagram.png) 0px 0px no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	margin-left:10px !important;
}

.social-footer:hover {
	background-position:0px -22px;
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
	-ms-transition:all 0.7s;
     -o-transition:all 0.7s;
    transition: all 0.7s;
}

.social-footer a {
	height:22px;
	width:22px;
	display:block;
}

.social-footer img {
	height:22px;
	margin-top:-5px !important;
}

@media (max-width: 1360px) {
}

@media (max-width: 1200px) {
/* product IMG list */
	.wrapper-img2-list {
		width:100% !important;
		min-height:150px !important;
	}

	.wrapper-img2-list img {
		top: 50%;
		margin-top: -75px; /* Half the height */
	}
}

@media (max-width: 1100px) {
	.navbar-brand img {
	}
}

@media (max-width: 1024px) {
	.box-back.double h3 {
		font-size:21px !important;
	}

	.box-back.double h3 span {
		font-size:14px !important;
	}

	.box-back .double .newsbebitalia img {
		width:45% !important;
	}

	.box-home-content h2 {
		bottom:-14px;
		font-size:35px !important;
	}

	.item-p:nth-child(4):after{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.item-p:nth-of-type(4n+1){
		clear:left;
	}

	h2.come-opero {
		text-align: left;
		text-transform: none;
		font-size: 40px !important;
	}
}

@media (max-width: 990px)
{
	.brand {
  		height: auto !important;
		margin-top:10px !important;
	}

	.navbar-brand {
		margin:0px !important;
		padding:0px !important;
		z-index:100 !important;
		clear:both !important;
	}

	.navbar-brand img {
		margin:0px auto 0 !important;
	}

	.search-list {
		margin:0px !important;
		padding:0px !important;
		z-index:9999 !important;
		position:absolute;
		top:5px;  right:0;
		clear:both !important;
	}

	ul.search-list li.search-content a.search-mobile {
		display:block !important;
	}

	ul.search-list li.search-content a.search-mobile span {
		padding-top:0px !important;
	}

	.search input {
	   display:none;
	}

	.search button {
	   display:none;
	}
}

@media (max-width: 885px) {
}

@media (max-width: 768px) {
	.navbar-brand img {
		height:80px !important;
	}

	.brand img { 
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		 -o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.social a {
		height:20px;
		width:20px;
		display:block;
	}

	.social img {
		height:20px;
		margin-top:0px !important;
	}

	.social.youtube {
		margin-left:1px !important;
	}

	.social.instagram {
		margin-left:1px !important;
	}

	.social:hover {
		background-position:0px -20px;
	}

	ul.lang-list li a {
		padding:0 0 0 0 !important;
		font-size: 12px !important;
	}

	ul.lang-list li img {
		height:20px !important;
	}

	ul.lang-list li a img {
		padding:0px 4px 0px 4px !important;
		margin:0px 0px 0px 0px;
	}

	.lang-list-content {
		letter-spacing:0em;
		padding:0px !important;
		height:20px !important;
	}

	.lang-list-text span {
		font-size:10px;
	}

	.header-sf {
		min-height:55px !important;
		margin-top:20px !important;
	}

	#page-home {
		margin-top:125px !important;
	}

	#page {
		margin-top:125px !important;
	}

	.separator_img-products {
		padding:0px !important;
		display:block;
	}

	hr.style-four-b {
		display:block;
	}

	.prodotto-vetrina-content {
		margin-top:15px;
		display:none;
	}

	/* product IMG list */
	.wrapper-img2-list {
		width:100% !important;
		min-height:200px !important;
	}

	.wrapper-img2-list.xtre {
		min-height:200px !important;
	}

	.wrapper-img2-list img {
		top: 50%;
		margin-top: -100px; /* Half the height */
	}

	.wrapper-img2-list.xtre img {
		margin-top: -100px; /* Half the height */
	}

	.box-prod-cover-content h4 {
		font-size:27px !important;
	}

	.box-prod-cover-content h5 {
		font-size:19px !important;
	}

	.box-prod-cover-content.p2019 { 
		height:150px !important;
	}

	.box-prod-cover-content.p2019 a { 
		min-height:150px !important;
	}

	.box-prod-cover-n.p2019 { 
		height:150px !important;
	}

	.box-prod-cover-n.p2019 img { 
		width:100% !important;
		height:auto !important;
	}

	.box-prod-cover-content.p2019-indoor { 
		height:250px !important;
	}

	.box-prod-cover-content.p2019-indoor a { 
		min-height:250px !important;
	}

	.box-prod-cover-n.p2019-indoor { 
		height:250px !important;
	}

	.box-prod-cover-n.p2019-indoor img { 
		width:100% !important;
		height:auto !important;
		margin:0 !important;
	}

	.box-prod-cover-content .box-prod-cover-n.unica-indoor img { 
		width:100% !important;
		height:auto !important;
	}

	.box-back h3 {
		text-align:center !important;
	}

	.box-back img {
		text-align:center !important;
		margin:0 auto 0 !important;
	}

	.box-back .glyphicon {
		float:none !important ;
		display:block;
		text-align:center;
	}

	.box-back.double h3 {
		font-size:32px !important;
	}

	.box-back.double h3 span {
		font-size:22px !important;
	}

	.box-back .double .newsbebitalia img {
		width:65% !important;
	}

	.title h1 {
		font-size:26px !important;
	}

	.title h1 span.pronta-cons {
		font-size: 18px !important;
	}

	/* breadcrumb  */
	.breadcrumb {
		font-size:12px !important;
		line-height:125% !important;
	}

	.item-p:nth-child(4):after{
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.item-p:nth-of-type(4n+1){
		clear:left;
	}
}

@media (max-width: 537px) {
	#page-detail {
		margin-top:80px;
		z-index:0 !important;
	}

	.social-h-content {
		padding:0px 0px 0px 2px !important;
	}

	.navbar-brand img {
		height: 65px !important;
	}

	.navbar-brand a {
		display:block;
	}

	.brand {
		margin-top:0px !important;
		z-index:9999 !important;
	}

	.lang-list-content {
		z-index:9999 !important;
	}

	.lang-list-text span {
		font-size:8px;
	}

	.lang-list {
		padding-right:5px !important;
	}

	ul.lang-list li a img {
		padding:0px 2px 0px 4px !important;
		margin:0px 0px 0px 0px;
	}

	.social a {
		height:16px;
		width:16px;
		display:block;
	}

	.social img {
		height:16px;
		margin-top:-5px !important;
	}

	.menu-footer {
		text-align:center !important;
	}

	ul.menu-footer {
		text-align:center !important;
	}

	.footer {
		text-align:center !important;
	}

	.mobile-no {
		display:none !important;
	}

	.footer.left-brand img {
		text-align:left !important;
		margin-top:-10px !important;
		height:90px;
		width:auto !important;
		z-index: 99 !important;
	}

	.prodotto-vetrina-content {
		margin-top:15px;
		display:none;
	}

	.products-list-content-n {
		width:90% !important;
	}

	.products-content {
		margin-top:15px !important;
	}

	.product-list h3.pr-detail {
		display:block;
	}

	.product-list h2.pr-detail {
		display:block;
	}

	/* product IMG list */
	.wrapper-img2-list {
		width:100% !important;
		min-height:220px !important;
	}

	.wrapper-img2-list.xtre {
		min-height:220px !important;
	}

	.wrapper-img2-list img {
		top: 50%;
		margin-top: -110px; /* Half the height */
	}

	.wrapper-img2-list.xtre img {
		margin-top: -110px; /* Half the height */
	}

	.border-right-color {
		border-right:#235F44 solid 0px !important;
	}

	/* breadcrumb  */
	.breadcrumb {
		font-size:11px !important;
		line-height:135% !important;
	}

	.price-box-promo-container.pronta-consegna-price ul.price-box-promo li.price-data-label {
		font-size:15px !important;
	}

	ul.price-box-promo li.promo-price {
		font-size:15px !important;
		line-height:100% !important;
	}
}