/*!---------- Custom Styles Here ----------*/
a.bianco:link {color:#FFFFFF;text-decoration:none;}
a.bianco:visited {color:#FFFFFF;text-decoration:none;}
a.bianco:hover {text-decoration:underline;}

a.nero:link {color:#000000;text-decoration:none;}
a.nero:visited {color:#000000;text-decoration:none;}
a.nero:hover {text-decoration:underline;}

.spazio {
  padding: 10px 0 0 0;
}

.rosso {
  color: #ff4522;
}

#ja-stickyfooter {
  background-color: #f0c008;
  bottom: 0;
  position: fixed;
  z-index: 999;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
}
.wrap {
}
.wrap {
  width: 100%;
  clear: both;
}
.main {
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  text-align: center;
}
.spazio-gallery {
  margin-bottom: 10px;
}


@media (min-width: 768px) and (max-width: 991px) {
  /* line 140, /Users/craiggarner/Documents/Medium Rare Git Repos/padre/mixture/bower_components/bootstrap/less/responsive-utilities.less */

.spazio {
  padding: 10px 0 120px 0;
  display: block;
}
}
@media (max-width: 767px) {
  /* line 135, /Users/craiggarner/Documents/Medium Rare Git Repos/padre/mixture/bower_components/bootstrap/less/responsive-utilities.less */
.ribbon {
  height: 80px!important;
}
.spazio {
  padding: 40px 0 0 0!important;
  display: block;
}
}