/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
@import "font-awesome.css";
@import "pagetransitions.css";
html,
button,
input,
select,
textarea {
  color: black;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* ===== Primary Styles ========================================================
   Author: WayNext
   ========================================================================== */
@font-face {
  font-family: 'cutive_monoregular';
  src: url('../fonts/cutivemono-regular-webfont.woff2') format('woff2'), url('../fonts/cutivemono-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontinregular';
  src: url('../fontsfontin-regular-webfont.woff2') format('woff2'), url('../fontsfontin-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'timelessbold';
  src: url('../fonts/timeless-bold-webfont.woff2') format('woff2'), url('../fonts/timeless-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'timelessregular';
  src: url('../fonts/timeless-webfont.woff2') format('woff2'), url('../fonts/timeless-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ie6 body,
.ie7 body {
  font-size: 10px;
}
/* COMMON */
.f100 {
  float: left;
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  background: black;
}
/*POPUP*/
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
}
#pizzeria {
  border: 2px solid white;
  width: 474px;
  height: 345px;
  top: 35%;
  left: 38%;
  position: relative;
  font-family: 'timelessregular';
}
.text_popup {
  color: white;
  text-align: center;
  margin: -35px 50px;
}
#text_name {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  font-family: 'timelessbold';
}
#text_local {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-top: -15px;
  font-family: 'timelessbold';
}
#text_description {
  font-size: 16px;
  padding-top: 10px;
}
#text_info {
  font-size: 12px;
  padding-top: 35px;
}
#close {
  color: white;
  padding-left: 95%;
  font-size: 20px;
  padding-top: 1%;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  #pizzeria {
    left: 27%;
    top: 35%;
  }
}
@media screen and (max-width: 768px) {
  #pizzeria {
    left: 19%;
  }
}
@media screen and (max-width: 414px) {
  #pizzeria {
    left: 0%;
    width: 98%;
    top: 25%;
  }
  .text_popup {
    margin: -45px 35px;
  }
  #text_name {
    font-size: 32px;
  }
  #overlay {
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 999;
  }
}
@media screen and (max-width: 375px) {
  #text_name {
    font-size: 25px;
  }
  #text_local {
    font-size: 18px;
  }
  #text_info {
    padding-top: 65px;
  }
  #close {
    padding-top: 2px;
    padding-left: 94%;
  }
}
@media screen and (max-width: 360px) {
  #pizzeria {
    left: 1%;
    width: 97%;
    top: 23%;
  }
}
@media screen and (max-width: 320px) {
  .text_popup {
    margin: -20px 10px;
  }
  #text_info {
    padding-top: 30px;
  }
  #pizzeria {
    left: 1%;
    width: 97%;
    top: 18%;
  }
  #text_name {
    font-size: 28px;
  }
}
/* FIM POPUP*/
header {
  float: left;
  width: 100%;
  position: relative;
}
header h1 {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  background: url(../img/desktop_logo_zerozero.png) center center no-repeat;
  width: 328px;
  height: 123px;
  top: 70px;
  left: 50%;
  margin-left: -164px;
  transition: opacity 1.5s;
  transition-delay: .2s;
  opacity: 0;
  z-index: 5;
}
header .spoon {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  background: url(../img/desktop_spoon.png) center center no-repeat;
  width: 67px;
  height: 115px;
  top: -115px;
  left: 50%;
  margin-left: -34px;
  transition: top .65s;
  transition-delay: 2s;
  transition-timing-function: ease-out;
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
header .horizontal-menu {
  position: absolute;
  top: 200px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  transition: opacity .8s;
  transition-delay: 1.7s;
  opacity: 0;
  z-index: 2;
}
header .horizontal-menu a {
  display: inline-block;
  color: white;
  font-family: 'timelessbold';
  text-decoration: none;
  margin: 0 25px;
  outline: 0;
  padding-bottom: 4px;
  /*&.active, &:hover {
                background: url(../img/bg_menu_items.gif) center bottom repeat-x;
            }*/
  background-position: center bottom;
  background-repeat: no-repeat;
}
header .horizontal-menu a.active:nth-child(1),
header .horizontal-menu a:nth-child(1):hover {
  background-image: url(../img/menu_1.png);
}
header .horizontal-menu a.active:nth-child(2),
header .horizontal-menu a:nth-child(2):hover {
  background-image: url(../img/menu_2.png);
}
header .horizontal-menu a.active:nth-child(3),
header .horizontal-menu a:nth-child(3):hover {
  background-image: url(../img/menu_3.png);
}
header .horizontal-menu a.active:nth-child(4),
header .horizontal-menu a:nth-child(4):hover {
  background-image: url(../img/menu_4.png);
}
header .horizontal-menu a.active:nth-child(5),
header .horizontal-menu a:nth-child(5):hover {
  background-image: url(../img/menu_5.png);
}
header .horizontal-menu a.active:nth-child(6),
header .horizontal-menu a:nth-child(6):hover {
  background-image: url(../img/menu_6.png);
}
header .horizontal-menu a.active:nth-child(7),
header .horizontal-menu a:nth-child(7):hover {
  background-image: url(../img/menu_7.png);
}
header .cover {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
header .cover.principereal {
  background: url(../img/desktop_header_bg.jpg) center center no-repeat;
  background-size: cover;
}
header .cover.parquedasnacoes {
  background: url(../img/desktop_header_bg_rio.jpg) center center no-repeat;
  background-size: cover;
}
header.loaded h1,
header.loaded .horizontal-menu {
  opacity: 1;
}
header.loaded .spoon {
  top: 0;
}
header .header-box {
  top: 0;
  position: relative;
}
header.fixed .header-box {
  position: fixed;
  left: 0;
  width: 100%;
  top: -500px;
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  margin-top: -50px;
  transition: margin-top 1s;
}
header.fixed .header-container {
  width: 1000px;
  margin: 0 auto;
}
header.fixed .spoon {
  display: none;
}
header.fixed h1 {
  background-image: url(../img/desktop_logo_zerozero_small.png);
  width: 125px;
  height: 20px;
  position: static;
  margin: 0;
  top: auto;
  left: auto;
  float: left;
}
header.fixed .horizontal-menu {
  display: inline-block;
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  width: auto;
  float: left;
  font-size: 1.3em;
}
header.fixed-visible .header-box {
  top: 0;
  margin-top: 0;
}
header .localContentor {
  position: absolute;
  opacity: 0;
  top: 20px;
  right: 20px;
  z-index: 200010;
  text-align: right;
  color: #FFF;
  font-family: 'timelessregular';
  font-size: 1.4em;
  /*transition: all .3s ease-out;*/
}
@media (max-width: 980px) {
  header .localContentor {
    position: fixed;
  }
}
header a.local {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-family: 'timelessregular';
  text-decoration: underline;
  font-size: 0.9em;
  text-transform: uppercase;
  /*opacity: 0;*/
  transition: opacity .8s;
  transition-delay: 2s;
  margin: 0 8px 0 5px;
}
header a.local:hover {
  text-decoration: none;
}
header a.local.localActive {
  font-family: 'timelessbold';
  text-decoration: none;
  cursor: default;
}
header.loaded a.local {
  opacity: 1;
}
header.fixed .localContentor {
  position: fixed;
  top: 15px;
}
header.fixed a.local {
  font-size: 0.9em;
}
@media (max-width: 480px) {
  header .localContentor {
    right: 10px;
    top: 10px!important;
    font-size: 0;
  }
  header a.local {
    display: block;
    font-size: 14px!important;
  }
}
.main {
  height: 1px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.about {
  float: left;
  width: 100%;
  position: relative;
}
.about .cover {
  float: left;
  width: 100%;
  text-align: center;
  transition: opacity .75s;
  opacity: 0;
}
.about .cover .cover-desktop {
  max-width: 100%;
  background: url(../img/desktop_sobre_bg.jpg) center center no-repeat;
  background-size: cover;
}
.about .cover .cover-desktop.parquedasnacoes {
  background: url(../img/desktop_sobre_bg_rio.jpg) center center no-repeat;
  background-size: cover;
}
.about .text {
  left: 50%;
  margin-left: 40px;
  top: 200px;
  color: white;
  position: absolute;
  font-family: 'timelessregular';
  width: 380px;
  opacity: 0;
  transition: opacity .5s;
}
.about .text h2 {
  font-weight: normal;
  margin: 0;
  font-size: 3.8em;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.about .text .lead {
  font-family: 'timelessbold';
  font-size: 2.1em;
  margin: 20px 0 0;
}
.about .text .detail {
  font-size: 1.7em;
  margin: 30px 0 0;
}
.about.active .cover {
  opacity: 1;
}
.about.active .text {
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .about .text {
    top: 100px;
    left: auto;
    right: 40px;
    width: 320px;
  }
}
.pizza {
  float: left;
  width: 100%;
  position: relative;
}
.pizza .cover {
  float: left;
  width: 100%;
  text-align: center;
  min-height: 800px;
  opacity: 0;
  transition: opacity .75s;
}
.pizza .cover .cover-desktop {
  max-width: 100%;
  background: url(../img/desktop_pizza_bg.jpg) center center no-repeat;
  background-size: cover;
}
.pizza .cover .cover-desktop.parquedasnacoes {
  background: url(../img/desktop_pizza_bg_rio.jpg) center center no-repeat;
  background-size: cover;
}
.pizza .content {
  position: absolute;
  top: 0;
  width: 940px;
  left: 50%;
  margin-left: -470px;
  font-family: 'timelessregular';
  color: white;
}
.pizza h2 {
  font-weight: normal;
  margin: 55px 0 85px;
  font-size: 5.1em;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pizza .launchers {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-left: 6%;
}
.pizza .launchers a {
  color: white;
  font-family: 'timelessbold';
  text-decoration: none;
  font-size: 1.7em;
  outline: 0;
  display: block;
  width: 150px;
}
.pizza .launcher-outer {
  text-align: left;
  display: inline-block;
  width: 39%;
  position: relative;
  height: 0;
  transition: all .5s;
  overflow: hidden;
  margin-top: 53px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1px;
}
.pizza .launcher-outer:before,
.pizza .launcher-outer:after {
  content: "";
  height: 3px;
  width: 30px;
  background: white;
  position: absolute;
  left: 0;
  transition: all .45s;
}
.pizza .launcher-outer:before {
  top: 0;
}
.pizza .launcher-outer:after {
  bottom: 0;
}
.pizza .launcher-outer.active:before,
.pizza .launcher-outer.mouseon:before,
.pizza .launcher-outer.active:after,
.pizza .launcher-outer.mouseon:after {
  width: 150px;
}
.pizza .launcher-outer.launcher-1 {
  width: 39%;
}
.pizza .launcher-outer.launcher-3 {
  width: 22%;
}
.pizza .launcher-inner {
  display: table;
  transition: all 1s;
  transform-origin: left center;
  transform: scaleY(0);
}
.pizza .launcher-box {
  display: table-cell;
  vertical-align: middle;
  height: 107px;
}
.pizza .details {
  position: absolute;
  left: 0;
  top: 390px;
  font-size: 1.7em;
  width: 100%;
  transition: all 1s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 6%;
}
.pizza .details .text {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 1s;
  margin-left: 6%;
}
.pizza .details .text-1 {
  left: 0;
  width: 480px;
}
.pizza .details .text-1 p {
  width: 415px;
  margin: 0;
}
.pizza .details .text-1 ul {
  position: absolute;
  left: 445px;
  top: 60px;
  font-size: 0.9em;
  line-height: 2em;
  width: 420px;
  width: 100%;
}
.pizza .details .text-1 ul li {
  position: relative;
  padding-left: 24px;
}
.pizza .details .text-1 ul li:nth-child(1) em {
  background-image: url(../img/sub1.png);
}
.pizza .details .text-1 ul li:nth-child(2) em {
  background-image: url(../img/sub2.png);
}
.pizza .details .text-1 ul li:nth-child(3) em {
  background-image: url(../img/sub3.png);
}
.pizza .details .text-1 em {
  padding-bottom: 4px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.pizza .details .text-1 .check {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../img/icon_check.png) center center no-repeat;
  vertical-align: text-top;
  margin-right: 10px;
}
.pizza .details .text-2 {
  left: 36%;
  width: 30%;
  padding-left: 6px;
}
.pizza .details .text-3 {
  right: 3%;
  width: 307px;
}
.pizza.active .cover {
  opacity: 1;
}
.pizza.active h2 {
  margin: 70px 0 70px;
  opacity: 1;
}
.pizza.active .launcher-outer {
  height: 108px;
  margin-top: 0;
}
.pizza.active .launcher-inner {
  transform: scaleY(1);
}
.pizza.active .details {
  top: 400px;
}
.pizza.active .details .text.active {
  opacity: 1;
}
.restaurant-menu {
  float: left;
  width: 100%;
  position: relative;
}
.restaurant-menu .cover {
  float: left;
  width: 100%;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.restaurant-menu .cover .cover-desktop {
  max-width: 100%;
  background: url(../img/desktop_ementa_bg.jpg) center center no-repeat;
  background-size: cover;
}
.restaurant-menu .cover .cover-desktop.parquedasnacoes {
  background: url(../img/desktop_ementa_bg_rio.jpg) center center no-repeat;
  background-size: cover;
}
.restaurant-menu .content {
  position: absolute;
  margin-top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 30%, rgba(0, 0, 0, 0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
  min-height: 660px;
}
.restaurant-menu h2 {
  font-weight: normal;
  margin: 0;
  font-size: 5em;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  color: white;
  font-family: 'timelessregular';
}
.restaurant-menu p {
  font-family: 'timelessregular';
  font-size: 1.7em;
  color: white;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
.restaurant-menu .menus-container {
  width: 1000px;
  margin: 0 auto;
}
.restaurant-menu .menus {
  float: left;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-top: 80px;
}
.restaurant-menu .entry {
  position: relative;
  text-align: center;
  display: table-cell;
  height: 90px;
  vertical-align: middle;
}
.restaurant-menu .entry:after,
.restaurant-menu .entry:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 46px;
  margin-left: -23px;
  height: 1px;
  background: white;
}
.restaurant-menu .entry:before {
  top: 0;
}
.restaurant-menu .entry:after {
  bottom: 0;
}
.restaurant-menu .entry a {
  font-family: 'timelessbold';
  color: white;
  font-size: 2em;
  text-decoration: none;
  outline: 0;
}
.restaurant-menu.active .cover {
  position: fixed;
  top: 0;
  left: 0;
}
.restaurant-menu.active-bottom .cover {
  position: absolute;
  top: 50%;
}
.restaurant-menu.hacked {
  background: url(../img/desktop_ementa_bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.restaurant-menu.hacked.parquedasnacoes {
  background: url(../img/desktop_ementa_bg_rio.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.restaurant-menu.hacked .cover {
  opacity: 0;
}
.pro {
  float: left;
  width: 100%;
  position: relative;
}
.pro .cover {
  float: left;
  width: 100%;
  text-align: center;
}
.pro .cover .cover-desktop {
  max-width: 100%;
  background: url(../img/desktop_pro_bg.jpg) center center no-repeat;
  background-size: 100% auto;
}
.pro .cover .cover-desktop.parquedasnacoes {
  background: url(../img/desktop_pro_bg_rio.jpg) center center no-repeat;
  background-size: 100% auto;
}
.pro .content {
  border: 1px solid white;
  position: absolute;
  /*top: 100px;
        right: 110px;
        bottom: 100px;
        left: 110px;*/
  opacity: 0;
  transition: all .5s;
  top: 90px;
  right: 100px;
  bottom: 90px;
  left: 100px;
}
.pro .detail {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: all 1s;
  transition-delay: .5s;
}
.pro .detail .row {
  display: table-row;
}
.pro .detail h2 {
  display: table-cell;
  vertical-align: top;
  font-weight: normal;
  margin: 0;
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: 12px;
  text-align: center;
  color: white;
  font-family: 'timelessregular';
  padding-top: 70px;
}
.pro .detail .text {
  display: table-cell;
  vertical-align: bottom;
  font-family: 'timelessregular';
  font-size: 1.7em;
  color: white;
  text-align: center;
  padding-bottom: 120px;
}
.pro .detail .text-box {
  width: 1000px;
  margin: 0 auto;
}
.pro.active .content {
  top: 90px;
  right: 100px;
  bottom: 90px;
  left: 100px;
  opacity: 1;
}
.pro.active .detail {
  opacity: 1;
}
.charcuterie {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 120px;
}
.charcuterie .cover {
  float: left;
  width: 100%;
  text-align: center;
}
.charcuterie .cover .cover-desktop {
  max-width: 100%;
  background: url(../img/desktop_charcutaria_bg.jpg) center center no-repeat;
}
.charcuterie .cover .cover-desktop.parquedasnacoes {
  background: url(../img/desktop_charcutaria_bg_rio.jpg) center center no-repeat;
}
.charcuterie .cover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%, #000000 100%);
  height: 200px;
}
.charcuterie .text {
  left: 10%;
  top: 0px;
  color: white;
  position: absolute;
  font-family: 'timelessregular';
  width: 400px;
  opacity: 0;
  transition: all 1s;
}
.charcuterie .text h2 {
  font-weight: normal;
  margin: 0;
  font-size: 3.2em;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.charcuterie .text .lead {
  font-size: 1.7em;
  margin: 20px 0 0;
}
.charcuterie.active .text {
  opacity: 1;
  top: 35px;
}
.gallery {
  float: left;
  position: relative;
  width: 100%;
}
.gallery #pt-main {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 6em;
  color: white;
  opacity: 0;
  transition: opacity 1s;
}
.gallery.active #pt-main {
  opacity: 1;
}
.gallery .arrow-left,
.gallery .arrow-right {
  position: absolute;
  z-index: 2000;
  top: 50%;
  margin-top: -35px;
  background: 0;
  padding: 0;
  border: 0;
  color: white;
  outline: 0;
  opacity: .3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 37px;
  height: 72px;
}
.gallery .arrow-left {
  left: 15px;
  background-image: url(../img/arrow_left.png);
}
.gallery .arrow-right {
  right: 15px;
  background-image: url(../img/arrow_right.png);
}
.gallery .cover-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.gallery.portrait .cover-desktop {
  background-size: 100% auto;
}
.gallery.portrait .cover-desktop.is-horizontal {
  background-size: auto 100%;
}
.gallery h2 {
  font-family: 'timelessregular';
  font-weight: normal;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 5em;
  /*margin: -100px 0 0;*/
  margin: 70px 0 0;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000;
  color: white;
}
.gallery.fixed-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.contacts {
  float: left;
  z-index: 1;
  width: 100%;
  color: white;
  margin-top: 0px;
  background: url(../img/desktop_map.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.contacts.parquedasnacoes {
  background: url(../img/desktop_map_rio.jpg) center center no-repeat;
  background-size: cover;
}
.contacts .contacts-inner {
  float: left;
  width: 100%;
  background: linear-gradient(to bottom, #000000 0%, #000000 40%, rgba(0, 0, 0, 0.75) 70%, rgba(0, 0, 0, 0.2) 100%);
  min-height: 900px;
}
.contacts .content {
  width: 1150px;
  margin: 0 auto;
}
.contacts h2 {
  font-family: 'timelessregular';
  font-weight: normal;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 5em;
  margin: 80px 0 0;
  text-align: center;
}
.contacts .contacts-box {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2e2e2e;
  display: table;
  padding: 5px 65px 20px 65px;
  margin: 50px 0 0;
  font-family: 'timelessregular';
}
.contacts .contacts-box .box {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5em;
  width: 30%;
}
.contacts .contacts-box .box-address {
  width: 40%;
}
.contacts .contacts-box .box-address .address {
  margin: 0;
}
.contacts .contacts-box .box-address .phone,
.contacts .contacts-box .box-address .mail {
  font-family: 'timelessbold';
  margin: 0;
}
.contacts .contacts-box .box-address .phone {
  margin-top: 15px;
}
.contacts .contacts-box .box-address a {
  color: white;
}
.contacts .networks {
  float: left;
  width: 100%;
  text-align: center;
  margin: 38px 0 0;
}
.contacts .networks a {
  color: white;
  font-size: 25px;
  margin: 0 30px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  outline: 0;
}
.contacts .networks a:first-child {
  margin-left: 0;
}
.contacts .networks a:last-child {
  margin-right: 0;
}
.contacts .networks .logo-zomato {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  width: 27px;
  height: 26px;
  background: url(../img/logo_zomato.png) center center no-repeat;
  vertical-align: middle;
}
.contacts .credits {
  float: left;
  width: 100%;
  margin: 35px 0 0;
  text-align: center;
}
.contacts .credits a {
  color: white;
  font-family: 'timelessregular';
  font-size: 1.2em;
  outline: 0;
}
.contacts .created-by {
  color: white;
  font-size: 1.1em;
  text-transform: uppercase;
  height: 0;
  overflow: hidden;
  float: left;
  width: 100%;
  text-align: center;
  line-height: 15px;
  margin: 5px 0 0;
  /*display: none;*/
}
.contacts .created-by .logo-waynext {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  display: inline-block;
  background: url(../img/logo_waynext.png) center center no-repeat;
  background-size: 100% 100%;
  width: 60px;
  height: 14px;
  vertical-align: text-bottom;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 500000;
  overflow: hidden;
}
#loader span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91px;
  height: 145px;
  background: url(../img/pizza.svg) center center no-repeat;
  background-size: 100% 100%;
  transform-origin: left top;
  -webkit-animation: rotation 2s infinite linear;
  animation: rotation 2s infinite linear;
}
.hide-overflow {
  position: fixed;
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  .about,
  .pizza,
  .pro {
    margin-top: -60px;
  }
  .pro .detail .text-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pro .detail .text {
    padding-bottom: 90px;
  }
  .pro .content {
    left: 70px;
    right: 70px;
    top: 60px;
    bottom: 60px;
  }
  .pro.active .content {
    left: 60px;
    right: 60px;
    top: 50px;
    bottom: 50px;
  }
  .charcuterie {
    margin-top: 20px;
  }
  .contacts .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .pro .detail .text {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1550px) {
  header.fixed .header-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  header.fixed h1 {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  header.fixed .horizontal-menu {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
  }
  header.fixed .horizontal-menu a:last-child {
    margin-right: 0;
  }
  .gallery h2 {
    margin: 100px 0 0;
  }
}
@media screen and (max-width: 1020px) {
  .restaurant-menu .menus-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
header .vertical-menu-box,
header .vertical-launcher-box {
  display: none;
}
@media screen and (max-width: 980px) {
  header.fixed .header-box {
    display: none;
  }
  header .horizontal-menu {
    display: none;
  }
  header .vertical-menu-box {
    display: block;
    position: fixed;
    top: 52px;
    left: 0;
    width: 210px;
    padding: 20px 0 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: black;
    bottom: 0;
    z-index: 150000;
    margin-left: -100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
  }
  header .vertical-menu-box.active {
    margin-left: 0;
  }
  header .vertical-launcher-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 200000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .hide-overflow header .vertical-launcher-box,
  header .vertical-launcher-box.active {
    background: black;
  }
  header.fixed .vertical-launcher-box {
    background: black;
  }
  header .vertical-menu-launcher {
    color: white;
    border: 0;
    background: 0;
    padding: 0;
    font-size: 3em;
    display: block;
    float: left;
    margin: 9px 0 0 20px;
    outline: 0;
    transition: transform .75s;
    transform-origin: center center;
  }
  header .vertical-menu-launcher.active {
    transform: rotate(90deg);
  }
  header .logo-smaller {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/logo_smaller.png) center center no-repeat;
    width: 136px;
    height: 21px;
    display: inline-block;
    background-size: 100% 100%;
    margin: 0;
  }
  header .vertical-menu {
    overflow: auto;
    margin-top: 20px;
  }
  header .vertical-menu a {
    color: white;
    font-family: 'timelessbold';
    font-size: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 60px;
    outline: 0;
  }
  header .vertical-menu a.active {
    background: url(../img/bg_menu_items.gif) center bottom repeat-x;
  }
  .pizza .content {
    left: 20px;
    margin-left: 0;
    width: auto;
    right: 20px;
  }
  .pizza .details .text-1 p {
    font-size: .9em;
    width: 300px;
  }
  .pizza .details .text-1 ul {
    left: 350px;
  }
  .pizza .details .text-3 {
    right: 3%;
  }
}
@media screen and (max-width: 895px) {
  /*.gallery h2 {
        margin-top: 0;
    }*/
}
@media screen and (max-width: 850px) {
  header .cover .cover-desktop {
    background-position: center 20px;
  }
  .pizza .content .details .text-1 {
    width: 600px;
  }
  .pizza .content .details .text-1 p {
    font-size: 1em;
    width: 100%;
    margin-bottom: 15px;
  }
  .pizza .content .details .text-1 ul {
    position: relative;
    top: auto;
    left: auto;
  }
  .pizza .content .details .text-3 {
    right: 0;
  }
}
.cover-tablet {
  display: none;
}
@media screen and (max-width: 768px) {
  .cover-tablet {
    display: block;
  }
  header .cover .cover-desktop {
    background-position: center 40px;
  }
  .about {
    margin-top: 50px;
  }
  .about .text {
    top: 0;
    left: auto;
    right: 40px;
    width: 320px;
    z-index: 5;
  }
  .pizza {
    margin-top: -130px;
  }
  .pizza .content {
    top: 0px;
  }
  .pizza .cover {
    min-height: 590px;
    margin-top: 130px;
  }
  .pizza .details .text-1 ul {
    margin: 20px 0 0 30px;
  }
  .restaurant-menu {
    height: auto !important;
    margin-top: 30px;
  }
  .restaurant-menu .content {
    height: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: 0;
    opacity: 0;
    transition: opacity 1s;
    min-height: 215px;
    position: relative;
  }
  .restaurant-menu.active .cover {
    position: static;
    height: 0;
  }
  .restaurant-menu.active .content {
    opacity: 1;
  }
  .restaurant-menu.active-bottom .cover {
    position: static;
    top: 0;
  }
  .restaurant-menu .cover-desktop {
    display: none;
  }
  .restaurant-menu .cover-tablet {
    max-width: 100%;
    background: url(../img/tablet_ementa_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .restaurant-menu .cover-tablet.parquedasnacoes {
    background: url(../img/tablet_ementa_bg_rio.jpg) center center no-repeat;
    background-size: cover;
  }
  .restaurant-menu .cover {
    height: 0;
  }
  .restaurant-menu .menus {
    margin-top: 55px;
    margin-bottom: 50px;
  }
  .pro {
    margin-top: 0;
  }
  .pro .content {
    top: -10px;
    left: 10px;
    right: 10px;
    bottom: -10px;
    transition-delay: 0s;
  }
  .pro.active .content {
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
  .pro .cover {
    height: 750px;
  }
  .pro .cover .cover-desktop {
    height: 100%;
    background-image: url(../img/tablet_pro_bg.jpg);
  }
  .pro .cover .cover-desktop.parquedasnacoes {
    background-image: url(../img/tablet_pro_bg_rio.jpg);
  }
  .pro .detail h2 {
    padding-top: 30px;
  }
  .pro .detail .text {
    padding-bottom: 30px;
  }
  .charcuterie {
    background: url(../img/tablet_charcutaria_bg.jpg) center center no-repeat;
    background-size: cover;
  }
  .charcuterie.parquedasnacoes {
    background: url(../img/tablet_charcutaria_bg_rio.jpg) center center no-repeat;
    background-size: cover;
  }
  .charcuterie .cover {
    display: none;
  }
  .charcuterie .text {
    position: static;
    padding: 60px 0 130px 20px;
    width: 350px;
  }
  .contacts {
    background-image: url(../img/tablet_map.jpg);
  }
  .contacts.parquedasnacoes {
    background-image: url(../img/tablet_map_rio.jpg);
  }
  .contacts .contacts-inner {
    min-height: 670px;
  }
  .contacts .contacts-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contacts .contacts-box .box-address {
    width: 35%;
  }
  .contacts .contacts-box .box-schedule-2 {
    width: 35%;
  }
}
@keyframes opacityChange {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.restaurant-menu .menus-small {
  display: none;
}
@media screen and (max-width: 768px) {
  .about .text,
  .about .cover,
  .pizza .details .text.active,
  .pizza h2,
  .pizza .cover,
  .restaurant-menu .content,
  .pro .detail,
  .charcuterie .text,
  .gallery #pt-main {
    opacity: 1;
  }
  .pizza .launcher-inner {
    transform: scaleY(1);
  }
  .pizza .launcher-outer {
    height: 108px;
    margin-top: 0;
  }
  .pro .content {
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
  }
  .gallery.fixed-gallery {
    position: relative;
    top: auto;
    left: auto;
  }
  .arrow-left,
  .arrow-right {
    margin-top: -30px !important;
  }
  .contacts {
    margin-top: -200px !important;
  }
}
@media screen and (max-width: 680px) {
  header {
    z-index: 1;
    position: static;
  }
  header h1 {
    width: 320px;
    height: 120px;
    margin: 0 0 0 -160px;
    top: 60px;
  }
  header .spoon {
    height: 82px;
    width: 48px;
    background-size: 100% 100%;
  }
  header .cover .cover-desktop {
    height: 550px;
    width: 100%;
    background: url(../img/mobile_header_bg.jpg) left center no-repeat;
  }
  header .cover .cover-desktop.parquedasnacoes {
    background: url(../img/mobile_header_bg_rio.jpg) center no-repeat;
  }
  header .vertical-menu-box {
    padding-top: 0;
  }
  header .logo-smaller {
    display: none;
  }
  .main {
    z-index: 2;
    margin-top: -40px;
  }
  .about {
    margin-top: -50px;
  }
  .about .cover {
    margin-top: 140px;
  }
  .about .cover .cover-desktop {
    width: 100%;
    height: 500px;
    background: url(../img/mobile_sobre_bg.jpg) center center no-repeat;
  }
  .about .cover .cover-desktop.parquedasnacoes {
    background: url(../img/mobile_sobre_bg_rio.jpg) center center no-repeat;
  }
  .about .text {
    opacity: 1;
    top: 0;
    left: 10px;
    right: 10px;
    width: auto;
  }
  .about .text h2 {
    font-size: 3.2em;
  }
  .about .text .lead {
    margin-top: 0;
  }
  .about .text .detail {
    font-size: 1.8em;
    margin-top: 10px;
  }
  .pizza {
    min-height: 370px;
    margin-top: -120px;
  }
  .pizza .cover {
    position: absolute;
    top: 0;
    left: 0;
  }
  .pizza .cover .cover-desktop {
    width: 100%;
    height: 480px;
    background: url(../img/mobile_pizza_bg.jpg) left center no-repeat;
  }
  .pizza .cover .cover-desktop.parquedasnacoes {
    background: url(../img/mobile_pizza_bg_rio.jpg) right center no-repeat;
  }
  .pizza .content {
    position: static;
    margin-top: 0;
    top: 0;
    left: 0;
    right: 0;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pizza h2 {
    opacity: 1;
    margin: 0;
    font-size: 4em;
  }
  .pizza .launchers {
    margin-top: 20px;
    padding-left: 0;
  }
  .pizza .launcher-outer {
    height: 108px;
    margin-top: 0;
  }
  .pizza .launcher-outer.launcher-1,
  .pizza .launcher-outer.launcher-2,
  .pizza .launcher-outer.launcher-3 {
    width: 33.3%;
  }
  .pizza .launcher-outer:before,
  .pizza .launcher-outer:after {
    width: 33%;
  }
  .pizza .launcher-outer.active:before,
  .pizza .launcher-outer.active:after {
    width: 80%;
  }
  .pizza .launcher-inner {
    transform: scaleY(1);
  }
  .pizza .details {
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-top: 0;
    top: 0;
    margin-top: 15px;
  }
  .pizza .details .text {
    top: auto;
    right: auto;
    width: auto !important;
    position: static;
    display: none;
    margin-left: 0;
  }
  .pizza .details .text.active {
    display: block;
    opacity: 1;
  }
  .pizza .details .text-1 p {
    width: auto;
  }
  .pizza .details .text-1 ul {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .pizza.active h2 {
    margin: 0;
  }
  .pizza.active .details {
    top: 0;
  }
  .restaurant-menu .cover .cover-tablet {
    width: 100%;
    height: 377px;
    background: url(../img/mobile_ementa_bg.jpg) center top no-repeat;
  }
  .restaurant-menu .cover .cover-tablet.parquedasnacoes {
    background: url(../img/mobile_ementa_bg_rio.jpg) center top no-repeat;
  }
  .restaurant-menu .content {
    opacity: 1;
  }
  .restaurant-menu h2 {
    font-size: 4em;
  }
  .restaurant-menu .menus-small {
    margin-top: 36px;
    display: table;
  }
  .restaurant-menu .menus-small:first-child {
    margin-top: 20px;
  }
  .restaurant-menu .menus-large {
    display: none;
  }
  .restaurant-menu .entry {
    width: 50%;
  }
  .pro .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .pro .cover .cover-desktop {
    width: 100%;
    background: url(../img/mobile_pro_bg.jpg) center top no-repeat;
  }
  .pro .cover .cover-desktop.parquedasnacoes {
    background: url(../img/mobile_pro_bg_rio.jpg) center top no-repeat;
  }
  .pro .content {
    opacity: 1;
    position: relative;
    border: 0;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 100%;
  }
  .pro .detail {
    border: 1px solid white;
    display: block;
    opacity: 1;
  }
  .pro .detail .row {
    display: block;
    padding: 0 10px;
  }
  .pro .detail h2 {
    display: block;
    letter-spacing: 3px;
    font-size: 3.4em;
    padding-top: 24px;
    line-height: 1;
  }
  .pro .detail .text {
    display: block;
    padding-top: 55px;
    font-size: 1.9em;
  }
  .pro.active .content {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .charcuterie {
    background: url(../img/mobile_charcutaria_bg.jpg) center top no-repeat;
    min-height: 380px;
    margin-top: 0;
  }
  .charcuterie.parquedasnacoes {
    background: url(../img/mobile_charcutaria_bg_rio.jpg) center top no-repeat;
  }
  .charcuterie .text {
    padding: 10px 10px 0 10px;
    opacity: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .charcuterie .text h2 {
    font-size: 3.4em;
    letter-spacing: 4px;
  }
  .gallery {
    height: 330px !important;
  }
  .gallery h2 {
    margin-top: -30px;
    font-size: 3.4em;
  }
  .gallery .arrow-left,
  .gallery .arrow-right {
    font-size: 80px;
    opacity: 0;
    margin-top: -25px;
    width: 25px;
    height: 50px;
  }
  .gallery.fixed-gallery {
    position: relative;
    top: auto;
    left: auto;
  }
  .gallery.fixed-gallery .arrow-left,
  .gallery.fixed-gallery .arrow-right {
    animation-name: opacityChange;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
  }
  .contacts {
    margin-top: 30px !important;
  }
  .contacts .contacts-inner {
    min-height: 50px;
    padding-bottom: 200px;
  }
  .contacts h2 {
    font-size: 3.4em;
    margin-top: 25px;
  }
  .contacts .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .contacts .contacts-box {
    margin-top: 25px;
    padding: 30px 20px;
  }
  .contacts .contacts-box .box {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contacts .contacts-box .box-address .mail {
    margin-top: 15px;
  }
  .contacts .contacts-box .box-schedule {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 680px) and (orientation: landscape) {
  header .vertical-menu-box {
    width: 400px;
  }
  header .vertical-menu li {
    float: left;
    width: 50%;
  }
  header .vertical-menu a {
    line-height: 40px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  margin: 0;
}
header.set_loaded h1,
header.set_loaded .horizontal-menu {
  opacity: 1;
  z-index: 2;
}
.content-wrap {
  max-width: 1000px;
  margin: 22% auto 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.pizza .cms-entry,
.cms-entry {
  position: relative;
  z-index: 1;
  font-family: 'timelessregular';
  font-size: 18px;
}
.pizza .cms-entry p,
.cms-entry p {
  margin: 10px 0 20px;
}
.pizza .cms-entry a,
.cms-entry a {
  color: white;
}
.pizza .cms-entry a:hover,
.cms-entry a:hover {
  text-decoration: none;
}
.pizza .cms-entry h1,
.cms-entry h1,
.pizza .cms-entry h2,
.cms-entry h2,
.pizza .cms-entry h3,
.cms-entry h3,
.pizza .cms-entry h4,
.cms-entry h4,
.pizza .cms-entry h5,
.cms-entry h5,
.pizza .cms-entry h6,
.cms-entry h6 {
  margin: 20px 0 8px;
  font-weight: normal;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.pizza .cms-entry h1,
.cms-entry h1 {
  font-size: 34px;
}
.pizza .cms-entry h2,
.cms-entry h2,
.pizza .cms-entry h3,
.cms-entry h3 {
  font-size: 25px;
}
.bg-content.cover {
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(http://html.dev.waynext.com/ZeroZero/img/desktop_header_bg.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 700px) {
  .content-wrap {
    margin-top: 165px;
  }
}
@media (max-width: 600px) {
  .pizza .cms-entry,
  .cms-entry {
    font-size: 16px;
  }
  .pizza .cms-entry p,
  .cms-entry p {
    margin: 8px 0 18px;
  }
  .pizza .cms-entry h1,
  .cms-entry h1 {
    font-size: 22px;
  }
  .pizza .cms-entry h2,
  .cms-entry h2,
  .pizza .cms-entry h3,
  .cms-entry h3 {
    font-size: 20px;
  }
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.entrada {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background: url(../img/zero_zero.jpg) center no-repeat;
  background-size: cover;
  transition: all 0.6s ease-out;
  z-index: 3;
}
.entrada .entradaLinks {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -50px;
}
.entrada .entradaLinks a {
  display: inline-block;
  text-decoration: none;
  font-family: 'timelessregular';
  font-weight: bold;
  color: #FFF;
  font-size: 5vw;
  text-transform: uppercase;
  letter-spacing: .5vw;
  transition: all 0.25s ease-out;
}
@media (max-width: 800px) {
  .entrada .entradaLinks a {
    font-size: 8vw;
  }
}
@media (max-width: 580px) {
  .entrada .entradaLinks a {
    font-size: 8vw;
  }
}
.entrada .entradaLinks a:hover {
  text-shadow: 0px 0px 5px #ffffff;
}
.principeImg {
  background: url(../img/desktop_header_bg.jpg) center no-repeat;
  background-size: cover;
}
.rioImg {
  background: url(../img/desktop_header_bg_rio.jpg) center no-repeat;
  background-size: cover;
}
.loadImg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: 1000px;
}
#header .horizontal-menu,
#header .cover,
#header .vertical-launcher-box,
#header .vertical-menu-box {
  display: none;
}
#header.displayprincipereal .horizontal-menu,
#header.displayparquedasnacoes .horizontal-menu,
#header.displayprincipereal .cover,
#header.displayparquedasnacoes .cover {
  display: block;
}
@media screen and (max-width: 980px) {
  #header.displayprincipereal .horizontal-menu,
  #header.displayparquedasnacoes .horizontal-menu {
    display: none;
  }
  #header.displayprincipereal .vertical-launcher-box,
  #header.displayparquedasnacoes .vertical-launcher-box,
  #header.displayprincipereal .vertical-menu-box,
  #header.displayparquedasnacoes .vertical-menu-box {
    display: block;
  }
}
.main.displayprincipereal,
.main.displayparquedasnacoes {
  height: auto;
  overflow: initial;
}
.txt-principereal,
.txt-parquedasnacoes {
  display: none;
}
.exibe {
  display: block;
}
.visivel {
  opacity: 1!important;
}
@keyframes mudanca_de_local {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeCover {
  animation: mudanca_de_local 0.5s ease-out;
  opacity: 1;
  z-index: 1;
}
.contentorGaleria {
  float: left;
  position: relative;
  width: 100%;
}
.limiteGaleria {
  display: block;
  width: 100%;
  overflow: hidden;
  /*padding-top: 100px;*/
}
@media screen and (max-width: 767px) {
  .limiteGaleria {
    padding-top: 80px;
  }
}
