html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
/*@import url(http://fonts.googleapis.com/css?family=Exo:700);*/
img,
object,
embed {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
p {
  margin-bottom: 18px;
}
/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
a {
  text-decoration: none;
  line-height: inherit;
}
a:focus {
  outline: none;
}
p a,
p a:visited {
  line-height: inherit;
}
/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
ul,
ol {
  margin-bottom: 18px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
li {
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd;
}
table thead,
table tfoot {
  background: #f5f5f5;
}
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222;
}
table thead tr th:first-child,
table tfoot tr td:first-child {
  border-left: none;
}
table thead tr th:last-child,
table tfoot tr td:last-child {
  border-right: none;
}
table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9;
}
table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none;
}
/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hide {
  display: none;
}
.highlight {
  background: #ff0;
}
#googlemap img,
object,
embed {
  max-width: none;
}
#map_canvas embed {
  max-width: none;
}
#map_canvas img {
  max-width: none;
}
#map_canvas object {
  max-width: none;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
/*---------------------------------------------------
LESS Elements 0.6
---------------------------------------------------
A set of useful LESS mixins by Dmitry Fadeyev
Special thanks for mixin suggestions to:
	Kris Van Herzeele,
	Benoit Adam,
	Portenart Emile-Victor,
	Ryan Faerman

More info at: http://lesselements.com
-----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background-color: #ecebd8;
}
body {
  background: url("../img/background.jpg") repeat-x top center;
}
body {
  /* 	background: #ecebd8; */

  font-family: 'Bitter', 'Palatino', Georgia, serif;
  /*
	.font-size(16px, 1.6rem);
	line-height: 1.5em; 
*/

  font-size: 16px;
  line-height: 24px;
  color: #4d4b42;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
