*{
	padding:0;
	margin:0 auto;
}
body{
	background:url(../images/bg.png) top center repeat;
	padding:0;
	margin:0;
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#444444;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book-webfont.eot');
    src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff'),
         url('../fonts/bebasneue_book-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

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

}


img{
	border: none;
}
a{
	color:inherit;
	text-decoration:none;
}
a, img, input, textarea{
	-webkit-transition:	all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul{
	list-style:none;
	padding:0;
	margin:0;
}
.base{
	width:100%;
	max-width:980px;
	position:relative;
}


/********************************************
*************   Topo - Menu
*********************************************/
.header{
	position:relative;
	background:url(../images/bg_wood.jpg) top center repeat;
	padding-top:60px;
	min-height:349px;
	text-align:center;
	position:relative;
	clear:both;
}
.header .base{
	min-height:369px;
}
.header .top{
	position:relative;
	background:url(../images/bg_top_phone.png) center center no-repeat;
	height:105px;
	width:921px;
	text-align:center;
	color:#cfc3ad;
	clear:both;
}
.header .top img.logo{
	position:relative;
	top:-28px;
}
.header .top .time{
	position:absolute;
	text-align:left;
	left:100px;
	top:30px;
}
.header .top .phone{
	position:absolute;
	text-align:right;
	right:100px;
	top:20px;
}






.header .topmenu{
	background-color:#782f2a;
	position: absolute;
	width:980px;
	bottom:0;
	clear:both;
}

.header .topmenu img.shadow_menu{
	position:absolute;
	top:-45px;
	left:0;
}

.topmenu ul.menu{
	font-family: 'bebas_neuebook', Arial, Helvetica, sans-serif;
	color:#FFF;
	position: relative;
	float:left;
	text-align:center;
	width:980px;
	padding-top:40px;
	padding-bottom:40px;
}
.topmenu ul.menu li{
	display:inline;
	position:relative;
	font-size:28px;
	padding-left:19px; /* Valor original era 24px */
	padding-right:19px; /* Valor original era 24px */
	text-transform:uppercase;
}
.topmenu ul.menu li a:hover{
	color:#340e0b;
}




/********************************************
*************   Topo - Banner
*********************************************/

.banner{
	padding:0;
	position:relative;
}
.banner .flex-direction-nav .flex-next {right: 0px;}
.banner .flex-direction-nav .flex-prev {left: 0px;}







/******************************************************************************
*********************************   Títulos
********************************************************************************/

h1{
	font-family: 'bebas_neuebook', Arial, Helvetica;
	font-weight:lighter;
	font-size:28px;
	color:#7f3125;
	padding:0;
	margin:0;
}
h2, .item-page h2{
	font-family: 'bebas_neueregular', Arial, Helvetica;
	font-size:54px;
	font-weight:lighter;
	color:#7f3125;
	padding:0;
	margin:0;
}


/******************************************************************************
*********************************   Conteúdo
********************************************************************************/
.content{
	background-color:#e5e1d8;
	text-align:left;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:10px;
	padding-right:10px;
}
.container{
	background-color:#e5e1d8;
	clear:both;
	position: relative;
}

.Moduletable_cardapio{
	width:474px;
	height:290px;
	padding-left:50px;	
}

.fundo_cardapio {
	background:url(../images/fundo_cardapio.png);
	width:474px;
	height:497px;
	text-align:center;
	text-transform:uppercase;
	z-index:0;
	position:relative;
	padding: 40px 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.fundo_cardapio2 {
	background:url(../images/fundo_cardapio2.png);
	width:474px;
	height:600px;
	text-align:center;
	text-transform:uppercase;
	z-index:0;
	position:relative;
	padding: 40px 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.fundo_cardapio3 {
	background:url(../images/fundo_cardapio3.png);
	width:474px;
	height:1000px;
	text-align:center;
	text-transform:uppercase;
	z-index:0;
	position:relative;
	padding: 40px 50px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.fundo_cardapio p{
	font-size:14px;
	color:#3d4a5c;
}

.fundo_cardapio h1{
	font-size:35px;
	color:#354356;
	font-weight:bold;
}

.fundo_cardapio h2{
	font-size:24px;
}

.fundo_cardapio2 p{
	font-size:14px;
	color:#3d4a5c;
}

.fundo_cardapio2 h1{
	font-size:35px;
	color:#354356;
	font-weight:bold;
}

.fundo_cardapio2 h2{
	font-size:24px;
}

.fundo_cardapio3 p{
	font-size:14px;
	color:#3d4a5c;
}

.fundo_cardapio3 h1{
	font-size:35px;
	color:#354356;
	font-weight:bold;
}

.fundo_cardapio3 h2{
	font-size:24px;
}

/******************************************************************************
*********************************   Form. de Contato
********************************************************************************/

.contact{
	width: 100%;
	position: relative;
	padding:0;
	clear:both;
}

.contact .rsform-block{
	font-size:13px !important;
}

.contact input{
	background-color:#782f2a;
	font-size:13px;
	color:#FFF;
	border:none;
	padding:15px;
	width:430px;
	outline:none;
}
.contact textarea{
	background-color:#782f2a;
	font-family:'robotolight', Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	border:none;
	padding:14px;
	width:930px;
	margin:6px 0;
	outline:none;
}


.contact input#submit{
	background:none;
	background-color:#1b1b1b;
	width:300px !important;
	font-size:12px;
	font-weight:lighter;
	color:#FFF;
	border:none;
	padding:20px;
	float: inherit;
	margin:10px 0 0 0 !important;
	cursor:pointer;
}
.contact input.rsform-calendar-button:hover,
.contact input#submit:hover{
	background-color:#1b2d45;
}



/******************************************************************************
*********************************   Rodapé
********************************************************************************/
.footer{
	position:relative;
	background:url(../images/bg_wood.jpg) top center repeat;
	height:200px;
	color:#cfc3ad;
	text-align: center;
	font-size:12px;
	clear:both;
}
.footer .base{
	text-align:center;
}
.footer .footer_boxblue{
	background-color:#354356;
	position: absolute;
	width:950px;
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
	top:0;
	clear:both;
}
.footer img.shadow_footer{
	position:relative;
	clear:both;
	top:94px;
}

.fbInner div.textwidget div div span a{
	display:none !important;
}