@charset "utf-8";
/* CSS Document */
/* .................. Reset .................. */
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, fieldset, legend, dl, dt, dd, table, tr, td, th, option, optgroup {
	margin: 0;
	padding: 0;
}
table, tr, td, th {
	border: 0;
	border-collapse: collapse;
}
img {
	border: 0;
}
img, a, object {
	outline: none;
}
ul, ol, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
input[type=button],
input[type=submit],
input[type=text],
input[type=password],
select,
textarea
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border-width: 0;
	border-style: none;
}
/*
------------------- fonts
*/
@font-face {
    font-family: 'KlillRegular';
    src: url('../fonts/klill/klill-light-webfont.eot');
    src: url('../fonts/klill/klill-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klill/klill-light-webfont.woff') format('woff'),
         url('../fonts/klill/klill-light-webfont.ttf') format('truetype'),
         url('../fonts/klill/klill-light-webfont.svg#KlillRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-family: "KlillRegular", Verdana, Geneva, sans-serif;
	font-size: 14px;
}
a#author {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
------------------- global
*/
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 20px;
}
/*
------------------- structure
*/
body, html {
	height: 100%;
}
#page {
     position: relative;
     min-height: 100%;
}
* html #page {
     height: 100%; /* fix for ie6 */
}
#footer {
     position: absolute;
     bottom: 0;
     left: 0;
}
body {
	background: #FFF;
	color: #000;
	text-align: center;
}
#page,
#header,
#main,
#footer
{
	/*width: 980px;*/
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	clear: both;
	float: none;
}
#page {
	position: relative;
	margin: 0 auto;
	text-align: left;
}
#header {
	text-align: center;
}
#access {
	text-align: center;
	margin-top: 50px;
}
#access li {
	float: left;
}
#access a {
	text-transform: uppercase;
	padding: 0 30px;
	font-size: 12px;
	letter-spacing: 0.3em;
	font-weight: 600;
}
#access a:hover,
#access .current a {
	text-decoration: none;
}
#main {
	position: relative;
	padding-top: 70px;
	padding-bottom: 100px;
}
#footer {
	padding: 15px 0;
	text-align: center;
	font-size: 11px;
}
p#address {
	letter-spacing: 0.3em;
}
a#author {
	display: block;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-align: right;
	width: 80px;
	font-size: 9px;
}
a#author:hover {
	color: #FF007B;
	text-decoration: none;
}
/* HOME */
#restaurantes {
	margin-top: 50px;
	display: block;
	position: relative;
	width: 100%;
	height: 340px;
	text-align: center;
}
#restaurantes #site-title,
#restaurantes li.primary {
	display: block;
	width: 550px;
	height: 335px;
}
#site-title {
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#restaurantes li.primary {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -275px;
	z-index: 1;
}
#restaurantes li.secondary,
#restaurantes li.secondary h3,
#restaurantes li.secondary h3 a
{
	display: block;
	width: 240px;
}
#restaurantes li.secondary {
	position: absolute;
	top: 150px;
	z-index: 10;
}
#restaurantes li.secondary a {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 150px;
	text-indent: -9999px;
}
#restaurantes li.secondary a:hover {
	text-indent: 0;
	text-decoration: none;
}
#restaurantes li.secondary.first {
	/*left: 0;*/
	right: 0;
}
#restaurantes li.secondary.last {
	/*right: 0;*/
}
/* GALERIA */
#galeria {
	width: 530px;
	margin: auto;
}
#moldura {
	position: relative;
	width: 510px;
	height: 270px;
	margin: 0 auto;
}
#moldura,
#thumbs li {
	/*border: 10px solid #F3F3F3;*/
	padding: 10px;
	background-color: #F3F3F3;
	-moz-box-shadow: 1px 1px 2px #999;
	-webkit-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}
#moldura img {
	position: absolute;
	width: 510px;
	height: 270px;
	top: 10px;
	left: 10px;
}
#thumbs-holder {
	position: relative;
}
#thumbs {
	display: block;
	width: 530px;
	height: 130px;
	margin-top: 5px;
}
#thumbs li,
#thumbs li a {
	display: block;
	width: 110px;
	height: 110px;
}
#thumbs li {
	float: left;
	margin-right: 3px;
}
#thumbs li.last {
	margin-right: 0;
}
#galeria a.nav {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	top: 40%;
	font-weight: bold;
}
#galeria a.nav:hover {
	text-decoration: none;
}
#galeria #prev {
	left: -30px;
}
#galeria #next {
	right: -30px;
}
/* CARDAPIOS*/
body.cardapio #main {
	text-align: center;
}
#cardapios {
	margin: 0 auto;
	text-align: center;
}
#cardapios li {
	float: left;
	margin: 0 15px;
	font-size: 11px;
}
#cardapios a {
	text-decoration: none;
	text-transform: uppercase;
}
#cardapios img {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
.obs {
	text-transform: lowercase;
	margin-top: 10px;
}
/* CONTATO */
#funcionamento {
	width: 140px;
	float: right;
	padding-right: 5%;
	text-align: right;
	font-size: 11px;
}
#funcionamento .dia {
	margin-right: 2px;
	padding: 5px;
	color: #000;
}
#funcionamento h4 {
	text-transform: uppercase;
}
#funcionamento p {
	margin-bottom: 0;
}
#funcionamento .dia:hover {
	margin-right: 0;
	background-color: #000;
	color: #FFF;
}
#funcionamento .dia:hover h4 {
	font-weight: bold;
}
#info {
	padding-left: 5%;
	clear: both;
	float: none;
	text-align: left;
}
#info div {
	padding: 5px 10px 5px 30px;
}
#info #logo {
	margin-bottom: 15px;
}
#info #endereco .linha {
	display: block;
}
/*
------------------- classes
*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}  /* for IE/Mac */
.align-right {text-align: right;}
.align-left {text-align: left;}
.align-center {text-align: center;}

.redo-widget-black-border, redo-widget-trigger {
	position: fixed;
}


/* =Responsive Structure
----------------------------------------------- */
@media (max-width: 970px) {
	#restaurantes {
		height: 520px;
	}
	#restaurantes li.secondary {
		top: 360px;
	}
}
@media (max-width: 700px) {
	#cardapios li {
		margin: 0;
		padding: 10px 0;
		clear: both;
		float: none;
	}
}
@media (max-width: 650px) {
	#access a {
		padding: 0 10px;
	}
}
@media (max-width: 550px) {
	#site-title {
		width: 100% !important;
	}
}
@media (max-width: 530px) {
	body {
		font-size: 11px;
	}
	#main {
		padding-top: 20px;
	}
	#access li {
		position: relative;
		clear: both;
		float: none;
		padding-bottom: 10px;
	}
	#access a {
		padding: 0;
	}
	#galeria,
	#thumbs {
		width: 100%;
	}
	#moldura {
		margin: 0 auto;
		width: 290px;
		height: 154px;
	}
	#moldura img {
		width: 290px;
		height: 154px;
	}
	#thumbs li,
	#thumbs li.last {
		float: none;
		clear: both;
		margin: 10px auto;
	}
	
	#galeria a.nav {
		position: relative;
		clear: both;
		float: none;
		width: 100%;
		padding: 10px 0;
		top: auto !important;
		right: auto !important;
		left: auto !important;
	}
	
	#restaurantes {
		height: 750px;
	}
	#restaurantes li.secondary {
		left: 50% !important;
		right: auto !important;
		margin-left: -120px;
	}
	#restaurantes li.secondary.first {
		top: 360px;
	}
	#restaurantes li.secondary.last {
		top: 560px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
}