html, body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: "Lato";
	overflow-x: hidden;
}

header {
	background-color: white;
}

.cat {
	color: white !important;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #9E131B;
}

img {
	border: none;
}

.img-shadow {
	background: url(../images/b-shadow.png) no-repeat -6px bottom;
	padding-bottom: 60px;
	margin-bottom: -50px;
}

/* STRUTTURA */
#top-wrapper {
	width: 100%;
	background-color: #f3f3f4;
	display: inline-block;
}

#header-wrapper {
	/* border-top: 6px solid #9e131b; */
	width: 100%;
	background-color: #fff;
	margin-top: -12px;
}

#content-wrapper {
	min-height: 400px;
	background: rgba(219, 219, 219, 1);
	background: -moz-linear-gradient(top, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 53%, rgba(254, 254, 254, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(219, 219, 219, 1)), color-stop(53%, rgba(254, 254, 254, 1)), color-stop(100%, rgba(254, 254, 254, 1)));
	background: -webkit-linear-gradient(top, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 53%, rgba(254, 254, 254, 1) 100%);
	background: -o-linear-gradient(top, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 53%, rgba(254, 254, 254, 1) 100%);
	background: -ms-linear-gradient(top, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 53%, rgba(254, 254, 254, 1) 100%);
	background: linear-gradient(to bottom, rgba(219, 219, 219, 1) 0%, rgba(254, 254, 254, 1) 53%, rgba(254, 254, 254, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#fefefe', GradientType=0);
	color: #9c9c9e;
}

#footer-wrapper {
	min-height: 50px;
}

/* BANNER */
#banner {
	margin: auto;
	width: 960px;
	overflow: hidden;
}

.cycle-slideshow img {
	width: 100%;
	min-width: 960px;
	height: auto
}

/* USERBAR */
#top {
	/*width: 960px;*/
	margin: auto;
}

#userbar {
	text-align: right;
	display: inline-block;
	width: 100%;
}

#language {
	float: right;
	/*border-right: 1px solid gray;*/
	padding-right: 10px;
	padding-top: 8px;
}

#language select {
	-webkit-appearance: none;
	border: none;
	font-weight: bold;
	font-size: 11px;
	color: gray;
	padding-right: 10px;
	background: url(../images/bottom-arrow.png) no-repeat right center;
	text-transform: uppercase;
	min-width: 30px !important;
	width: 90px;
	margin-top: -11px;
	height: 34px;
}

#top-social {
	float: right;
	font-size: 11px;
	line-height: 21px;
	margin-left: 20px;
	padding-top: 8px;
}

#top-login {
	float: right;
	font-size: 11px;
	line-height: 21px;
	margin-left: 20px;
	padding-top: 8px;
	border-right: 1px solid gray;
	padding-right: 20px;
}

#top-social a {
	color: gray;
}

#top-social a:hover {
	color: black;
}

#top-social .fa {
	font-size: 22px;
	margin: 0 5px;
	vertical-align: middle;
}

#logo {
	float: left;
	margin-left: 30px;
}

/* MENU */
#menu {
	float: right;
	margin-bottom: -5px;
	font-size: 16px;
	margin-top: 30px;
}

#menu ul li {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px;
	border-right: 1px solid #DCDDDE;
}

#menu ul li:last-child,
#menu ul li.last {
	border-right: none;
}

#menu ul li a {
	text-decoration: none;
	padding-bottom: 17px;
	color: black;
	font-size: 13px;
}

#menu ul li a.active,
#menu ul li a:hover {
	background: url(../images/segnaposto-menu.png) no-repeat center bottom;
	color: #9E131B;
}

/* CONTENT */
#content {
	width: 960px;
	margin: auto;
	min-height: 400px;
	padding-top: 20px;
}

#payoff {
	text-align: center;
	color: #535353;
	font: italic 25px Lato;
	font-weight: 200;
	margin-top: 50px;
}

