/*variables*/
#banner {
  width: 100%;
  height: 395px;
  background: url("../img/pizzabook/BannerPizza.jpg") fixed center no-repeat, #fad000;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  #banner p {
    max-width: 400px;
    padding: 8px 0px 8px 0px;
    margin: auto;
    text-align: center;
    background: #000;
    color: #fff;
    font-family: "HeronSansCondL";
    font-size: 66px;
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

#lista {
  width: 100%;
  min-height: 800px;
  background: #fad000;
  text-align: center;
  /* li */ }
  #lista ul {
    /*max-width:1100px;*/
    padding: 50px 20px 0px 20px;
    margin: auto; }
  #lista li {
    width: 195px;
    height: 175px;
    display: inline-table;
    margin: 15px 10px; }
    #lista li a {
      width: 195px;
      height: 175px;
      display: block;
      background: url(../img/pizzabook/fondoYellow.png) center no-repeat;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -ms-transition: all 0.5s; }
      #lista li a:hover {
        background: url(../img/pizzabook/fondoBlack.png); }
        #lista li a:hover article p {
          color: #fff;
          border-top: 3px solid #fff;
          border-bottom: 3px solid #fff; }
      #lista li a h1 {
        width: 36px;
        height: auto;
        float: left;
        font-family: "GearedSlabBold", sans-srefi;
        font-size: 37px;
        color: #000;
        margin: -7px 0px 0px -9px; }
      #lista li a section {
        width: 122px;
        height: 84px;
        float: right;
        margin-right: 36px; }
      #lista li a article {
        width: 100%;
        height: auto;
        clear: both; }
        #lista li a article p {
          font-family: "GearedSlabBold", sans-serif;
          font-size: 30px;
          color: #000;
          width: 150px;
          margin: auto;
          line-height: 28px;
          padding: 5px 0px 5px 0px;
          text-transform: uppercase;
          letter-spacing: 0.5px;
          border-top: 3px solid #000;
          border-bottom: 3px solid #000; }

/* lista*/
@media screen and (max-width: 1040px) {
  header nav li:nth-child(3) a {
    color: #fff !important; } }
@media screen and (max-width: 1000px) {
  .fancybox-title-float-wrap {
    left: 0; }

  .fancybox-title-float-wrap .child {
    margin-right: 0; } }
@media screen and (max-width: 655px) {
  #banner {
    height: 340px; } }

/*# sourceMappingURL=style_pizzabook.css.map */
