body {
	font-family: 'Open Sans', sans-serif;;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-style: normal;
	font-weight: 400;
	background: #f4f4f4;
	min-width: 1020px;
}

footer {
	background: #403d37;
	width: 100% !important;
}

footer > .container > p {
	float: right;
	font-size: 12px;
	color: #ffffff;
	margin: 10px 0;
}

.alert, .errore {
	padding: 18px;
	border: none;
	background-color: #f6e1db;
	color: #a94442;
	border-color: #ebccd1;
	margin-bottom: 20px;
	border-radius: 4px;
	text-align: center;
}

/*-- PAGER --*/
.pager {
	text-align: right;
    width: 100%;
}

/*--MENU TOP --*/
.navbar .brand {
	float: left;
	display: block;
	padding: 0;
	margin-left: 0;
}

.navbar-inverse .navbar-inner {
	background: #f4b400;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
	border-width: 0 0 0;
}
.navbar-inner {
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background: #ffffff;
}

.navbar-fixed-top {
	top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}
.navbar {
	overflow: visible;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}

/*--TESTO MENU --*/
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	background: #ffffff;
	padding: 14px 0 13px 0;
	-webkit-box-shadow: 2px 2px 1px rgba(221, 115, 0, 0.45);
	-moz-box-shadow: 2px 2px 1px rgba(221, 115, 0, 0.45);
	box-shadow: 2px 2px 1px rgba(221, 115, 0, 0.45);
}

.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
	background-color: transparent;
	color: #ffffff;
}

.navbar-inverse .brand:hover, .navbar-inverse .nav > li > a:hover, .navbar-inverse .brand:focus, .navbar-inverse .nav > li > a:focus {
	color: #ffffff;
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #FFF;
	background: none;
	box-shadow: none;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #ffffff;
}

.navbar .nav > li > a {
	float: none;
	padding: 10px 15px 10px;
	color: #ffffff;
	text-decoration: none;
}

.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.nav > li > a {
	display: block;
}

.navbar-inverse .brand, .navbar-inverse .nav > li > a {
	color: #ffffff;
	text-shadow: none;
}

.navbar .nav > li > a {
	font-size: 11px;
	line-height: 13px;
	font-weight: 700;
	color: #9a9a9a;
	float: none;
	padding: 10px;
	text-decoration: none;
	text-shadow: none;
	padding: 1px 40px;
	border-right: 1px solid #9a9a9a;
}

.navbar .nav > li {
	float: left;
}

.navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar:focus, .navbar-inverse .btn-navbar:active, .navbar-inverse .btn-navbar.active, .navbar-inverse .btn-navbar.disabled, .navbar-inverse .btn-navbar[disabled] {
	color: #ffffff;
	background: transparent;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #e5e5e5;
}

.navbar-inverse .btn-navbar {
	color: #ffffff;
	text-shadow: none;
	background: none;
	box-shadow: none;
	border: none;
	margin-right: 30px;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	color: #ffffff;
	background: none;
}

/*-- SEARCH --*/
.navbar-form .input-append, .navbar-form .input-prepend {
	margin: 0;
}

.form-search .input-prepend .search-query {
	width: 136px;
	margin: 0;
	border: none;
	box-shadow: none;
	color: #5d5d5d;
	font-weight: 400;
	background: url(/immagini/icona_cerca.png) no-repeat 8px center;
}

input.search-query {
	padding-right: 14px;
	padding-right: 4px 9;
	padding-left: 30px;
	padding-left: 4px 9;
	margin-bottom: 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*-- SEARCH FINE --*/

/*-- SLIDER --*/
.carousel {
	position: relative;
	margin-bottom: 0;
	line-height: 1;
	width: 685px;
	float:left;
}

.carousel-indicators .active {
	background: #f1a72f;
}

.carousel-indicators li {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	margin-left: 5px;
	text-indent: -999px;
	background:#ffffff;
	border-radius: 0;
	cursor: pointer;
}

.quad {
	float: left;
	margin-left: 20px;
	margin-top: 8.5px;
}

.quad:hover > img  {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.quad > img  {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, .25);
	box-shadow: 3px 3px 1px rgba(0, 0, 0, .25);
}

.quad > p {
	font-size: 28px;
	font-weight: 700;
	color: #f1a72f;
	line-height: 30px;
	float: left;
}
/*-- SLIDER FINE --*/

/*-- BUTTON --*/
.btn-primary {
	color: #ffffff;
	font-weight: 400;
	text-shadow: none;
	background: #ffffff;
	color: #5d5d5d;
	border-radius: 0 !important;
	box-shadow: none;
	border: none;
	padding: 4px 18px 4px 8px !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #5d5d5d;
	background-color: #ffffff;
}

.btn-small {
	padding: 5px 15px;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/*-- BUTTON --*/

/*-- BANNER --*/
.banner {
	background-color: #4285f4;
	border-bottom: 3px solid #263963;
}

.box-banner {
	float: left;
	padding: 20px 0 10px 210px;
	position: relative;
}

.box-banner:last-child {
	width: auto;
	padding: 20px 0 10px 0;
}

.box-banner:last-child:before {
	border: none;
}

.box-banner:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 85px;
	width: 1px;
	border-right: 1px dashed #ffffff;
}

.box-banner h1 {
	font-family: "Lobster", cursive;
	font-size: 28px;
	line-height: 30px;
	color: #ffffff;
	margin: 0 0 5px;
}

.box-banner:last-child h1 {
	margin: 0 0 10px;
}

.btn-banner p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #243972;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
}

