@font-face {
    font-family: 'dinregular';
    src: url('../ttf/dinlightalternate-webfont.eot');
    src: url('../ttf/dinlightalternate-webfont.eot?#iefix') format('embedded-opentype'), url('../ttf/dinlightalternate-webfont.woff2') format('woff2'), url('../ttf/dinlightalternate-webfont.woff') format('woff'), url('../ttf/dinlightalternate-webfont.ttf') format('truetype'), url('../ttf/dinlightalternate-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    font-family: 'dinregular';
    font-size: 17px;
}

.copyright {
    font-size: 14px;
    padding-top: 80px;
}

.footer-logo {
    margin-bottom: 20px;
}

.carousel,
.item,
.active {
    height: 100%;
    margin-top: 25px;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
    padding: 0;
}


/* faster sliding speed */

.carousel-inner>.item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}


/*campos dos forms*/


/* enable absolute positioning */

.inner-addon {
    position: relative;
}


/* style icon */

.inner-addon .glyphicon {
    position: absolute;
    padding: 10px;
    pointer-events: none;
    color: #fff;
}


/* align icon */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}


/*campos dos forms*/


/* keep full widget on smaller screens */

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

.rel {
    position: relative;
}


/*event carousel*/

#eventCarousel .carousel-inner .active.left {
    left: -25%;
}

#eventCarousel .carousel-inner .next {
    left: 25%;
}

#eventCarousel .carousel-inner .prev {
    left: -25%;
}

#eventCarousel .carousel-control {
    width: 4%;
}

#eventCarousel .carousel-control.left,
.carousel-control.right {
    margin-left: 15px;
    background-image: none;
}

#box-tags-childs,
#box-tags-childs-2,
#box-tags-childs-3,
#box-tags-childs-4 {
    display: none;
}


/*MODAL DE AGRADECIMENTO E DE FORM*/

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    max-width: 600px;
    min-height: 168px;
    position: relative;
    margin: 15% auto;
    padding: 5px 20px 13px 20px;
    background-color: #c6ca0b;
}

#enviado .close {
    position: absolute;
    right: 20px;
    text-align: center;
    top: 20px;
}

.title-page-modal {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 15px 0;
}

#enviado .title-page-modal-other {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 32px;
}

#enviado .title-page-modal {
    margin-top: 250px;
}

#enviado .title-page-modal-other {
    margin-top: 50px;
    margin-bottom: 20px
}

#enviado .text-page-modal {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-align: center;
}

#mask {
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window {
    position: absolute;
    width: 600px;
    height: 608px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

#boxes #form-envia {
    width: 600px;
    height: 608px;
}

#form-envia form {
    margin-top: 100px;
    padding: 0 90px;
    width: 100%;
}

#form-envia label,
#form-envia input,
#form-envia textarea {
    margin: 5px;
}


/*MODAL DE AGRADECIMENTO E DE FORM*/


/* ==========================================================================
   Fabio Perin Eilert JR 
   ========================================================================== */

.navbar {
    background: url('../img/bg_top.png')repeat top center;
    margin: 0;
    padding: 10px 0 25px 0;
}

.divide {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}

.header-contacts {
    width: 100%;
    text-align: center;
}

.social-top {
    text-align: center;
}

.orc-title {
    color: #fff;
    padding-left: 20px;
    margin-top: 0;
}

.form-orc {
    background: url('../img/bg_top.png')repeat top center;
    padding: 15px 0;
    position: relative;
    top: -60px;
}

.solicite-orc {
    background-color: #c6ca0b;
    color: #fff;
    font-size: 24px;
    padding: 15px;
    margin: 10px 0;
}

.solicite-orc:hover,
.footer-form-btn:hover,
.see-more:hover {
    background-color: transparent;
    color: #c6ca0b;
    border: solid 1px #c6ca0b;
}

.contacts {
    color: #fff;
    text-decoration: none;
}

.contacts:hover {
    color: #fff;
    text-decoration: underline;
}

.form-input,
.form-area {
    border: solid 1px #fff;
    background: transparent;
    height: 55px !important;
    color: #fff;
}

.form-area {
    margin-top: 20px;
}

.footer-form-btn {
    border: none;
    background-color: #c6ca0b;
    height: 130px;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -53px;
}

.chef_first,
.chef_sec {
    position: absolute;
}

