@charset "utf-8";
/*********** COLORS ***************
color white

/************* GENERAL SETS *********************/
body {
	background-color:#181818;
	margin: 0;
	/*font-family: "Open Sans", sans;*/
	font-family: 'Kite One', sans-serif;
	color:#ccc;
	font-size: 15px;
	line-height: 19px;
}

ul,li,button{
	margin: 0px;
	padding: 0px;
}

li{
	list-style: none;
}

a{
	color:white;
	text-decoration: none;
}
img{
-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;

  }

input,textarea,img{
	border:none;
}
input[type='text'],input[type='submit'],textarea{
	width:380px;
	margin-bottom: 20px;
}
input[type='text'],textarea,input[type='submit']{
	padding: 10px;
}

input[type='submit']{
	background-color:#666;
	padding: 10px;
	width:128px;
}

input[type='submit']:hover{
	background-color:white;
	padding: 10px;
}

input:focus,input:active,textarea:focus,textarea:active{
	background-color:#cdeffc;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
}
.select{
	padding: 7px;
	margin-bottom: 10px;
}

.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}



#signup{
	position: relative;
	top:5px;
	z-index: 8;
	opacity:.7;

}

#signup input, #signup img{
	float: left;
}
#signup img{
	margin-right: 20px;
}

#signup input{
	background: none;
}
#signup input[type='text']{
	color:white;
	background-image: url(../imgs/grfk_input_back.png);
	background-repeat: no-repeat;
	width:188px;
	height:25px;
	padding: 0px 10px;

}

img.the_line{
	width:100%;
	height:3px;
}


#pagina{
	position: relative;
	width:850px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	position: relative;
	width:130px;
}

#footer{
	margin-top: 30px;
	font-size: 12px;
	padding: 30px;
/* 	background-color: #181818; */
	/*border-top:1px solid white;*/
	background-image: url(../imgs/grfk_line.png);
	background-repeat: no-repeat;
	color: #999;
}
#footer img{
	margin-bottom: 10px;
}

#footer li{
	width:140px;
	float:left;
	margin-right: 40px;

}

#footer li:first-child{
	width:180px;
	margin-right: 0:
}

#footer li:last-child{
	width:200px;
	margin-right: 0;
	float:right;
}



#footer2{
	margin-top: 30px;
	font-size: 12px;
	padding: 30px;
/* 	background-color: #181818; */
	/*border-top:1px solid white;*/
	background-image: url(../imgs/grfk_line.png);
	background-repeat: no-repeat;
	color: #999;
}
#footer2 img{
	margin-bottom: 10px;
}

#footer2 li{
	width:150px;
	float:left;
	margin-right: 40px;

}
#CDSWIDEXC {
	margin: 0;
}
#footer2 li:nth-child(2){
	width:210px;
	margin-right: 0:
}

#footer2 li:first-child{
	width:180px;
	margin-right: 0:
}

#footer2 li:last-child{
	position: relative;
	top:-10px;
	width:130px;
	margin-right: 0;
	float:right;

}









#conteudo{
	position: relative;
	margin-bottom: 0px;
	padding-top: 20px;
}


#logo{
	position: relative;
	top:0px;
	z-index: 68;
	clear: both;
	text-align: center;
	width:880px;
	margin-bottom: 20px;

}
#menu{
	position: relative;

	z-index: 180;

	font-family: "Sue Ellen Francisco", cursive;
	margin-bottom: 10px;
	text-align: center;

}

#menu ul {
	width: 100%;
	text-align: center;
	margin: 0px auto;
}
#menu li {
	text-align: center;
	font-size: 13px;
	padding: 10px 10px;
	display: list-item;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
	margin-right: 10px;
	display: inline-block;
	font-size: 18px;
}

#menu li:last-child{

}
#menu li a img{
	margin-bottom: 10px;
}
#menu li a{

	color:#666;
}
#menu li a:hover, #menu li .selected{
	color:white;
}


#main {
	position: relative;
    height: 586px;
    width:   850px;
    padding: 0;
    margin:  0;
    overflow: hidden;
    margin-bottom: 0px;

}

