body{
	background: rgb(27, 27, 27);
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
}

input[type=submit],
input[type=button] {
	cursor: pointer;
}

.clear{clear: both !important;}

.debbug{display:none;}

.serif{ font-family: 'Crimson Text', serif;}

/* GERAL */

.main{
	padding: 51px 0;
}

.barra_overlay{
	overflow:hidden;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.traco{
	border: 1px solid #fff;
	width: 0;
	height: 50px;
	margin: 0 auto 10px;
}

.traco.cinza {
	border-color: #69696b;
}

.button_line{
	color: #fff;
	border: 2px solid #fff;
	padding: 5px 15px 7px;
	text-decoration: none;
	font-style: italic;
	font-weight: 16px;
	margin: 10px;
}

.button_line:hover{
	border:2px solid #d37c4e;
	background:#d37c4e;
}

.button_line.light{
	color: #88888a;
	border:2px solid #eee;
	background: #fff;
}

.button_line.dark{
	color: #88888a;
	border:2px solid #88888a;
}

.button_line.dark:hover{
	color: #eee;
	border:2px solid #eee;
	background: rgb(66, 66, 66);
}

.button_line.large{
	padding: 5px 35px;
	font-size: 15px;
}

.button_line.small{
	padding: 2px 6px 2px 3px;
	font-size: 0.7em;
}

.seta{
	background-image: url("img/setas.png");
	width: 20px;
	height: 20px;
	display: inline;
	position: absolute;
}

.seta.laranja.baixo{
	margin-bottom: -4px;
	background-position: 1px 87px;
	/*display:inline-block;*/
}

.seta.laranja{
	margin-left: 12px;
	background-position: 26px 88px;
	top: -5px;
	right: -42px;
	width: 28px;
	height: 28px;
	border: 1px solid;
	display: block;
}

.sombra_superior{
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow:  0px 0px 10px #000;
	-webkit-box-shadow:  0px 0px 10px #000;
}

.sombra_inferior{
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow:  0px 0px 10px #000;
	-webkit-box-shadow:  0px 0px 10px #000;
}

/* MENU */

.menu{
	position:fixed;
	width:100%;
	z-index: 200;
}

.menu .primario a.linkHome{
	position: absolute;
	width: 51px;
	height: 51px;
	background-image: url("img/logo_menu.jpg");
	text-indent: -500px;
	top: 0;
	left: 0;
	margin:0;
}

.menu .primario a{
	height: 19px;
	color:#888;
	text-decoration:none;
	text-transform: uppercase;
	/*font-weight: bold;*/
}

.menu .primario a:hover{
	color:#d37c4e;
}


.menu li{
	list-style: none;
	display:inline;
	margin-right: 25px;
}

.menu .primario{
	margin:0;
	
	background: rgb(0,0,0);
	padding: 18px 50px;
	height: 15px;
}

.menu .paginas{
	margin-left: 30px;
}

.menu .primario li{
	display:inline;
	margin: 10px;
}

.menu .primario .nav{
	position: absolute;
	right: 30px;
	top: 18px;
}

.menu .secundario{
	position: absolute;
	top: 51px;
	left: 0;
	margin: 0;
	padding: 14px 25px 0;
	background: rgba(37, 37, 37,0.9);
	width: 100%;
	text-align: center;
	z-index: -1;	
}

.menu .secundario a{
	color:#fff;
	text-decoration:none;
	text-transform: lowercase;
	font-style: italic;
	padding-bottom: 6px;
	display: inline-block;
	margin-bottom: 10px;
}

.menu .secundario a:hover{
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}


/* rodape*/

.colophon{
	width: 100%;
	background: #000;
	color: #fff;
	padding: 0 0 50px;
}

.colophon p{
	text-align: center;
	margin:4px 0;
}

.colophon em{
	font-style: italic;
	font-size: 0.8em;
}

/**/

.rodape a{
	color:#d37c4e;
	text-decoration:none;
	position: relative;
}

.rodape a:hover{
	color:#d37c4e;
}

.rodape{
	background: rgb(37, 37, 37);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 4;
}

.rodape nav{
	overflow: hidden;
	padding: 15px 35px 0;
}

.rodape nav .pedido{
	float: right;
	text-transform: uppercase;
	margin: 5px 42px 15px 0;
}
	
.rodape nav .proximo{
	float: left;
	margin: 5px 20px 15px 0;
}
.rodape nav .proximo a{
	font-style: oblique;
}

.rodape nav .proximo .proximo_titulo{
	font-family: 'Lato', sans-serif;
	font-style: normal;
}

.rodape .selecao{
	border-top: 1px solid #444;
	color: rgb(255,255,255);
	width: 100%;
	clear: both;
	display: none;
}

.rodape .selecao .tabela{
	width: 70%;
	margin:0 auto;
}

.rodape .tabela .produtos{
	width: 100%;
	display: table;
	padding-bottom: 15px;
	border-bottom: 1px solid #444;
}

.rodape .tabela .enviar{
	position: relative;
	height: 75px;
}

.rodape .tabela .enviar .ladda-button {
	position: absolute;
	right: 0px;
	margin-top: 16px;
}

.rodape .tabela .enviar .button_line .seta{
	right: 15px;
	top: 10px;
	background-position: 0 50px;
	width:25px;
}


.rodape .selecao p{
	color: #fff;
	padding: 15px 0;
	text-transform: uppercase;
}

.rodape .selecao ul.cardapio{
	clear: both;
	padding-right: 10px;
}

.rodape .selecao .tabela .nome{
	width: 50%;
	padding: 5px 0 5px 10px;
	float:left;
}

.rodape .selecao .tabela .nome a {
	color: #fff;
}

.rodape .selecao .tabela .quantidade{
	padding: 5px 10px;
	float: right;
	width: 60px;
	text-align:center;
}

.rodape .selecao .tabela  span.cabecalho{
	color:#aaa;
	font-size:0.6em;
	margin-bottom: 10px;
	margin-right: 34px;
	border-left: 0px solid #fff;
}

.rodape .selecao .tabela  .produto{
	width:100%;
	clear:both;
	overflow: hidden;
	line-height: 1.4em;
}

.rodape .selecao .tabela  .produto:hover {
	background: rgba(0,0,0,.1);
}

.rodape .selecao .tabela  .close{
	float: right;
	margin: 6px 6px 0 0;
	overflow: hidden;
	text-indent: -50px;
	background: url(img/botao_fechar.png) 22px;
	height: 20px;
	width: 20px;
	visibility: hidden;
}

.rodape .selecao .tabela  .produto:hover .close {
	visibility: visible;
}

.rodape .selecao .tabela .close:hover{
	background-position: 0px;
}


/* HOME */

.main.home{
	padding: 100px 0 0;
	overflow: hidden;
	position: relative;
}

.home .langs{
	width: 240px;
	margin: 50px auto;
}

.home h1{
	/*border: 1px solid red;*/
	height: 250px;
	width: 250px;
	background: url(img/logo.png);
	margin: 50px auto;
	overflow:hidden;
	text-indent:-500px;
}

.home .background{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

/* CARDAPIO */

.cardapio .spread{
	text-align: center;
	height: 735px;
	overflow: hidden;
	position: relative;
}

.cardapio .pread hgroup{
	padding: 175px 0 0 0;
}

.cardapio .spread h2{
	margin: 0 auto 65px;
	text-align: center;
	font-size: 5em;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

.cardapio .spread a{
	text-decoration:none;
	font-style:italic;
	text-align: center;
	font-size: 1.3em;
	color: #fff;
}

.cardapio .spread a.botao{
	background: url(img/boxes_cardapios.png);
	text-decoration: none;
	height: 61px;
	width: 61px;
	display: block;
	color: #fff;
	margin: 35px auto;
}

.cardapio .spread .background{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: 50% 50%;
}

.cardapio .spread .background img{
	position: absolute;
	left: 0;
}

.cardapio.cardapio-bebidas .spread h2,
.cardapio.cardapio-bebidas .spread p {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}


.cardapio .extra{
	width: 100%;
	background: #fff;
	color:#69696b;
}

.cardapio .lista{
	max-width: 900px;
	width: 80%;
	margin: 0 auto;
	padding: 30px;
	background:rgb(243,243,243);
}

.cardapio p {
	width: 100%;
	text-align: center;
	line-height: 1.5em;
}

.cardapio .lista .bloco{
	width: 100%;
	margin: 40px 0;
	border-bottom: 3px solid #fff;
	padding-bottom: 40px;
	display: table;
}

.cardapio .lista h3{
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 35px 0 60px;
}

.cardapio .lista .produto {
	overflow: hidden;
	clear: both;
}

.cardapio .cabecalho {
	overflow: hidden;
	margin-bottom: 20px;
}

.cardapio .cabecalho div {
	float: left;
}

.cardapio .cabecalho .check {
	width: 25px;
	height: 25px;
	/*border: 1px solid #ddd;*/
	margin: 10px 10px 0px 0;
	cursor:pointer;
}

.cardapio .cabecalho .nome,
.cardapio .cabecalho .notas,
.cardapio .cabecalho .quantidade {
	text-transform: uppercase;
}

.cardapio .cabecalho .nome {
	width: 40%;
	margin: 0 20px 0 0;
	line-height: 1.4em;
}

.cardapio .cabecalho .notas,
.cardapio .cabecalho .quantidade {
	font-size: 0.65em;
}

.cardapio .cabecalho .notas {
	color:#99999b;
	width: 100px;
	text-align: center;
	margin: 8px 0;
}

.cardapio .cabecalho .quantidade {
	color:#99999b;
	width: 250px;
	margin: 8px 0;
	padding: 0 0 0 20px;
}

.cardapio .cabecalho .text {
	margin: 0 35px 20px;
}

	
.cardapio .produto div {
	float: left;
	margin: 10px 0 10px 0;
}

.cardapio .produto .check {
	cursor:pointer;
	width: 25px;
	height: 25px;
	/*border: 1px solid #ddd;*/
	margin: 10px 10px 0px 0;
	background:url(img/checkbox.png); 
}

.cardapio .produto .check:hover {background-color:#fff;}

.cardapio .produto.checked .check { background-position: 0 24px;}

.cardapio .produto .nome {
	width: 40%;
	padding: 5px 10px;
}
.cardapio .produto.checked .nome { background:#fff;}

.cardapio .produto .nome div{
	margin: 10px 0 0;
	display:block;
	font-size: 0.95em;
	line-height: 1.8em;
	width: 100%;
}

.cardapio .produto .quantidade span {
	width: 30px;
	padding: 5px 0px;
	display: inline-block;
}

.cardapio .produto .quantidade .scroll {
	margin: 0 0 3px 0;
	width: 210px;
	position:relative;
	height:5px;
	background: rgb(227, 227, 227);
	padding:0;
}

.cardapio .produto .quantidade:hover .scroll {
	margin: 0;
	border-radius: 12px;
	height:12px;
}

.cardapio .produto .quantidade .scroller {
	position:absolute;
	width: 50px;
	text-align:center;
	cursor: e-resize;
	overflow:hidden;
	height: 2px;
	padding: 1px 0px;
	font-size: 10px;
	border-radius: 12px;
	color: #666;
	background: #666;
}

.cardapio .produto .quantidade:hover .scroller {
	height: 10px;
}

.cardapio .produto .quantidade {
	margin-left: 20px;
	width: 250px;
}

.cardapio .produto .notas {
	background: url(img/balao_notas.png);
	cursor: pointer;
	width: 50px;
	height: 30px;
	overflow: hidden;
	text-indent: -60px;
	margin: 10px 25px 0;
}

.cardapio .produto .notas.checked {
	background-position: -1px 33px;
}

#cardapio .produto .quantidade,
#cardapio .produto .notas{ display:none; }

#cardapio .produto.checked .notas,
#cardapio .produto.checked .quantidade { display:block;}

.cardapio .produto form {
	display:none;
	width: 90%;
	clear: both;
	margin-left: 35px;
}

.cardapio .produto textarea{
	width: 97%;
	max-width: 870px;
	height: 75px;
	margin: 7px 0 10px;
	padding: 10px;
	border: 0 solid #fff;
}

.cardapio .produto .button_line {
	margin-left: 0;
}

/* CONCIERGE */

.cardapio.concierge p {
	width: 100%;
	text-align: center;
}

.cardapio.concierge .lista .bloco{
	width: 100%;
	margin: 40px 0;
	border-bottom: 3px solid #fff;
	padding-bottom: 40px;
	display: table;
}

.cardapio.concierge .lista h2{
	text-align: center;
	font-size: 5em;
	text-transform: uppercase;
	font-weight: 300;
	margin: 35px 0 60px;
}


/* PAGINAS */

.pagina h2,
.pagina h3{
	margin: 0 auto 15px;
	padding: 0 0 0 0;
	text-align: center;
	font-size: 5em;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}

.pagina .background{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.pagina .background img{
	position: absolute;
}

.pagina{
	position:relative;
	overflow: hidden;
}

.pagina .content{	
	padding: 50px 0;
}

.pagina form{
	width: 900px;
	margin: 50px auto;
}

.pagina form fieldset{ margin: 0 auto;}

.pagina form fieldset.novaconta{
	margin-top: 50px;
}

.pagina form input,
.pagina form textarea{
	border: 0 solid rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 1.0em;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 1.2em;
	height: auto;
	padding: 12px 16px;
}

.pagina form input[disabled]{
	background: #111;
	color: #666;
}

.pagina form input.btn{
	padding: 6px 50px;
	cursor:pointer;
}

.pagina form input.duplo{
	width: 449px;
}

.pagina form p{ 
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
}

.pagina form label{ 
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.pagina .form-horizontal .control-label,
.pagina .form-horizontal .inverted .control-label {
	padding-top: 14px;
}

.ac-button {
	cursor:pointer;
	background: transparent;
	border: 2px solid #666;
	color: #666;
	font-family: 'Crimson Text', serif;
	font-style: oblique;
	font-size: 16px;
	padding: 10px 24px;
	text-decoration: none;
	min-width: 120px;
	text-align: center;
}

.ac-button.gold {
	color: #d37c4e;
	border-color: #d37c4e;
}

.ac-button.gold span {
	color: #d37c4e;
}


.ac-button[disabled] {
	cursor:progress;
	border: 2px solid #999;
	color: #999;
}

.ac-button span {
	font-size: 1.1em;
	color: #666;
}

.ac-button:hover {
	border: 2px solid #fff;
	color: #fff;
}

.ac-button:hover span {
	color: #fff;
}

.pagina div.center{
	margin:0 auto;
	width: 550px;
}

.pagina .background{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.pagina p{
	width: 800px;
	margin: 30px auto;
	color: #fff;
	text-align:center;
	font-size: 1.3em;
	line-height: 1.3em;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}

/* PROCESSOS */

.pagina .proximo,
.pagina .voltar{
	background: url(img/boxes_cardapios.png) 0 60px;
	text-decoration: none;
	height: 61px;
	width: 61px;
	display: block;
	color: #fff;
	margin: 65px auto;
}

.pagina .voltar{
	background: url(img/boxes_cardapios.png) 0 124px;
}

.pagina .botao.numero{
	color: #fff;
	margin: 0 30px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	width: 140px;
}

.pagina .botao.numero .num{
	color: #fff;
	display: inline-block;
	background: url(img/losang.png) -72px -61px no-repeat;
	width: 60px;
	font-size: 0.9em;
	padding: 19px 0;
	height: 33px;
	overflow: hidden;
	margin: 0 0 10px 0;
	font-style:italic;
}


.pagina span.num{
	color: #fff;
	display: inline-block;
	background: url(img/losang.png) 0px -60px no-repeat;
	width: 72px;
	padding: 19px 0;
	height: 35px;
	overflow: hidden;
	margin: 0 0 10px 0;
	font-style:italic;
}


/* CONTATO */

.contato form fieldset{ width:500px;}

.contato form fieldset input{ 
	width: 198px;
}

.contato form fieldset textarea{ 
	max-width: 447px;
	width: 447px;
	height: 120px;
}

/* LOGIN */

.login form fieldset.novaconta .button_line{
	position: relative;
	padding: 10px 50px 10px 15px ;
}

.login form fieldset.novaconta .button_line .seta{
	margin:6px 0px 0 10px;
	background-position: 0 25px;
}


.login .entrar form fieldset{	width: 635px;}
.login .forgot form fieldset{	width: 410px;}
.login .cadastro form fieldset{	width: 455px;}

.login .entrar form fieldset a{	
	color: #fff;
	
}

.login .cadastro form div.destaque{	
	border: 2px solid #fff;
	padding: 20px 25px;
	width: 685px;
	margin: 40px auto;
}

table.pedidos {
	width: 800px;
	margin: 20px auto 120px;
	border-spacing: 1px;
	border-collapse: separate;
}

table.pedidos th,
table.pedidos td {
	background-color: #000;
	color: #999;
	text-align: center;
	padding: 16px;
	font-size: .8em;
}

table.pedidos.left td {
	text-align: left;
}

table.pedidos.left td.center {
	text-align: center;
}

table.pedidos td a {
	text-decoration: none;
	color: #fff;
}

table.pedidos td a:hover {
	text-decoration: underline;
}

table.pedidos .pedido-json {
	display: none;
}

/* ---------------- INFO ---------------- */

#info {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 360px;
    margin-left: -180px;
    height: auto;
    z-index: 11000;
}
#info .notification {
    padding: 30px;
    margin-bottom: 12px;
    color: #000;
    background: #d37c4e;
    display: none;
    opacity: 0.9;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
}

/* ---------------- NANO SCROLLER ---------------- */

/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 240px;
  overflow : hidden;
}
.nano .content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano .content:focus {
  /*outline: thin dotted;*/
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .pane {
  background : rgba(0,0,0,.15);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;  
  border-radius         : 5px;
}
.nano > .pane > .slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;  
  border-radius         : 3px;
}
.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}