.btn-banner img {
	margin: 0 9px 0 0;
	vertical-align: middle;
}

.img-rivenditore {
	position: absolute;
	bottom: 0;
	left: 10px;
}

.ico-reg {
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px 0 35px; 
}

.box-testo {
	display: inline-block;
	vertical-align: middle;
}

.row {
	margin: 0;
}
/*-- BANNER FINE --*/

/*-- TESTO --*/
h1 {
	font-size: 38.5px;
}

h1, h2, h3 {
	line-height: 40px;
}

h1, h2, h3, h4, h5 {
	margin: 10px 0;
	font-family: inherit;
	font-weight: 400;
	line-height: 22px;
	color: inherit;
	
}

h6 {
	font-size: 38.5px;
}

a:hover, a:focus {
	color: #4d4d4d;
	text-decoration: underline;
}

a:hover, a:active {
	outline: 0;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}
/*-- TESTO FINE --*/

/*-- COLONNE --*/
.span3 {
	width: 270px;
	margin: 0;
	background: #ffffff;
}

.span3 > p {
	font-size: 19px;
	font-weight: 700;
	color: #f1a72f;
	border-bottom: 1px solid #bebebe;
	padding: 15px;
}

.span4 {
	width: 303px;
	height: 165px;
	margin: 0 3px 3px 0;
	background: #FFF;
	padding: 30px;
	float: left;
	position: relative;
	padding-bottom: 50px;
}

.span4 > h2 {
	font-weight: 700;
	font-size: 22px;
	color: #f1a72f;
	line-height: 26px;
	margin: 0;
}

.span4 > p {
	font-weight: 400;
	font-size: 13px;
	color: #333333;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
}

.span4 > a {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-decoration: underline;
	background: url(/images/icon_plus.jpg) right center no-repeat;
	padding-right: 45px;
}

.span5 {
	width: 265px;
	height: 170px;
	float: left;
	margin: 0;
	padding: 30px;
	text-align: center;
}

.span5 > h2 {
	font-weight: 700;
	font-size: 19px;
	line-height: 24px;
	margin: 10px 0 0;
}

.span5 > p {
	font-weight: 400;
	font-size: 15px;
	color: #444444;
	line-height: 20px;
	margin: 10px 0;
	text-align: center ;
}


.colonna_sinistra {
	width: 270px;
	margin-right: 15px;
	float:left;
	
}

.colonna_sinistra2 {
	width: 270px;
	margin-right: 15px;	
}

.carrello {
	float:right;
	margin: 4px 30px 0 0;
}

.carrello > a > p {
	font-size: 14px;
	font-weight: 700;
	color: #666;
	margin:0;
	white-space: pre;
}

.carrello > p {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	margin:0;
	white-space: pre;
}

.icon_carrello {
	display: inline-block;
	width: 19px;
	height: 16px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(/immagini/ico_carrello.png);
	background-repeat: no-repeat;
	margin-top: 1px;
	margin-right: 10px;
}

.box-testo-sx {
	padding: 8px 12px;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
}

.box-testo-sx > img {
	display: inline-block;
	vertical-align: middle;
}

.box-testo-sx > h2 {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #9a9a9a;
	margin: 0 0 0 15px;
}
/*-- COLONNE FINE --*/

