/* Add Google WebFonts */
@import 'https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Source+Sans+Pro:400,600,700';
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:hover {
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
}
.giradispositivo {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #ae1a1f;
	left: 0px;
	bottom: 0px;
	z-index: 9999999999;
	background-image: url(../img/giradispositivo.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}
.obbligatorio {
	border-color: #dd0000;
}
html, body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 400;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-image: url(../img/bg.jpg);
}
p {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666666;
}
div.wrapper {
	min-height: 100%;
	/*overflow-x: hidden;*/
	margin: 0px auto;
	position: relative;
}
h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #ae1a1f;
}
img {
	border: none;
}
ul, li {
	list-style-type: none;
	list-style-image: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
::selection {
	background: #DEDEDE; /* Safari */
}
::-moz-selection {
 background: #DEDEDE; /* Firefox */
}
input:focus, textarea:focus {
	outline: none;
}
.btn, .camera_wrap a.btn  {
	text-decoration: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	padding: 10px 20px;
	margin: 0px;
	font-size: 17px;
	background-color: #ae1a1f;
	color: white;
	text-transform: uppercase;
	border: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}

.box_carrello .concludi_ord a  {
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    padding: 5px 10px;
    margin: 0px;
    font-size: 17px;
    background-color: black;
    color: white;
    text-transform: uppercase;
    border: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.btn:hover {
	text-decoration: none;
	color: white;
}
.container {
    width: 1044px;
    /* max-width: calc(100% - 20px); */
    margin-left: auto;
    margin-right: auto;
    height: auto;

}

#topnav .container {
   padding:0px
}


.clear {
	clear: both;
}
img {
	max-width: 100%;
}
div.header {
	height: 150px;
	background-color: #7F7F7F;
	min-width: 1000px;
	z-index: 999;
	position: relative;
}
div.header {
	height: 150px;
	background-color: #7F7F7F;
	min-width: 1000px;
	z-index: 999;
	position: relative;
}
header .rosso {
	background-color: white;
	padding: 25px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.content .cerca {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
}
header .utilities {
	position: relative;
	width: 100%;
	clear: both;
	height: auto;
	overflow: auto;
	padding: 5px 0px;
}
header .utilities a {
	color: #666;
}
header .utilities li {
	position: relative;
	float: right;
	margin-left: 10px;
}
div.content {

	clear: both;  /*da togliere poi*/
}
div.content .container, .container.home {
	overflow: auto;
	padding: 25px;
	padding-bottom: 0px;
	height: auto;
        overflow: hidden;
	background-color: white;
}
div.contenthome {
	background-color: #339;
	overflow: auto;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 500px;
	padding-bottom: 300px;
}
div.footer {
	width: 100%;
	position: relative;
	height: auto;
	text-align: center;
}
div.footer .container {
	height: auto;
	overflow: auto;
	background: white;
	border-top: 1px solid #ccc;
	padding: 25px;
}
div.footer .box img {
	margin-right: 0px;
}
div.footer .btn {
	background-color: #aca200;
	background-image: none;
	padding: 8px 30px;
	text-align: center;
	position: relative;
	top: 3px;
}
.footer h3 {
    color: #ae1a1f;
    font-size: 20px;
    text-transform: uppercase;
    clear: both;
    height: 30px;
    margin-bottom: 15px;
    text-align: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}
.footer .box {
	position: relative;
	float: left;
	width: 10%;
	margin-right: 20px;
}

.footer .box.lista_box {
    width:40%
}

.footer .box.lista_box ul li {
  position:relative;
  float:left;
  width:50%;
}

.footer p {
	font-size: 13px;
	margin-bottom: 0px;
	opacity: 0.7;
	position: relative;
	float: left;
}
.credits {
	width: 100%;
	position: relative;
	clear: both;
	padding: 15px;
}
.credits img {
	color: #333;
	text-decoration: underline;
	position: relative;
	float: right;
}
.footer ul li a {
	color: #666;
	/* padding-bottom: 5px; */
    /* border-bottom: 1px solid #dadada; */
	width: 100%;
}
.footer ul li {
	margin-bottom: 5px;
	text-align: left;
}
/*module*/


.modulo {
	width: 640px;
	margin-top: 20px;
	border-spacing: 0px 10px;
}
.modulo tr td {
	padding: 5px;
}
.modulo tr th {
	background: #e6e6e6;
	color: #427fc1;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.field_module, .select_module, .field_note, .minifield_module input {
	position: relative;
	background: none;
	font-size: 15px;
	margin: 0;
	width: 100%;
	max-width: 100%;
	background-color: white;
	border: 1px solid #d9d9d9;
	padding: 7px;
	color: #ae1a1f;
	font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
}
.minifield_module input {
    width: 75px;
}
.field_note {

}
.select_module {
}
.footer .field_module {
	width: calc(100% - 155px);
	border: 1px solid #666;
}
.label_check a {
	color: #666;
	text-decoration: underline;
}
.label_check input {
	position: relative;
	float: left;
	margin-right: 5px;
	top: 2px;
}
.label_module {
	float: left;
	position: relative;
	font-size: 15px;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.alert {
	color: #f00008;
	font-size: 16px;
	font-weight: 600;
}
.campo_form {
	width: 50%;
	padding-bottom: 0.5em;
	position: relative;
	float: left;
	padding-right: 1em;
}
.pathway {
	position: relative;
	width: 100%;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #ae1a1f;
	margin-bottom: 20px;
}
.pathway a {
	margin-left: 5px;
	margin-right: 5px;
	color: #666;
}
.pathway a:hover {
	margin-left: 5px;
	margin-right: 5px;
}
.menu {
	position: relative;
	clear: both;
	width: 100%;
}
hr {
	border-top: 1px solid #ccc;
	border-left: none;
	height: 1px;
	width: 100%;
	border-right: none;
	border-bottom: none;
	position: relative;
	clear: both;
	margin: 10px 0px;
}
.cerca {
	float: right;
	background-color: white;
	width: 300px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	position: relative;
	margin-top: 20px;
}
.newsletter {
	float: right;
	padding: 5px;
	position: relative;
	background-color: white;
	width: 100%;
	border: 1px solid #ccc;
}
.cerca input[type="text"], .newsletter input[type="text"] {
	font-family: 'Source Sans Pro', sans-serif;
	border: none;
	background-color: transparent;
	width: calc(100% - 54px);
	color: #ae1a1f;
	font-size: 15px;
	font-weight: 400;
	padding: 3px;
}
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cercabtn {
	border-width: 0px;
	width: 25px;
	background: url(../img/cerca.png) no-repeat;
	cursor: pointer;
	border: none;
	height: 25px;
	padding: 5px;
	background-position: center center;
	float: right;
}
.cerca input[type="image"], .newsletter input[type="image"] {
	position: relative;
	width: 16px;
	top: 2px;
}
.logo {
	position: relative;
	float: left;
}
.footer .box.big {
	width: 24%;
	text-align: left;
}
.footer .box.big img {
}
.social {
	position: relative;
	float: right;
	margin-top: 25px;
	margin-right: 15px;
}
.social img {
	margin-left: 5px;
}
.reserved_area {
	position: relative;
	float: right;
	font-weight: 300;
	font-size: 15px;
	margin-left: 20px;
	margin-top: 5px;
	color: #aca200;
}
.reserved_area span {
	color: #aca200;
	text-transform: uppercase;
	margin-right: 5px;
}
header .sx, header .dx {
}
header .sx {
	width: 40%;
	margin-bottom: 0px;
}
header .sx img {
	position: relative;
	float: left;
}
header .dx {
	width: 60%;
	margin-bottom: 0px;
	font-size: 15px;
}
.whatwedo, .articolo {

}
.articolo {
	padding-bottom: 30px;
}
.articolo .sx {
	width: 70%;
}
.articolo .dx {
	width: 20%;
}
.whatwedo p, .articolo .abstract p {
	font-size: 15px;
	margin-bottom: 3px;
	color: #333;
}
.articolo p {
	margin-bottom: 20px;
}
.articolo .abstract {
	margin-bottom: 30px;
}
.new h2 {
	color: #aca200;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
	padding-left: 30px;
	background-image: url(../img/calendar.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.new h1 {
	margin-top: 0px;
	font-size: 24px;
	/* font-weight: 500; */
	margin-bottom: 15px;
}
.section_news p {
	text-align: center;
}
.section_news .txt p {
	text-align: left;
}
.section_news .clear {
	margin-top: 50px;
	margin-bottom: 10px;
}
.section_news .btn {
	background-color: #aca200;
}
.section_news .btn {
	background-color: #aca200;
	background-image: none;
	padding: 8px 60px;
	text-align: center;
}
.section_news h1 {
	color: #666;
}
.footer .sx ul li {
	position: relative;
	float: left;
	margin-right: 10px;
}
.footer .sx ul li a {
	font-size: 15px;
	color: #ccc;
}
.footer .dx {
	text-align: right;
	font-size: 15px;
	color: #ccc;
}
.footer .dx img {
	position: relative;
	float: right;
	width: 40px;
	margin-left: 15px;
}
.footer hr {
	border-top: 1px solid rgba(204, 204, 204, 0.4);
	margin: 5px 0px;
}
.img_articolo {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.img_articolo img {
	width: 100%;
}
.img_articolo2 {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	clear: both;
}
.img_articolo2 img {
	width: 250px;
	height: auto;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.riepilogo {
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 15px;
	margin-bottom: 20px;
	background-color: white;
	padding-bottom: 0px;
	margin-top: 15px;
}
.riepilogo strong {
	font-weight: normal;
	color: #333;
}
.riepilogo.sezione ul li,
.dx .articolo ul li,
.dx .articolo ol li {
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	    background-position: 3px 4px;
	margin: 0px;
	font-size: 14px;
	margin-bottom: 15px;
	color: #666;
	padding-left: 26px;
	background-size: auto 11px;
}

 .dx .articolo .download_sx ul li{
    background-image: none;
    background-repeat: no-repeat;
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
    padding-left: 0px;
    background-size: auto 11px;
}

.riepilogo.sezione ul {
	margin-bottom: 0px;
}
.riepilogo h2 {
    margin-bottom: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #ae1a1f;
    text-transform: inherit;
}
}
.riepilogo ul {
	margin-bottom: 20px;
}
.riepilogo li {
	font-size: 13px;
	margin: 5px 0px;
}
.riepilogo li a {
	color: #666
}
.box_news h1 {
	margin-bottom: 0px !important;
}
.box_news .btn {
	display: block;
	width: 100%;
	clear: both;
	background: #7E7E7E;
	text-align: center;
	padding: 6px;
}
/*news*/

div.testo_focus.maxheight p {
	text-align: left !important;
	margin-bottom: 0px;
	line-height: 18px;
}
.data {
	background: #FFFFFF;
	position: relative;
	float: left;
	color: #ae1a1f;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	margin-right: 10px;
	text-transform: uppercase;
	/* padding: 8px 10px; */
    /* border: 1px solid #F1F1F1; */
	font-weight: 600;
}
.img_focus {
	height: 150px;
	width: 150px;
	display: table;
	position: relative;
	float: left;
	margin-right: 20px;
}
.img_focus div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.img_focus div img {
	max-width: 150px;
	border: none;
}
div.testo_focus.maxheight {
	max-height: 109px;
	overflow: hidden;
	margin-bottom: 7px;
}
.focus {
	margin-top: 0px;
	height: auto;
	max-height: 172px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #d9d9d9;
	/* padding-bottom: 15px; */
	margin-bottom: 15px;
}
.testo_focus h1 {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	text-transform: none;
	overflow: hidden;
	margin-bottom: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 20px !important;
	font-weight: normal;
}
.testo_focus h1 a:hover {
	color: #ae1a1f;
	text-decoration: none;
}
/*news*/
input[type="checkbox"] {
	position: relative;
	float: left;
	top: 4px;
	margin-right: 5px;
}
/* login */

.articolo .dx.login, .articolo .sx.login {
	width: 49%;
	margin-top: 20px;
}
.articolo .dx.login h2, .articolo .sx.login h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.boxdettaglio.login {
	background: #efefef;
	padding: 20px;
	height: auto !important;
	min-height: 250px;
	border: 1px solid #d9d9d9;
}
.boxdettaglio h3 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #666;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}
.login .label_module {
	width: 30%;
}
.login .field_module {
	margin-bottom: 10px;
	padding: 10px;
}
.dx .login .clear {
	height: 10px;
}
.login .btn {
	bottom: 1em;
	position: absolute;
	right: 1em;
	text-decoration: none;
}
.riservata {
}
.riservata #topnav .sx img {
	height: 80px;
}
.riservata div.footer {
	padding: 0px;
	position: absolute;
	bottom: 0px;
	height: 64px;
	overflow: hidden;
}
.riservata div.content {
	padding-bottom: 64px;
}
.riservata .footer .box {
	margin-bottom: 0px;
}
.riservata div.footer .container {
	padding: 20px 0px 15px 0px;
}
.riservata .articolo .sx {
	width: 20%;
}
.riservata .articolo .dx {
	width: 77%;
}
.riservata .articolo h1 {
	text-transform: inherit;
	margin-bottom: 20px;
}

.disclaimer h1 {
	text-transform: inherit;
	margin-bottom: 10px;
}

.riservata .riepilogo ul {
	margin-top: 10px;
}
 .dati ::-webkit-input-placeholder {
color: #000;
}
.dati :-moz-placeholder {
color: #000;
}
.dati ::-moz-placeholder {
color: #000;
}
.dati :-ms-input-placeholder {
color: #000;
}
.field_module.readonly, .select_module.readonly {
	background-color: #f1f1f1;
	font-size: 15px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 white;
}
.progetto .campo_form {
	width: 100%;
}
.menu_sup, .carrello, .privacy {
	position: relative;
	float: right;
	margin-left: 10px;
}
.menu_sup li {
	position: relative;
	float: left;
	margin-left: 15px;
}
.menu_sup li strong {
	font-weight: 500;
	margin-right: 5px;
	color: white;
}
.privacy {
	margin-right: 60px;
}
.carrello {
	padding-left: 35px;
	background-image: url(../img/carrello.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 30px;
	margin-right: 15px;
}
.carrello span {
	text-transform: uppercase;
	color: #ae1a1f;
	font-weight: bold;
}
.corpo {
	margin: 20px 0px;
}
.corpo .colonna, .corpo .centro {
	position: relative;
	float: left;
}
.corpo .colonna {
	width: 20%;
}
.corpo .centro {
	width: calc(60% - 40px);
	margin: 0px 20px;
}
.corpo .centro {
	background: white;
	padding: 20px;
}
.corpo .centro.home {
	background: transparent;
	padding: 0px;
}
.corpo .centro h1 {
	line-height: 27px;
}
.corpo .centro p {
	margin-bottom: 20px;
	font-size: 14px;
}
.corpo .centro strong {
	font-weight: 500;
	color: #333;
}
.corpo .centro .banner {
	position: relative;
	float: left;
	width: 49%;
	/* padding: 10px; */
	margin-right: 2%;
	margin-bottom: 20px;
}
.corpo .centro .banner:nth-child(2), .corpo .centro .banner:nth-child(4) {
	margin-right: 0%;
}
.corpo .banner {
	overflow: hidden;
}
.corpo .banner .caption_banner {
	position: absolute;
	padding: 15px 20px;
	background-color: white;
	bottom: 20px;
	width: calc(100% - 40px);
	margin-left: 20px;
}
.corpo .banner {
	width: 100%;
	position: relative;
}
.corpo .colonna .banner {
	margin-bottom: 20px;
}
.corpo .banner h1 {
	font-size: 27px;
	text-align: center;
}
.corpo .centro .banner h1 {
	font-size: 40px;
	text-align: center;
	margin-bottom: 10px;
}
.corpo .centro .banner {
	height: 380px;
	overflow: hidden;
}
.corpo .banner p {
	text-align: center;
}
.corpo .banner img {
	height: 100%;
	width: auto;
	max-width: inherit;
}
.corpo .colonna .banner img {
	width: 100%;
}
.corpo .colonna .banner {
	margin-bottom: 20px;
}
ul.aziende li {
	width: 25%;
	padding: 10px;
	position: relative;
	float: left;
}
h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #ae1a1f;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
ul.aziende li p {
	width: 100%;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.img {
	width: 100%;
	height: 190px;
	border: 1px solid #dadada;
	display: table;
	margin-bottom: 20px;
	background: white;
}
.img div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.img div img {
	max-width: 90%;
	max-height: 180px;
}
.autore {
	margin: 40px 0px 40px 0px;
	width: 100%;
	position: relative;
	clear: both;
}
.corpo .centro li {
	margin-bottom: 10px;
	padding-left: 25px;
	background-image: url(../img/icone/spirale.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
}
.corpo .centro hr {
	margin-bottom: 0px;
}
.collegati {
	position: relative;
	float: left;
	width: 48%;
	border-right: 1px solid #ccc;
	margin-right: 20px
}
.collegati.last {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
.collegati h1 {
	color: #333;
	font-size: 19px;
	font-weight: 500;
	margin: 20px 0px;
}
.collegati ul {
	margin: 20px 10px;
}
.colonna h1 {
	color: #333;
	font-size: 19px;
	font-weight: 500;
	margin: 0px 0px 10px 0px;
}
.slideshow iframe {
	pointer-events: none;
}
.paginazione {
	text-align: center;
	width: 100%;
	padding: 0px;
	clear: both;
	height: auto;
	margin: 30px 0px 40px 0px;
	line-height: 30px;
}
.paginazione a {
	background-color: #a6a6a6;
	color: #FFFFFF;
	font-weight: normal;
	padding: 4px 10px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	margin: 0px 3px;
}
.paginazione a:hover {
	background-color: #ae1a1f;
	color: white;
	text-decoration: none;
}
.nascosto {
	display: none;
}
.tabelle_carrello legend {
	background: white;
	padding: 10px 20px;
	outline: none;
	font-size: 15px;
	text-transform: uppercase;
	list-style: none;
	border: 1px solid #dadada;
	color: #666;
	font-weight: 500;
}
.center {
	text-align: center;
}
.tabelle_carrello fieldset a #help {
	float: right;
	position: absolute;
	right: 24px;
	margin-top: -3em;
	border: none;
	height: 55px;
}
.tabelle_carrello fieldset {
	background-color: white;
	border: 1px solid #dadada;
	padding: 20px;
	margin-top: 20px;
	padding-bottom: 40px;
}
.tabelle_carrello fieldset .field_module {
	position: relative;
	float: inherit;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-transform: inherit;
	width: 48%;
	width: -webkit-calc(50% - 20px);
	width: -moz-calc(50% - 20px);
	width: calc(50% - 20px);
	border: 1px solid #dadada;
	padding: 11px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 10px;
	color: #ae1a1f;
	margin-bottom: 10px;
	top: -2px;
}
.tabelle_carrello fieldset .campo_form.unico .field_module {
	width: 100%;
	margin: 0px
}
.disclaimer_carrello {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}
.tabelle_carrello fieldset p {
	margin-bottom: 0px;
	position: relative;
}
.tabelle_carrello fieldset img {
	border-left: 1px dotted #dadada;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 5px;
	position: relative;
	float: left;
	height: 30px;
}
.tabelle_carrello fieldset input[type="radio"] {
	position: relative;
	float: left;
	top: 15px;
}
.tabelle_carrello .label_module {
	margin-right: 5px;
}
.tabelle_carrello fieldset .label_module {
	width: 100%;
}
.label_payment {
	position: relative;
	float: left;
	margin-right: 20px;
}

.label_payment label {
	float: right;
}

.campo_form.unico {
	width: 100%;
}
.label_payment span {
	position: relative;
	float: left;
	top: 10px;
	    margin: 0px 10px;
}
.condizioni {
	margin-left: 0px;
	margin-top: 20px;
	padding: 15px;
	background-color: #f6f6f6;
	border: 1px solid #dadada;
}
.condizioni img {
	text-align: center;
	width: 120px;
	margin-right: 30px;
	position: relative;
	float: left;
	margin-bottom: 15px;
}
.condizioni hr {
	border: none;
	background: rgb(165, 165, 165);
	height: 1px;
	width: 100%;
	margin-bottom: 10px;
	opacity: 0.5;
}
/*dettaglio prodotto*/
  
.articolo .descrizione_prod p {
	margin-bottom: 0px;
	font-size: 15px;
	line-height: 25px;
        margin-left: 0px !important;
}
.articolo .descrizione_prod p strong {
	color: #333;
	font-weight: 600;
}
.disponibilita_yes, .yes {
	font-weight: bold;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #03e003;
	position: relative;
	margin-right: 10px;
	float: left;
	top: 3px;
}

.disponibilita_giallo, .giallo {
	font-weight: bold;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #FF9800;
	position: relative;
	margin-right: 10px;
	float: left;
	top: 3px;
}

.disponibilita_no, .no {
	font-weight: bold;
	width: 20px;
	height: 20px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: red;
	position: relative;
	margin-right: 10px;
	float: left;
	top: 3px;
}
.disponibilita_yes, .disponibilita.yes, .yes {
	color: #03e003;
}

.disponibilita_giallo, .disponibilita.giallo, .giallo {
	color: #FF9800;
}

.disponibilita_no, .disponibilita.no, .no {
	color: red;
}
.articolo .descrizione_prod .prezzo {
	font-size: 30px;
	margin: 0px;
	color: #ae1a1f;
	font-weight: 600;
}
.disclaimer {
	color: #ae1a1f;
	margin: 0px;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
	clear: both;
}
.selettori .field_module {
	width: 50px;
	text-align: center;
	font-size: 16px;
	position: relative;
	float: left;
	margin-right: 10px;
}
.selettori label {
	position: relative;
	float: left;
	width: 100px;
	text-align: left;
	font-size: 16px;
}
.selettori label {
	top: 10px;
}
.disponibilita {
	position: relative;
	float: left;
	width: 140px;
	text-align: left;
	font-size: 14px;
	padding: 10px 0px 0px 13px;
}
.selettori .disponibilita_yes, .selettori .disponibilita_no {
	position: relative;
	float: left;
	top: 4px;
}

.errore  {
color:red;
}


.dx .articolo h1 {
margin:10px 0px;
}


.selettori .select_module {
	float: left;
	width: 70%;
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	width: calc(100% - 100px);
}
.selettori .btn,
.btn.btn_schedaimpianto {
	padding: 6px 12px;
	font-size: 18px;
	font-weight: 300;
	padding-left: 40px;
	background-image: url(../img/cart_white.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: auto 20px;
}

.btn.btn_schedaimpianto {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}


.selettori .btn:hover {
	background-color: #333;
}
.spese_spedizione {
	color: #666666;
	font-size: 15px;
}
.divprezzosped {
	margin: 10px 0px;
	padding: 10px 0px;
	padding-top: 3px;
}
.spese_spedizione span {
	color: #382E29;
}
.descrizione_prod {
	position: relative;
	float: right;
	width: 47%;
}
.selettori {
}
.selettori h1 {
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	font-size: 18px;
}
.selettori h2 {
	text-align: left;
	margin-bottom: 10px;
	color: black;
}
.scheda h2 {
	text-align: left;
	margin: 15px 0px 5px 0px;
}
.corpo .centro .scheda p {
	margin-bottom: 5px;
	font-size: 14px;
}
.scheda {
	padding-top: 10px;
	position: relative;
	width: 100%;
	clear: both;
}
.scheda h1 {
	text-align: left;
	margin: 20px 0px;
	font-size: 20px;
}
.container header {
	background-color: #ae1a1f;
}
header a {
	color: black
}
header a:hover {
	text-decoration: none;
}
.numeroverde {
	font-size: 16px;
}
.numeroverde img {
	position: relative;
	float: left;
	margin-right: 5px;
}
.dx {
	width: 75%;
	position: relative;
	float: right;
	margin-bottom: 20px;
}
.sx {
	width: 23%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.banner {
	padding: 20px;
	background-color: #ae1a1f;
	margin-bottom: 20px;
	text-align: center;
	cursor: pointer;
	padding-bottom: 0px;
	height: auto;

}
.banner img {

}
.banner h2 {
    color: #ffffff;
    font-size: 38px;
    line-height: 34px;
    margin-top: 0px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner h2 {

}
.banner h3 {
	color: white;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
}
.banner.newsletter_banner p {
    color: #ffcc00;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px 20px 0px;
}

.newsletter_box {
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 0px;
	height: auto;
	overflow: auto;
	background-color: #4393F3;
}
.newsletter_box h1 {
	text-align: left;
	margin-bottom: 10px;
	color: white;
	text-transform: uppercase;
	font-size: 17px;
}
.newsletter_box h1 img {
	position: relative;
	float: left;
	margin-right: 5px;
	top: 3px;
}
.newsletter_box input[type="text"] {
	padding: 9px;
	font-size: 15px;
	border: none;
	position: relative;
	float: left;
	margin-right: 15px;
	width: calc(100% - 67px);
}
.newsletter_box p {
	text-align: center;
	margin-bottom: 10px;
	color: #666;
}
.newsletter_box .btn {
	border: none;
	background-color: rgba(0, 0, 0, 0.22);
	font-size: 20px;
	font-weight: 300;
	padding: 6px 10px;
	position: relative;
}
.linguetta {
	background: #ae1a1f;
	color: white;
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	margin: 10px;
	position: absolute;
}
.arancio {
	background-color: #F07752 !important;
}
.celeste {
	background-color: #ae1a1f !important;
}
.titolo_carousel.arancio, .titolo_carousel.celeste {
	margin-bottom: 0px;
}
.articolo {
	/*padding: 15px;*/
	background: white;
	margin-bottom: 20px;
}

.articolo div {
    font-size: 14px;
    margin-bottom: 5px;
    color: #666666;
    }

.articolo ul li {
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 9px 1px;
	margin: 0px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
	padding-left: 30px;
}
.btn.wishlist, .btn_wishlist {
	text-decoration: none;
	border: none;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	text-align: left;
	font-size: 15px;
	background-color: transparent;
	background-image: url(../img/wishlist.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	color: #262626;
	width: 100%;
	clear: both;
}
.btn.wishlist:hover, .btn_wishlist:hover, .btn_wishlist.active {
	background-color: transparent;
	background-image: url(../img/wishlist_on.png);
}
.articolo iframe {
	pointer-events: none;
}
.banner_home {
	position: relative;
	clear: both;
	padding: 25px 0px;
}
.banner_home .banner {
    padding: 0px;
    background-color: #ae1a1f;
    margin-bottom: 25px;
    cursor: pointer;
    width: 231px;
    position: relative;
    float: left;
    margin-right: 3%;
    height: 140px;
}
.banner_home .banner.verde {
	margin-right: 0%;
}
.banner_home .banner img {

}
.banner_home .banner h1 {
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	color: #ffcc00;
	font-family: 'Source Sans Pro', sans-serif;
	margin-top: 25px;
	text-transform: uppercase;
}
.banner_home .banner.verde h1 {
	font-size: 28px;
}
.banner_home .banner.verde img {
	bottom: 15px;
}
.banner_home .banner h2 {
	color: #4493f3;
	font-weight: bold;
	font-size: 22px;
}
.banner_home .banner.verde {
	background-color: #167a31;
}
.banner_home .banner.grigio {
	background-color: #a6a6a6;
}
.banner_home .banner.giallo {
	background-color: #f69322;
}
.banner_home .banner h3 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	color: white;
	font-size: 28px;
	text-transform: uppercase;
	line-height: 28px;
	margin-top: 0px;
}
.riepilogo_tabella .descrizione p {
	margin: 0px;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}
.titolo_catalogo .pathway {
	margin-bottom: 0px;
}

 .dx .articolo .pathway {
display:none;
}

  .dx .articolo .pathway.pathway_new {
display: inherit;
    margin-bottom: 20px;
    top: -10px;
}


.riepilogo_tabella {
	background-color: #FFFFFF;
	width: 100%;
	padding: 10px;
	height: auto;
	overflow: auto;
	margin-bottom: 10px;
	border: 1px solid #d9d9d9;
}
.riepilogo_tabella a:hover {
	text-decoration: none;
}
.riepilogo_tabella .tableresponsive td, .riepilogo_tabella .tableresponsive th {
	padding: 1px 10px;
}
.riepilogo_tabella .tableresponsive td {
	text-align: left;
}
/*.riepilogo_tabella .tableresponsive td:nth-child(3), .riepilogo_tabella .tableresponsive th:nth-child(3) {
	width: 100px;
}*/
.riepilogo_tabella .tableresponsive td span {
	display: block;
	text-align: center;
}
.riepilogo_tabella .tableresponsive td img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-height: 20px;
}
.riepilogo_tabella .btn_carrello {
	color: white;
	text-decoration: none;
	background-color: #333;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	border: none;
	-moz-transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 41px;
	text-align: center;
	clear: inherit;
	float: right;
	margin-top: 10px;
	background-image: url(../img/cart_white.png);
	background-size: auto 14px;
	background-repeat: no-repeat;
	background-position: 10px 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 5px 11px 5px 32px;
	font-size: 18px;
}
.riepilogo_tabella .btn_carrello:hover {
	background-color: #ae1a1f;
}
.titolo_catalogo h1 {
	color: #666;
	text-transform: uppercase;
}
.titolo_catalogo h1 span {
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: initial;
}
.selettori_catalogo .select_module {
	width: 200px;
}
.selettori_catalogo {
	text-align: right;
	margin-bottom: 15px;
}
.selettori_catalogo p {
	width: auto;
	position: absolute;
	/* float: left; */
	padding: 10px;
	margin: 0px;
	right: 410px;
}
.riepilogo_tabella .immagine_prodotto {
	border: 1px solid #dadada;
	position: relative;
	float: left;
	background-color: white;
	width: 120px;
	height: 120px;
	padding: 2px;
	margin-bottom: 10px;
}

.riepilogo_tabella .immagine_prodotto .cbp-vm-image {
padding:0px;
}

.riepilogo_tabella .immagine_prodotto img {
	max-width: 100%;
	max-height: 120px;
}
.riepilogo_tabella .descrizione.titolo {
	padding-bottom: 0px;
	width: calc(100% - 250px);
	position: relative;
	float: right;
	margin-bottom: 0px;
	height: auto;
}
.riepilogo_tabella .descrizione {
	padding-bottom: 0px;
	width: calc(100% - 135px);
	position: relative;
	float: right;
	height: 125px;
	margin-bottom: 10px;
	overflow: hidden;
}

.riepilogo_tabella .descrizione p {
margin: 0px !important
}
.riepilogo_tabella .descrizione div {
	max-height: 55px;
	overflow: hidden;
}
.riepilogo_tabella .descrizione h1 {
	margin-bottom: 10px;
}
.riepilogo_tabella .descrizione h1 a {
	color: #333;
	font-size: 20px;
}
ul.allegati {
	list-style-image: none;
	margin: 10px 0px;
}
ul.allegati li {
	position: relative;
	float: left;
	margin: 2px;
	margin-right: 20px;
	text-transform: uppercase;
	color: #666;
}
ul.allegati li img {
	position: relative;
	float: left;
	margin-right: 5px;
}
.dx.centro {
	width: 100%;
}
.box_carrello {
	position: relative;
	float: right;
	/* background-color: white; */
	width: 100%;/* border: 1px solid #ccc; */
    /* margin-bottom: 20px; */
}
.box_carrello h1 {
	font-weight: 700;
	color: #333;
	font-size: 24px;
	padding: 10px;
	padding-left: 45px;
	background-image: url(../img/carrello_big.png);
	background-repeat: no-repeat;
	background-position: 10px 13px;
	text-transform: uppercase;
}
.box_carrello p {
	font-size: 17px;
	color: #888787;
	margin-bottom: 3px;
}
.box_carrello img {
position: relative;
    float: left;
    margin-right: 16px;
    width: 50px;
}
.box_carrello p span {
	color: #115070;
}
.box_carrello a {
	color: #115070;
	text-decoration: underline;
	font-size: 13px;
}
.box_carrello .concludi_ord a {
	/*

text-align: right;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	color: #ae1a1f;
	*/
}
.box_carrello ul li .img {
	position: relative;
	float: left;
	width: 45px;
	height: 40px;
	margin-right: 10px;
	text-align: center;
	padding: 3px;
	margin-bottom: 10px;
}
.box_carrello ul li .img img {
	max-width: 40px;
	max-height: 40px;
	margin-right: 0px;
	float: inherit;
}
.box_carrello ul {
	list-style-image: none;
	padding: 10px;
	max-height: 268px;
	overflow: auto;
}
.box_carrello .titolo_prod img {
	height: 16px;
	margin-right: 5px;
	position: relative;
	float: left;
}
.box_carrello ul li {
	height: auto;
	overflow: auto;
	width: 100%;
	clear: both;
	margin-bottom: 5px;
}
.box_carrello .titolo_prod {
	font-size: 14px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box_carrello .desc_prod {
	font-size: 12px;
	color: #999;
}
.box_carrello .concludi_ord {
	padding: 10px;
	text-align: right;
	padding-top: 0px;
}
.box_carrello .prezzo_totale {
padding: 10px;
    text-align: right;
    font-weight: 700;
    color: black;
    font-size: 24px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.box_carrello .prezzo_totale span {
text-align: right;
    /* font-weight: 700; */
    color: black;
    font-size: 16px;
    margin-right: 5px;
}
.box_carrello hr {
	margin: 0px 0px;
}
.box_carrello .elimina img {
	margin-right: 5px;
	position: relative;
	top: 9px;
}
.payoff {
	float: left;
	color: #000;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	position: absolute;
	bottom: 14px;
	margin-left: 178px;
	line-height: 20px;
	text-transform: uppercase;
}
.tabelladownload {
	overflow: auto;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/transparent.png);
	background-repeat: repeat;
}
.tabelladownload ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 20px;
	background: none;
}
.tabelladownload ul li {
	list-style-image: none;
	list-style-type: none;
	min-height: 30px;
	background: none;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.tabelladownload ul li a {
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
}
.tabelladownload ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.tabelladownload ul li img {
	float: left;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.tabelladownload ul.docs li a {
	color: #ae1a1f;
	text-decoration: none;
	list-style-type: none;
	background: none;
	text-transform: none;
	font-size: 15px;
}
.tabelladownload ul.docs li a:hover {
	text-decoration: underline;
}
.tabelladownload ul.docs li {
	text-decoration: none;
	list-style-type: none;
	background: none;
}
.tabelladownload ul.docs li img {
	position: relative;
	top: -3px;
	margin-right: 5px;
}
.download_sx {
	position: relative;
	float: left;
	width: 30%;
	border-right: 1px solid #ccc;

}
.tabelladownload .tableresponsive tr td {
    border-bottom:1px solid #ccc
}
.tabelladownload .tableresponsive tr:nth-of-type(odd) {
    background-color: #fff;
}


.download_dx {
	position: relative;
	float: right;
	width: 65%;
}

.ordini caption  {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    background-color: #ae1a1f;
    color:white;
    padding:5px;
    text-transform:uppercase
}

.tabelle_carrello {
border:none;
}

.paypal   {
position: relative;
    float: right;
    width: 270px;
    text-align: center;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom:20px;

}  

.paypal  input  {
width:100%

}  

.box_cinquanta  {
    width: 48%;
    position: relative;
    float: left;
    margin-right: 3%;
}  





.box_cinquanta .banner  {
min-height: 288px;
    margin-bottom: 20px;
    text-align: center;
    padding: 30px 30px 0px 30px;
}  

.box_cinquanta .banner h3 {
    font-size: 36px;
}

.box_cinquanta  .banner h1 {
    font-size: 80px;
    line-height: 79px;
}

.box_cinquanta .banner div.giallo {
    font-size: 26px;
}

.box_cinquanta .banner div.giallo span {
    font-size: 78px;
    top: -18px;
}

.costi tr td {
padding:10px;
border-bottom:1px solid #ccc
}

.costi  {
margin-bottom:20px;
border-top:1px solid #ccc;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
border-bottom:none;
}

.titolo span {
    font-family: 'Roboto', sans-serif;
    color: #525252;
    font-size: 13px;
    margin-left: 8px;
    position: relative;
    top: 0px;
    font-weight: bold;
}


 .legenda {
    padding: 7px;
    background: #efefef;
    color: #333;
    border: none;
    text-align: left;
    text-shadow: none;
    font-size: 14px;
    font-weight: 400;
    margin:10px 0px;
    height:auto;
    overflow:auto;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    border: 1px solid rgba(80, 80, 80, 0.3);
        border-radius: 5px;
    -moz-border-radius: 5px;
    }


    .corpo .centro .legenda .disponibilita_giallo,
    .corpo .centro .legenda .disponibilita_yes,
    .corpo .centro .legenda .disponibilita_no,
    .corpo .centro .legenda span {
    position: relative;
    float: left;
    font-size: 13px;

}

        .corpo .centro .legenda .disponibilita_giallo,
    .corpo .centro .legenda .disponibilita_yes,
    .corpo .centro .legenda .disponibilita_no
     {
    margin: 0px;
    top: 0px;
    margin-right: 5px;
    margin-left: 15px;
    border: 1px solid #505050;
}

    .corpo .centro .legenda .disponibilita_yes
     {
    margin-left: 0px !important;
}

            .corpo .centro .legenda span:first-child {
margin-left:10px;
font-weight:bold;

}

    .corpo .centro .legenda        h2 {
    font-family: 'Lato', sans-serif;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 5px 10px 5px;
}

.legenda span {
   position: relative;
    float: left;
    font-size: 13px;
    padding: 5px;
}


.scroll {
    position: fixed;
    z-index: 10;
    top: 5px;
    /* left: 10px; */
    margin-left: 20px;
}


.banner.ind {
    position: relative;
    clear: both;
    padding: 10px;
    color: #fff;
    background: #a7a7a7;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.banner.ind h1 {
    color: #fff;
}

.content .dx p a {
text-decoration: underline;
}