/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-dic-2014, 15.04.17
    Author     : Vincenzo
*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 28px;
	color: #666;
	font-weight: 300;
}

strong {
	color: #000000;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#container {
	max-width: 1600px;
	margin: 0 auto;
	background: url(/images/bg-legno.jpg) 0 0 no-repeat;
}

#header {
	height: 110px;
	background: rgba(0,0,0,0.85);
	box-sizing: border-box;
}

#header .logo {
	width: 404px;
	height: 60px;
	float: left;
	background: url(../images/logo.png) 0 0 no-repeat;
	margin: 23px 0px 0px 205px;
}

#header .telefono,
#footer .telefono {
	float: right;
	color: #669900;
	font-weight: 900;
	font-size: 34px;
	margin: 23px 205px 0px 0px;
	padding-left: 70px;
	background: url(../images/icona-telefono.png) 0 10px no-repeat;
}

#header .telefono a,
#footer .telefono a {
	color: #669900;
	text-decoration: none;
}

#header .telefono span,
#footer .telefono span {
	display: block;
	font-size: 13px;
	font-weight: 300;
	color: #999999;
}

#main {
	width: 890px;
	padding-left: 180px;
	float: left;
	box-sizing: border-box;
	margin-right: 100px;
	margin-bottom: 100px;
}

#testata {
	margin-bottom: 40px;
}

#testata .payoff {
	font-weight: 100;
	color: #FFFFFF;
	line-height: 65px;
	font-size: 37px;
	margin: 45px 0px 50px 0px;
}

#testata .payoff span {
	font-size: 48px;
	font-weight: 900;
	background-color: #000000;
	padding: 0px 10px;
}

#sidebar {
	width: 610px;
	float: left;
	box-sizing: border-box;
}

#frm-top {
	width: 320px;
	height: 700px;
	background-color: #008cb2;
	border: 10px solid #FFFFFF;
	margin: 90px 0px 0px 93px;
	z-index: 2;
	position: relative;
}

#frm-top fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
}

#frm-top legend {
	background-color: #004f65;
	color: #FFFFFF;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 8px;
}

#frm-top .row {
	padding: 7px 10px 0px;
	vertical-align: top;
}

#frm-top .row.misure {
	padding-top: 0px;
}

#frm-top .row.misure label {
	width: 100%;
}

#frm-top .row.privacy,  
#frm-top .row.privacy a {
	font-size: 12px;
	color: #CCCCCC;
}

#frm-top label {
	display: inline-block;
	width: 95px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 20px;
}

#frm-top input[type="text"] {
	width: calc(100% - 104px);
	border-radius: 3px;
	border: 0px;
	border-top: 1px solid #00576f;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	font-size: 16px;
	color: #000000;
}

#frm-top textarea {
	border-radius: 3px;
	border: 0px;
	border-top: 1px solid #00576f;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	font-size: 14px;
	width: 98%;
	line-height: 20px;
	color: #000000;
}

#frm-top input[type="radio"] {
	vertical-align: top;
	top: 8px;
	position: relative;
}

#frm-top .formula-faidate input[type="radio"] {
	top: 8px;
	position: relative;
}

#frm-top .bt {
	font-size: 18px;
	margin: 10px auto 0px;
	border: 0px;
}


#errors {
	width: 320px;
	background-color: #FF0000;
	color: #FFFFFF;
	padding: 20px 20px 5px 20px;
	box-sizing: border-box;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 13px;
	line-height: 20px;
	border-radius: 10px;
	position: relative;
	z-index: 10000;
	margin-bottom: 60px;
}

#ok {
	width: 320px;
	background-color: #339933;
	color: #FFFFFF;
	padding: 20px 19px;
	box-sizing: border-box;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 15px;
	line-height: 20px;
	border-radius: 10px;
	position: relative;
	z-index: 10000;
	margin-bottom: 60px;
	font-weight: 500;
}