#navigator{
	position: absolute;
	z-index: 280;
	top:260px;
	width: 100%;
	display: none;


}
#navigator li a#prev,#navigator li a#next{
	position: relative;
	background-position: center;
	height:40px;
	width:40px;
	display:block;
	background-repeat: no-repeat;

}
#navigator li a#prev{
	margin-left: 30px;
	float: left;
	background-image: url(../imgs/icon_prev.png);


}

#navigator li a#prev:hover{
	background-image: url(../imgs/icon_prev_over.png);
}

#navigator li a#next{
	margin-right: 30px;
	float: right;
	background-image: url(../imgs/icon_next.png);

}
#navigator li a#next:hover{
	background-image: url(../imgs/icon_next_over.png);

}


#lista_pratos{
/* 	background-color: black; */
	padding:50px 40px;
	position: absolute;
	top:38px;
	left:340px;
	width:450px;
	height:350px;
	z-index: 39;
	background-image: url(../imgs/grfk_menu_back.png);
	background-repeat: no-repeat;

}
#lista_pratos li{
	margin-bottom: 30px;

}

#lista_pratos li h2{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 32px;
	margin-bottom: 10px;
	color:white;

}

#logo_ementa {
	position: absolute;
	top:160px;
	left:40px;
	z-index: 38;

}

#destaques{
	margin-top: 10px;

}

#destaques li{
	float:left;
	width:269px;;
	height:150px;
	margin-right: 5px;
	padding:0px 10px;
 	border-right:1px dotted #666;
 	margin-bottom: 10px;

}
#destaques li:last-child{

	margin-right: 0px;
	border-right:none;

}
#destaques li h2{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 28px;
	margin-bottom: 16px;
	color: white;
	font-weight: 100;
	line-height: 32px;
	text-transform: uppercase;

}
#destaques li h3{
	color:#666;
	margin-bottom: 15px;

}
.submiter{
	border: 0;
	background: transparent;
	cursor:pointer;
}

#lang{
	position: relative;
	float: right;
	top:5px;
	z-index: 180;
}

#lang li{
	float: left;
	margin-left: 10px;

}
#lang li a{
	opacity: .5;
}

#lang li a:hover, #lang li a.current{
	opacity: 1;
}


#sub_menu{
	position: relative;
	top:0px;
	margin-top: 0px;
	text-align: center;
	display: block;


}

#sub_menu li{
	display:inline;
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 38px;
	min-height:190px;
	margin-right: 10px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	padding: 0px;
}

#sub_menu li a{
	opacity:.3;
/* 	background-image: url(../imgs/menu_item_bck.png); */
	background-repeat: no-repeat;
	background-position: center;
	height:130px;
	width:168px;
	padding: 20px 30px 25px 30px;

}

#sub_menu li a img{
	position: relative;
	top:13px;
	margin-right: 10px;
	width:40px;
	padding-bottom: 10px;
}

#sub_menu li a:hover, #sub_menu li a.current{
	color: white;
	opacity:1;
}


#ementa{
	clear: both;
	margin-top: 50px;
	margin-bottom: 0px;
	min-height: 500px;
	margin-left: 20px;
	width: 100%;

}
#ementa li{
	width:380px;
	margin-right:50px;
	margin-bottom:7px;
	padding-bottom: 10px;

}
#ementa li h2{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 28px;
	margin-top: 30px;
	padding-bottom: 10px;
	border-bottom:1px dotted #666;
}



.sub_categoria{

}

.produto{
	border-bottom:1px dotted #666;
}

.left, .right{
	width:410px;
	margin-bottom: 40px;

}
.left{
	float: left;
}

.right{
	float: right;
}

.right h3{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 28px;
	padding-bottom: 7px;
	margin-bottom: 00px;

}


.valor{
	float: right;
	width:50px;
}

#gallery_info{
	min-height: 40px;
	margin:30px 0px 10px 0px;


}
.sub_title{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 28px;
	clear: both;
	float:left;


}
.sub_title_right{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 28px;
	float:right;
	margin-right: 0px;
}

.menu_left{
	clear: both;
	float: left;

}
.menu_right{
	float: right;
	margin-right: 0px;
}

