body {
    font-family: 'Century Gothic', sans-serif;
    color: #fff;
}

section {
    padding-top: 80px;
    padding-bottom: 40px;
}

.pad-bottom {
    padding-bottom: 60px;
}

.header {
    font-family: 'Century Gothic', sans-serif;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.header hr {
    width: 170px;
    border-top: 2px solid rgb(137, 136, 24);
}

li{
    height: 50px;
}

li:hover{
    height: 50px; 
    background-color: rgba(168, 114, 42, 0.9);
}

#linhadivisoria{
    width: 100%;
    position: relative;
    top: 40px;
    border-bottom: 4px solid rgba(168, 114, 42, 0.9);
}

/* BOTÕES */

.button-custom {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin: 25px 5px 5px 0px;
    margin: 5px;
}

.btn-custom-one {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.btn-custom-one:hover {
    background-color: rgb(137, 136, 24);
    text-decoration: none;
    color: #fff;
}

.btn-custom-two {
    color: #fff;
    background-color: rgba(168, 114, 42, 0.9);
    border: 1px solid rgba(168, 114, 42, 0.9);
}

.btn-custom-two:hover {
    border: 1px solid rgb(221, 171, 101);
    text-decoration: none;
    color: #fff;
    background-color: rgb(221, 171, 101);
}


/* NAVBAR */

.navbar-inverse {
    background-color: rgb(0, 0, 0,);
    border-color: transparent;
    height: 50px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
    background-color: rgb(221, 171, 101);
    color:black;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0px 0px 0px 0px;
    color: #FFF;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    font-weight: 900;
    height: 50px;
    font-family: 'Century Gothic', sans-serif;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgb(137, 136, 24);
}
.navbar-inverse .navbar-toggle {
    border-color: rgb(137, 136, 24);
}

/* INICIO */

#inicio {
    text-align: center;
    padding-top: 150px;
    padding-bottom: 60px;
}

#inicio .scroll-me{
    border: 1px solid rgba(168, 114, 42, 0.9);
    text-align: justify;
}

/*Carousel Slider*/

#carousel-slider {
    padding: 50px 20px 5px 50px;
}

#carousel-slider h3 {
    line-height: 50px;
    font-family: 'Century Gothic', sans-serif;
}

#carousel-slider p {
    color: rgb(137, 136, 24);
    font-size: 16px;
    line-height: 25px;
    margin: 25px 20px;
}

.novanoticia {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .novanoticia {
        width: 450px;
    }
}
@media (min-width: 992px) {
    .novanoticia {
        width: 670px;
    }
}
@media (min-width: 1200px) {
    .novanoticia {
        width: 870px;
    }
}
.novanoticia-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* PRODUTOS */

#produtos .produtos-sombra {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    /* cursor: pointer; */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: justify;
    border: 1px solid rgba(168, 114, 42, 0.9);
}

#produtos h3 {
    font-family: 'Century Gothic', sans-serif;
}

#produtos .produtos-sombra i {
    margin: 5px;
    color: rgb(137, 136, 24);
    font-size: 60px;
}

/* GALERIA */

#galeria .categorias a.active {
    background-color: transparent;
    color: #fff;
}

.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

#galeria .galeria-sombra {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(168, 114, 42, 0.9);
}

#galeria .galeria-sombra:hover {
    background-color: transparent;
    border: 1px solid rgb(221, 171, 101);
    opacity: .80; /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=80)"; /* ie 8 */
    filter: alpha(opacity=80); /* ie lt 7 */
    -khtml-opacity: .80; /* safari 1.x */
    -moz-opacity: .80; /* ff lt 1.5, netscape */
}

#galeria .galeria-sombra h4 {
    padding-top: 10px;
}

/* RECEITAS */

#receitas .receitas-sombra {
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    /* cursor: pointer; */
    text-align: justify;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: justify;
    border: 1px solid rgba(168, 114, 42, 0.9);
}

/* NOTICIAS */
    