#payoff i {
	font-size: 75px;
	vertical-align: middle;
	margin-right: 35px;
	color: silver;
}

.divider {
	background: url(../images/divider.png) no-repeat center center;
	width: 100%;
	height: 1px;
	margin: 30px;
}

h1.title {
	margin: 0;
	text-align: center;
	color: black;
	font: normal 30px "Lato";
	padding: 15px;
	text-transform: capitalize;
	font-weight: 200;
}

#sidebar {
	max-width: 222px;
	float: left;
}

#corpo {
	width: 720px;
	float: right;
	/*text-align: justify;*/
	color: black;
	font-size: 14px;
	line-height: 20px;
}
/*
In caso di rimozione sidebar
*/
#corpo:first-child{
	width: 100%;
}

.titolo-sezione {
	border-bottom: 1px solid #9E131B;
	font: normal 22px "Lato";
	font-weight: 200;
	color: black;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 5px;
	margin-top: 25px;
}

.titolo-sezione:first-child {
	margin-top: 0;
}

#sharethis {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 10px;
}

.breadcrumb {
	padding: 8px 13px;
	margin-bottom: 21px;
	list-style: none;
	background-color: #FAFAFA;
	border-radius: 3px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li>a {
	text-decoration: underline;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: ">\00a0";
}

.breadcrumb>.active {
	color: #777;
	font-size: 1.8em;
	font-weight: 600;
}

/* SCHEDA */
.content-scheda {
	color: black;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	position: relative;
	width: 100%;
}

.scheda-immagine {
	float: left;
	background: url(../images/ombra-box.png) no-repeat 7px bottom;
	background-size: 323px 40px;
	position: relative;
}

.scheda-coccarda {
	width: 55px;
	height: 55px;
	background-image: url(../images/coccarda-new.png);
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 100;
}

.scheda-immagine-item {
	padding: 10px;
	margin-right: 20px;
	position: relative;
	background-color: white;
	/* border: 1px solid silver; */
	text-align: center;
	/* -webkit-border-radius: 10px; */
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.scheda-immagine-item img {
	position: relative;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.scheda-contenuto {}

.scheda-descrizione {}

.scheda-prezzo {
	font-size: 17px;
	color: #9E131B;
	font-weight: bold;
}

.scheda-pulsanti {
	text-align: left;
	display: inline-block;
	margin-top: 20px;
}

.scheda-pulsanti a {
	padding: 10px 60px;
	color: white;
	background-color: #9E131B;
	text-decoration: none;
	margin: 5px;
	float: left;
}

.scheda-pulsanti a:hover {
	background-color: gray;
}

.correlati {
	background-color: white;
	padding: 10px 0 0 10px;
	display: inline-block;
	width: 100%;
	border: 1px solid silver;
	box-sizing: border-box;
	overflow: hidden;
}

.correlati-immagine {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 167px;
	/*margin: 2px 9px;
			padding: 5px;
			border-left: 1px solid silver;*/
}

.correlati-immagine a {
	display: inline;
}

.correlati-immagine img {
	display: block;
	/*max-width: 200px;
			max-height: 118px;*/
}

#div_prezzo {
	display: inline-block;
	border-top: 1px solid silver;
	width: 100%;
	box-sizing: border-box;
	text-align: right;
	padding: 17px 0;
}

.carrello-action {
	float: right;
}

#content-opzioni-pulsante {
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
	border-bottom: 1px solid #9E131B;
	margin-bottom: 20px;
	cursor: pointer;
	font: normal 22px "Lato";
	font-weight: 200;
}

#content-opzioni-pulsante i {
	margin-left: 10px;
	font-size: 17px;
	line-height: 22px;
	color: #9E131B;
}

.content-opzioni-cerca {
	margin-bottom: 20px;
}

.content-opzioni {
	display: inline-block;
	width: 100%;
}

.content-allegati {
	width: 100%;
	display: inline-block;
}

.content-allegati-item {
	float: left;
	margin: 5px;
	text-transform: capitalize;
}