#content_header{
	position: relative;
	top:-10px;
	padding: 10px 0px 50px 0px;

}
#content_header h2{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 28px;
	clear: both;
	text-transform: uppercase;

}
#content_header h2 img{
	position:relative;
	top:20px;
	margin-right: 10px;

}
#eventos{

}
#eventos li{
	float: left;
	width:245px;
	height:200px;
	padding: 20px;
	background-image: url(../imgs/grfk_event_bubble2.png);
	background-repeat: no-repeat;

}
#eventos li h2{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;

}
#eventos li h4{
	color: #666;
}
#info{

	float: right;
	width:260px;
}

#info h2{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
}
#poster{
	float: left;
	margin-bottom: 50px;

}
.comment{
	clear: both;
	font-style: italic;
	font-size: 11px;
	color:#888;
}
#contact_form{
	float: left;
	width:400px;
}
#comercial{

	float: right;
	width:410px;
	border-left:2px dotted #666;
	border-right:2px dotted #666;
	padding: 10px 20px;
	margin-bottom: 50px;
}


.jantar{

}
.evento,.jantar{
	display: none;
	clear: both;
	padding:10px 10px 40px 10px;
	/* background-color: #333; */
	width:400px;
	margin-bottom: 20px;
	border-top: 2px dotted #666;
	border-bottom: 2px dotted #666;
	min-height:200px;
}

.contacto_item{
	padding: 13px;
	margin-bottom:10px;

}
._item{
	color: #666;
	float: left;
	display: block;
	margin-right: 20px;
	min-height:80px;
}
#africana, #internacional{
	display: none;
}
#map_container{
display: block;
width:380px;
height:280px;

}
#mapdiv{
	display: block;
		width:280px;
		height:280px;

}
#ver_mapa{
	display: block;
	margin-top:10px;
	cursor: pointer;
}
#ver_mapa:hover{
	color:white;
}

#the_map{
/* 	display:none;  */
}


#contact_info{
	font-size: 13px;
}
#contact_info ul li{
	margin-bottom: 28px;
}
#contact_info h2,#comercial li h2,#comercial h1{
	font-family: "Sue Ellen Francisco", cursive;
	font-size: 22px;
	line-height: 36px;
	text-transform: uppercase;
}
#assunto{
	font-size: 14px;

}
#assunto input{
	margin-right: 5px;
}
.choose{
	clear: both;
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	height: 20px;


}
.choose:last-child{
	margin-bottom: 30px;


}


.mail_thanks{
	height:50px;
	font-style: italic;
	color:#666;

}
.contacto_item h3,.contacto_item h4{
	clear: both;


}
.contacto_item h3{
	border-top: 1px dotted #666;
	padding: 10px 0;
	color: white;

	font-family: "Sue Ellen Francisco", cursive;
	font-size: 16px;
	text-transform: uppercase;

}
.ementa_section{
	margin-bottom: 20px;

}
.notes{
	font-size: 12px;
}
.evento input{
	width:340px;
}
.profile_text{

	width:100%;
	text-align: justify;
	margin-bottom: 50px;
	line-height: 24px;
	color: #9d9d9d;
	padding: 40px;

}
.profile_text h2{
font-family: "Sue Ellen Francisco", cursive;
	font-size: 52px;
	margin-bottom: 30px;

}
.profile_pic{
	float:right;
	width:480px;
	height:320px;
	overflow: hidden;
	margin: 70px 20px 10px 50px;

}
.profile_pic img{
	width:100%;

}


#ementa_pratos{
	display: none;

}
#ementa_petiscos{
	display: none;

}


.e_icon{
	position: relative;
	top:-5px;
	float: right;
	width:32px;
	margin-right: 15px;
}
.destaq_icon{
	position: relative;
	top:-5px;
	float: right;
	width:32px;
	margin-right: 0px;

}
.info_txt{
	margin-top: 30px;
	border-top:2px dotted #666;
	padding-top: 20px;

}

.galeria{

	background-image: url(../imgs/gallery_frame.png);
	width:260px;
	height:200px;
	background-repeat: no-repeat;
	padding: 13px 10px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;


}
.galeria:nth-child(3n+3){
	margin-right: 0;
	float: right;
}

.galeria img{
	margin-bottom: 30px;
}


.gal_thumb{
	width:260px;
	height:164px;
	overflow: hidden;
	margin-bottom: 20px;
}

