/*!
 *  TEMA ZOODIACO
 */
@import url("https://www.xoduslab.com/test/kitten/css/kitten.css");
@import url("https://fonts.googleapis.com/css?family=Palanquin:500,200,300|Montserrat:400,700|Open+Sans&subset=latin,latin-ext");

ul.elenco{
}

ul.elenco li{
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 9px 6px;
}

.together #content-catalogo > div.col-sm-6.col-xs-12{
    background: rgba(252,202,78,0.75)!important;
}


/* HAMBURGER */

.navbar-toggle  {
	width: 56px;
	height: 60px;
	top: 0;
	left: inherit;
	right: 0;
	padding: 18px;
	z-index: 10000;
	transition: all 430ms ease-out;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	cursor: pointer;
	-webkit-border-radius: 60px!important;
	-moz-border-radius: 60px!important;
	border-radius: 60px!important;
}

.navbar-toggle {
	position: relative;
	width: 20px;
	height: 15px;
}

.navbar-toggle .icon-bar {
	position: absolute;
	display: block;
	height: 3px;
	left: 14px;
	background-color: black;
	border-radius: 6px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	transition: -webkit-transform 200ms ease-out;
	transition: transform 200ms ease-out;
	transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0!important;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	top: 18px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	top: 24px;
}

.navbar-toggle .icon-bar:nth-of-type(4){
	top: 24px;
}

.navbar-toggle .icon-bar:last-of-type {
	top: 30px;
}

/*attivo*/
/*.navbar-toggle[aria-expanded="true"] {
	position: absolute;
	-webkit-transform: translate3D(0,8px,0);
	transform: translate3D(0,8px,0);
}*/

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2){
	top: 8px;
	width: 0;
	left: 50%;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:last-of-type {
	top: 8px;
	width: 0;
	left: 50%;
}


/*menu mobile*/
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    text-align: center;
    margin: 0 auto;
    background-color: #197a45!important;
}
.navbar-toggle {
    height: 50px!important;
    width: 50px!important;
    margin-top: 20px!important;
    border: none;
    border-left: 0px solid #f9f9f9;
}
/*fine*/

.green{
	background-color:#007a45;
	color:#fff;
}
.green a:link, .green a:visited, .green a:hover{
	color:#fff;
}
.nav-tabs {
    border-bottom:none;
}

/*textarea.form-control {
    height: 120px;
    width: 250px;
}*/
/*.form-control {
    display: block;
    width: 250px;
    }*/

li.btn-empty{
	background:#f1f1f1;
	color:#111;
	border-radius:50px;
	margin:0;
	padding:3px 9px;
}
li.btn-empty:hover{
	background:#e1e1e1;
}
.nav-tabs li.active a:link, .nav-tabs li.active a:visited, .nav-tabs li.active a:hover, .nav-tabs li a:link, .nav-tabs li a:visited, .nav-tabs li a:hover {
    border: 0;
    background: none;
    border-bottom: none;
}
.sottomenu-catalogo li ul.menu-block li{
	display:block;
	text-align:left;
}

.sottomenu-catalogo li ul.menu-block li a:link, .sottomenu-catalogo li ul.menu-block li a:visited{
	text-align:left;
}

span.glyphicon.glyphicon-globe {
    float: right;
    display: block;
    width: 45px;
    height: 38px;
    line-height: 38px;
    margin: -8px 0px -9px -54px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
	font-size:14px;
}

#menu .lang-box a:link, #menu .lang-box a:visited{
	border:1px solid #111;
    padding-right: 36px!important;
	font-size:10px;
}

.lang-box .selected{
	display:none
}

/* CHI SIAMO */

.cerchio{
	width:283px;
	height:283px;
	-webkit-border-radius: 9000px;
	-moz-border-radius: 9000px;
	border-radius: 9000px;
	background:#e1e1e1;
	margin-left:-142px;
	margin-top:-50px;
	position:absolute;
	left:50%;
	z-index:1000;
	display:table;
}
.cerchio div{
	display:table-cell;
	vertical-align:middle;
	padding:30px;
}

.cerchio div h1{
	font-size:27px;
}
.cerchio-fuxia{
	background:#fff;
	border:9px solid #e2007a;
}
.cerchio-giallo{
	background:#fff;
	border:9px solid #fedc75;
}
.cerchio-verde{
	background:#fff;
	border:9px solid #bfd363;
}

.cerchio h2{
	padding-top:80px;
}

.bggreen{
	color:#fff;
	background-color:rgba(1,122,70,1);
}

.bggreen p, .bggreen h1, .bggreen h2, .bggreen h3{
	color:#fff;
	padding:0;
	margin:0;
}

.bggreen a.btn-empty:link, .bggreen a.btn-empty:visited{
	color:#fff;
	border-color:#fff;
}

.bggreen a.btn-empty:hover{
	color:rgba(1,122,70,1);
	background:#fff;
	border-color:#fff;
}

.sfondo-img-verde a.btn-empty:link, .sfondo-img-verde a.btn-empty:visited{
	color:rgba(1,122,70,1);
	background:#fff;
	border-color:#fff;
}

.sfondo-img-verde a.btn-empty:hover{
	color:#fff;
	background:none;;
	border-color:#fff;
}

/**/

.nav.navbar-nav li a.btn:link, .nav.navbar-nav li a.btn:visited, .nav.navbar-nav li a.btn:hover, .nav.navbar-nav li a:link, .nav.navbar-nav li a:visited, .nav.navbar-nav li a:hover{
	font-size: 14px!important;
}
.nav.navbar-nav li a {
	padding-top: 20px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 100%;
}


/* REGOLA OVERFLOW RIDICOLA */

body.golosi .sottomenu-catalogo, body.oikos .sottomenu-catalogo, body.affex .sottomenu-catalogo{
	min-height: 61px;
	overflow: hidden;
}

.btn.btn-primary{
	font-size: 18px;
}