#ok.ok-bottom,
#errors.errors-bottom {
	width: 100%;
	position: relative;
	margin: 40px 0px;
	display: block;
}



.sidebar-inner {
	background-color: #f9f9f9;
	margin-top: -120px;
	z-index: 1;
	padding-top: 120px;
	padding-left: 105px;
	padding-bottom: 100px;
}

.p {
	margin-top : 100px;
}

.first-section {
	margin-top: 0px !important;
}

.p .title {
	color: #000000;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	margin: 20px 0px;
}

.banner-risparmio {
	width: 700px;
	height: 111px;
	background: url(../images/bg-banner-risparmio.jpg) 0 0 no-repeat;
	margin: 50px auto 70px;
	box-sizing: border-box;
	padding: 10px 0px 0px 210px;
	position: relative;
	color: #333333;
	font-weight: 400;
}

.banner-risparmio p {
	font-size: 20px;
}

.banner-risparmio span {
	display: block;
	position: absolute;
	right: 30px;
	top: 41px;
	font-size: 72px;
	font-weight: 700;
	color: #000000;
}

.box-offerta {
	width: 335px;
	box-sizing: border-box;
	padding: 10px;
	background-color: #f6f7f9;
	border: 1px solid #e4e7ee;
	font-size: 15px;
	line-height: 22px;
	float: left;
	height: 380px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.05);
}

.box-offerta .offerta {
	font-weight: 700;
}



.box-offerta h3 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: 700;
	margin: 0px;
	padding: 5px 15px;
	line-height: 30px;
}

.box-offerta.faidate h3 {
	background-color: #473515;
	
}

.box-offerta.offerta-invernale h3 {
	background-color: #37507e;
	position: relative;
}

#sidebar .notice h3 {
	color: #FF0000;
	position: relative;
	padding-left: 80px;
}

#sidebar .notice h3:before {
	content: "";
	width: 65px;
	height: 65px;
	background: url(../images/icon-important.png) 0 0 no-repeat;
	position: absolute;
	display: block;
	top: -20px;
	left: 0px;
}

.box-offerta.offerta-invernale h3:after {
	content: "";
	width: 65px;
	height: 65px;
	background: url(../images/icona-percent.png) 0 0 no-repeat;
	position: absolute;
	display: block;
	top: -25px;
	right: 5px;
}

.box-offerta ul {
	padding-left: 30px;
}

.box-offerta li {
	list-style-type: none;
	background: url(../images/check.png) 0px 8px no-repeat;
	padding-left: 20px;
}


.box-offerta p {
	padding: 0px 10px;
}

.box-offerta:nth-of-type(1) {
	margin-right: 30px;
}

.bt {
  background-color: rgb(255, 152, 53);
  box-shadow: 0px 2px 0px 0px rgba(149, 39, 0, 0.75);
  padding: 10px 30px;
  border-radius: 3px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: table;
  transition: background-color 0.25s ease;
}

.bt:hover {
	background-color: #FF7700;
}

.bt.cta {
	margin: 60px auto;
}

.bt-top {
	display: none;
}

.tecnico {
	width: 774px;
	height: 715px;
	background: url(../images/tecnico.jpg) 0 0 no-repeat;
	position: relative;
	left: -75px;
}

.tecnico .citazione {
	font-family: Georgia;
	font-style: italic;
	padding: 53px 0px 0px 320px;
	line-height: 26px;
}

.tecnico .punti-di-forza {
	font-size: 14px;
	padding: 60px 0px 0px 370px;
}

.tecnico .label {
	font-weight: 700;
	color: #000000;
	font-size: 18px;
}

.tecnico .label:nth-of-type(2) {
	margin-top: 30px;
}

.tecnico ul {
	margin: 0px;
	padding: 10px 10px 10px 20px;
}

.tecnico ul li {
	list-style-type: none;
	background: url(../images/check.png) 0px 8px no-repeat;
	padding-left: 20px;
}

ul.loghi {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	margin-top: 40px;
}