#noticias-corpo {
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    /* cursor: pointer; */
    text-align: justify;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: justify;
    border: 1px solid rgba(168, 114, 42, 0.9);
}

#noticias h77{
    font: normal normal normal 10px/20px 'Century Gothic', sans-serif;
}

#notimagem{
    position: relative;
    left: -15px;
}

#nottexto{
    position: relative;
    left: -20px;
    top: -15px;
};

/* CONTACTOS */

#contactos .contactos-sombra {
    background-color:rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    min-height:200px;
    border: 1px solid rgba(168, 114, 42, 0.9);
}

#contactos .contactos-sombra h3 {
    color:rgb(137, 136, 24);
}

#contactos .social-below {
    display: block;
    margin-top: 5px;
}

.footer-div-esq {
    float: left;
    padding-top:25px;
}

.footer-div-esq a {
    font-size:10px;
    color:#fff;
    text-decoration:none;
}

.footer-div-dir {
    float: right;
    padding-top:25px;
}

.footer-div-dir a {
    font-size:10px;
    color:#fff;
    text-decoration:none;
}

#contactos .contactos-sombra-form {
    background-color:rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 7px;
    min-height:370px;
}

#contactos-form label {
    margin-bottom: 0;
    width: 100%;
}

#contactos-form label span {
    width: 70px;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
}

#contactos-form label textarea, #contactos-form label input[type="text"] {
    font: normal normal normal 14px/28px 'Century Gothic', sans-serif;
    color: #000;
    background: #fff;
    float: left;
    border: none;
    width: 80%;
    margin-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

#contactos-form label textarea {
    height: 100px;
}

#contactos-form label input[type="text"] {
    height: 30px;
}

#contactos-form label button[type="submit"] {
    font: normal normal normal 14px/30px 'Century Gothic', sans-serif;
    color: #000;
    background: #c5c5c5;
    float: left;
    border: none;
    width: 30%;
    padding: 0;
}

#contactos .contactos-sombra {
    background-color:rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 40px;
    min-height:200px;
    border: 1px solid rgba(168, 114, 42, 0.9);
    height: 424px;
}

#contactos .contactos-sombra h4 {
    color:rgb(137, 136, 24);
}

.contactos-sombra .logotipo{
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 50px 0 10px;
    margin: 7px 0 7px 0px;
    width: 100%;
}

.contactos-foto {
    background-color:rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transform: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom:30px;
    border: 1px solid rgba(168, 114, 42, 0.9);
    border-radius: 10px 10px 0px 0px;
    height: 423px;
}

.contactos-sombra .team-inner {
    background-size: cover;
    background-position: center;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 70px 0 10px;
    border-radius: 5px 5px 5px 5px;
    width: 37%
}

.contactos-foto .description {
    padding: 7px 7px 7px;
    text-align: center;
}


/* TERMOS */

#termos .termos-sombra {
    background-color:rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: justify;
    margin-bottom: 7px;
    min-height:370px;
    border: 1px solid rgba(168, 114, 42, 0.9);
}

body#termosbkg{
    background-color: rgb(0,0,0);
}

/* Thanks to: www.designbootstrap.com */

#rsociais{
    position:relative;
    top: -16px;
}

/* MOBILE */

@media (max-width: 768px) {
    ul li a {
        margin: 0;
        padding: 22px 0 0 0;
    }
    #mobile_menu {
        font-size: 35px;
        margin-top: 15px;
        float: right;
        /* color: #9e2630; */
    }
    #mobile_menu_list ul {
        list-style: none;
        float: left;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #mobile_menu_list li {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 50px;
        /* background: #9e2630;*/
        background: #222222;
        text-align: center;
        border-bottom: 1px solid #222222; /* #ae2b36 */
    }
    #mobile_menu_list li:hover {
        /* background: #aa313b;*/
        background: rgba(168, 114, 42, 1);
        border-bottom: 1px solid #222222; /* #ae2b36 */
    }
    #mobile_menu_list li a {
        width: 100%;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 50px;
        border-bottom: none;
        text-decoration: none;
    }
}