body.golosi{
	background:url(../images/banner/golosi_banner2.jpg) right 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.together{
	background:url(../images/marchi/together_bg.jpg) right 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.still{
	background:url(../images/marchi/still-img.jpg) right 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.prolife{
	background:url(../images/marchi/prolife-img.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.prodotti{
	background:url(../images/categorie/criceto.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}

body .navbar-header.catalogo p{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
body.prolife .sottomenu-catalogo, body.prolife .navbar-header.catalogo, body.oikos .sottomenu-catalogo, body.oikos .navbar-header.catalogo, body.affex .sottomenu-catalogo, body.affex .navbar-header.catalogo {
	background:#00447b;
	color:#fff;
}
body.golosi .sottomenu-catalogo, body.golosi .navbar-header.catalogo{
	background: #4c4c4e;
	color:#fff;
}
body .navbar-header.catalogo .navbar-toggle .icon-bar{
    background: #fff!important;
}
body .navbar-header.catalogo .navbar-toggle:hover, body .navbar-header.catalogo .navbar-toggle:focus {
    background-color: rgba(0,0,0,0.75);
}
body.still .sottomenu-catalogo, body.still .navbar-header.catalogo{
	background: #000;
	color:#fff;
}
body.mondobaffo .sottomenu-catalogo, body.mondobaffo .navbar-header.catalogo{
	background: #99703f;
	color:#111;
}
body.oroverde .sottomenu-catalogo, body.oroverde .navbar-header.catalogo{
	background: #008035;
	color:#fff;
}
body.maipiu .sottomenu-catalogo, body.maipiu .navbar-header.catalogo{
	background: #ffec00;
	color:#111;
}
body.together .sottomenu-catalogo, body.together .navbar-header.catalogo{
	background: #503620;
	color:#fff;
}
body.prodotti .sottomenu-catalogo, body.prodotti .navbar-header.catalogo{
	background: #007a45;
	color:#fff;
}

body.prodotti-gatto{
	background:url(../images/marchi/gatti-img.jpg) 0 160px no-repeat;
	background-size:100% auto;
	background-attachment: fixed;
	padding-top:100px;
}
body.prodotti-cane{
	background:url(../images/categorie/cane.jpg) 0 160px no-repeat;
	background-size:100% auto;
	background-attachment: fixed;
	padding-top:100px;
}
body.prodotti-roditori{
	background:url(../images/categorie/criceto.jpg) 0 160px no-repeat;
	background-size:100% auto;
	background-attachment: fixed;
	padding-top:100px;
}
body.prodotti-acquariologia{
	background:url(../images/categorie/pesce.jpg) 0 160px no-repeat;
	background-size:100% auto;
	background-attachment: fixed;
	padding-top:100px;
}
body.prodotti-ornitologia{
	background:url(../images/categorie/uccelli.jpg) 0 160px no-repeat;
	background-size:100% auto;
	background-attachment: fixed;
	padding-top:100px;
}
body.prodotti-green{
	background:url(../images/categorie/green.jpg) 0 160px no-repeat;
	background-size:100% auto;
	background-attachment: fixed;
	padding-top:100px;
}

.sottomenu-catalogo li{
	color:#fff;
	border-right:1px solid rgba(255,255,255,0.5);
}
body.prolife .sottomenu-catalogo li, body.oikos .sottomenu-catalogo li, body.affex .sottomenu-catalogo li{
	background:#00447b;
	color:#fff;
	border-right:1px solid #2c6c9f;
}
body.together .sottomenu-catalogo li{
	background: #50362;
	color:#fff;
	border-right:1px solid #313133;
}
body.golosi .sottomenu-catalogo li{
	background: #4c4c4e;
	color:#fff;
	border-right:1px solid #313133;
}
body.still .sottomenu-catalogo li{
	background: #000;
	color:#fff;
	border-right:1px solid #333;
}
body.mondobaffo .sottomenu-catalogo li{
	background: #99703f;
	color:#fff;
	border-right:1px solid #7a5027;
}
body.oroverde .sottomenu-catalogo li{
	background: #008035;
	color:#fff;
	border-right:1px solid #006020;
}
body.maipiu .sottomenu-catalogo li{
	background: #ffec00;
	color:#111;
	border-right:1px solid #ffda00;
}
body.prodotti .sottomenu-catalogo li{
	background: #007a45;
	color:#fff;
	border-right: 1px solid rgba(255,255,255,0.5);
}
.sottomenu-catalogo li a{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.sottomenu-catalogo li ul li{
	border-right:none;
}
.sottomenu-catalogo li ul li a:link, .sottomenu-catalogo li ul li a:visited{
	background:#fff;
	color: #161616;
    height: auto;
    line-height: auto;
    padding: 0 15px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.sottomenu-catalogo li ul li a:hover{
	color:rgba(1,122,70,1);
	text-decoration:none;
	background:#f1f1f1;
}
.sottomenu-catalogo li:last-of-type{
	border-right:none;
}
body.prolife .sottomenu-catalogo li a, body.oikos .sottomenu-catalogo li a, body.affex .sottomenu-catalogo li a{
	color:#fff;
	padding-bottom:21px;
}
body.together .sottomenu-catalogo li a{
	color:#fff;
	padding-bottom:21px;
}
body.together .sottomenu-catalogo li a:hover{
	color:rgba(255,255,255,0.75);
}
body.golosi .sottomenu-catalogo li a{
	color:#fff;
	padding-bottom:21px;
}
body.still .sottomenu-catalogo li a{
	color:#fff;
	padding-bottom:21px;
}
body.mondobaffo .sottomenu-catalogo li a{
	color:#fff;
	padding-bottom:21px;
}
body.oroverde .sottomenu-catalogo li a{
	color:#fff;
	padding-bottom:21px;
}
body.maipiu .sottomenu-catalogo li a{
	color:#111;
	/*padding-bottom:21px;*/
}
body.prodotti .sottomenu-catalogo li a:link, body.prodotti .sottomenu-catalogo li a:visited, body.prodotti .sottomenu-catalogo li a:hover{
	color:#fff;
	/*padding-bottom:21px;*/
}
body.prodotti .sottomenu-catalogo li ul li a:link, body.prodotti .sottomenu-catalogo li ul li a:visited, body.prodotti .sottomenu-catalogo li ul li a:hover{
	color:#111;
	/*padding-bottom:21px;*/
}
body.prodotti .sottomenu-catalogo li a:hover{
        text-decoration: underline;
}
body.prolife .sottomenu-catalogo li .btn.dropdown-toggle, body.oikos .sottomenu-catalogo li .btn.dropdown-toggle, body.affex .sottomenu-catalogo li .btn.dropdown-toggle{
	color:#00447b;
}
body.golosi .sottomenu-catalogo li .btn.dropdown-toggle{
	color:#313133;
}
body.still .sottomenu-catalogo li .btn.dropdown-toggle{
	color:#333;
}
body.mondobaffo .sottomenu-catalogo li .btn.dropdown-toggle{
	color:#7a5027;
}
body.oroverde .sottomenu-catalogo li .btn.dropdown-toggle{
	color:#006020;
}
body.maipiu .sottomenu-catalogo li .btn.dropdown-toggle{
	color:#ffe300;
}
body.maipiu .navbar-header.catalogo a.first:link, body.maipiu .navbar-header.catalogo a.first:visited, body.maipiu .navbar-header.catalogo a.first:hover{
    color: #111;
}
body.maipiu .navbar-header.catalogo .navbar-toggle .icon-bar {
    background: #ffec00!important;
}
body.maipiu .navbar-header.catalogo .navbar-toggle.collapsed .icon-bar {
    background: #111!important;
}
body.prodotti .sottomenu-catalogo li .btn.dropdown-toggle{
	color:#111;
}
.sottomenu-catalogo li a {
	font-size: 14px!important;
}
.sottomenu-catalogo li a.first:link, .sottomenu-catalogo li a.first:visited, .sottomenu-catalogo li a.first:hover, .navbar-header.catalogo a.first:link, .navbar-header.catalogo a.first:visited, .navbar-header.catalogo a.first:hover {
	font-weight: 800!important;
	font-size: 14px!important;
	padding-top: 21px;
}
.sottomenu-catalogo li a.first:hover {
	color:#fff;
	text-decoration: underline;
}
body.oikos{
	background:url(../images/marchi/oikos-img.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.affex{
	background:url(../images/marchi/affex_banner.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.mondobaffo{
	background:url(../images/marchi/mondobaffo_banner.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.oroverde{
	background:url(../images/marchi/oro-verde-img.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.maipiu{
	background:url(../images/marchi/maipiu_banner.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.roditori{
	background:url(../images/marchi/roditori-img.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
body.insetti{
	background:url(../images/marchi/insetti-img.jpg) center 160px no-repeat;
	/*background-size:100% auto;*/
	background-attachment: fixed;
	padding-top:100px;
}
.sottomenu-catalogo li ul li{
	border-right:none!important;
}
.navbar-header.catalogo a{
    color: #fff;
}
#news{
	margin:0;
	padding:0;
}
.border-grey{
	border:6px solid #f0f0f0;
}
.contenuto-articolo h2.titol{
	display: -webkit-box;
    height: 70px;
    /*line-height: 39px;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.height-news h2, .height-news p.titol2{
	display: -webkit-box;
    height: 195px;
    line-height: 39px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-default{
	height:auto;
}
#news .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -100px;
    text-align: left;
	padding:0 60px;
}

.height-news{
	height:430px;
	overflow:hidden;
}

.height-news img{
	height:100%;
	width:auto;
}

@media (min-width: 992px){
	.img-prodotti,.img-negozi,.img-valori, .img-soluzioni{
		background-size:auto 100%;
		background-position:center center;
	}
}
@media (min-width: 1640px){
	.img-prodotti,.img-negozi,.img-valori, .img-soluzioni{
		background-size:100% auto;
		background-position:center center;
	}
}
.img-prodotti{
	background-image:url(http://zoodiaco.com/cm/showfiles.php/mod-news-images/saved/75/278/Photo09201156_1.jpg);
}
.img-negozi{
	background-image:url(http://zoodiaco.com/cm/showfiles.php/mod-news-images/saved/78/292/DSC_0132.jpg);
}
.img-valori{
	background-image:url(http://zoodiaco.com/cm/showfiles.php/mod-news-images/saved/73/274/DSC_0033.jpg);
}
.img-strumenti{
	background-image:url(http://zoodiaco.com/cm/showfiles.php/mod-news-images/saved/64/208/a1.jpg);
}

.table-row {
    height: 600px;
}
.vmiddle {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.navbar-fixed-top{
	background:#fff;
	z-index: 10000;
}
a.zoom{
	/*position:relative;
	width:100%;
	height:320px;*/
	display:block;
	overflow:hidden;
}
a.zoom h3{
	/*position:absolute;
	bottom:15%;
	left:0;*/
	width:100%;
}
a.zoom img{
	-webkit-transition: width 0.35s, margin 0.35s; /* Safari */
    transition: width 0.35s, margin 0.35s;
	width: calc(100% - 20px)!important;
}
a.zoom:hover img{
	width:100%!important;
	margin:-10px 0;
}
.sottomenu-catalogo{
	text-align: center;
	list-style: none;
	padding-left:0;
	margin-bottom:0;
}

.sottomenu-catalogo li{
	display: inline-block;
	float: left;
}

.sottomenu-catalogo li ul li{
	display: inline-block;
	float: none;
}

.sottomenu-catalogo li a{
	display:block;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px!important;
    text-align: center;
	z-index:10000;
}
.history{
	position:relative;
}
.history span{
	position:absolute;
	right:-18px;
	top:15%;
}
ul.nav-scroll{
	margin-bottom:0;
}

ul.nav-scroll li{
	display:inline-block;
	list-style:none;
	margin-right:-2px;
}
ul.nav-scroll li:first-of-type a.btn-empty{
	-webkit-border-top-left-radius: 500px!important;
	-webkit-border-bottom-left-radius: 500px!important;
	-moz-border-radius-topleft: 500px!important;
	-moz-border-radius-bottomleft: 500px!important;
	border-top-left-radius: 500px!important;
	border-bottom-left-radius: 500px!important;
}
ul.nav-scroll li:last-of-type a{
	-webkit-border-top-right-radius: 500px!important;
	-webkit-border-bottom-right-radius: 500px!important;
	-moz-border-radius-topright: 500px!important;
	-moz-border-radius-bottomright: 500px!important;
	border-top-right-radius: 500px!important;
	border-bottom-right-radius: 500px!important;
}
ul.nav-scroll li.active a.btn-empty:link, ul.nav-scroll li.active a.btn-empty:visited, ul.nav-scroll li.active a.btn-empty:hover{
	color:#FFFFFF;
	border-color:rgba(1,122,70,1);
	background-color:rgba(1,122,70,1);
}

ul.nav-scroll li a.btn-empty:link, ul.nav-scroll li a.btn-empty:visited{
	background-color:#FFFFFF;
	padding:6px 15px;
	font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
	margin:0;
}

ul.nav-scroll li a.btn-empty:hover{
	background-color:rgba(1,122,70,1);
	color:#fff;
	border-color:rgba(1,122,70,1);
}
.cliccabile:hover{
	cursor:pointer;
}

.cliccabile:hover a:hover{
	text-decoration:none;
}


.cliccabile:hover div{
	background:rgba(1,122,70,0.75);
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color:#fff;
}

.cliccabile:hover div:before{
	content:"Scopri di piu'";
	background: url(/cm/showfiles.php/items/saved/1729/full-preview/pet-009.jpg) top center no-repeat #fff;
    background-size: auto 65%;
	position:absolute;
	top:6px;
	left:0;
	width:100%;
	height:calc(100% - 6px);
	padding-top:88%;
	text-align:center;
	margin:0 auto;
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
	color:rgba(1,122,70,1);
}

.cliccabile.golosi:hover div:before{
	background: url(/cm/showfiles.php/items/saved/1925/catalog-thumb/golosi_baby.png) top center no-repeat #fff;
    background-size: auto 65%;
}
.cliccabile.still:hover div:before{
	background: url(/cm/showfiles.php/items/saved/1265/catalog-thumb/tmp_20150817190834_163593017255d2167aa28db3.30855041_still_cucc2015.jpg) top center no-repeat #fff;
    background-size: auto 65%;
}
.cliccabile.oikos:hover div:before{
	background: url(/cm/showfiles.php/items/saved/1397/catalog-thumb/tmp_20150818100815_193377213955d2f14f1197b1.43443087_OIK-TOP-COCO.jpg) top center no-repeat #fff;
    background-size: auto 65%;
}
.cliccabile.affex:hover div:before{
	background: url(/cm/showfiles.php/items/saved/822/catalog-thumb/ciotola_smart_snacker_antiscivolo.jpg) top center no-repeat #fff;
    background-size: auto 65%;
}
.cliccabile.mondobaffo:hover div:before{
	background: url(/cm/showfiles.php/items/saved/63/catalog-thumb/tmp_20150818170825_35932023455d35135bf5708.18642787_MONDOBAF_TOP_FINIS.jpg) top center no-repeat #fff;
    background-size: auto 65%;
}
.cliccabile.oroverde:hover div:before{
	background: url(/cm/showfiles.php/items/saved/84/catalog-thumb/universale500.jpg) top center no-repeat #fff;
    background-size: auto 65%;
}
.cliccabile.maipiu:hover div:before{
	background: url(/cm/showfiles.php/items/saved/748/catalog-thumb/ambisan_arancia.jpg) top center no-repeat #fff;
    background-size: auto 65%;
}

.cliccabile:hover div img{
	-o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;
	transition:.1s;
	opacity:0;
}


footer{
	font-size:12px;
}

footer .nav.navbar-nav.small-menu li a:link, footer .nav.navbar-nav.small-menu li a:visited, footer .nav.navbar-nav.small-menu li a:hover
{
	font-size:12px!important;
	text-transform: none!important;
	color:#00672a;
}

body, .lead{
	font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6, .logo, h2.titol1,.flex-caption, .navbar-default .navbar-nav>li>a, .text-colored, .nav-tabs.nav-tabs-centered>li>a, footer p strong, .title, .titol2 {
	font-family: 'Montserrat', sans-serif;
}

h1,h2,h3,h4,h5,h6, .logo, h2.titol1,.flex-caption, .text-colored, footer p strong, .title, .titol2{
	font-weight:800;
}

body.prodotti .sottomenu-catalogo li a{
	font-weight: 400;
}

.sottomenu-catalogo .nav .open > a, .sottomenu-catalogo .nav .open > a:hover, .sottomenu-catalogo .nav .open > a:focus{
	background: none;
}

.title.slider{
	color: #fff!important;
	font-size: 60px!important;
}
div.flex-caption{
	color:#fff;
/*	background:rgba(1,122,70,0.75);*/
	font-size:4em;
}

h1,h2,h3,h4,h5,h6, p.titol2{
	letter-spacing:-1px;
	font-size:36px;
}

h2.titol-h1{
	font-size:2em;
}

h3{
	text-transform:uppercase;
	font-size:15px;
}

.titol-interna h1{
	font-size:18px;
	text-transform:uppercase;
	color:#22cca2;
}

.bordered.plus{
	border-width:6px;
}

a.btn-empty:link, a.btn-empty:visited{
	border-color:rgba(1,122,70,1);
	color:rgba(1,122,70,1);
}

a.btn-empty:hover{
	background:rgba(1,122,70,1);
	color:rgba(255,255,255,1);
}

#menu a.selected:link, #menu a.selected:visited{
	color:#888;
	border-bottom:3px solid rgba(1,122,70,1);
}


.semi-rounded{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.grey .semi-rounded{
	border-bottom:2px solid #ccc;
	border-right:1px solid #ccc;
}

.text-colored{
	color:#00672a;
	text-transform:uppercase;
}


a:link, a:visited, a:hover{
	color:#00672a;
}

.testata-oggetto h2 a:link, .testata-oggetto h2 a:visited, .testata-oggetto h2 a:hover{
	color:#111;
}

.testata-oggetto p{
	line-height: 1.25em;
}

.col-sm-x7{
	width:14.285714%;
	float:left;
}

.col-sm-x5{
	width:20%;
	float:left;
}

.col-xs-12.white.semi-rounded.nopadding-lr p{
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-bottom:0;
	height: 107px;
	overflow: hidden;
	font-size: 14px;
}

.bleft{
	border-left:1px solid #ccc;
}

.bleft.first{
	border-left:1px solid #fff;
}

span.stella{
	font-size: 3em;
	color: #fff;
}

/* FOOTER BOTTOM */

hr{
	background-color:#007a45;
}

.footer-button{
	background-color: #007a45;
    padding: 60px 0;
	color:#fff;
}
.footer-button a:link, .footer-button a:visited, .footer-button a:hover{
	text-decoration: underline;
	color: #fff;
}

.footer-button .title {
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
	float: left;
    width: 100%;
}

.list-division{
	list-style:none;
}

.list-division li{
}

.list-division li:before{
	content:'';
	background:#00672a;
	border-radius: 15px;
	width:6px;
	height:6px;
	margin-right:9px;
	line-height:25px;
	margin-bottom:2px;
	display:inline-block;
}
/*
.footer-button .subscribe-lable {
    float: left;
}

.footer-button .subscribe-content {
    float: right;
}*/

.footer-button .subscribe input.nome, #ricerca-new input.nome {
    height: 45px;
    line-height: 45px;
	width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
	color:#fff;
    padding: 0 50px 0 20px;
    background-image: url(../images/icone/icone.png);
        background-size: 35px!important;
    background-repeat: no-repeat;
    background-position: 97% -136px;
    margin-bottom: 5px;
    /*border-radius: 25px;
    -webkit-border-radius: 25px;*/
}
.footer-button .subscribe input.telefono, #ricerca-new input.telefono {
    height: 45px;
    line-height: 45px;
	width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
	color:#fff;
    padding: 0 50px 0 20px;
   	background-image: url(../images/icone/icone.png);
        background-size: 35px!important;
    background-repeat: no-repeat;
    background-position: 97% 4px;
    margin-bottom: 5px;
    /*border-radius: 25px;
    -webkit-border-radius: 25px;*/
}
.footer-button .subscribe input.cap, #ricerca-new input.cap {
    height: 45px;
    line-height: 45px;
	width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
	color:#fff;
    padding: 0 50px 0 20px;
    background-image: url(../images/icone/icone.png);
        background-size: 35px!important;
    background-repeat: no-repeat;
    background-position: 97% -66px;
	margin-bottom: 5px;
    /*border-radius: 25px;
    -webkit-border-radius: 25px;*/
}
.footer-button .subscribe input#ym_mail, #ricerca-new input#ym_mail {
    height: 45px;
    line-height: 45px;
	width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
	color:#fff;
    padding: 0 50px 0 20px;
    background-image: url(../images/icone/icone.png);
    background-size: 35px!important;
    background-repeat: no-repeat;
    background-position: 97% -241px;
    margin-bottom: 5px;
    /*border-radius: 25px;
    -webkit-border-radius: 25px;*/
}
.footer-button .subscribe select{
	height: 45px;
	line-height: 45px;
	width: 100%;
	background-color: transparent;
	border: 2px solid #fff;
	color:#fff;
	padding: 0 50px 0 20px;
	background-repeat: no-repeat;
	background-position: 95% center;
	margin-bottom: 5px;
	/*border-radius: 25px;
    -webkit-border-radius: 25px;*/
}
.footer-button .subscribe textarea.messaggio, #ricerca-new textarea.messaggio {
    line-height: 27px;
	width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
	color:#fff;
    padding: 7px 50px 0 20px;
    background-image: url(../images/icone/edit.png);
    background-size: 35px 35px!important;
    background-repeat: no-repeat;
    background-position: 97% 4px;
    margin-bottom: 0;
    height: 196px;
    /*border-radius: 25px;
    -webkit-border-radius: 25px;*/   
}
textarea::placeholder {
  color: #fff;
}
#ricerca-new input#ym_mail {
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    border: 2px solid #00672a;
	color:#fff;
    width: 400px;
    padding: 0 50px 0 20px;
    background-image: url(../images/icons/search.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    /*border-radius: 25px;
    -webkit-border-radius: 25px;*/
}

.footer-button input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.footer-button input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.footer-button input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.footer-button input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

a.btn-white:link, a.btn-white:visited, input.btn-white{
	background: #fff;
	border: 2px solid #fff;
	color: rgba(1,122,70,1);
	border-radius: 25px;
	-webkit-border-radius: 25px;
}

a.btn-white:hover, input.btn-white:hover{
	background: rgba(1,122,70,1);
	border: 2px solid #fff;
	color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
}

.footer-social {
    text-align: right;
}

.footer-social a {
    color: inherit;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
	color:#ffffff;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.footer-social a+a {
    margin-left: 10px;
}

.sp-tb-6{
	padding-top:60px;
	padding-bottom:60px;
}

.footer-button.-invert{
		background: #fff;
	border-bottom: 6px solid #007a45;
	color:#111;
}

.footer-button.-invert input, .footer-button.-invert select, .footer-button.-invert textarea, .footer-button.-invert p, .footer-button.-invert h2{
	border-color: #007a45!important;
	color:#111!important;
}

.footer-button.-invert input.btn.btn-white:hover{
	color:#fff!important;
}

.footer-button select option{
	color:#111!important;
}

.footer-button.-invert input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #111;
}
.footer-button.-invert input::-moz-placeholder { /* Firefox 19+ */
	color: #111;
}
.footer-button.-invert input:-ms-input-placeholder { /* IE 10+ */
	color: #111;
}
.footer-button.-invert input:-moz-placeholder { /* Firefox 18- */
	color: #111;
}

.footer-button.-invert textarea::placeholder {
	color: #111;
}

.footer-button.-invert a{
	color: #007a45!important;
}

/**/

.navbar-form.col-md-8{
    width:66.66666667%!important;
}

.actex-container{
    display:inline-block;
}

/* CSS Document */
.warning, #frmError{
	padding:9px 15px;
	border:1px solid #FF0000;
	background-color:#ffcccc;
	color:#000000;
	display:none;
	clear:both;
	margin-bottom:10px;
}

span.label{
	color:#111;
	font-size:100%;
	font-weight:normal;
}

td{
	height:36px;
	line-height:36px;
}

h2.divisore{
	line-height:39px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left:24px;
	background:#f5f5f5;
	border:1px solid #E7E7E7;
	margin-top:0;
}

.testata-sect p.lead{
	padding:0 24px;
}

h1.divisore{
	line-height:39px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left:24px;
	background:#f5f5f5;
	font-size:30px;
	border:1px solid #E7E7E7;
}

/* GRID LABEL */

table span.label{
	color:#111;
	font-size:inherit;
	text-align:left;
	font-weight:normal;
}

.row.form-control{
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	font-size: 14px;
	line-height: auto;
	color: #555;
	background-color: none;
	background-image: none;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.textarea-big{
	height: 112px;
}

.form-control {
    background-color: #fff !important;
}

#wrapper-footer{
	padding-bottom:50px;
}

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

#wrapper-footer ul li {
    border-bottom: 1px solid #e1e1e1;
    color: #393A3C;
    line-height: 36px;
    height: 36px;
    padding-left: 9px;
}

#wrapper-footer ul li:last-child {
    border-bottom: none;
}
.height-news a{
    display:block;
    width:100%;
    height:100%;
}

.iubenda-ibadge{
	margin-bottom:-6px;
}

*, *:before, *:after {
    padding: 0;
    margin:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
/*
.square-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    float: left;
}*/
.square-box {
    position: relative;
    width: 100%;
	height:100%;
    overflow: hidden;
    float: left;
}
.square-box:before {
    content:"";
    display: block;
    padding-top: 100%;
}
.square-content {
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    color: white;
    background: url(../images/bg/image-broken.gif) center center no-repeat;
}
.square-content div {
    display: table;
    width: 100%;
    height: 100%;
}

/* RICERCA */

.ricerca-semplice, .set{
	width:auto;
	float:left;
}

.ricerca-semplice input, .set input, .ricerca-semplice select, .set select{
	margin:0 18px;
}

.descrizione{
	padding-bottom:10px;
}

.norec_cont{
	clear:both;
}

.norec_cont ul li, .norec_cont ul{
	list-style:none;
	padding:0;
	margin:0;
	padding:50px 0;
}

/* TABELLE */

table{
	width:100%;
	border-collapse:collapse;
}
table.dettagli{
	margin-bottom:15px;
}

table tr:nth-child(odd){
	background-color:#FFFFFF;
}
table tr:nth-child(even){
	background-color:#F3F3F3;
}
table.ordine td label{
	float:left;
	height:40px;
	line-height:40px;
}
table.ordine td input, table.ordine td select, table.ordine td textarea, table.ordine td span{
	float:right;
}
table.ordine td input.FormsControl_radio, input#Ordine_pagamento{
	width:50px;
	height:30px;
	float:left;
}
table.pdf tr td.icon {
  width: 60px;
}
table.pdf tr td.icon {
  vertical-align: top;
  width: 50%;
}
table.pdf tr td.icon .btn img {
  display: inline-block;
  padding-right: 9px;
  padding-bottom: 1px;
}

.group.pagamento label{
	display:none;
}
table.dettagli td{
	text-align:left;
	line-height:40px;
	border-bottom:1px solid #CCCCCC;
	padding:0 15px;
}
table td input, table td select, table td textarea{
	margin-top:5px;
	margin-bottom:5px;
	padding:0 6px;
}
table th{
	/*background-color:#333333;
	color:#FFFFFF;*/
	height:28px;
	line-height:28px;
	padding:0 6px;
	text-align:left;
}
table th a:link, table th a:visited{
	font-weight:normal;
}
table th a:hover{
	text-decoration:underline;
}

#OrdineDett table th, #CarrelloDett table th,
#OrdineDett table td, #CarrelloDett table td {
    border: 1px solid #ddd !important;
	border-collapse:collapse;
  }
  
table th{
  border-bottom: 2px solid #ddd !important;
  background:#fff;
  color:#111;
}
#OrdineDett table{
	margin-bottom:18px;
}
/* FIELDSET */
fieldset.default, fieldset.pagamento, fieldset.promozioni{
	border-bottom:1px solid #ddd;
	padding-bottom:50px;
	margin-bottom:50px;
}
#MainRecord_data fieldset.default,#MainRecord_data  fieldset.privacy{
	border:none;
	padding:0;
	margin:0;
}
/* SEZIONI */

/*#header, #header-home {
	position:relative;
	margin-bottom:15px;
	z-index:1000;
}

#header-home {
	margin-bottom:0;
}
#header p, #header-home p{
	position:absolute;
	top:27px;
	left:90px;
	font-size:14px;
	color:#999999;
	letter-spacing:normal;
	border:none;
}
#header-home p{
	position:absolute;
	top:60px;
	left:0;
	font-size:14px;
	color:#999999;
	letter-spacing:normal;
	border:none;
	padding:0;
	margin:0;
}
#header img, #header-home img{
	float:left;
	margin-right:15px;
}*/
p.brand-slogan{
	font-size:48px;
	padding:10px 0;
	font-family: 'Palanquin', sans-serif;
	font-weight: 200; 
}
p.brand-slogan a:hover{
	text-decoration:none;
}
p.brand-slogan a:link span, p.brand-slogan a:visited span, p.brand-slogan a:hover span{
	display:block;
	font-size:16px;
	margin-top:-8px;
	color:#4444;
	letter-spacing:1px;
	text-decoration:none;
}
p.brand-slogan a:link, p.brand-slogan a:visited, p.brand-slogan a:hover{
	text-decoration:none;
}
#condizioni ul{
	padding-left:21px;
}
#ricerca-new {
	float:right;
	position:absolute;
	top:15px;
	right:0;
}

#menu {
	float:right;
	padding-top: 16px;
/*	position:absolute;
	top:35px;
	right:0;*/
}
/*#menu ul{
	padding-left:15px;
	float:left;
	list-style:none;
}
#menu li{
	float:left;
}*/
.rowdivider.navbar-fixed-top{
	z-index:10002;
}
.navbar-fixed-top.green, .navbar-fixed-top.green .navbar-collapse.collapse{
	background: #007a45!important;
}
.navbar-fixed-top.green .navbar-collapse.collapse a:link, .navbar-fixed-top.green .navbar-collapse.collapse a:visited{
	color: #fff;
}
#menu .dropdown-menu{
	padding:0;
	margin:0;
}
#menu .dropdown-menu li{
	float:none;
	height:auto;
	line-height:auto;
}
#menu .dropdown-menu li a{
	height:auto;
	line-height:auto;
	font-weight: 400;
	padding: 0 15px;
}
#menu a:link, #menu a:visited{
	color:#161616;
	/*padding:9px 10px;*/
	font-weight:normal;
	text-transform:uppercase;
    font-size: 14px!important;
    font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
#menu a:hover{
	color:rgba(1,122,70,1);
	text-decoration:none;
}
#menu li ul li a:link, #menu li ul li a:visited{
	font-size: 14px!important;
}
#banner{
	height:342px;
	position:relative;
}
#banner h1{
	border-bottom:none;
	color:#111111;
}