.loghi li {
	display: inline-block;
	width: calc(33.3333333333333% - 3px);
	text-align: center;
	box-sizing: border-box;
	padding: 0px 40px;
}

.loghi li span {
	display: block;
	font-size: 16px;
	color: #999999;
	margin-top: 20px;
	line-height: 20px;
}


.referenze {
	width: 320px;
}

.referenze h4 {
	font-size: 24px;
	color: #000;
	font-weight: 900;
}

.referenze .box {
	background-color: #FFFFFF;
	border: 1px solid #e7e0d2;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 50px;
}

.referenze .box .nome {
	padding: 50px 20px 0px 20px;
	font-weight: 700;
	color: #000000;
	font-size: 18px;
}

.referenze .box .nome span {
	color: #999999;
	font-weight: 400;
}

.referenze .box p {
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia;
	font-style: italic;
	padding: 0px 20px 10px;
}

.referenze .apici {
	width: 82px;
	height: 82px;
	position: absolute;
	background-color: #f6f1e8;
	text-align: center;
	border-radius: 42px;
	font-size: 120px;
	box-sizing: border-box;
	padding-top: 57px;
	font-family: Georgia;
	color: #d5c6ac;
	left: calc(50% - 42px);
	top: 170px;
}


#sidebar .offerta-invernale,
#sidebar .notice {
	font-size: 17px;
	line-height: 26px;
	background-color: #FFFFFF;
	width: 320px;
}

#sidebar .notice {
	margin-top: 50px;
}


#sidebar .offerta-invernale .bt {
	margin: 20px auto 0px;
}


.fancybox {
	display: inline-block;
	width: 135px;
	overflow: hidden;
	height: 105px;
	position: relative;
}

.fancybox:before {
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-box-shadow:inset 0 0 50px 25px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 50px 25px rgba(0,0,0,0.1);
}


/* FORM BOTTOM */

#box-form-bottom {
	min-height: 710px;
	background: #170e02 url(../images/bg-form-bottom.jpg) 0 0 no-repeat;
}

#box-form-bottom a {
	
}

#box-form-bottom .privacy {
	padding-left: 108px !important;
	color: #999999;
}
#box-form-bottom .privacy a {
	color: #999999;
}

#frm-bottom textarea::-webkit-input-placeholder {
   color: #333333;
}

#frm-bottom textarea:-moz-placeholder { /* Firefox 18- */
   color: #333333;  
}

#frm-bottom textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;  
}

#frm-bottom textarea:-ms-input-placeholder {  
   color: #333333;  
}


#frm-bottom {
	width: 1190px;
	margin: 0 auto;
	padding-top: 100px;
}

#frm-bottom fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
}

#frm-bottom legend {
	color: #FFFFFF;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 8px;
	padding-left: 108px;
}

#frm-bottom  span.subtitle {
	font-size: 24px;
	margin: 30px 0px 50px;
	color: #CCCCCC;
	display: block;
	padding-left: 108px;
}

#frm-bottom .col {
	width: calc(50% - 27px);
	display: inline-block;
	vertical-align: top;
}

#frm-bottom .col:first-of-type {
	margin-right: 50px;
}

#frm-bottom label {
	display: inline-block;
	width: 95px;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 20px;
	/*vertical-align: top;*/
}

#frm-bottom .col:nth-of-type(2) label {
	width: 140px;
}

#frm-bottom input[type="text"] {
	width: calc(100% - 104px);
	border-radius: 3px;
	border: 0px;
	border-top: 1px solid #000000;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-shadow:inset 0 1px 2px 1px rgba(32,22,8,0.2);
	box-shadow:inset 0 1px 2px 1px rgba(32,22,8,0.2);
	font-size: 16px;
	color: #000000;
	background-color: #9d9891;
}

#frm-bottom .col:nth-of-type(2) input[type="text"],
#frm-bottom .col:nth-of-type(2) textarea {
	width: calc(100% - 150px);
}