#content-opzioni-contenuto {
	display: none;
	width: 100% !important;
}

/* MENU INTERNO */
#menu-interno {
	border-bottom: 1px solid #9E131B;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#menu-interno ul {
	padding: 0;
}

#menu-interno ul li {
	line-height: 25px;
	list-style-type: none;
}

#menu-interno ul li a {
	text-decoration: none;
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	color: black;
	text-transform: uppercase;
}

#menu-interno ul li a:hover,
#menu-interno ul li a.active {
	color: #9E131B;
	padding-left: 13px;
	background: url(../images/segnaposto-menu-interno.png) no-repeat left center;
}

.card-settore {
	display: block;
	width: 100% !important;
	padding-bottom: 66%;
	/*square*/
	/* height: 100px;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.card-settore>.text-cat {
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/* LISTA NEWS */
.news-item {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid silver;
}

.news-item-immagine {
	float: left;
	margin-right: 20px;
	width: 240px;
	height: 180px;
	text-align: center;
	background: white;
	line-height: 150px;
	border: 3px solid silver;
}

.news-item-immagine img {
	vertical-align: middle;
	max-width: 240px;
}

.news-item-titolo {
	font-size: 20px;
	font-weight: 300;
	color: #9E131B;
	margin-bottom: 10px;
}

.news-item-titolo a {
	font-size: 30px;
	font-weight: 300;
	color: #9E131B;
	margin-bottom: 10px;
	text-decoration: none;
	font-variant: small-caps;
}

.news-item-descrizione {
	text-align: justify;
	font-size: 15px;
	margin-top: 5px;
}

/* MENU CATEGORIE */
#menu-categorie {}

#menu-categorie .titolo {
	background-color: black;
	padding: 5px 10px;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
}

#menu-categorie .titolo i {
	float: right;
	font-size: 48px;
	line-height: 18px;
	margin-right: -9px;
}

#menu-categorie a {
	color: black;
	text-decoration: none;
	font-size: 12px;
}

#menu-categorie a:hover {
	color: #9E131B;
}

ul.categoria li {
	margin-bottom: 5px;
}

ul.categoria li.active {
	background: url(../images/segnaposto-menu-interno.png) no-repeat left 6px;
	margin-left: -21px;
	padding-left: 21px;
}

ul.sottocategoria li {
	margin-bottom: 2px;
	list-style-type: none;
}

ul.categoria li img {
	width: 25px;
	vertical-align: middle;
	margin-right: 5px;
}

ul.categoria {
	margin-left: 0;
	padding-left: 0px;
	//border-left: 1px solid #9E131B;
	list-style-type: none;
}

ul.sottocategoria {
	margin-left: 0;
	padding-left: 10px;
	font-size: 13px;
	margin-bottom: 10px;
}

/* BLOCCHI */
.blocco {
	margin: 10px 0;
	display: inline-block;
}

.blocco.vaialcatalogo {
	border: 1px solid silver;
}

/* PRODOTTI HOME */
.prodotto-home {
	position: relative;
	float: left;
	padding-bottom: 20px;
	background: url(../images/ombra-box.png) center bottom;
	margin: 9px;
}

.prodotto-home-content {
	width: 220px;
	height: 200px;
	overflow: hidden;
	background-color: white;
	border: 1px solid silver;
}

.prodotto-home-coccarda {
	width: 55px;
	height: 55px;
	background-image: url(../images/coccarda-new.png);
	position: absolute;
	top: -1px;
	right: -1px;
}

.prodotto-home-immagine {
	text-align: center;
	margin-bottom: 5px;
	height: 150px;
}

.prodotto-home-immagine img {
	max-width: 200px;
	max-height: 150px;
	vertical-align: middle;
}

.prodotto-home-nome {
	text-align: center;
	color: gray;
	font-size: 13px;
}

/* LISTE */
#pager,
.content-lista {
	display: inline-block;
	width: 100%;
}

