/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
a {
    background: transparent
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
hr {
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre-wrap
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
@font-face {
    font-family: autumn_chantregular;
    src: url(../fonts/autumn_chant-webfont.woff2) format("woff2"), url(../fonts/autumn_chant-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
html {
    height: 100%;
    -webkit-font-smoothing: antialiased!important;
    font-smooth: always;
    text-shadow: 0 0 1px transparent
}
:focus {
    outline: none!important
}
body {
    letter-spacing: .0125em;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    color: #fff;
    font-family: Oswald, sans-serif
}
.content-cell {
    display: table-cell;
    vertical-align: middle
}
.container {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    box-sizing: border-box;
    margin: 0 auto
}
.clearfix {
    clear: both
}
p {
    font-size: 1em;
    line-height: 2.1764705882em;
    font-weight: 300
}
a {
    color: #bfd23b
}
h1,
h2,
h3 {
    font-weight: 400
}
.btn,
h1,
h2,
h3 {
    font-family: Oswald, sans-serif
}
.btn {
    height: 26px;
    line-height: 26px;
    box-sizing: content-box;
    padding: 0 20px;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .6875em;
    letter-spacing: .2727272727em;
    font-weight: 700;
    border-radius: 13px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}
.btn:hover {
    background-color: #fff;
    color: #000
}
.primary-title {
    font-size: 2.25em;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 .8333333333em;
    text-transform: uppercase;
    text-align: center;
    color: #5f3440
}
.hide-mobile {
    display: none
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
#page-home .owl-carousel {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}
.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
    display: none
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../images/icon-play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    transition: scale .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}
#main-nav {
    position: absolute;
    top: 10px;
    width: 100%;
    left: 0;
    z-index: 10
}
#main-nav .menu-primary {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%
}
#main-nav .menu-primary li {
    display: inline-block;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    font-size: .75em;
    text-transform: uppercase;
    margin: 0 8px
}
#main-nav .menu-primary li a {
    text-decoration: none;
    position: relative;
    display: block;
    color: #fff
}
#main-nav .menu-primary li a.active {
    color: #bfd23b
}
#main-nav .menu-primary li a.active:after {
    content: "";
    display: block;
    margin-top: 2px;
    width: 100%;
    height: 1px;
    background-color: #bfd23b
}
body.scroll #main-nav {
    background-color: #fff;
    position: fixed;
    top: 0;
    padding: 20px 0
}
body.scroll #main-nav li a {
    color: #000
}
.page {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: 50%;
    position: relative
}
#page-home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align-items: center;
    -moz-box-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-justify-content: center;
    -moz-box-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
#page-home:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #5f3440;
    pointer-events: none;
    opacity: .7
}
#page-home .logo {
    position: absolute;
    z-index: 4;
    padding: 0 75px;
    pointer-events: none;
}
#page-home .logo img {
    width: 100%;
    height: auto
}
#page-home .home-carousel .owl-nav .owl-next,
#page-home .home-carousel .owl-nav .owl-prev {
    top: inherit;
    display: none !important;
    bottom: 43px
}
#page-home .home-carousel .owl-prev {
    left: 15px
}
#page-home .home-carousel .owl-next {
    right: 15px
}
#page-home .home-carousel .home-carousel-item {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding-top: 0%;
    position: relative
}
#page-home .home-carousel .home-carousel-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: url(../images/gradient.png);
    background-size: 1px 100%;
    background-repeat: repeat-x;
    z-index: 0
}
#page-home .home-carousel .home-carousel-item h3 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 45px;
    margin: 0 0 45px;
    font-size: .8125em;
    text-transform: uppercase
}
.scroll-down {
    position: absolute;
    bottom: 40px;
    text-indent: -9999px;
    background: url(../images/arrow-down.png) no-repeat 50%;
    z-index: 3;
}
#page-sobre {
    position: relative;
    background-color: #bfd23b;
    padding: 20px 0;
    display: table;
    height: 100%
}
#page-sobre .sobre-content {
    display: table-cell;
    vertical-align: middle
}
#page-sobre .primary-title {
    padding: 60px 30px 0;
    background: url(../images/bg-title-quemsomos.png) right 45px top no-repeat;
    background-size: auto 45px
}
#page-sobre .container {
    position: relative;
    z-index: 1
}
#page-sobre .text p {
    font-size: .8125em;
    line-height: 1.8153846154em;
    text-align: center;
    margin: 0 0 1.5384615385em;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .2025em;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url(../images/carousel-arrow-02.png) no-repeat;
    background-position: 50%;
    text-indent: -9999px;
    display: block;
    overflow: hidden
}
.owl-carousel .owl-nav .owl-prev {
    left: 0
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}
#page-menu {
    position: relative;
    padding: 20px 0;
    box-sizing: border-box;
    background: url(../images/bg-menu.jpg) top no-repeat;
    background-size: cover;
    color: #5f3440;
    
}
#page-menu .container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 25% auto 10% auto;
}
#page-menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: .9;
    z-index: 0
}
#page-menu .primary-title {
    background: url(../images/bg-title-menu.png) right 45px top no-repeat;
    background-size: auto 45px;
    position: relative;
    z-index: 1
}
#page-menu .menu-title {
    font-family: autumn_chantregular;
    color: #aa2345;
    font-weight: 700;
    text-align: center;
    font-size: 1.4375em;
    margin: 0 0 1.875em
}
#page-menu .menu-carousel .owl-nav .owl-next,
#page-menu .menu-carousel .owl-nav .owl-prev {
    background: url(../images/carousel-arrow-01.png) no-repeat 50%;
    background-size: cover;
    
}
#page-menu .menu-carousel .owl-nav .owl-prev {
    left: 0px
}
#page-menu .menu-carousel .owl-nav .owl-next {
    right: 0px
}
#page-menu .menu-carousel-item ul {
    margin: 0;
    padding: 0
}
#page-menu .menu-carousel-item ul li {
    display: block;
    margin: 0 0 15px;
    text-align: center
}
#page-menu .menu-carousel-item ul li h4 {
    font-weight: 300;
    font-size: .9375em;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase
}
#page-menu .menu-carousel-item ul li p {
    font-size: .5em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #000;
    max-width: 180px;
    margin: 5px auto
}
#page-menu .menu-carousel {
    display: block;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
}