#banner h1 strong{
	color:#008b44;
	font-weight:normal;
}
#banner img{
	position:absolute;
	right:0;
	top:-23px;
}
#banner #testo{
	background-color:#efefef;
	padding:15px;
	width:330px;
}
.evidenza-c{
	height:280px;
	border-left:1px solid #cecece;
	border-bottom:1px solid #cecece;
	border-right:1px solid #cecece;
	margin-bottom:15px;
	position:relative;
}
.evidenza{
	/*height:375px;*/
	clear:both;
	border-left:1px solid #cecece;
	border-bottom:1px solid #cecece;
	border-right:1px solid #cecece;
	margin-bottom:15px;
	position:relative;
}

.cat27{
	margin-bottom:15px;
}

/* EVIDENZA MENU CATALOGO */

.submenu{
	position:absolute;
	top:45px;
	left:4px;
	z-index:100000000000000;
}

#lista-catalogo .sf-menu a {
	display:block;
	position:relative;
}
#lista-catalogo ul li .sf-sub-indicator {
	background:url("../images/superfish/arrows-ffffff.png") no-repeat scroll -10px 0;
	display:block;
	height:10px;
	overflow:hidden;
	position:absolute;
	right:7px;
	text-indent:-999em;
	top:5px;
	width:10px;
}
#lista-catalogo ul, #lista-catalogo ul li ul{
	background-color:#ffffff;
	width:241px;
	border-bottom:1px solid #EAEAEA;
	list-style:none;
	padding-left:0;
}
#lista-catalogo ul li ul li .sf-sub-indicator {
	background:url("../images/superfish/arrows-ffffff.png") no-repeat scroll -10px 0;
	display:block;
	height:10px;
	overflow:hidden;
	position:absolute;
	right:7px;
	text-indent:-999em;
	top:5px;
	width:10px;
}
#content #lista-catalogo, #lista-catalogo{
	border:1px solid #EAEAEA;
	font-size:12px;
	padding:0;
	height:auto;
	background-color:#ffffff;
}