#frm-bottom .col:nth-of-type(2) textarea {
	height: 184px;
}

#frm-bottom .col:nth-of-type(2) .row:nth-of-type(2) {
	padding-top: 15px;
}
#frm-bottom .col:nth-of-type(2) .row:nth-of-type(3) {
	padding-top: 12px;
}

#frm-bottom .misure label {
	vertical-align: top;
}

#frm-bottom textarea {
	border-radius: 3px;
	border: 0px;
	border-top: 1px solid #000000;
	padding: 5px;
	box-sizing: border-box;
	-webkit-box-shadow:inset 0 1px 2px 1px rgba(32,22,8,0.2);
	box-shadow:inset 0 1px 2px 1px rgba(32,22,8,0.2);
	font-size: 14px;
	width: calc(100% - 104px);
	line-height: 20px;
	color: #000000;
	background-color: #9d9891;
}

#frm-bottom input[type="radio"] {
	vertical-align: top;
	top: 8px;
	position: relative;
}

#frm-bottom .formula-faidate input[type="radio"] {
	top: 8px;
	position: relative;
}

#frm-bottom .bt {
	font-size: 18px;
	margin: 10px auto 0px;
	border: 0px;
}

#frm-bottom .row {
	padding: 7px 10px 0px;
	vertical-align: top;
}

#frm-bottom .row.misure span {
	font-size: 14px;
	color: #CCCCCC;
	font-style: italic;
	margin: 0px;
}




/*  FOOTER  */

#footer {
	width: 1170px;
	margin: 0 auto;
	padding: 60px 0px;
}

#footer .info-azienda {
	float: left;
}

#footer .info-azienda h5 {
	font-size: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#footer .info-azienda p {
	margin: 5px 0px 0px;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

#footer a {
	color: #666666;
}

#footer .telefono {
	margin-right: 0px;
	margin-top: 0px;
}


@media only screen and (max-width: 1600px) { 

	#main {
		width: 770px;
		padding-left: 30px;
		float: left;
		box-sizing: border-box;
		margin-right: 33px;
		margin-bottom: 100px;
	}
	
	#wrapper {
		width: 1280px;
		margin: 0 auto;
	}

	#sidebar {
		width: 460px;
	}
	
	#frm-top {
		margin: 90px 0px 0px 53px;
	}
	
	.sidebar-inner {
		padding-left: 55px;
	}
}


@media only screen and (max-width: 1279px) { 
	
	#header .logo {
		margin: 23px 0px 0px 100px;
	}
	
	#header .telefono, 
	#footer .telefono {
		margin: 23px 100px 0px 0px;
	}
	
	#wrapper {
		width: 960px;
		margin: 0 auto;
	}
	

	#main {
		width: auto;
		padding-left: 0px;
		float: none;
		box-sizing: border-box;
		margin-right: 0px;
		margin-bottom: 100px;
		padding: 0px 100px;
	}
	
	#sidebar {
		display: none;
	}
	
	#frm-bottom {
		width: auto;
	}
	
	#footer {
		width: auto;
		margin: 0 auto;
		padding: 60px 30px;
	}
}