#page-menu .menu-carousel-item .pull-left,
#page-menu .menu-carousel-item .pull-right{
    float: left;
    text-align: center;
    width: 100%;
}

#page-menu .menu-carousel-item .pull-left img,
#page-menu .menu-carousel-item .pull-right img{
    margin: auto;
}

#page-menu .tbCardapio {
    display: none;
    font-weight: 300;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0;
    text-transform: uppercase;
    overflow: hidden;

}

#page-menu .tbCardapio .pull-left,
#page-menu .tbCardapio .pull-right{
    width: 49%;
    float: left;
    text-align: center;
}

#page-gallery {
    min-height: auto
}
#page-gallery .gallery-carousel .owl-nav .owl-next,
#page-gallery .gallery-carousel .owl-nav .owl-prev {
    top: inherit;
    bottom: 43px
}
#page-gallery .gallery-carousel .owl-prev {
    left: 15px
}
#page-gallery .gallery-carousel .owl-next {
    right: 15px
}
#page-gallery .gallery-carousel .gallery-carousel-item {
    height: 100%;
    background-size: cover;
    background-position: 50%;
    padding-top: 150%;
    position: relative
}
#page-gallery .gallery-carousel .gallery-carousel-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: url(../images/gradient.png);
    background-size: 1px 100%;
    background-repeat: repeat-x;
    z-index: 0
}
#page-gallery .gallery-carousel .gallery-carousel-item h3 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 45px;
    margin: 0 0 45px;
    font-size: .8125em;
    text-transform: uppercase
}
.social-icons {
    padding: 0;
    margin: 0 auto;
    display: table;
    width: auto
}
.social-icons li {
    display: block;
    float: left
}
.social-icons li a {
    display: block;
    width: 44px;
    height: 44px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    text-indent: -9999px
}
.social-icons li a.facebook {
    background-image: url(../images/icon-facebook.png)
}
.social-icons li a.instagram {
    background-image: url(../images/icon-instagram.png)
}
.social-icons li a.youtube {
    background-image: url(../images/icon-youtube.png)
}
#page-contato {
    padding: 20px 0;
    text-align: center;
    position: relative;
    background: url(../images/bg-contato.jpg) 50% no-repeat;
    background-size: cover
}
#page-contato:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dd5d32;
    opacity: .95;
    z-index: 0
}
#page-contato .primary-title {
    padding: 60px 30px 0;
    background: url(../images/bg-title-contato.png) right 45px top no-repeat;
    background-size: auto 45px;
    position: relative;
    z-index: 1;
    color: #fff
}
#page-contato .container {
    position: relative;
    z-index: 1
}
#page-contato p {
    line-height: 1em;
    font-weight: 300;
    margin: 0 auto 15px;
    max-width: 205px;
    font-weight: 400
}
#page-contato p.address {
    line-height: 1.2857142857em;
    font-size: .875em;
    text-transform: uppercase;
    color: #bfd23b;
    margin-top: 40px;
    margin-bottom: 30px
}
#page-contato .btn-app {
    background-color: #bfd23b;
    color: #dd5d32;
    border: none;
    margin: 0 0 30px
}
#page-contato #form-contato {
    width: 100%;
    max-width: 150px;
    margin: 0 auto
}
#page-contato #form-contato label {
    display: none
}
#page-contato #form-contato input,
#page-contato #form-contato textarea {
    width: 100%;
    height: 35px;
    padding: 0 8px;
    margin: 0 0 5px;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    font-size: .75em;
    font-family: Oswald, sans-serif;
    font-weight: 300;
    color: #fff;
    box-sizing: border-box
}
#page-contato #form-contato input::-webkit-input-placeholder,
#page-contato #form-contato textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: .7
}
#page-contato #form-contato input::-moz-placeholder,
#page-contato #form-contato textarea::-moz-placeholder {
    color: #fff;
    opacity: .7
}
#page-contato #form-contato input:-ms-input-placeholder,
#page-contato #form-contato textarea:-ms-input-placeholder {
    color: #fff;
    opacity: .7
}
#page-contato #form-contato input:-moz-placeholder,
#page-contato #form-contato textarea:-moz-placeholder {
    color: #fff;
    opacity: .7
}
#page-contato #form-contato textarea {
    padding: 15px;
    border: 2px solid #fff;
    height: 125px;
    margin: 30px 0
}
#main-footer {
    background-color: #000;
    padding: 20px 0
}
#main-footer p {
    font-size: .75em;
    margin: 0;
    text-align: center
}
#main-footer p span {
    display: block;
    text-indent: -9999px;
    height: 1px;
    overflow: hidden
}
@media only screen and (min-width: 420px) {
    #page-home .logo img {
        width: 250px
    }
}
@media only screen and (max-height: 420px) {
    #page-home .logo img {
        width: 150px
    }
    #page-home .home-carousel .home-carousel-item {
        padding-top: 50%
    }
    #page-gallery .gallery-carousel .gallery-carousel-item {
        padding-top: 50%
    }
}
@media only screen and (min-width: 741px) {
    .show-mobile {
        display: none
    }
    .hide-mobile {
        display: block
    }
    #main-nav {
        top: 70px
    }
    #main-nav .menu-primary li {
        font-size: .9375em;
        margin: 0 25px
    }
    #page-home .logo img {
        width: auto
    }
    #page-home .home-carousel .home-carousel-item {
        /*padding-top: 109%*/
    }
    #page-home .home-carousel .home-carousel-item:after {
        height: 30%
    }
    .primary-title {
        font-size: 3.125em
    }
    #page-sobre .sobre-content .text {
        max-width: 680px;
        margin: 0 auto
    }
    #page-sobre .sobre-content .text p {
        font-size: 1em;
    }
    #page-sobre .primary-title {
        padding-top: 45px;
        background-size: auto 90px;
        margin-bottom: 70px;
        background-position: top
    }
    #page-menu {
        padding-top: 100px;
        display: table;
    }
    #page-menu .menu-content {
        display: table-cell;
        vertical-align: middle;
    }
    #page-menu .primary-title {
        padding-top: 45px;
        background-size: auto 90px;
        margin-bottom: 70px;
        background-position: top;
        width: 100%;
        position: absolute;
    }
    #page-menu .menu-carousel {
        max-width: 700px;
        margin: 0 auto
    }
    #page-menu .menu-carousel .owl-nav .owl-prev {
        left: 0px
    }
    #page-menu .menu-carousel .owl-nav .owl-next {
        right: 0px
    }
    #page-menu .container {
        margin: 0 auto;
    }
    #page-gallery .gallery-carousel .gallery-carousel-item {
        padding-top: 60%
    }
    #page-gallery .gallery-carousel .gallery-carousel-item:after {
        height: 30%
    }
    .btn {
        padding: 0 25px;
        font-size: .875em;
        height: 32px;
        line-height: 32px;
        border-radius: 16px
    }
    #page-contato p {
        font-size: 1.25em;
        text-transform: none;
        max-width: 600px;
        margin-bottom: 40px
    }
    #page-contato p small {
        font-weight: 300;
    }
    #page-contato p.address {
        font-size: 2em;
        letter-spacing: .0325em;
        max-width: 100%
    }
    #page-contato p.address strong {
        font-size: 0.7em;
        letter-spacing: .0125em;
        display: block
    }
    #page-contato .primary-title {
        padding-top: 45px;
        background-size: auto 90px;
        margin-bottom: 20px;
        background-position: top
    }
    #page-contato #form-contato {
        max-width: 835px
    }
    #page-contato #form-contato input {
        font-size: .9375em;
        height: 40px;
        margin-bottom: 40px
    }
    #page-contato #form-contato .form-control:first-child,
    #page-contato #form-contato .form-control:nth-child(2),
    #page-contato #form-contato .form-control:nth-child(3) {
        width: 33.333333%;
        float: left;
        box-sizing: border-box
    }
    #page-contato #form-contato .form-control:first-child {
        padding-right: 10px
    }
    #page-contato #form-contato .form-control:nth-child(2) {
        padding: 0 5px
    }
    #page-contato #form-contato .form-control:nth-child(3) {
        padding-left: 10px
    }
    #main-footer p {
        font-size: .6875em
    }
    #main-footer p span {
        display: inline;
        text-indent: inherit;
        overflow: auto;
        height: auto
    }
}
@media only screen and (min-width: 880px) {
    #page-home .home-carousel .home-carousel-item {
        /*padding-top: 96%*/
    }
    #page-home .home-carousel .home-carousel-item h3 {
        max-width: 640px;
        margin: 0 auto 80px;
        font-size: 1.5625em
    }
    #page-home .home-carousel .owl-nav {
        max-width: 640px;
        position: relative;
        margin: 0 auto
    }
    #page-home .home-carousel .owl-nav .owl-next,
    #page-home .home-carousel .owl-nav .owl-prev {
        top: -95px
    }
    #page-home .home-carousel .owl-nav .owl-prev {
        left: 0
    }
    #page-home .home-carousel .owl-nav .owl-next {
        right: 0
    }
    #page-menu .menu-title {
        font-size: 2.8125em;
        margin-bottom: 1.5555555556em
    }
    #page-menu .menu-carousel .owl-nav .owl-next,
    #page-menu .menu-carousel .owl-nav .owl-prev {
        width: 31px;
        height: 30px;
        top: 35px
    }
    #page-menu .menu-carousel-item ul {
        width: 50%;
        float: left;
        box-sizing: border-box
    }
    #page-menu .menu-carousel-item ul.pull-left {
        padding-right: 45px
    }
    #page-menu .menu-carousel-item ul.pull-left li {
        text-align: right
    }
    #page-menu .menu-carousel-item ul.pull-left p {
        float: right
    }
    #page-menu .menu-carousel-item ul.pull-right {
        padding-left: 45px
    }
    #page-menu .menu-carousel-item ul.pull-right li {
        text-align: left
    }
    #page-menu .menu-carousel-item ul.pull-right p {
        float: left
    }
    #page-menu .menu-carousel-item ul li {
        clear: both;
        margin-bottom: 30px
    }
    #page-menu .menu-carousel-item ul li h4 {
        font-size: 1.75em
    }
    #page-menu .menu-carousel-item ul li p {
        font-size: .75em;
        max-width: 270px
    }
    #page-menu .menu-carousel {
        display: none;
    }
    #page-menu .tbCardapio {
        display: block;
        position: relative;
        max-width: 780px;
        margin: 0 auto;
    }

    #page-contato {
        padding-top: 100px
    }
    #page-contato p {
        font-size: 1.3125em
    }
    #page-contato p.address {
        max-width: 100%
    }
    #page-contato p.address strong {
        display: block
    }
    #page-gallery .gallery-carousel .gallery-carousel-item {
        padding-top: 40%
    }
    #page-gallery .gallery-carousel .gallery-carousel-item h3 {
        max-width: 640px;
        margin: 0 auto 80px;
        font-size: 1.5625em
    }
    #page-gallery .gallery-carousel .owl-nav {
        max-width: 640px;
        position: relative;
        margin: 0 auto
    }
    #page-gallery .gallery-carousel .owl-nav .owl-next,
    #page-gallery .gallery-carousel .owl-nav .owl-prev {
        top: -95px
    }
    #page-gallery .gallery-carousel .owl-nav .owl-prev {
        left: 0
    }
    #page-gallery .gallery-carousel .owl-nav .owl-next {
        right: 0
    }


}

@media screen and (orientation:landscape) and (min-width: 1300px) {
    #page-menu .container {
        margin: 5% auto 10% auto;
    }
}