/*-- MENU PRODOTTI --*/
.leftbar_menuOut {
	display: block !important;
	cursor: pointer !important;
	color: #666666;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
	padding: 10px 15px 10px 25px;
	background: url(/images/ico_arrow.png) right center no-repeat;
	background-origin: content-box;
}
.leftbar_menuOver {
	display: block !important;
	cursor: pointer !important;
	color: #666666;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
	padding: 10px 15px 10px 25px;
	background: url(/images/ico_arrow.png) right center no-repeat;
	background-origin: content-box;
}

/*.leftbar_category {
	font-size: 16px !important;
	line-height: 18px !important;
	cursor: pointer !important;
	color: #666666;
	font-style: normal;
}*/

.leftbar_category {
	font-size: 13px !important;
	line-height: 17px !important;
	cursor: pointer !important;
	color: #444444;
	font-style: normal;
}

.leftbar_category p {
	margin: 0;
	max-width:200px;
}

.leftbar_submenu {
	padding: 5px 15px 5px 25px;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
}

.leftbar_submenu p {
	margin: 0;
}

a.leftbar_link:link, a.leftbar_link:visited {
	font-size: 13px !important;
	line-height: 16px;
	margin: 10px 0;
	color: #666666;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

a.leftbar_link:hover {
	text-decoration: underline;
}
/*-- MENU PRODOTTI FINE --*/

/*-- MENU 2 PRODOTTI --*/
.leftbar_menuOut_1 {
	display: block !important;
	cursor: pointer !important;
	color: #666666;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
	padding: 10px 15px 10px 25px;
	background: url(/images/ico_arrow.png) right center no-repeat;
	background-origin: content-box;
}
.leftbar_menuOver_1 {
	display: block !important;
	cursor: pointer !important;
	color: #666666;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
	padding: 10px 15px 10px 25px;
	background: url(/images/ico_arrow.png) right center no-repeat;
	background-origin: content-box;
}

.leftbar_category_1 {
	font-size: 13px !important;
	line-height: 17px !important;
	cursor: pointer !important;
	color: #666666;
	font-style: normal;
}

.leftbar_category_1 p {
	margin: 0;
}

.leftbar_submenu_1 {
	padding: 5px 15px 5px 25px;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
}

.leftbar_submenu_1 p {
	margin: 0;
}

a.leftbar_link_1:link, a.leftbar_link:visited {
	font-size: 13px !important;
	line-height: 16px;
	margin: 10px 0;
	color: #666666;
	display: block;
	text-decoration: none;
	font-weight: normal;
}



.tonino
{
	font-weight:700 !important;
	color:#4d4d4d !important;
}

a.leftbar_link_1:hover {
	text-decoration: underline;
}
/*-- MENU 2 PRODOTTI FINE --*/

/* -- ELEMENTI GENERICI --*/
.clearfloot {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}

.container {
	padding:10px;
	width: 980px !important;
}

/* .modifiche
{
	padding-top:0;
} */

.modifiche2 {
	padding: 25px 50px;
	position: relative;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenitore {
	width: 733px;
	height: auto;
	float: left;
	margin-top: 1px;
}

.contenitore_prodotti {
	width: 731px;
	height: auto;
	float: left;
	background: #f3f3f3;
	padding-bottom: 109px;
	margin-bottom: -24px;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}

.contenitore_vedi {
	padding: 45px 15px;
	background: #ffffff;
}

.tratteggio {
	border-right: 1px dashed #ffffff;
	margin-left: 25px;
	height: 65px;
	float: left;
}

.newsletter {
	width: 197px;
	background:#f1a72f;
	float:left;
	border-radius: 0 0 0 10px;
	height: 116px;
	position: relative;
	padding: 15px;
}

.newsletter > h2 {
	margin: 0;
	font-weight: 700;
	font-size: 17px;
	color: #FFF;
	line-height: 22px;
}

.newsletter > p {
	margin: 10px 0;
	font-weight: 400;
	font-size: 13px;
	color: #FFF;
	line-height: 18px;
}

hr {
	margin: 20px 0;
	border: 0;
	height: 5px;
}

.cont {
	width: 730px;
	height: auto;
	float: left;
	background: #f3f3f3;
	border-top: 1px solid #c7c7c7;
	padding-bottom: 10px;
}

.cont > h2 {
	padding: 10px 0 10px 15px;
	font-weight: 700;
	color: #f1a72f;
	float: left;
}

.cont > a {
	float: right;
	margin-right: 15px;
	margin-top: 25px;
}

.errore {
	float: left;
	margin-left: 15px;
}

.ns {
    display: none;
    visibility: hidden;
}
/* -- ELEMENTI GENERICI FINE --*/

/* -- DIV PRODOTTI --*/
#prodotto_vet_home {
	width: 225px;
	min-height: 371px;
	float: left;
	background: #ffffff;
	margin: 0 10px 10px 0;
	padding: 30px 15px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.contenuto-prodotti div:nth-child(3n) > #prodotto_vet_home {
	margin: 0 0 10px;
}

#prod_foto_vet {
	width: 241px;
	float: left;
	display: inline;
	height: 187px;
	position: relative;
}