#lista-catalogo .sf-menu li, .evidenza #lista-catalogo .sf-menu li a:link, #lista-catalogo .sf-menu li a:visited, #content #lista-catalogo .sf-menu li, #content #lista-catalogo .sf-menu li a:link, #content #lista-catalogo .sf-menu li a:visited {
	color:#222222;
	height:50px;
	line-height:50px;
}
#lista-catalogo .sf-menu li a:link, #lista-catalogo .sf-menu li a:visited, #content #lista-catalogo .sf-menu li a:link, #content #lista-catalogo .sf-menu li a:visited {
	display:block;
	height:50px;
	line-height:50px;
	padding-left: 15px;
	background: #F5F5F5;
	color:#222222;
	font-weight:normal;
	border-right:1px solid #e1e1e1;
	border-top: 1px solid #E1E1E1;
}

#lista-catalogo .sf-menu li a:hover {
	background: #ffffff;
}

#lista-catalogo .sf-menu li.sfHover ul, #content #lista-catalogo .sf-menu li.sfHover ul, #lista-catalogo .sf-menu li.sfHover ul li ul, #content #lista-catalogo .sf-menu li.sfHover ul li ul {
	left:			239px;
	top:			-1px; /* match top ul list item height */
	z-index:10000000000;
	width:239px;
	border-top:1px solid #EAEAEA;
	padding:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