.chef_first {
    top: 20px;
    right: 30px;
    z-index: 2;
}

.chef_sec {
    top: 90px;
    right: 50px;
    z-index: 1;
}

.chef-name {
    padding-bottom: 45px;
    display: inline-block;
}

.chef-line {
    padding: 10px 0;
}

.chef-signature {
    padding-top: 0;
    display: inline;
}

.cardapio-bg {
    background: url('../img/bg_cardapio.jpg')no-repeat top center;
    margin: 50px 0;
    color: #fff;
    background-size: 100% 100%;
}

.gold-title,
.eve-st {
    color: #69550a;
}

.gold-title,
.white-title {
    font-weight: 600;
}

.img-eve {
    display: inline !important;
}

.bg_anti {
    background: url('../img/bg_anti.jpg')no-repeat top center;
    margin: 50px 0;
}

.anti-title {
    color: #fff;
    padding-top: 25px;
}

.anti-txt {
    padding: 20px 0 50px 0;
    color: #fff;
}

.btn-more {
    margin: 35px 0;
}

.see-more {
    color: #3b0909;
    background-color: #b6c108;
    padding: 15px 30px;
    font-size: 28px;
}

.bg-footer {
    background: url('../img/bg_footer.jpg')no-repeat top center;
    height: 846px;
}

.social-footer {
    margin-top: 50px;
}

.footer-itens {
    margin-top: 20px;
    text-align: center;
}

.footer-itens p {
    margin-bottom: 20px;
}

.box-form-footer {
    background: url('../img/bg_form_footer.png')repeat-y top center;
    height: 500px;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
}

.contact-title {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-top: 0 !important;
}

.footer-form-bt {
    background-color: #fff;
    color: #3b0909;
    border: none;
    padding: 10px 15px;
    margin-top: 15px;
}

.box-form-footer .form-input {
    margin-bottom: 5px;
}

.box-form-footer .form-area {
    height: 100px !important;
    margin-top: 0;
}