.prodotto-item {
	width: 225px;
	height: 225px;
	float: left;
	margin-right: 19px;
	overflow: hidden;
	border: 1px solid silver;
	margin-bottom: 20px;
	position: relative;
	background-color: white;
}

.prodotto-item:hover {
	border-color: #9E131B;
}

.prodotto-item:nth-child(3n+0) {
	margin-right: 0px;
}

.prodotto-item-coccarda {
	width: 55px;
	height: 55px;
	background-image: url(../images/coccarda-new.png);
	position: absolute;
	top: -1px;
	right: -1px;
}

.prodotto-item-immagine {
	height: 160px;
	width: 225px;
	text-align: center;
	vertical-align: middle;
}

.prodotto-item-immagine img {
	max-height: 160px;
	max-width: 200px;
	vertical-align: middle;
}

.prodotto-item-nome {
	text-align: center;
	color: black;
	text-transform: uppercase;
	padding: 0 5px;
	font-size: 12px;
}

.prodotto-item-codice {
	text-align: center;
	color: black;
	padding: 0 5px;
}

/* PAGER */
#pager {
	text-align: center;
}

#pager a {
	/* color: black; */
	/* text-decoration: none; */
	/* margin: 0 2px; */
	font-weight: bold;
	margin-left: 9px;
	color: #bababa;
	font-size: 20px;
	/* display: block; */
	padding: 2px 10px;
	background: #f6f6f6;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

#pager a.active,
#pager a:hover {
	color: white;
	background-color: #ff6060;
}

.active-link {
	color: white !important;
	background-color: black !important;
}

/* SEIPO QUALITY */
#seipo-quality {
	background-color: white;
	text-align: center;
	padding: 30px 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

#seipo-quality .titolo {
	color: #9E131B;
	text-align: center;
	text-transform: uppercase;
	font: normal 27px "Lato";
	margin: 0 auto;
	margin-bottom: 30px;
	width: 300px;
	background-color: white;
	z-index: 1;
	position: relative;
}

#seipo-quality .line {
	background: url(../images/divider.png) no-repeat center center;
	width: 100%;
	height: 1px;
	margin-top: -45px;
	margin-bottom: 45px;
	z-index: 0;
}

#seipo-quality img {
	vertical-align: middle;
	margin: 0 10px;
}

/* POSTSCRIPT */
#postscript-wrapper {
	/*border-top: 1px solid #9e141c;*/
	min-height: 150px;
	background-color: #dcddde;
	/*padding: 20px 0;*/
	width: 100%;
	display: inline-block;
}

#postscript {
	width: 960px;
	margin: auto;
}

.ps-block {
	width: 300px;
	padding: 10px;
	float: left;
}

.ps-block-titolo {
	color: white;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 7px;
}

.ps-block-titolo {
	color: white;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 7px;
}

.ps-block-titolo i {
	float: right;
	margin-right: 5px;
}

.ps-block .content {
	margin-top: 20px;
	padding: 5px 10px;
	border-left: 3px solid;
	font-size: 13px;
	color: #333333;
	min-height: 130px;
}

.ps-block.location .ps-block-titolo {
	background-color: #313131;
}

.ps-block.news .ps-block-titolo {
	background-color: #656666;
}

.ps-block.social .ps-block-titolo {
	background-color: #9a9b9c;
	text-align: left;
}

.ps-block.location .content {
	border-left-color: #313131;
}

.ps-block.news .content {
	border-left-color: #656666;
}

.ps-block.social .content {
	border-left-color: #9a9b9c;
}

.ps-block-news-item {
	display: inline-block;
	width: 100%;
	margin: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid silver;
}

.ps-block-news-item .immagine {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid black;
	float: left;
	margin-right: 5px;
}

.ps-block-news-item .immagine img {
	width: 50px;
}

.ps-block-news-item .titolo a {
	font-size: 12px;
	text-decoration: none;
	color: black;
}