#lista-catalogo .sf-menu li.sfHover ul li, #content #lista-catalogo .sf-menu li.sfHover ul li, #lista-catalogo .sf-menu li.sfHover ul li a:link, .evidenza #lista-catalogo .sf-menu li.sfHover ul li a:visited, #content #lista-catalogo .sf-menu li.sfHover ul li a:link, #content #lista-catalogo .sf-menu li.sfHover ul li a:visited{
	color:#000000;
	background-color:#FFFFFF;
	height:50px;
	line-height:50px;
	padding:0 12px;
	border-bottom:1px solid #EAEAEA;
	z-index:10000000000;
	font-weight:normal;
}

#lista-catalogo .sf-menu li.sfHover ul li a:hover, #content #lista-catalogo .sf-menu li.sfHover ul li a:hover{
	background-color:#fff;
	z-index:10000000000;
}
#lista-catalogo ul li ul{
	border-left:1px solid #EAEAEA;
	margin-left:241px;
	margin-top:-21px;
}
#lista-catalogo ul{
	box-shadow: 0 0 15px #111;
	border-top:4px solid #111111;
}

/* EVIDENZA BOX CATALOGO */

.itemBox .testata-oggetto{
	float:left;
	width:100%;
}

/* RICERCA */

#ricerca {
	height:45px;
	border-left:1px solid #cecece;
	border-right:1px solid #cecece;
	border-top:1px solid #cecece;
	color:#111111;
	clear:both;
	background-color:#f1f1f1;
	position:relative;
}

#ricerca a:link, #ricerca a:visited{
	color:#111111;
}

#ricerca #panel1 a:hover, #ricerca #panel a:hover{
	color:#111111;
	text-decoration:underline;
}

#ricerca a:hover{
	color:#ffffff;
	text-decoration:none;
}
#ricerca input, #ricerca select, #ricerca input.button{
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari, Chrome */
	border-radius: 0; /* CSS3 */
	width:100%;
}

#ricerca input{
	padding:0 6px;
	border:1px solid #cccccc;
}

#ricerca select{
	height:23px;
	line-height:23px;
	border:1px solid #cccccc;
}