@media only screen and (max-width: 600px) { 
	
	#wrapper {
		width: auto;
		margin: 0px;
	}
	
	body {
		font-size: 16px;
		line-height: 24px;
	}
	
	#container {
		background-size: auto 435px;
	}
	
	#main {
		padding: 0px 30px;
		width: 100%;
		margin: 0 auto;
	}
	
	#header {
		height: 50px;
	}
	
	#header .logo {
		width: 140px;
		height: 30px;
		background: url(../images/logo-mini.png) 0 0 no-repeat;
		background-size: 100% auto;
		margin: 10px 0px 0px 10px;
	}
	
	#header .telefono, #footer .telefono {
		font-size: 18px;
	}
	
	#header .telefono span {
		display: none;
	}
	
	#header .telefono {
		margin: 10px 10px 0px 0px;
		background: url(../images/icona-telefono.png) 0 2px no-repeat;
		background-size: auto 24px;
		padding-left: 33px;
		padding-top: 2px;
	}
	
	#testata {
		margin-bottom: 0px;
	}
	
	#testata .payoff {
		font-size: 26px;
		line-height: 42px;
		margin: 25px 0px 20px 0px;
	}
	
	#testata .payoff span {
		font-size: 30px;
	}
	
	#testata img {
		width: 100%;
		height: auto;
	}
	
	.p {
		margin-top: 60px;
	}
	
	.p .title {
		font-size: 24px;
		line-height: 30px;
	}
	
	.banner-risparmio {
		width: auto;
		padding: 10px;
	}
	
	.banner-risparmio p {
		font-size: 13px;
		margin-top: 105px;
		line-height: 18px;
	}
	
	.banner-risparmio span {
		right: 15px;
		top: 122px;
		font-size: 40px;
	}
	
	.box-offerta {
		width: 300px;
	}
	
	.box-offerta.offerta-invernale {
		margin-top: 50px;
	}
	
	.bt.cta {
		text-align: center;
		padding: 10px 5px;
		line-height: 22px;
		font-size: 15px;
	}
	
	.bt-top {
		display: block;
		margin: 0px 0px 50px !important;
	}
	
	.tecnico {
		width: auto;
		left: 0px;
		height: auto;
		background: url(../images/tecnico-mini.jpg) 0 0 no-repeat;
		background-size: auto 210px;
	}
	
	.tecnico .citazione {
		padding: 43px 0px 20px 160px;
		font-size: 14px;
		line-height: 19px;
		height: 147px;
	}
	
	.tecnico .punti-di-forza {
		padding: 0px;
		margin-top: 0px;
		border-top: 1px solid #DDD;
		padding-top: 20px;
	}
	
	.loghi li {
		padding: 0px 10px;
	}
	
	.loghi li span {
		display: block;
		font-size: 13px;
		color: #999999;
		margin-top: 5px;
		line-height: 15px;
	}
	
	.loghi img {
		width: 100%;
		height: auto;
	}
	
	#frm-bottom {
		padding: 50px 0px;
	}
	
	#frm-bottom legend {
		padding-left: 20px;
		padding-right: 20px;
		line-height: 30px;
		font-size: 28px;
	}
	
	#frm-bottom span.subtitle {
		font-size: 18px;
		margin: 10px 0px 30px;
		padding: 0px 20px;
	}
	
	#frm-bottom .col:first-of-type {
		margin-right: 0px;
	}
	
	#frm-bottom .col {
		width: auto;
		display: block;
		vertical-align: top;
		margin-right: 0px;
	}
	
	#frm-bottom label {
		width: 70px;
		font-size: 13px;
	}
	
	#frm-bottom .col:nth-of-type(2) label {
		width: 70px;
	}
	
	#frm-bottom input[type="text"] {
		width: calc(100% - 75px);
	}
	
	#frm-bottom .col:nth-of-type(2) input[type="text"], 
	#frm-bottom .col:nth-of-type(2) textarea {
		width: calc(100% - 75px);
	}
	
	#frm-bottom textarea {
		width: calc(100% - 75px);
	}
	
	#frm-bottom .row.misure span {
		font-size: 12px;
	}
	
	#box-form-bottom .privacy {
		padding-left: 83px !important;
		font-size: 12px;
	}
	
	#frm-bottom .bt {
		margin: 30px auto 0px;
	}
	
	#footer {
		padding: 60px 30px 35px;
	}
	
	
	#footer .telefono {
		margin: 23px 0px 0px 0px;
		font-size: 30px;
		padding-left: 60px;
	}
	
	#footer .telefono span {
		margin-top: 7px;
	}

}

@media only screen and (max-width: 360px) { 
	#main {
		padding: 0px 10px;
		width: 100%;
		margin: 0 auto;
	}
}




/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}