@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600,600italic,700,700italic,300italic,300,200italic,200);

@font-face {
    font-family: 'libelsuit';
    src: url('../fonts/libelsuit-webfont.eot');
    src: url('../fonts/libelsuit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/libelsuit-webfont.woff2') format('woff2'),
         url('../fonts/libelsuit-webfont.woff') format('woff'),
         url('../fonts/libelsuit-webfont.ttf') format('truetype'),
         url('../fonts/libelsuit-webfont.svg#libel_suitregular') format('svg');
    font-weight: normal;
    font-style: normal; 
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  background-color: #ecd6a3;
  color: #503b21;
  margin: 0;
}

img {
  border; none;
}

a {
  text-decoration: none;
  color: #503b21;
}

h1, h2 {
  font-weight: normal;
}

#container {
  margin: 0;
  text-align: center;
}

#welcome {
  background: #FFFFFF url('../img/welcome-img-home.jpg') no-repeat center top;
  height: auto;
  width: 100%;
  min-width: 100%;
  position: relative;
  text-align: center;
  z-index: 0;
  padding-top: 70px;
}

.welcome-content {
  display: block;
  margin: 0 auto;
}

.content {
  margin-top: 0;
  background: #ffffff url('../img/stores-bg.gif') center bottom repeat-x;
}

.presentazione {
  max-width: 1005px;
  margin: 0 auto;
  padding: 0 10px;
}

.titolo {
  font-family: libelsuit, sans-serif;
  font-size: 33px;
  padding: 55px 0 15px 0;
  margin: 0;
}

.sottotitolo {
  margin-top: 5px;
  line-height: 28px;
  font-size: 20px;
}

.scegli {
  font-family: libelsuit, sans-serif;
  font-size: 33px;
  margin: 60px auto 0 auto;
  background-color: #f5cb45;
  display: block;
  max-width: 330px;
  height: 60px;
  line-height: 60px;
  white-space: nowrap;
}

.stores {
  background-color: #f6ebd1;
  padding: 18px 0 73px;
}

.stores-content {
  max-width: 915px;
  margin: 0 auto;
}

.address {
  background-color: #FFFFFF;
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  padding: 65px 10px 95px 10px;
}

.address-content {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
}

.store-address {
  font-family: 'Titillium Web', sans-serif;
  font-size: 17px;
  margin-top: 10px;
  line-height: 21px;
  text-align: center;
}

.store-address a:hover { 
  font-weight: bold;
}

.store {
  width: 226px;
  display: inline-block;
  margin-top: 12px;
  text-align: center;
}

.lastrow {
  text-align: center;
}

@media (min-width: 992px) { 
  .lastrow {
    text-align: left;
  }
}

#banner {
  background-color: #f5cb45;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer {
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 45px 0 60px;
  position: relative;
  z-index: 0;
  background-color: #503b21;
  color: #fff;
}

.footer p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.75em; 
  color: #ecd6a3;
  padding: 0 10px;
}

.footerlink, .footerlink:active, .footerlink:visited {
  color: #ecd6a3;
}

.footerlink:hover {
  text-decoration: underline;
  color: #ecd6a3;
}

.socials a, .socials img {
  width: 37px;
  height: 37px;
}