.the_status{
	opacity: .7;
	position: absolute;
	top:40px;
	z-index: 60;
	width:800px;
	height: 800px;
	padding:30px 20px;
	font-size: 13px;
	background-image: url(../imgs/status_cloud.png);
	background-repeat: no-repeat;
}

.specials{
	float: right;
	margin-top: 60px;


}

.sharer{
	width:260px;
	margin-top: 30px;
	float: right;
}


#coming_soon{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 28px;
	padding: 20px 0;
}
img.footer_pic{
	width:25px;
	opacity:.7;
}
#footer a,#footer2 a{
	color:#999;
	text-decoration: underline;
}

#amigos{
	padding: 20px;

}
#amigos li{
	display: inline-block;
	vertical-align: top;
	width:200px;
	height:200px;
	text-align: center;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}
#amigos img{
	padding: 0px;
/* 	background-color: #999; */
	margin-bottom: 10px;
	width: 100%;

}

#amigos li h2{

	font-size: 21px;
	margin:10px 0;

}
.friend_txt{

	margin: 20px 0px;
}

.soon{
	text-align: center;
}
.soon h2{
	margin-bottom: 10px;
}

#menu_disclaimer{
	border-top:1px dotted #999;
	padding:10px 10px;
	font-size: 13px;
	color: #666;

}
.menu_item{
	width:80%;
	float: left;
	height:15px;
}



#ddl_jantares{

	text-align: center;
}
#ddl_jantares img{
	margin-bottom: 20px;
}


#dishes{
	width:100%;
	text-align: center;
	display: block;
	margin-bottom: 50px;
}

#dishes li{
	float: left;
	width:270px;
	margin-bottom: 15px;
}

.dish_region{
	width:10px;
	float: left;


}
.dish_region h3{
font-family: "Sue Ellen Francisco", cursive;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;

}

.dish_item{

}


#dinner_options{
	clear: both;
	margin-top: 20px;
}

.jantar_preco{
		font-family: "Sue Ellen Francisco", cursive;
		font-size: 38px;
}
#birth_items{
	margin-bottom: 40px;
	padding: 10px 50px 20px 40px;
}
.birth_item{
	float: left;
	width:210px;
	margin-right: 40px;
}
.birth_item h4{
	font-family: "Sue Ellen Francisco", cursive;
		font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#the_conditions{
	clear: both;
	width:40%;
	margin: 40px auto;
}
#the_conditions h3,#the_conditions h4{
	font-family: "Sue Ellen Francisco", cursive;
	text-transform: uppercase;
}
#the_conditions h3{
	font-size: 21px;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#the_conditions h4{
}

.birth_items{
	margin-top: 30px;
}

.reserve_preco{
	border-top:2px dotted #999;
	padding-top: 20px;
	font-size: 28px;
	font-family: "Sue Ellen Francisco", cursive;
	text-transform: uppercase;

}
.yoga{

	width:600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
}








/* --------------------------------- CALENDARIO ---------------------*/
#the_side_bar{
	position: absolute;
	top:0;
	right:0;
	width:30%;
	height:100%;
	z-index: 98;
}




#calendario{
	position: relative;
	width:95%;
	margin-top: 0px;

	text-align: center;
	margin-left: auto;
	margin-right: auto;



}
#calendar{

	margin-bottom: 20px;

}


table {
	position: relative;
	z-index: 0;
	width:100%;
	color:#666;
	border-collapse:collapse;
	border-spacing: 0px;
	display: table;
	background: none;
	font-size: 12px;
	margin-bottom: 20px;
}

th{
	height:30px;
	text-transform: uppercase;
	border:none;
}



td{
	position: relative;

	text-align: center;




}
td:hover{
		z-index: 10000;
}
.dia_semana td{
		color: #555;
		height:20px;
		background:none;
		padding: 0;
		border-top: none;
		padding-bottom: 8px;
}
tr{
	width:100%;
}
tr td{
	background-color: #efefef;
	background:none;
	min-width:14%;
	max-width:14%;

	padding: 0;
	border: 1px solid #444;
	margin: 0;
	vertical-align: top;

color:#999;
}
.dia_semana{

	text-transform: uppercase;
	font-weight: 600;
/*
	background-color: #666;
	color:black;
*/


	font-size:15px;

}

#month_navigator{
/* 	border:1px solid black; */
	height:40px;
	width:100%;
	text-align: center;
	position: relative;

}