#prod_foto_vet, .prod_foto {
	float: none;
	width: auto;
	height: auto;
	display: block;
	text-align: center;
}

.prod_foto {
	width: 225px;
	height: 140px;
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	position: relative;
}

.prod_foto a > img {
	height: 125px;
	width: auto;
}

#prod_prezzo {
	float: left;
	color: #4d4d4d;
	font-weight: 700;
	font-size: 14px;
	padding: 10px 0 0;
	text-align: left;
}

.prezzob {
	text-decoration: line-through;
	margin-top: -11px !important;
	display: block;
	font-weight: 400;
}

.prod_titolo_vet {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #464747;
	height: 60px;
	text-align: left;
	margin: 0 0 15px;
}

.price {
	float: right;
	background: #f1a72f url(/immagini/ico_price.png) no-repeat 6px center;
	padding: 2px 10px 2px 25px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 10px;
}

.price > a {
	color: #ffffff;
}

.price > a:hover {
	color: #ffffff;
	text-decoration: none;
}

.box-icone-vetrina {
	text-align: left;
	padding: 10px 0;
	margin: 0 0 10px;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
}

.box-icone-vetrina img {
	display: inline-block;
	vertical-align: middle;
}
/* -- DIV PRODOTTI --*/

/* -- VEDI PRODOTTO --*/
.foto_prodotto {
	width: 230px;
	margin-top: 55px;
	float: left;
	display: inline;
	text-align: center;
}

.descrizione_prodotto {
	float: left;
	width: 425px;
	margin-left: 10px;
}

.descrizione_prodotto > h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 26px;
	color: #f1a72f;
	margin: 0 0 8px;
}

.descrizione_prodotto > p {
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
}

.contenuto {
	border: 1px solid #c9c9c9;
	padding: 25px 20px;
	float: left;
	margin: 20px 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contenuto > h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	color: #333333;
	margin: 0;
}

.aggiungi_carrello {
	background: #f1a72f;
	padding: 11px 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	float: right;
	box-sizing: border-box
}

.aggiungi_carrello > a {
	color: #ffffff;
}

.aggiungi_carrello > a:hover {
	color: #ffffff;
	text-decoration: none;
}

.info {
	background: #b0b0b0;
	padding: 11px 15px;
	font-size: 16px;
	line-height: 16px;
	float: right;
	color: #ffffff;
	box-sizing: border-box
}

.info:hover {
	color: #ffffff;
	text-decoration: none;
}

.quantita {
	 width: 15px !important; 
	 float: left !important; 
	 background: none !important; 
	 border-radius: 0 !important; 
	 font-weight: 700 !important; 
	 text-align: center !important; 
	 padding: 5px 10px !important; 
	 margin: 0 !important;
}

.ico_disponibile {
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #666666;
	text-decoration: underline;
	margin: 25px 0 0;
}
/* -- FINE VEDI PRODOTTO --*/

/* -- ACQUISTA O CONTINUA --*/

#cont_acquista {
	width: 500px;
	height: auto;
	float: left;
	padding: 15px 20px;
}

.f_acquista {
	background: #f4f4f4;
	box-shadow: 0 0 25px #c7c7c7, 0 0 35px #999;
}
.cont_acquista_top {
	width:490px; 
	height:64px; 
	float:left; 
	margin-left:5px;
}

/* -- FINE ACQUISTA O CONTINUA --*/

/* -- TEMPLATE PAGINA -- */
.template_pagina {
	background: #FFF;
	min-height: 197px;
	padding: 20px 40px;
	width: 880px;
}

.template_pagina  > h2{
	font-weight: 700;
	color: #7aa71d;
	text-align: center;
	font-size: 27px;
	text-transform: uppercase;
	line-height: 30px;
}

.immagine_slide {
	background: url(/immagini/template_pagina/1.jpg) no-repeat top center;
	width: 1114px;
	min-height: 622px;
}

.hidden_img {
	overflow-x: hidden;
	margin-bottom: -237px;
}
/* -- FINE TEMPLATE PAGINA -- */