.ps-block-news-item .titolo a:hover {
	color: #9E131B;
}

.ps-block.social {
	text-align: center;
}

.ps-block.social .content i {
	font-size: 35px;
	margin: 10px 2px;
	color: gray;
}

.ps-block.social .content a {
	color: black;
}

.ps-block.social .content a i {
	color: gray;
}

.ps-block.social .content a:hover i,
.ps-block.social .content a:hover {
	color: #9e131b;
}

hr {
	border: none;
	width: 100%;
	height: 1px;
	background-color: silver;
	margin-bottom: 15px;
}

.mappa {
	/*border: 10px solid white;*/
	overflow: hidden;
	/*-webkit-box-shadow: 4px 4px 26px 0px rgba(0,0,0,0.75);
				-moz-box-shadow: 4px 4px 26px 0px rgba(0,0,0,0.75);
				box-shadow: 4px 4px 26px 0px rgba(0,0,0,0.75);*/
}

/* MEDIA GALLERY */
.media-landing {
	min-height: 200px;
	margin-top: 10px;
}

.media-landing i {
	color: silver;
	font-size: 70px;
	margin-top: 20px;
}

.fotogallery,
.videogallery {
	float: left;
	display: inline-block;
	border: 1px solid silver;
	padding: 20px;
	text-align: center;
	margin: 20px;
	background-color: white;
	width: 260px;
	height: 119px;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.videogallery:hover i,
.fotogallery:hover i {
	color: green;
	transition: all 400ms;
	-webkit-transition: all 400ms;
}

.fotogallery a,
.videogallery a {
	text-decoration: none;
	font: 300 18px 'Source Sans Pro', sans-serif;
}

.fotogallery a:hover,
.videogallery a:hover {}

.box-album {
	width: 348px;
	height: 250px;
	float: left;
	overflow: hidden;
	border: 1px solid silver;
	background-color: white;
	margin: 5px;
}

.box-immagine {
	width: 348px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: white;
	text-align: center;
	margin-top: 5px;
}

.box-immagine img {
	max-width: 348px;
	max-height: 250px;
}

.box-label {
	text-align: center;
	text-decoration: none;
}

.box-label a {
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	text-transform: uppercase;
	border: none;
	font-size: 16px;
	margin-top: 0px;
	line-height: 20px;
	color: #9e131b;
}

.box-video {
	width: 680px;
	margin-bottom: 20px;
	border-bottom: 1px solid silver;
	padding-bottom: 20px;
	padding: 20px;
}

.box-iframe>iframe {
	width: 680px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.box-album.interno {
	width: 132px;
	height: 132px;
	text-align: center;
}

interno .box-immagine {
	width: 100px;
	height: 100px;
	text-align: center;
	padding: 5px;
}

.interno .box-immagine {
	width: 132px;
	height: 132px;
	text-align: center;
}

.interno .box-immagine {
	margin-top: 0;
}

.box-album.interno .box-immagine img {
	max-width: 180px;
	max-height: 150px;
	margin: 0;
	padding: 0;
}

.back {
	border-bottom: 1px solid silver;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-top: 5px;
	padding-right: 4px;
}

.back button {
	background-color: black;
	padding: 5px 10px;
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	border: none;
	font-size: 16px;
	margin-top: 0px;
	line-height: 20px;
	font-family: Lato;
	cursor: pointer;
}

.back button:hover {
	background-color: #9e131b;
}

/* CERCA */
.cerca {
	margin: 34px;
	min-height: 34px;
	clear: both;
}

.cerca input[type="submit"], .cerca .filter{
	height: 34px;
	/*line-height: 34px;*/
	box-sizing: border-box;
}

.cerca .filter{
	padding: 0 13px;
	float: left;
	clear: right;
	border-radius: 0 !important;
	/* line-height: 15px; */
	border: solid gray;
	border-width: 1px 0 1px 1px;
	font-size: 15px;
	/* padding: 5px; */
	color: gray;
}

.cerca .filter-size{
	margin-left:0;
	padding-right:21px;
	width:89px;
}

.cerca .filter-text{
	padding: 0 13px !important;
	width: 233px;
}

.cerca input[type="submit"] {
	border: none;
	background-color: black;
	border: 1px solid black;
	color: white;
	/*
	padding: 8px;
	line-height: 8px;
	font-size: 13px;
	*/
	cursor: pointer;
}

.cerca input[type="submit"]:hover {
	color: white;
	background-color: #9e131b;
}



/* OPZIONI */
#div_opzioni {
	display: inline-block;
	width: 100%;
}

#div_opzioni>.opzione {
	float: left;
	width: 356px;
	height: 50px;
	margin: 2px;
	background-color: #DDE2E2;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
}
#div_opzioni>.separatore-opzioni {
	float: left;
	clear:both;
	width: 100%;
	margin: 2px 0;
	width:100%;
}