#ricerca input.button{
	height:23px;
	line-height:23px;
	padding:0;
	width:100%;
	border-bottom-left-radius:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
}
#ricerca input.button{
	background: #fff100; /* Old browsers */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -moz-linear-gradient(top, #ffae00 1%, #ff7100 100%); /* FF3.6+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffae00), color-stop(100%,#ff7100)); /* Chrome,Safari4+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -webkit-linear-gradient(top, #ffae00 1%,#ff7100 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -o-linear-gradient(top, #ffae00 1%,#ff7100 100%); /* Opera 11.10+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -ms-linear-gradient(top, #ffae00 1%,#ff7100 100%); /* IE10+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, linear-gradient(top, #ffae00 1%,#ff7100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae00', endColorstr='#ff7100',GradientType=0 ); /* IE6-9 */
	border:1px solid #ffa000;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	text-shadow:#fff 1px 1px 1px;
	padding-left:9px;
	width:100%;
	margin:0;
}
#ricerca input.button:hover{
	background: #fff100; /* Old browsers */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -moz-linear-gradient(top, #ffbb00 1%, #ff8b00 100%); /* FF3.6+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffbb00), color-stop(100%,#ff8b00)); /* Chrome,Safari4+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -webkit-linear-gradient(top, #ffbb00 1%,#ff8b00 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -o-linear-gradient(top, #ffbb00 1%,#ff8b00 100%); /* Opera 11.10+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -ms-linear-gradient(top, #ffbb00 1%,#ff8b00 100%); /* IE10+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, linear-gradient(top, #ffbb00 1%,#ff8b00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb00', endColorstr='#ff8b00',GradientType=0 ); /* IE6-9 */
}
#ricerca input.button:active{
	background: #fff100; /* Old browsers */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -moz-linear-gradient(top, #ff7100 1%, #ffae00 100%); /* FF3.6+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ff7100), color-stop(100%,#ffae00)); /* Chrome,Safari4+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -webkit-linear-gradient(top, #ff7100 1%,#ffae00 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -o-linear-gradient(top, #ff7100 1%,#ffae00 100%); /* Opera 11.10+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, -ms-linear-gradient(top, #ff7100 1%,#ffae00 100%); /* IE10+ */
	background: url(../images/bg/search.png) 4px 0 no-repeat, linear-gradient(top, #ff7100 1%,#ffae00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7100', endColorstr='#ffae00',GradientType=0 ); /* IE6-9 */
}
#newsletter h1, #ricerca h1{
	color:#FFFFFF;
	padding-left:15px;
	font-size:14px;
	line-height:44px;
	border-bottom:none;
	margin-bottom:0;
	padding-top:0;
	text-align:right;
}

#ricerca h1{
	color:#111111;
}
a.account i{
	outline:none;
	white-space:nowrap;
	overflow:hidden;
	font-style:normal;
}

a.cart:link span.carrello-img, a.cart:visited span.carrello-img{
	height:40px;
	width:40px;
	line-height:20px;
	margin-right:9px;
	display:block;
	float:left;
	text-align:center;
	color:#CA0A1D;
	margin-top:-9px;
	background:url(../images/bg/carrello.png) -10px 0 no-repeat;
}
/*a.cart:hover span.carrello-img, a.cart.selected span.carrello-img{
	background:url(../images/bg/carrello.png) -70px 0 no-repeat;
}*/


#search-box_suggest{
	display:none;
}

/* PANEL */

.content{
	width:100%;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.content label{
	display:block;
	margin-bottom:6px;
	color:#111111;
}
.content p{
	line-height:30px;
}
.btn-slide{
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

.prodotto{
	min-width:450px;
}

/* Typsy Plugin */

.tipsy {
	padding: 5px;
	font-size: 11px;
	opacity: 0.8;
	filter: alpha(opacity=95);
	background-repeat: no-repeat;
	background-image: url(../images/tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}

/* Nuovi stili */

.hidden{
	display:none;
}

.itembox, .itembox-interna{
	border-bottom: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	height:279px;
	position:relative;
}

.itembox .prenotazione, .itembox .sconto-qta, .itembox .promozione{
	position:absolute;
	top: 21px;
    left: 15px;
	z-index:1000;
}

select.qta{
	min-width:100px;
}

.nopadding-lr{
	padding-left:0;
	padding-right:0;
}

.nopadding-l{
	padding-left:0;
}

.nopadding-r{
	padding-right:0;
}

/*#content-catalogo h1{
	height:50px;
	line-height:50px;
	padding:0 15px;
	font-size:28px;
	margin:0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	background: #F3F3F3;
}*/

.testata-oggetto{
	padding:0 0 30px 0;
}

.sconto{
	text-decoration:line-through;
	color:red;
}

.testata-oggetto h3, .testata-oggetto h2, .testata-oggetto p.price{
	font-size:16px;
}

.sp-lr-1{
	padding-left:10px;
	padding-right:10px;
}

.mg-lr-1{
	margin-left:10px;
	margin-right:10px;
}

.sp-lr-15{
	padding-left:15px;
	padding-right:15px;
}

.sp-lr-2{
	padding-left:20px;
	padding-right:20px;
}

.sp-lr-3{
	padding-left:30px;
	padding-right:30px;
}

.sp-tb-1{
	padding-top:10px;
	padding-bottom:10px;
}

.sp-tb-2{
	padding-top:20px;
	padding-bottom:20px;
}

.sp-tb-3{
	padding-top:30px;
	padding-bottom:30px;
}

.sp-tb-4{
	padding-top:40px;
	padding-bottom:40px;
}

.sp-bottom-1{
	padding-bottom:10px;
}

.sp-bottom-2{
	padding-bottom:20px;
}

.sp-bottom-3{
	padding-bottom:30px;
}

.sp-bottom-4{
	padding-bottom:40px;
}

.sp-bottom-5{
	padding-bottom:50px;
}

.sp-bottom-6{
	padding-bottom:60px;
}

.sp-bottom-7{
	padding-bottom:70px;
}

.sp-top-1{
	padding-top:10px;
}

.sp-top-2{
	padding-top:20px;
}

.sp-top-3{
	padding-top:30px;
}

.sp-top-4{
	padding-top:30px;
}

.col-acquisto{
	border:6px solid #f1f1f1;
	padding:36px 18px 18px 18px;
	position:relative;
}

.col-acquisto .promozione{
	color:#fff;
	background:#ff0000;
	font-size:18px;
	padding:3px 18px;
	position:relative;
	margin-top:-72px;
	margin-left:-36px;
	margin-bottom:38px;
	display:block;
	float:left;
}

.col-acquisto div.promozione{
	color:#fff;
	background:#ff0000;
	font-size:18px;
	padding:3px 18px;
	position:relative;
	margin-top:-42px;
	margin-left:-36px;
	margin-bottom:38px;
	display:block;
	float:left;
}

.triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #aa0000 transparent transparent;
	display:block;
	position:absolute;
	left:0;
	top:31px;
}

.evidenza{
	border:1px solid #E6E6E6;
}

.paypal{
	border-top:3px dashed #e6e6e6;
	border-bottom:3px dashed #e6e6e6;
}

.paypal p{
	text-transform:uppercase;
	padding-top:6px;
}

.brand-creator{
	text-align:right;
}

#btsearch{
	background:none;
	border:none;
	position:absolute;
	width:87px;
	padding-left:30px;
	height:34px;
	top:0;
	right:0;
}

/* TAB */
.nav-tabs.blue{
	border-left:1px solid #E7E7E7;
    border-right:1px solid #E7E7E7;
	border-top:1px solid #E7E7E7;
}
.nav-tabs.blue > li > a {
  border-radius: 0;
  margin:0;
  border-right:1px solid #E7E7E7;
}
.nav-tabs.blue > li.active > a, .nav-tabs.blue > li.active > a:hover, .nav-tabs.blue > li.active > a:focus {
  background: #0071BF;
  color: #FFF;
  border:1px solid #0071BF;
  border:1px solid #0071BF;
}

/* SLIDER */

/*
.flexslider{
	height:480px;
	overflow:hidden;
	margin-bottom:0;
}

.flexslider ul.slides, .flexslider .slides > li{
	height:480px;
	overflow:hidden;
}

.flexslider .slides > li img{
	bottom:0;
	position:absolute;
}
*/

.flex-direction-nav .flex-prev {
    left: 0;
    border-radius: 0 4px 4px 0;
}

.flex-direction-nav .flex-next {
    right: 6px;
    border-radius: 4px 0 0 4px;
}

.flexslider .flex-direction-nav a {
    border: 2px solid rgba(255,255,255,0.9);
}

.flexslider .flex-direction-nav a {
    width: 60px;
    height: 60px;
    padding: 20px;
    background: none;
    opacity: .65;
    border: 2px solid rgba(0,0,0,0.6);
    border-radius: 50%;
    transition: all .19s ease;
}

/* PERSONE SLIDER */
#persone, #persone h1, #persone h2, #persone h3, #persone h4, #persone h5 strong, #persone p, #persone a, #persone a:before, #persone a:after{
	color:#fff;
	border-color:rgba(255,255,255,0.6);

}
#persone h4 q {
    font-size: 21px;
    line-height: 1.6;
    font-weight: 300;
    font-style: italic;
	color:#fff;
}

