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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #edf2f7; }

#content-wrapper {
  width: 960px;
  margin: 30px auto;
  font-family: "PT Sans", Helvetica, Arial, sans-serif; }

#content-ext {
  float: left;
  border: solid 1px #abb8c4;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 20px #97aec4; }

#content {
  padding: 10px 30px 30px; }

h1 {
  text-align: center;
  font-size: 34px;
  color: #3c444d;
  margin-top: 20px; }

h2 {
  text-align: center;
  font-size: 23px;
  margin-top: 15px;
  font-weight: 300;
  color: #607080; }

.tagline {
  text-align: center;
  color: #99705a;
  font-size: 18px;
  margin-top: 16px;
  text-transform: uppercase; }

.text-1 {
  text-align: center;
  margin-top: 20px;
  color: #6f89a3; }

.text-1 b {
  padding-top: 7px;
  color: #4e6073; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

#content {
  width: 960px;
  float: left; }

div#headline-container {
  width: 320px;
  float: left;
  margin-left: 0px; }

div.headline {
  color: #6f89a3;
  font-size: 48px;
  margin-top: 34px; }

div.headline b {
  color: #3c444d; }

/* FORM */
#form-container-ext {
  width: 100%;
  color: #666; }

#form-container {
  width: 100%; }

#form-container h1 {
  display: none; }

#form-col-left {
  width: 47%;
  float: left; }

#form-col-right {
  width: 47%;
  float: right; }

form input, form select, form textarea {
  background-color: #fff;
  border: solid 1px #abb8c4;
  width: 100%;
  font-size: 16px;
  color: #666;
  letter-spacing: -.05em;
  padding: 4px;
  margin: 4px 0 11px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

form label {
  clear: both;
  padding-top: 12px;
  color: #607080; }

#date-box {
  clear: both;
  width: 39%;
  margin: 0 auto 15px; }

form label.date {
  width: 210px;
  float: left;
  margin-bottom: 12px;
  text-transform: uppercase; }

form input.input-data {
  width: 120px;
  float: right;
  text-align: center;
  color: #3c444d; }

form label.label-quotidiano {
  width: 110px;
  float: left;
  margin-bottom: 12px; }

form select.select-quotidiano {
  width: 200px;
  float: right; }

#form-footer p label {
  display: none; }

#form-footer input {
  margin: 3px 0; }

form p {
  margin: 0; }

form br {
  margin: 0;
  height: 0; }

form .form-notes {
  font-size: 14px;
  margin: 2px 0 7px; }

.box-annuncio {
  width: 100%;
  padding: 18px;
  border: solid 1px #abb8c4;
  background: #f2f6fa;
  margin: 15px 0;
  float: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.box-annuncio h3 {
  margin-right: 12px;
  text-transform: uppercase;
  color: #3c444d;
  text-align: right; }

.box-annuncio h3.hidden {
  display: none; }

.box-annuncio select, .box-annuncio textarea {
  width: 100%;
  margin: 7px 0 8px; }

.box-quotidiano {
  width: 40%; }

.box-testo-annuncio {
  clear: both; }

p.word-count {
  text-align: right;
  color: #666;
  font-size: 14px; }

form .submit-button {
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  text-align: center;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 40px;
  display: table-cell;
  vertical-align: middle; }

form .submit-button a, form a.submit-button {
  display: block;
  width: 170px;
  color: #ededed;
  text-decoration: none;
  background-color: #b36034;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 40px;
  vertical-align: middle;
  display: table-cell; }

form .box-annuncio a.submit-button {
  float: right;
  margin-top: 9px;
  margin-right: 3%; }

.button-container {
  margin-top: 28px;
  display: table;
  width: 100%;
  padding: 0 36px; }

form .submit-button a:hover, form .box-annuncio a.submit-button:hover {
  color: #fff;
  background-color: #80553e; }

form #aggiungi-annuncio {
  float: right; }

#error-box {
  display: none;
  border: solid 1px #f00;
  color: #bb0f0f;
  padding: 10px;
  background-color: #fbc9c9;
  margin-bottom: 40px; }

/* SUBMIT CONFIRMATION */
#form-container h2 {
  font-size: 190%;
  margin: 16px 0;
  color: #3c444d; }

#form-container .text {
  color: #555;
  line-height: 1.1em;
  font-size: 16px; }

#form-container .text p {
  margin: 12px 0; }

#form-container .text a {
  color: #175c99; }

#form-container .text a:hover {
  color: #13314b; }

#text-box-container {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 44px; }

.text-box {
  width: 435px;
  height: 180px;
  border: solid 1px #b2b2b2;
  background: #f8fcfd url(images/bg-text-box.png) repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.text-box.left {
  float: left; }

.text-box.right {
  float: right; }

.text-box div.text {
  width: 160px;
  float: left;
  margin-top: 45px;
  margin-left: 28px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  color: #6d6e71; }

.text-box div.text b {
  color: #0e508a; }

.text-box.right div.text {
  width: 210px;
  text-transform: lowercase; }

.text-box.right div.text b {
  text-transform: uppercase; }

#footer-bar {
  float: left;
  clear: both;
  margin-top: 20px;
  width: 100%;
  background-color: #9fb6cc;
  padding: 20px;
  height: 104px; }

.footer-bar-icon {
  width: 64px;
  height: 64px;
  background-size: cover;
  text-indent: -2999px;
  float: left;
  margin-right: 7px; }

#paypal {
  background-image: url(images/icon-paypal.png); }

#visa {
  background-image: url(images/icon-visa.png); }

#mastercard {
  background-image: url(images/icon-mastercard.png); }

.footer-bar-text-box {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  height: 64px;
  line-height: 24px;
  padding-top: 7px;
  margin-left: 13px; }

#seven-day {
  background-image: url(images/icon-7day.png);
  -webkit-filter: hue-rotate(180deg);
  float: right; }

#footer-bar-text-1 {
  width: 320px; }

#footer-bar-text-2 {
  width: 151px;
  float: right; }

#footer-bar-right-box {
  float: right;
  width: 280px;
  margin-right: 40px; }

/* TERMS AND CONDITIONS */
#show-terms {
  clear: both;
  text-decoration: underline;
  text-align: center;
  color: #555;
  padding-top: 24px; }

#show-terms:hover {
  color: #222;
  cursor: pointer; }

#terms-box {
  display: none;
  font-size: 16px;
  width: 900px;
  margin: 25px auto;
  border: solid 1px #abb8c4;
  background: #fff;
  padding: 10px;
  line-height: 1.1em;
  color: #777;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#terms-box b {
  color: #555; }

#terms-box ul li {
  margin: 7px 0; }

#signature {
  margin-top: 20px;
  color: #b3bbc2;
  text-align: center;
  font-size: 13px;
  padding-bottom: 30px; }