#div_opzioni>div.selected {
	background-color: #9E131B;
	color:white;
}

.opzione-immagine {
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

.opzione-immagine img {
	width: 50px;
}

.opzione-contenuto {
	padding: 8px;
	line-height: 15px;
}

.opzione-contenuto input {
	display: none;
}

/* FOOTER */
#footer {
	width: 960px;
	margin: auto;
	color: white;
	padding-top: 20px;
}

.footer-indirizzo {
	float: left;
	font-size: 12px;
}

.footer-credit {
	float: right;
	font-size: 12px;
}

.footer-credit a {
	float: right;
	font-size: 12px;
	text-decoration: none;
	color: white;
}

/* ORGANIGRAMMA*/
.user {
	background: url(../images/b-shadow.png) no-repeat -6px bottom;
	display: inline-block;
	margin: 5px;
	float: left;
	box-sizing: border-box;
	padding-bottom: 32px;
	background-size: 100%;
	margin-bottom: -15px;
	width: 350px;
}

.user-role {
	background-color: white;
	padding: 17px;
	width: 305px;
	height: 90px;
	text-align: left;
}

.user-foto {
	float: right;
	width: 85px;
	height: 85px;
	border: 1px solid silver;
	padding: 5px;
	margin-top: -5px;
}

.user-foto img {
	width: 85px;
	max-height: 85px
}

/* TABLE */
table {
	width: 100%;
}

.scheda-cliente-agente {
	margin-top: 20px;
	margin-bottom: 40px;
}

.menu-tendina-agenti {
	width: 600px;
}

.totale-lista-ordini {
	text-align: right;
	font-weight: bold;
	padding-right: 70px;
	font-size: 16px;
}

.testo-centrato {
	width: 100%;
	display: inline-block;
}

/* MAPPA */
#content.rete-di-vendita {
	min-height: 100px;
	padding-bottom: 30px;
	box-sizing: border-box;
}

#mapdiv {
	border-top: 5px solid #9c9c9e;
}

h1.area-title {
	margin: 0;
	text-align: center;
	color: black;
	font: normal 30px "Lato";
	padding: 15px;
	font-weight: 200;
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.div-result {}

.div_zona {
	float: left;
	padding: 30px;
	background-color: white;
	border: 1px solid;
	margin: 5px;
}

#div-result-item {
	background-color: white;
	padding: 20px;
	float: left;
	border: 1px solid gray;
	margin: 10px;
	min-width: 258px;
	font-family: Lato;
	color: #333;
}

#div-result-item i {
	margin-right: 5px;
}

.riv-nome {
	font-weight: bold;
	text-transform: uppercase;
}

.riv-zona {
	font-size: 23px;
	font-family: "Lato";
	text-align: center;
	color: #9e131b;
	margin-bottom: 10px;
}

/* FORM */
#corpo .form-row {
	text-align: left;
}

form td {
	vertical-align: top;
}

label.error {
	color: #fff;
	display: block;
	font-size: .8em;
	padding: 3px 8px;
	background: #9e131b;
}