a {
  color: #4d4b42;
}
a:hover {
  color: #4d4b42;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  /* 	line-height: 1.3em;  */

  margin-bottom: 20px;
  color: #333;
}
h1 {
  font-size: 38px;
  font-size: 42px;
}
h2 {
  font-size: 30px;
  font-size: 34px;
}
h3 {
  font-size: 20px;
  font-size: 24px;
}
/*
h1 {.font-size(38px, 3.8rem); }	
h2 {.font-size(30px, 3.0rem); }	
h3 {.font-size(20px, 2.0rem);}	
*/
/*img {max-width: 100%;}*/
.transition,
a,
img,
input,
textarea,
li {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.no-transition {
  -webkit-transition: all 0 ease-out;
  -moz-transition: all 0 ease-out;
  transition: all 0 ease-out;
}
.wrapper {
  *zoom: 1;
  width: 960px;
  margin: 0 auto;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
/* =============================================================================
   Non-semantic helper classes
   ========================================================================== */
.ir {
  display: inline-block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/*
.lib {
	height: 510px; 
	background: url("@{base_img}/background.jpg") no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: -1;
}
*/
.lib {
  display: none;
}
.content {
  display: inline;
  float: left;
  width: 55.55555555555556%;
  margin: 0 1.3888888888888888%;
  float: right;
  position: relative;
}
.content .main {
  padding-top: 50px;
  margin-bottom: 70px;
  text-align: center;
  position: relative;
  z-index: 999;
}
.content .main .logo {
  display: inline-block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  width: 545px;
  height: 66px;
  background: url("../img/logo.png") no-repeat 0 0;
  margin-bottom: 0;
}
.content .main .desc {
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px !important;
  /* margin: 100px 0 0 0 !important;  in caso di spacer */
}
.content .main .spacer {
  height: 144px;
  width: 460px;
  display: block;
}
.content .main form {
  *zoom: 1;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 190, 0.4);
  -moz-box-shadow: 0 0 10px rgba(255, 255, 190, 0.4);
  box-shadow: 0 0 10px rgba(255, 255, 190, 0.4);
  padding: 6px 0 6px 6px;
  background: url("../img/black_60.png") repeat;
  width: 336px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.content .main form:before,
.content .main form:after {
  content: "";
  display: table;
}
.content .main form:after {
  clear: both;
}
.content .main form button {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.32), inset 0 0 5px rgba(255, 255, 190, 0.2);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.32), inset 0 0 5px rgba(255, 255, 190, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 2px 0 rgba(255, 255, 255, 0.32), inset 0 0 5px rgba(255, 255, 190, 0.2);
  height: 60px;
  width: 323px;
  padding: 0;
  margin: 6px 0 0;
  line-height: 60px;
  border: 0;
  cursor: pointer;
  float: left;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  font-size: 26px;
  display: inline-block;
  background-color: #6fa91b;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZWMxNyIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+CjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmFlYzE3IiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmFlYzE3IiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(90deg, rgba(250, 237, 24, 0.25) 0%, rgba(250, 237, 24, 0) 15.19%, rgba(250, 237, 24, 0.5) 100%);
  background-image: -o-linear-gradient(90deg, rgba(250, 237, 24, 0.25) 0%, rgba(250, 237, 24, 0) 15.19%, rgba(250, 237, 24, 0.5) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(250, 237, 24, 0.25) 0%, rgba(250, 237, 24, 0) 15.19%, rgba(250, 237, 24, 0.5) 100%);
  background-image: linear-gradient(90deg, rgba(250, 237, 24, 0.25) 0%, rgba(250, 237, 24, 0) 15.19%, rgba(250, 237, 24, 0.5) 100%);
}
.content .main form label {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 -24px 0 #ebebeb;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 -24px 0 #ebebeb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 -24px 0 #ebebeb;
  width: 60px;
  height: 71px;
  background-color: #fff;
  background-position: center 8px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 6px;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.content .main form label.vodafone {
  background-image: url("../img/ico-vodafone.gif");
}
.content .main form label.tre {
  background-image: url("../img/ico-tre.gif");
}
.content .main form label.wind {
  background-image: url("../img/ico-wind.gif");
}
.content .main form label.tim {
  background-image: url("../img/ico-tim.gif");
}

.content .main form label.poste {
  background-image: url("../img/ico-poste.gif");
}


.content .main form label.active {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 -24px 0 #c3edff;
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 -24px 0 #c3edff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 -24px 0 #c3edff;
}
.content .main form label input {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -7px;
}
.content .main form p {
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  display: block;
  padding: 12px 0;
  margin: 0;
}
.content .main small {
  color: #fff;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 16px;
  text-align: center;
  display: block;
  height: 40px;
  line-height: 40px;
}
.content .features {
  *zoom: 1;
  /* 		position: relative; */

  position: absolute;
  padding-top: 0;
  margin-top: 10px;
}
.content .features:before,
.content .features:after {
  content: "";
  display: table;
}
.content .features:after {
  clear: both;
}
.content .features small {
  opacity: .7;
  font-size: 16px;
  display: block;
  height: 40px;
  text-align: center;
}
.content .features #slider {
  margin: 0;
}
.content .features #slider li {
  width: 305px;
  margin: 0:;
}
.content .features .bx-wrapper {
  margin: 0 0 0 0;
  width: 520px !important;
}
.content .features .bx-wrapper .bx-window {
  margin: -386px 0 0 -363px;
}
.content .features .bx-wrapper .bx-captions {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 1px 5px rgba(0, 0, 0, 0.09);
  background-color: rgba(174, 169, 138, 0.24);
  padding: 10px 20px;
  width: 520px;
  margin-top: 0;
}
.content .features .bx-wrapper .bx-prev,
.content .features .bx-wrapper .bx-next {
  display: inline-block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
.content .features .bx-wrapper .bx-prev:active,
.content .features .bx-wrapper .bx-next:active {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.content .features .bx-wrapper .bx-next {
  float: right;
  margin-top: -22px;
  background-image: url("../img/ico-next.gif");
}
.content .features .bx-wrapper .bx-prev {
  float: left;
  margin-top: -22px;
  background-image: url("../img/ico-prev.gif");
}
.content .features .bx-wrapper .bx-pager {
  *zoom: 1;
  width: 132px;
  height: 12px;
  margin: -140px auto 0;
}
.content .features .bx-wrapper .bx-pager:before,
.content .features .bx-wrapper .bx-pager:after {
  content: "";
  display: table;
}
.content .features .bx-wrapper .bx-pager:after {
  clear: both;
}
.content .features .bx-wrapper .bx-pager a {
  display: inline-block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px #ffffff, inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px #ffffff, inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px #ffffff, inset 0 1px 2px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  display: block;
  background-color: #dfdbc7;
}
.content .features .bx-wrapper .bx-pager a.pager-active {
  background-color: #bfbdac;
}
.webkit .content .features .bx-wrapper .bx-window {
  margin-top: -369px;
}
.iphone {
  padding-top: 40px;
  height: 775px;
  display: inline;
  float: left;
  width: 38.88888888888889%;
  margin: 0 1.3888888888888888%;
  position: relative;
}
.iphone .mask {
  display: block;
  width: 360px;
  height: 740px;
  background: url("../img/iphone.png") no-repeat 0 0;
  position: absolute;
  z-index: 100;
  margin-top: -20px;
}
.footer {
  display: inline;
  float: left;
  width: 97.22222222222221%;
  margin: 0 1.3888888888888888%;
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px solid #d2d2c0;
  font-size: 13px;
}
.footer ul {
  float: left;
}
.footer ul li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d2d2c0;
}
.footer ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.footer .copy {
  float: right;
}
.lt-ie9 .bx-captions {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3DAEA98A,endColorstr=#3DAEA98A);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3DAEA98A,endColorstr=#3DAEA98A);
  zoom: 1;
}
#share-detail {
  position: relative;
  top: -57px;
  left: 50px;
}