/* -- CONTATTI -- */
.contact {
	margin-top: 26px;
}

.span6 {
	width: 425px;
	margin-left: 0;
}

.span6:last-child {
	padding: 24px;
}

.contact-form {
	border: solid 1px #e1e1e1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* -- FINE CONTATTI -- */

/* -- FORM -- */
input[type="text"], input[type="email"], input[type="password"], textarea {
	border-radius: 0;
	width: 375px;
}

textarea {
	resize: vertical;
}
/* -- FINE FORM -- */

/* -- NEWS -- */

.contenitore_span2 {
	float: left;
	margin: 0;
	width: 240px;	
	min-height: 244px;
}

.contenitore_span2 > a {
	padding: 12px 0;
	margin: 0 20px;
	display: inline-block;
	width: 200px;
	border-bottom: 1px solid rgba(0, 84, 131, 0.2);
}

.contenitore_span2 > a:hover {
	text-decoration: none;
}

.contenitore_span2 > a:last-child {
	border-bottom: none;
}

.contenitore_span2 > a > h3 {
	font-weight: 400;
	font-size: 18px;
	color: #ffffff;
	margin: 0;
	line-height: 20px;
	text-transform: uppercase;
}

.contenitore_span2 > a > p {
	color: #ffffff;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
/*-- NEWS FINE --*/

.menu-left2 {
	display: block !important;
	cursor: pointer !important;
	color: #666666;
	border-bottom: 1px solid rgba(130, 130, 130, 0.2);
	padding: 10px 15px 10px 25px;
	/*background: url(/images/ico_arrow.png) right center no-repeat;*/
	background-origin: content-box;
}


#campi_sp > h2
{
	font-size: 17px;
}

/* OFFERTE A TEMPO */
#prod_foto_vet > div.box-icone-vetrina > h3
{	
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	color: #5d5d5d;
}

#prod_foto_vet > div.box-icone-vetrina > h3 > span
{
	color:#cb4437;
}
.tempo-offerta2
{
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	color: #5d5d5d;
}

.tempo-offerta2 > span
{
	color:#cb4437;
}

.socialtop 
{
	float: right;
	margin-top: 5px;
	margin-bottom: -5px;
	height: 20px;
}

.socialtop > p
{
	display:inline-block;
	font-size:11px;
	font-weight: 700;
	color: #9A9A9A;
	vertical-align:middle;
}

.socialtop > img
{
	display:inline-block;
	margin-left:20px;
	vertical-align:middle;
}

.bandierine
{
	margin-top: 6px;
	display: inline-block;
	margin-left: -5px;
	margin-right: 17px;
}

.bandierine > a > img
{
	display:inline-block;
	margin-left:10px;
}

.box-testo-new
{
	height:60px;
}

.box-testo-new > img 
{
	display: inline-block;
	vertical-align: middle;
	margin-left:15px;
	max-height:60px;
}

.box-testo-new > h2 
{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #ffffff;
}

.label, .badge
{
	white-space:normal;
}

.descr-no-err > table
{
	 float: left;
	 max-width: 100%;
	width: 100%;
}

#gallery_01
{
	margin: 40px 0 0 40px;
	text-align: left;
}

.spedgra
{
	margin-top: 10px;
	height: 60px;
	background: #4286f5;
	width: 970px;
	padding: 5px;
}

.spedgra > small
{
	color: #ffffff;
	display: inline-block;
	vertical-align: middle;
	font-size:17px;
}

.spedgra > img
{
	margin-top:6px;
	display:inline-block;
	vertical-align:middle;
	margin-left:96px;

}

.socialtop > a > img
{
	margin-left:3px;
}

.modifiche3
{
	width: 650px !important;
	padding: 20px;
	position: relative;
	background:#ffffff;
}

.modifiche4 {
	padding: 20px;
	position: relative;
	margin-top: 10px;
	background:#ffffff;
}

.bannerho
{
	width:700px !important;
	float:right;
	margin-left:5px;
}

.imB0
{
	display:inline;
}

.meshim_widget_widgets_TitleBar {
	color: #fff;
	background: #f1a72f;
}

#fxrt_w_c_order > a {
	margin-left: 20px !important;
}

.testo-pagina > p > img
{
	max-width:100%;
}

.image-grid-home {
	display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
	}

	.center-libri-mrk {
		display: flex;
	    display: -webkit-flex;
		-webkit-flex-direction: column;
	   flex-direction: column;
	  align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;

	}


	.ui-widget-header {
	background: #F4B400 !important;
	border-color: #F4B400 !important;
}