/* RICHIEDI INFO */
.richiedi-info {
	margin: 5px;
	display: inline-block;
}

#info-request #content {
	width: auto;
}

#info-request input[type="text"],
#info-request select {
	width: 260px;
	min-width: auto;
}

#info-request #info {
	display: none;
	visibility: hidden;
}

#info-request #response {
	font-weight: bold;
	color: #090;
	display: inline-block;
	padding: 0 10px;
}

.scheda-allegati strong {
	display: block;
	margin-bottom: 2px;
}

.scheda-allegati-top {
	margin-top: 20px;
	padding-bottom: 20px;
}

.scheda-allegati-bottom {
	margin-bottom: 20px;
	overflow: hidden;
}

.scheda-allegati-bottom>div {
	width: 50%;
	float: left;
}

/*RIFINITURE */
.no-product {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: red;
}

.qt {
	/*
	width: 80px;
	line-height: 28px;
	padding: 1px 1px 2px 1px;
	*/
	width: 50px;
    line-height: 21px;
	text-align: center;
	font-size: 15px;
	margin: 2px 5px 0 2px;
	padding: 1px;
	border: 1px solid #c0c0c0;
}


.pointer {
	cursor: default;
}

.scheda-contatti table {
	border: 1px solid gray;
	padding: 3px;
}

.scheda-contatti tbody tr,
.scheda-contatti tbody tr:nth-child(2n+0) {
	background-color: transparent;
	border-bottom: 1px solid silver;
}

.scheda-contatti select {
	min-width: 244px !important;
}

/* IVAN */
.alert {
	padding: 10px;
	background: #f2dede;
	color: #a94442;
	border: 1px solid #a94442;
}

.col-container {
	overflow: hidden;
}

.col-container .col-left,
.col-container .col-right {
	float: left;
}

.col-container .col-left {
	width: 120px;
}

.col-container .col-left select {
	width: auto;
	min-width: 110px;
}

.col-container .col-right input {
	width: 250px;
}

.message {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em
}

.message.success {
	color: #090;
}

.message.danger {
	color: #C00;
}

/*
					##Device = Desktops
					##Screen = 1281px to higher resolution desktops
					*/
@media (min-width: 1281px) {
	.activecat {
		background-color: #F1270F !important;
		color: #FFF !important;
		text-decoration: none !important;
		border-bottom: 0px solid #000 !important;
	}

	.filtro>a {
		outline: none;
		display: inline-block;
		text-decoration: none;
		background-color: #e6e6e6;
		color: #000;
		text-transform: uppercase;
		font-size: 13px;
		height: 24px;
		line-height: 24px;
		padding: 0px 15px 0px 15px;
		position: relative;
		border-bottom: 0px solid #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.filtro>a:hover {
		background-color: #F1270F;
		color: #FFF;
		text-decoration: none;
		border-bottom: 0px solid #000;
	}

	.alfio {
		box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
		height: auto;
	}

	.arrow {
		position: absolute;
		font-size: 37px;
		margin-left: 10px;
	}

	ul.alfio {
		margin-top: -5px;
	}

	.arrowR {
		display: none !important;
	}

	.arrow {
		position: absolute;
		font-size: 37px !important;
		margin-left: 10px;
	}
}

/*
					##Device = Laptops, Desktops
					##Screen = B/w 1025px to 1280px
					*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.activecat {
		background-color: #F1270F !important;
		color: #FFF !important;
		text-decoration: none !important;
		border-bottom: 0px solid #000 !important;
	}

	.filtro>a {
		outline: none;
		display: inline-block;
		text-decoration: none;
		background-color: #e6e6e6;
		color: #000;
		text-transform: uppercase;
		font-size: 13px;
		height: 24px;
		line-height: 24px;
		padding: 0px 15px 0px 15px;
		position: relative;
		border-bottom: 0px solid #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.filtro>a:hover {
		background-color: #F1270F;
		color: #FFF;
		text-decoration: none;
		border-bottom: 0px solid #000;
	}

	.alfio {
		box-shadow: 0 1px 5px rgba(0, 0, 0, .05);
		height: auto;
	}

	.arrow {
		position: absolute;
		font-size: 37px !important;
		margin-left: 10px;
	}

	ul.alfio {
		margin-top: -5px;
	}

	.arrowR {
		display: none !important;
	}
}

/*
					##Device = Tablets, Ipads (portrait)
					##Screen = B/w 768px to 1024px
					*/
