/*
	COLORI:
	Arancio:	#df5316
	Verde:		#1d7404
	Blue:			#00487f
*/

body {
  margin: 0px;
  padding: 0px;
  padding-top:80px;
}

.TopBar {
  position:fixed;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid rgb(175, 175, 175);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.539);
  z-index: 1000;
}
.TopBar img {
  width: 60px;
  height: 60px;
  margin-left: 10px;
}
.TopBar span {
  font-size: 38px;
  font-weight: 600;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: #00487f;
  position: relative;
  top:10px;
  left: 10px;
}


.centered {
  text-align: center;
}

.volantino {
  display: inline-block;
  width: 30%;
  background-color: white;
  border:1px solid gray;
  margin: 10px 10px 20px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 7%);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 2px rgb(0 0 0 / 7%);
}
.volantino img {
  width: 100%;
}
.volantino-text {
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  margin: 20px;
}
.volantino-text a {
  text-decoration: none;
  color: #606060;
}



.Footer {
  display: block;
  padding: 10px;
  padding-bottom: 30px;
  color: rgb(255, 255, 255);
  background-color: #bc3d07;
  border-top: 1px solid #602005;
  z-index: 1000;
}
.Footer img {
  width: 60px;
  height: 60px;
  float: left;
  margin-top: 8px;
}

.FooterShops {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 16px;
  width: calc(100% - 75px);
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.FooterTitle {
  font-size: 16px;
  margin-bottom: 8px;
}

.FooterShopName {
  display: inline-block;
  position:relative;
  margin-left: 4px;
  padding: 0 8px;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #bc3d07;
  background-color: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #cdcdcd95;
  z-index: 110;
}
.FooterShopInfo {

  position: relative;
  top: -14px;
  left: -4px;
  padding-top: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #ba7456;
  z-index: 100;
}
.FooterShopInfo a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.FooterShopInfo i {
  margin-left: 20px;
  width: 20px;
  text-align: center;
}


@media (max-width: 1199px) {
  .volantino {
    width: 34%;
  }
  .volantino-text {
    font-size: 22px;
    line-height: 26px;
  }

  .FooterTitle {
    font-size: 16px;
  }
  .FooterShopName {
    font-size: 14px;
    line-height: 20px;
  }
  .FooterShopInfo {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top:64px;
  }

  .TopBar {
    height: 50px;
  }
  .TopBar img {
    width: 50px;
    height: 50px;
  }
  .TopBar span {
    font-size: 32px;
    top:8px;
    left: 8px;
  }

  .volantino {
    width: 40%;
  }
  .volantino-text {
    font-size: 16px;
    line-height: 20px;
  }

  .FooterTitle {
    font-size: 15px;
  }
  .FooterShopName {
    font-size: 14px;
    line-height: 20px;
  }
  .FooterShopInfo {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  body {
    padding-top:72px;
  }

  .TopBar {
    height: 60px;
  }
  .TopBar img {
    width: 60px;
    height: 60px;
  }
  .TopBar span {
    font-size: 36px;
    top:8px;
    left: 8px;
  }

  .volantino {
    margin: 10px auto 20px auto;
    width: 60%;
  }
  .volantino-text {
    font-size: 20px;
    line-height: 24px;
  }

  .Footer img {
    width: 50px;
    height: 50px;
  }
  .FooterShops {
    width: calc(100% - 65px);
  }

  .FooterTitle {
    font-size: 14px;
  }
  .FooterShopName {
    font-size: 13px;
    line-height: 20px;
  }
  .FooterShopInfo {
    font-size: 12px;
  }
}
@media (max-width: 480px)  {
  body {
    padding-top:64px;
  }

  .TopBar {
    height: 50px;
  }
  .TopBar img {
    width: 50px;
    height: 50px;
  }
  .TopBar span {
    font-size: 30px;
    top:6px;
    left: 6px;
  }

  .volantino-text {
    font-size: 15px;
    line-height: 16px;
  }

  .FooterTitle {
    font-size: 13px;
  }
  .FooterShopName {
    font-size: 12px;
    line-height: 20px;
  }
  .FooterShopInfo {
    font-size: 11px;
  }
}
@media (max-width: 373px)  {
  body {
    padding-top:50px;
  }

  .TopBar {
    height: 40px;
  }
  .TopBar img {
    width: 40px;
    height: 40px;
  }
  .TopBar span {
    font-size: 24px;
    top:4px;
    left: 4px;
  }

  .volantino-text {
    font-size: 12px;
    line-height: 12px;
  }

  .Footer img {
    width: 40px;
    height: 40px;
  }
  .FooterShops {
    width: calc(100% - 55px);
  }

  .FooterTitle {
    font-size: 12px;
  }
  .FooterShopName {
    font-size: 11px;
    line-height: 20px;
    line-height: unset;
  }
  .FooterShopInfo {
    font-size: 9px;
  }
}