.prev_month{
	text-align: left;
}

.next_month{
 	text-align: right;
}


.prev_month, .next_month{
	position: relative;
	z-index: 88;
	cursor:pointer;
	width:10%;
	color:#ccc;
	display: inline-block;
	vertical-align: top;
	opacity: .5;

}
.prev_month img, .next_month img{
	width:28px;
}
.prev_month:hover, .next_month:hover{
	opacity: 1;
}
.recurring{
	cursor: pointer;
	border:1px solid #ccc;
}

#month_date{
	width:80%;
	display: inline-block;
	vertical-align: top;
	padding-top: 3px;
	font-size: 14px;
/*
	margin-left: 10px;
	margin-right: 10px;
*/
}
#month_date h3,#month_date h4{
	display: inline-block;
	margin: 0;

}

#month_date h3{
	font-size: 22px;
	font-family: "Sue Ellen Francisco", cursive;
	color:#ccc;
	letter-spacing: 2px;

}
.current_day{
/* 	background-color: #ccc; */
	color: white;

}

.current_day_event,.the_event{
	cursor: pointer;
}
.empty{
	opacity:.4;
}
.weekend{
	background-image: url(../imgs/trans_7.png);
	background-repeat: repeat;
}
.the_event{
	position: relative;
	width: 100%;
	height:100px;
}

#calendar_output{
	position: relative;
	top:00px;
	/* background-color:#999; */
	right:0;
	width: 100%;
	padding: 0;
	display: none;
	margin-bottom: 40px;
	height:300px;
	overflow: hidden;
}
#calendar_output ul{
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

#calendar_output li{

	margin-bottom: 10px;
/* 	background-color: white; */
	width: 90%;
	padding: 0 5%;
/* 	border-top:1px solid #dedede; */
}

#calendar_output li img{


	width: 100%;

}
.side_info{

	display: block;
}


#calendar h2.the_header,#post_navigator h2.the_header{
	cursor: pointer;

}
#calendar_output li h5{
	margin-bottom: 10px;
}
#calendar_output li h3{
	font-weight: 300;
	margin-bottom: 30px;
	font-size: 35px;
	line-height: 39px;
	color:#ccc;
	font-family: "Sue Ellen Francisco", cursive;
}

#calendar_output li h4{
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}
.event_picture{
	width:200px;
	display: inline-block;
	height:300px;
	overflow: hidden;
	vertical-align: top;
	margin-right: 30px;
}
.event_picture img{
}
.event_info{
	display: inline-block;
	width:400px;
	vertical-align: top;
	text-align: left;
}
#calendar_output .event_picture{
	margin-bottom: 20px;

}

#calendar_output .texto_evento{
	color: #999;
	padding-bottom: 40px;
}


.ext{
	opacity: .7;
	background: none;
/* 	background-image: url('../imgs/lines_pink.png'); */
/* 	background-repeat: repeat; */
	border:1px dotted #ccc;
}

.the_day{
	font-size: 17px;
/* 	border-bottom: 1px dotted #666; */
	padding: 10px 0px;
	width:100%;
	text-align: left;
	padding:  7%;
	width:86%;

}
.the_day_short{
	font-size: 9px;
	display: block;
	text-align: left;
	padding: 0 7%;
	width:86%;
	margin-bottom: 5px;
}
.event_tipo{
	font-size: 13px;

	margin-left: 7px;
}
.the_day_short:hover,#event_close:hover{
	color:white;
}
.the_day,.the_day_short{

}


#month_resume{
	padding: 10px;
	background-color: #f2e9ed;
}

#month_resume ul, #month_resume li{
	margin: 0;
	padding: 0;
}

#month_resume h3{
color:#ccc;

}

#event_close{
	position: relative;
	float: right;
	z-index: 1000;
	cursor: pointer;


}


#items{
	position: relative;
	width:100%;
	text-align: center;
}
#items > ul{
	position: relative;
	width:100%;
}

#items > ul >li{
	position: relative;
	width:31%;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	cursor:pointer;
}

#items > ul > li img{
	position: relative;
	width: 100%;
}

#items > ul >li.wide{
	width:61%;

}

#items > ul >li.small{
	width:31%;

}