@media (min-width: 768px) and (max-width: 1024px) {
	.activeR {
		background-color: #F1270F !important;
		color: #FFF !important;
		text-decoration: none !important;
		border-bottom: 0px solid #000 !important;
	}

	.arrow {
		display: none !important;
	}

	li.filtro {
		display: inline-block;
		padding: 10px 15px;
		text-align: center;
		width: 100%;
		background-color: #f7f7f7;
		border-bottom: 1px solid #E0E0E0;
	}

	ul.alfio {
		padding: 0px;
	}

	filtro>a>span {
		color: black;
	}

	.name {
		color: black;
	}

	.filtro:hover+name {
		background: black;
		color: white;
	}

	.arrowR {
		font-size: 37px;
		margin-left: 10px;
		display: block;
	}
}

/*
					##Device = Tablets, Ipads (landscape)
					##Screen = B/w 768px to 1024px
					*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.arrow {
		display: none !important;
	}

	.activeR {
		background-color: #F1270F !important;
		color: #FFF !important;
		text-decoration: none !important;
		border-bottom: 0px solid #000 !important;
	}

	li.filtro {
		display: inline-block;
		padding: 10px 15px;
		text-align: center;
		width: 100%;
		background-color: #f7f7f7;
		border-bottom: 1px solid #E0E0E0;
	}

	ul.alfio {
		padding: 0px;
	}

	filtro>a>span {
		color: black;
	}

	.name {
		color: black;
	}

	.filtro:hover+name {
		background: black;
		color: white;
	}

	.arrowR {
		font-size: 37px !important;
		margin-left: 10px;
		display: block !important;
	}
}

/*
					##Device = Most of the Smartphones Mobiles (Portrait)
					##Screen = B/w 320px to 479px
					*/
@media (min-width: 521px) and (max-width: 844px) {
	.arrow {
		display: none !important;
	}

	.arrowR {
		font-size: 37px !important;
		margin-left: 10px;
		display: block !important;
	}

	.activeR {
		background-color: #F1270F !important;
		color: #FFF !important;
		text-decoration: none !important;
		border-bottom: 0px solid #000 !important;
	}

	.activeR>a>span {
		color: white;
	}

	li.filtro {
		display: inline-block;
		padding: 10px 15px;
		text-align: center;
		width: 100%;
		background-color: #f7f7f7;
		border-bottom: 1px solid #E0E0E0;
	}

	ul.alfio {
		padding: 0px;
	}

	.name {
		color: black;
	}

	.filtro:hover+name {
		background: black;
		color: white;
	}
}

@media (min-width: 120px) and (max-width: 521px) {
	.arrow {
		display: none !important;
	}

	.arrowR {
		font-size: 37px !important;
		margin-left: 10px;
		display: block !important;
	}

	.activeR {
		background-color: #F1270F !important;
		color: #FFF !important;
		text-decoration: none !important;
		border-bottom: 0px solid #000 !important;
	}

	.activeR>a>span {
		color: white;
	}

	li.filtro {
		display: inline-block;
		padding: 10px 15px;
		text-align: center;
		width: 100%;
		background-color: #f7f7f7;
		border-bottom: 1px solid #E0E0E0;
	}

	ul.alfio {
		padding: 0px;
	}

	.name {
		color: black;
	}

	.filtro:hover+name {
		background: black;
		color: white;
	}
}


@media print {
	a[href]:after {
	  content: none !important;
	}
  }