html, body {
  background: #f9f5ed url(../images/rumore-beige.jpg);
  font-family: Verdana, Geneva, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

img {
  vertical-align: bottom;
  border-width: 0;
  display: block;
  margin: 0;
  padding: 0; }

a {
  color: inherit;
  text-decoration: none; }
  p a {
    text-decoration: underline; }

h1 {
  color: #b00;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase; }

h2 {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0; }
  h2 + p {
    margin-top: 0; }

p.dal-1989 {
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  text-transform: uppercase; }

.info {
  font-size: 12px;
  margin: 25px 0; }

body > div {
  background-color: rgba(170, 0, 0, 0.9);
  color: #fff;
  display: inline-block;
  margin: 2% 1% 0;
  position: relative;
  text-align: center;
  width: 22%;
  transition: all 300ms ease 0s;
  box-shadow: 0 0 2px #666666; }
  body > div#cm {
    width: 27%; }
  body > div:hover {
    background-color: #fff;
    color: #a00;
    cursor: pointer; }
  body > div img {
    height: auto;
    width: 100%; }
  body > div p {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0;
    padding: 2px 10px 5px; }

.motto {
  font-size: 14px;
  font-style: italic; }

.offerta {
  background-color: rgba(170, 0, 0, 0.9);
  border: 5px outset white;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 14px;
  height: 80px;
  padding-top: 23px;
  position: absolute;
  right: -15px;
  top: 5px;
  width: 80px;
  box-sizing: border-box;
  transition: all 300ms ease 0s; }
  .offerta:hover {
    border: 5px inset white;
    text-decoration: underline;
    transform: rotate(360deg); }

.bonus-mobili {
  display: inline-block;
  margin: 20px auto;
  vertical-align: middle; }

.su-misura {
  border: 2px solid #aa0000;
  border-radius: 15px;
  bottom: 55px;
  display: block;
  overflow: hidden;
  position: fixed;
  right: 30px;
  box-shadow: 0 0 2px #666666;
  transform: rotate(-30deg); }

.banner {
  opacity: 0.8;
  transition: all 300ms ease 0s; }
  .banner:hover {
    opacity: 1; }
  .banner img {
    width: 100%;
    height: auto; }

.sconto {
  background: #b00;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 24px;
  margin: 15px 0 0;
  opacity: 0.8;
  padding: 15px 50px;
  position: relative;
  text-transform: uppercase;
  transition: 200ms; }
  .sconto:hover {
    opacity: 1; }
  .sconto::before, .sconto::after {
    background: #f9f5ed url(../images/rumore-beige.jpg);
    content: '';
    height: 70px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    transform: scale(0.5, 1) rotate(45deg);
    width: 70px; }
  .sconto::before {
    left: 0;
    margin-left: -35px; }
  .sconto::after {
    margin-right: -35px;
    right: 0; }

@media (max-width: 1050px) {
  body > div, body > div#cm {
    margin: 10px;
    width: 300px; }

  .su-misura {
    bottom: auto;
    display: inline-block;
    margin: 20px auto;
    position: relative;
    right: auto;
    vertical-align: middle;
    width: 200px;
    transform: rotate(0deg); } }
@media (max-width: 400px) {
  h1 {
    margin-bottom: 5px; }

  p.dal-1989 {
    font-size: 14px;
    letter-spacing: 0; }

  body > div, body > div#cm {
    margin: 10px auto; }

  .offerta {
    display: none; } }

/*# sourceMappingURL=calia-maddalena-2017-index.css.map */