#persone h4 q:before, #persone h4 q:after {
    position: absolute;
    font-family: Times,serif;
    font-size: 30px;
    margin: 0 7px;
    font-weight: bold;
    opacity: .7;
}

#persone h4 q:before {
    content: '\201C';
    margin-left: -26px;
    padding-right: 3px;
}
#persone h4 q:after {
    content: '\201D';
    padding-right: 7px;
}
.slides li{
	position:relative;
}
.flex-caption{
	position:absolute;
	top:50%;
	left:0;
	margin-top:-292px;
}
.flex-caption a.btn-empty:link, .flex-caption a.btn-empty:visited{
	background:rgba(1,122,70,1);
	color:#fff;
}
.flex-caption a.btn-empty:hover{
	background:none;
	color:rgba(1,122,70,1);
}
.video-nero.verde{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#017a46+0,000000+100 */
background: #017a46; /* Old browsers */
background: -moz-linear-gradient(top, rgba(1,122,70,0.45) 0%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(1,122,70,0.45) 0%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(1,122,70,0.45) 0%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(1,122,70,0.45)', endColorstr='rgba(0,0,0,0.45)',GradientType=0 ); /* IE6-9 */
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption p, .carousel-caption h1, .carousel-caption h2{
	text-align: center;
}

.carousel-caption {
	width:100%;
	left:0;
	right:0;
	bottom:0;
	background:url(../images/bg/black40.png) repeat;
}

.carousel-caption h2{
	color:#ffffff;
	font-size:36px;
	line-height:39px;
}

.flex-control-nav {
	bottom: 15px;
	z-index: 10;
}

legend{
	border-bottom:none;
}

#Ordine_codicesconto{
	margin-bottom:10px;
}

/* ITEM */


.right{
	float:right;
}

/* SUBMENU */


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.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;
}

.navbar-top{
	background:#ffffff;
}

.divider{
	clear:both;
}

/* PREZZO */
.prezzo{
	font-size:21px;
}

.final-price{
	font-size:30px;
	font-weight:bold;
	color:#337AB7;
}

.percentuale{
/*	font-style:italic;*/
}

/* ERRORE */

.message.error{
	clear:both;
	text-align:center;
	margin-bottom:20px;
}

.error {
  background-color: #f2dede;
  padding:10px;
}

.catalogo .error{
	 background-color: #dff0d8;
	 text-align:center;
}

.catalogo .error p.lead{
	display:inline-block;
	margin-right:30px;
	height:34px;
	line-height:34px;
	margin-bottom:0;
}

.dropdown-menu {
    z-index: 10000;
}

/* BOTTONI */

#MainRecord_ActionButtonUpdate, #MainRecord_ActionButtonInsert{
	display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  color: #FFF;
  background-color: #337AB7;
  border-color: #2E6DA4;
}
.button.insert{
	border-color: rgba(1,122,70,1)!important;
    color: rgba(1,122,70,1)!important;
    border: 2px solid #017a46;
    border-radius: 500px!important;
    font-size: 18px;
    padding: 8px 100px;
    background:none!important;
    text-transform:uppercase;
    
}
.button.insert:hover {
	background-color:#017a46!important;
	color: #ffffff!important;
	border: 2px solid #017a46!important;
}

#Carrello_acquista{
	float:right;
}

#Carrello_ActionButtonDelete{
	float:left;
}

/* ACTIONS */

.actions{
	text-align:center;
	padding:20px 15px;
}

.col-lg-5 .actions{
	text-align:left;
	padding-left:0;
}

.ico-delete:link, .ico-delete:visited, .ico-delete:hover{
	position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#FF0000;
}

.ico-delete:before {
  content: "\e014";
}

.pezzi input, .pezzi button{
	height:25px;
}

.pezzi button span{
	top: 0;
}

.glyphicon-remove{
	color:#FF0000;
}

.nivoSlider img{
	max-width:100%;
}

.testata-oggetto.col-xs-6.col-sm-6.col-md-6.col-lg-6{
	position:static;
}

.prenotazione, .sconto-qta, .promozione{
	font-size:14px;
	background:red;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:0 6px;
	display:inline-block;
	margin-top:3px;
}

.prenotazione{
	background:#349fc3;
}

.tab-content h3, .row5 h3{
	padding-top:27px;
}

li.current a.page{
	color: #fff;
	background-color: #337ab7;
}

/* ACQUISTO TOTALE */

.boxTotale, .wrap-totale{
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
	margin-bottom:18px;
}

.boxTotale p, .wrap-totale{
	font-size:18px;
	color:#111111;
	text-align:center;
	margin-bottom:18px;
	padding-top:15px;
	padding-bottom:15px;
}

.wrap-totale p{
	margin-bottom:54px;
}

h2.mg-bottom-none{
	margin-bottom:0;
	margin-top:0;
	border-bottom:none;
}

h1.mg-bottom-none{
	margin-bottom:0;
	margin-top:0;
}

#Ordine .error{
	margin-bottom:10px;
}

#Ordine .actions{
	clear:both;
	margin-bottom:-60px;
	width:100%;
	text-align:center;
	position:relative;
}

#Ordine_ActionButtonInsert{
	z-index:100;
	position:absolute;
	bottom:-66px;
	left:50%;
	margin-left:-90px;
	width:180px;
}

.shipping{
	padding-right:18px;
}

.green{
	color:#007a45!important;
}

#breadcrumb{
	background-color:#f5f5f5;
}

#breadcrumb .breadcrumb{
	margin-bottom:0;
}

.testata-oggetto p{
	display: -webkit-box;
	height: 128px;
	line-height: 18px;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

img.left.pull-left, img.right.pull-right{
	max-width: calc(50% - 30px);
}

.video.left.pull-left iframe, .video.right.pull-right iframe{
	max-width: calc(100% - 30px);
}

img.left.pull-left, .video.left.pull-left iframe{
	margin-right: 30px;
}

img.right.pull-right, .video.right.pull-right iframe{
	margin-left: 30px;
}

#company{
    padding-top:161px!important;
}

@media (min-width: 992px){
	#content-catalogo .itembox:nth-of-type(3n), #content-catalogo .itembox-interna:nth-of-type(3n) {
		border-right: none;
	}
	.col-lg-x5{
		width:228px;
		max-width: 20%;
		float: none;
		display: inline-block;
	}
}
.article h2, .article p.titol2{
	font-size: 24px;
}
@media (max-width: 1200px) {
	h2, p.titol2 {
		font-size: 24px !important;
	}
}
@media (max-width: 1200px) {
	body {
		background-size: auto 700px !important;
		background-position: center center !important;
		/*padding-top: 100px;*/
	}
	h2, p.titol2 {
		font-size: 18px !important;
	}
}

@media (max-width: 991px){
	#content-catalogo .itembox:nth-of-type(2n), #content-catalogo .itembox-interna:nth-of-type(2n) {
		border-right: none;
	}
	.container {
		width: 100%!important;
	}
	div.checkbox{
	    padding:18px 0;
	}
	#company{
        padding-top:151px!important;
    }

}

