
.contentContainer
{
    padding:20px;
}

.logoMob
{
    height: 75px;
    position: absolute;
    margin: auto;
}
.logoMob a
{
	width: 100%;
	height: 75px;
    position: absolute;
    margin: auto;
}
.navbar
{
    margin-top: 75px;
}
ul
{
    width:100%;
}
ul li
{
    width:25%;
    float:left;
}
.btn-nav
{
    height:64px;
    margin:0 1px;
    text-align: center;
    vertical-align: middle;
    line-height: 64px;
    cursor:pointer;
    cursor:hand;
}

ul li div a
{
    text-decoration: none;
    color:inherit;
    font-family:'Droid Sans', sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 10px;
        text-transform: uppercase;
    height:64px;
}
a.passatempos
{
    
    height: 64px;
}
.landHome
{
    width:100%;
    height: 450px;
    position: absolute;
    top:153px;
    margin-left: 0;
    /*background: url("../img/landing-home.png") no-repeat;*/
}
.receitasPage
{
    width:100%;
    font-family: 'Droid Sans', sans-serif;
    padding-top:70px;
}
.produtosPage
{
    padding-top:70px;
}
.contactosPage
{
    padding-top:70px;
}
.mainTitle
{
    font-size: 13px;
    font-weight: bold;
    color:#872121;
}
.mainImage
{
    background-color: #000;
    width:150px;
    height:200px;
    margin: auto;
    padding-top:50px;
}
.mainIngr, .mainText
{
    font-size: 11px;
    font-weight: 400;
    color:#000;
}
.mainTextTitle
{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
.boldText
{
    text-transform: uppercase;
    font-weight: bold;
}


.btnMenuAmarelo         {background-color:#F9C700; color:#000000;}
.btnMenuVermelho        {background-color:#bf1e2d; color:#ffffff;}
.btnMenuActive          {background-color:#000000 !important; color:#ffffff !important;} 

#back-top {
    position: fixed;
    padding-top: 10px;
    background-color: rgba(187, 187, 187, 0.3);
    bottom: 0;
    left:0;
}

#back-top a {
    height: 20px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-shadow:1px 1px #bbb;
    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