/*Css do Phan*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.header-menu .navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
    border: 0 none;
    color: #fff;
    border-radius: 0;
}

.header-menu .navbar-toggle .icon-bar {
    height: 3px;
    background-color: #fff;
}

.header-menu .navbar-default .navbar-toggle:hover,
.header-menu .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.header-menu .navbar-right {
    margin-right: 70px;
}

.navbar {
    padding: 10px 0;
}

.navbar-default {
    background-color: transparent;
    background-image: none;
    border: 0 none;
    color: #fff;
    padding: 10px 0;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    text-decoration: underline;
}

.cardapio-home {
    margin-bottom: 60px;
}

.cardapio-home img {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}

.cardapio-home p {
    display: block;
    position: absolute;
    bottom: -10px;
    ;
    text-align: center;
    width: 92%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 0.8;
    background-color: #000;
    color: #fff;
}

.cardapio {
    background-image: url(../img/bg-cardapio.jpg);
    background-size: 100% 100%;
    background-attachment: fixed;
    padding: 0;
}

.cardapio-menus {
    margin-bottom: 40px;
}

.cardapio-menus .collapse {
    display: block;
    visibility: visible;
}

.cardapio-menus .navbar-collapse {
    border: 0 none;
    box-shadow: none;
}

.cardapio-menu {
    display: flex;
    text-align: center;
    margin: 0 auto;
}

.cardapio .navbar-nav>li {
    float: none;
    display: inline-block;
    margin-left: -5px;
}

.cardapio .navbar-nav>li:first-child {
    margin-left: 0;
}

.cardapio .navbar-nav>li:last-child {
    border-right: 0 none;
}

.cardapio .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.cardapio .navbar-default .navbar-nav>li>a:hover,
.cardapio .navbar-default .navbar-nav>li>a:focus {
    background-color: #fff;
    color: #553405;
    text-decoration: none;
}

.cardapio .navbar-default .navbar-nav>.active>a,
.cardapio .navbar-default .navbar-nav>.active>a:hover,
.cardapio .navbar-default .navbar-nav>.active>a:focus {
    background-color: #fff;
    color: #553405;
}

.cardapio h3 {
    text-align: center;
    color: #fff;
    margin-top: 200px;
    margin-bottom: 20px;
    font-size: 38pt;
}

.cardapio-caption {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
}

.cardapio-caption .fa {
    padding-right: 10px;
    margin-left: -10px;
}

.blog-menu {
    padding: 0;
}

.blog-menu .container-fluid {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    background-color: #000;
    opacity: 0.7;
}

.close-card {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    background-color: #000;
    opacity: 0.7;
    text-align: center;
}

.blog-menu img {
    width: 100%;
    min-height: 340px;
}

.blog-menu .navbar-nav {
    width: 100%;
    text-align: center;
}

.blog-menu .navbar-nav>li {
    float: none;
    display: inline-block;
}

.blog-menu .collapse {
    visibility: visible;
    display: block;
}

.blog-menu .navbar-form .form-control {
    border: 1px solid #fff;
    background-color: #8C8B8B;
    color: #fff;
    border-radius: 0;
}

.blog-menu .navbar-form .btn-default {
    background-color: transparent;
    border: 0 none;
    color: #fff;
    font-size: 22px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.blog-conteudo h2 {
    text-align: center;
    margin-top: 60px;
    font-size: 38px;
}

.blog-conteudo h2 a {
    color: #69550a;
}

.blog-autor {
    text-align: right;
    color: #000;
    margin-bottom: 40px;
}

.blog-autor a {
    color: #000;
}

.blog-img {
    width: 100%;
}

.blog-post-descricao {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.blog-post-descricao a {
    color: #69550a;
}

.blog-social {
    text-align: center;
    margin-bottom: 40px;
}

.blog-page h3 {
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-page hr {
    border: 2px solid #464545;
}

.blog-avatar {
    padding: 0;
}

.blog-avatar img {
    float: left;
    max-width: 80px;
}

.blog-avatar span {
    display: table;
    padding: 0 20px;
}

.blog-avatar span p {
    text-align: justify;
}

.blog-avatar span img {
    padding: 0 10px 0 0;
}

.blog-page .form-control {
    background-color: #464545;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    color: #fff;
}

.blog-page .form-group:nth-child(1) input {
    background-image: url(../img/blog-icon-user.png);
    background-size: 40px 33px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: 37px;
}

.blog-page .form-group:nth-child(2) input {
    background-image: url(../img/blog-icon-email.png);
    background-size: 40px 33px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: 37px;
}

.blog-page .form-group:nth-child(1) textarea {
    background-image: url(../img/blog-icon-msg.png);
    background-size: 40px 33px;
    background-repeat: no-repeat;
    background-position: right 10px bottom 5px;
}

.blog-page button {
    margin: 0 auto;
    display: block;
    background-color: #b6c108;
    border: 0 none;
    border-radius: 0;
    color: #411709;
    padding: 15px 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 60px;
}

.blog-page button:hover {
    background-color: #464545;
    color: #fff;
}

#chef {
    padding-top: 35px;
}

@media screen and (min-width: 768px) {
    .navbar-collapse {
        width: 100%;
        margin-top: 90px;
    }
    .nav>li {
        width: 100%;
        text-align: center;
    }
    .cardapio-home .col-sm-4 a {
        display: inline-block;
        position: relative;
    }
    .cardapio-home p {
        width: 100%;
    }
    .navbar-collapse.in {
        display: none !important;
    }
    #chef {
        padding-top: 0;
    }
}

@media (min-width:992px) {
    .fill {
        height: 100%;
    }
    .copyright {
        padding-top: 25px;
    }
    .cardapio .navbar-nav>li {
        border-right: 1px solid #fff;
    }
    .cardapio .navbar-nav {
        border: 2px solid #fff;
        margin: 0 auto;
    }
    .navbar-collapse {
        margin-top: 0 !important;
        width: 100%;
    }
    .nav>li {
        width: auto;
        text-align: center;
    }
    #chef {
        margin-top: 75px;
    }
    .social-top {
        text-align: right;
    }
    .footer-itens {
        margin-top: 500px;
        text-align: left;
    }
    .form-orc {
        top: -272px;
    }
    .chef-line {
        display: inline-block;
    }
    .chef-signature {
        padding-top: 10px;
        display: inline-block;
    }
    .box-form-footer {
        margin-top: 250px;
    }
    .header-contacts {
        width: 47%;
        display: inline-block;
    }
    .anti-logo {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        margin-left: -436px;
    }
}