.flex-caption .btn.btn-empty{
    margin: 0!important;
}
.top-standard{
	margin-top: 99px;
}
@media (max-width: 991px) and (min-width: 879px){
	.hidden-sm {
		display: none !important;
	}
}
.height-container-catalogo{
	height: 538px;
}
@media all and (max-width: 878px) {
	.height-container-catalogo{
		height: auto;
	}
	.hidden-sm {
		display: block !important;
	}
	img.left.pull-left, img.right.pull-right{
		width:100%;
		max-width:100%;
		margin: 0 0 30px 0;
	}

	/* MAX WIDTH MENU */
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.navbar-nav {
		float: none!important;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/* MAX WIDTH MENU */


	.top-standard{
		margin-top: 91px;
	}
	.sottomenu-catalogo a, a.first{
		padding-left: 30px!important;
	}
	.standard-padding-lr{
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	#content-catalogo .itembox{
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
	#content-catalogo.sp-top-10 {
		padding-top: 36px!important;
	}
	.sp-top-10{
		padding-top: 91px!important;
	}
	.mg-bottom-5{
		margin-bottom: 20px!important;
	 }
	#menu a:link, #menu a:visited {
		padding-left: 30px!important;
	}
    #chi-siamo{
        background: url(../images/cuccioli.jpg) 45% 60% no-repeat!important;
        background-size: auto 30%!important;
    }
    .flex-control-nav {
        bottom: -30px!important;
    }
    .height-news.height-no-xs{
        height: auto!important;
    }
    .height-news.height-no-xs h2, .height-news.height-no-xs p.titol2 {
        display: -webkit-box;
         height: 95px;
        line-height: 1.1em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sp-tb-10{
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    h1{
        font-size: 2em;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    #header-home img{
        height: 40px!important;
		padding-left:15px;
    }
	footer img{
		height: 40px!important;
		width: auto!important;
	}
    .contenuto-articolo h2.titol{
        display:block;
        height: auto;
        /*line-height: 39px;*/
        -webkit-line-clamp: none;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: none;
    }
    li.btn-empty {
        font-size: 11px!important;
        padding: 3px 6px!important;
    }
    #menu .dropdown-menu li a {
        height: auto;
        line-height: auto;
        font-weight: 400;
        padding: 10px 15px;
    }
    footer .nav.navbar-nav.small-menu li a:link, footer .nav.navbar-nav.small-menu li a:visited, footer .nav.navbar-nav.small-menu li a:hover{
        padding: 5px 15px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px;
    }
	body .sottomenu-catalogo li .btn.dropdown-toggle{
        float: right;
        margin-right: 28px!important;
	}
    .itembox, .itembox-interna {
        height: auto;
    }
	.testata-oggetto p{
        display: -webkit-box;
        height: 80px;
        line-height: 16px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
	}
	.row5 .testata-oggetto p {
		display: -webkit-box;
		height: 32px;
		line-height: 16px;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		 text-overflow: ellipsis;
	}
	.col-sm-x5 {
		width: 50%;
		float: left;
	}
	.sp-l-6 {
		padding-left: 15px!important;
	}
	body {
		background-size: auto 700px!important;
		background-position: center center!important;
		/*padding-top: 100px;*/
	}
	.flexslider{
		margin-bottom: 0!important;
	}
	.title.slider{
	    font-size:20px!important;
	    padding-top:15%;
	}
	.flex-caption {
		position: absolute;
		top: 0;
		left: 0;
		margin-top: 0;
		padding: 0!important;
	}
	.flex-caption .sp-tb-10{
		padding: 0!important;
	}
	.catalogo{
		margin-left: 0px!important;
		margin-right: 0px!important;
		padding-left: 15px;
    	padding-right: 15px;
	}
	.sottomenu-catalogo li {
    background: #007a45;
    color: #fff;
    border-right: 0px solid rgba(255,255,255,0.5)!important; 
	}
	.sottomenu-catalogo li ul li a:link, .sottomenu-catalogo li ul li a:visited {
    margin-right: -25px!important;
    margin-left: -25px!important;
	}
	.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%!important;
	}

	.sottomenu-catalogo li{
	display:block;
	float: none;
	padding-left: 25px!important;
	padding-right: 15px!important;
	text-align: left!important;
	}
	.btn{
		text-align: left!important;
	}/*
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: rgb(25, 122, 68);
    border-color: #337ab7;
	}*/
	/*menu mobile*/
	/*.doppio-menu .icon.bar {
    	display: block;
    	width: 22px;
    	height: 2px;
    	border-radius: 1px;
    	text-align: center;
    	margin: 0 auto;
	}*/
	.doppio-menu {
    	height: 50px!important;
    	width: 50px!important;
    	margin-top: 0px!important;
    	border: none;
    	border-left: 0px solid #f9f9f9;
    	padding-left: 10px!important;
    	padding-right: 10px!important;
    	margin-top: 8px!important;
        margin-bottom: 3px;
	}
	.container-xs {
		padding: 0px!important;
	}
	#menu {
    float: none;
    padding-top: 0;
	}
	div#menu.navbar-collapse.collapse.in{
        border-top:1px solid #eee;
		margin-left: -15px!important;
		margin-right:-15px!important;
		max-height: calc(100% - 90px);
		position: fixed;
		width: 100%;
	}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: rgba(0,0,0,0.25);
    }
	.collapsing{
		margin-left: -15px!important;
		margin-right:-15px!important;
	}
	h1.slider {
    	color: #fff!important;
    	font-size: 25px!important;
	}
	.btn-empty, .btn-empty:link, .btn-empty:visited, .nav-tabs > li.active > a.btn-empty, .nav-tabs > li > a.btn-empty, input.btn-empty {
    	padding: 8px 11px!important;
    	font-size: 16px!important;
    }
    .flexslider .flex-direction-nav a {
    width: 0!important;
    height: 0!important;
    padding: 0!important;
    background: none;
    opacity: 0!important;
    border: 0!important;
    border-radius: 0!important;
    display:none;
    /* transition: all .19s ease; */
	}
	a.zoom {
    /*osition: relative;*/
    width: 100%;
    /*height: 143px!important;*/
    display: block;
    overflow: hidden;
	}
	h3 {
    text-transform: uppercase;
    font-size: 15px;
	}
	.bleft {
    border-left: 1px solid #fff!important;
	}
	.sfondo-img-verde {
		background-color: #197a45!important;
		color: #fff!important;
	}
	.nopadding-tb-xs{
		padding-bottom: 0!important;
		padding-top: 20px!important;
	}
	.sp-lr-6{
		padding-right: 30px!important;
		padding-left: 30px!important;
	}
	.height-news {
    	height: 260px!important;
    	overflow: hidden;
	}
	h2, p.titol2{
		font-size:20px!important;
	}
	#news .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -100px;
    text-align: center!important;
    padding: 0 60px;
	}
	.sp-tb-5{
		padding-bottom:15px!important;
		padding-top: 15px!important; 
	}
	span.stella{
		font-size: 1.5em!important;
		color: #fff;
	}
	.sp-tb-4{
		padding-bottom: 0!important;
		padding-top: 0!important;
	}
	img.altezza{
		margin:0px!important;
	}
	a.zoom {
		/*position: relative;
		width: 100%;
		height: auto!important;*/
		display: block;
		overflow: hidden;
	}
	a.zoom h3 {
		width: 100%;
	}
	.cliccabile:hover div:before{
		bottom: 0!important;
		top: auto!important;
	}
}
@media all and (max-width: 414px) {
	.cliccabile {
		width: 100%!important;
	}
	.cliccabile:hover div:before{
		bottom: 0!important;
		top: auto!important;
	}
}

.prolife .hidden-prolife{
    display:block!important;
    visibility:visible!important;
}

/* cookie banner related styles below */

/***************************************************************************
// * Iubenda Cookie Solution                                               *
// *                                                                       *
// * (c) 2015 Iubenda srl <info@iubenda.com>                               *
// * All Rights Reserved.                                                  *
// *                                                                       *
// *************************************************************************
//
// CHANGELOG
// 0.0.1
// - first implementation of customizable css
*/

/*  GENERAL CLASS */
#iubenda-cs-banner{
    /* ------ IMPORTANT NOTICE: don't change these values as
            they may prevent the banner from properly showing. Some of these lines,
            moreover (like z-index) will overwrite the configuration initialized
            by the script you paste in your pages. To show the banner at the bottom
            you can switch to "bottom: 0px !important;". Don't forget to put "slideDown"
            to "false".
     */
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
    background-color: black;
    /* ----------------- */
}

/*  CONTENT CLASS */
.iubenda-cs-content{
    display:block;
    margin:0 auto;
    padding: 20px;
    width:auto;
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    font-size: 14px;
    background: #000;
    color: #fff;
}
.iubenda-banner-content{

}

.iubenda-cs-rationale{
    max-width: 900px; position:relative; margin: 0 auto;
}

/*   STYLE FOR TEXT INTERNAL BANNER */
.iubenda-banner-content > p {
    font-family: Helvetica,Arial,FreeSans,sans-serif;
    line-height: 1.5;
}

/*  CLOSE BUTTON. NOTICE: IMAGE FOR BUTTON NOT IMPLEMENTED YET */
.iubenda-cs-close-btn{
    margin:0;
    color: #fff;
    text-decoration:none;
    font-size:14px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
}

/*  STYLE FOR TEXT LINK TO PRIVACY POLICY */
.iubenda-cs-cookie-policy-lnk{
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.cliccabile:hover{
	cursor:pointer;
}