@charset "UTF-8";

/* Global Content Formatting and Styles */

@font-face {
	font-family: plutobold;
	src: url('../fonts/plutobold.otf');
}
@font-face {
	font-family: plutolight;
	src: url('../fonts/plutolight.otf');
}
body {
	color:#000;
	line-height: 1.5em;
	font-family: plutolight;
	font-size: 14px;
	background: #DDD6CB url(../images/bg.png) repeat-x 0px 0px;
}
.page {
	max-width: 980px;
	margin: 0px auto 0px auto;
	position: relative;
	background-color:#FFF;
	-webkit-box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 5px rgba(0,0,0,0.3);
}
h1 {
	font-size: 2em; font-weight: normal; font-family: plutobold; color: #E52629; margin: 0 0 .5em 0; 
	position: relative; width:100%; margin: 0px auto 0px auto; text-align:center;}
h2 { font-size: 1.7em; margin: 0 0 1em 0; position: relative; width:100%; margin: 0px auto 0px auto; text-align:center; font-family: plutobold; margin-top: 20px;}
h3 { font-size: 1.5em; margin: 0 0 1em 0;}

p { margin: 0 0 .75m 0;}
a { color: #E52629; }
a:hover { color: #000;}

footer { font-size: .85em; color: #FFF; background-color: #E52629; padding: 10px 10px 10px 20px; text-align:center; margin-bottom:40px; padding-bottom:40px; min-height:100px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;}
footer a { color:#FFF; text-decoration: none;
}

footer a { color:#FFF; text-decoration: none;
}

a.cta {
    text-transform: uppercase;
    font-size: .9em;
    font-weight: bold;
    text-decoration:  none;
    margin: .5em 0 0 0;
    padding: 0px 12px 0px 0px;
    background: url(../images/cta_arrow.png) no-repeat right 0px;
}
a.cta:hover { background-position: right -50px;}
.promo h3 { font-size: 1.1em; margin: 0;}
.promo p {line-height: 1.2em; font-size: .9em; margin-bottom: .5em;}


.promo { background-repeat: no-repeat;}
.promo.one {background-image: url(../images/promo_1.png);}
.promo.two {background-image: url(../images/promo_2.png);}
.promo.three { min-height:170px;}

.footer {text-align:left;}
.footer.two{ background: url(../images/ftmp.png) no-repeat;}
.footer.three{ background: url(../images/fttl.png) no-repeat;
}
#cardapio {
	font-size: .85em;
	color: #000;
	text-align:center;
	min-height:100px;
	position:relative;
	width:100%; 
	}
.cardapio {
	text-align:left;
    width: 50%;
    float: left;
	margin-bottom:20px;
	}
.cardapio .contentc {padding: 20px;}
#cardapiotitulo {
	height: 35px; 
	padding-top:20px;
	background: #000 url(../images/simbolostitulo.png) right no-repeat;
	color:#FFF; 
	position: relative; 
	width:100%; 
	text-align:left !important; 
/*	border-bottom: 1px solid #000;
	border-top: 1px solid #000; */
	}
#cardapiotitulo h3 {
	font-size: 1.2em;
}

.homebt {
	height:20px; 
	width:20px;
	background: url(../images/bthome.png) no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	border: 0;
}

nav a {
    color: #f5a06e;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: .9em;
}

nav a:hover {color: #FFF;}
.clear-fix { clear: both; line-height: 1px;}
.clear-fixb { clear: both; line-height: 1px; display:none;}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left;  }
div#slider figure { 
  position: relative;
  height: 275px !important;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite;
}
#containerbthome {height: 30px; padding:0px; position: relative; width:100%; margin: 0px auto 0px auto; text-align:center;}
#containerbthomecenter { height: 30px; padding:0px; position: relative; width:120px; margin: 0px auto 0px auto; text-align:center; }



/* GALLERRIESSSSSSSSSSSSSS */
.gallery{
  margin: 0;
  padding: 0;
  height: 100%;
}

[class*='thumbnail-']{
  background: #000;
  width: 33.33%;
  height: auto;
  float: left;
  padding: 5px 5px 3px 5px;
  cursor: zoom-in;
}

[class*='thumbnail-'] img{
  max-width: 100%;
}

[class*='large-']{
  background: #000;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  display: none;
}

[class*='large-'] img{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.prev{
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  left: 10px;
  float: left;
}

.next{
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  right: 10px;
  float: right;
}

.close{
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 10px;
  float: right;
  cursor: zoom-out;
}

[class*='thumbnail-']{
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: zoom-in;
}

[class*='thumbnail-']:hover img{
  transition: .3s linear;
  transition-delay: 300ms;
  transform: /* rotate(5deg) */ scale(1.4);
}

[class*='thumbnail-'] > .caption{
  display: none;
  position: absolute;
  bottom: 0;
  padding: 15px;
  width: 100%;
  background-color: black;
  color: white;
  opacity: 0.8;
}

[class*='thumbnail-']:hover > .caption{
  display: block;
 
}

@media screen and (max-width:480px){
  .caption h3{
    font-size: 12px;
  }
}

.lojas {
	color: #000;
	font-size: .8em;
	text-decoration:none;
}
.app {display:none;}

#sushiitem {
	width:135px;
	height:180px;
	float:left;
	text-align:center;
	font-size:1em;
	margin-left:25px;
	margin-bottom:20px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 60px;
  background: #000;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
}
.popup .close {
  position: absolute;
  top: 0px;
  right: -5px;
  background:#000;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

#phrase {
	font-size:18px;
}
#social {
	float:right;
	padding-top:3px;
	height:36px;
}
a.social {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}
#cel_loja {
	width:45%;
	min-width:380px;
	float:left;
	margin-left:20px;
	border-bottom: solid 5px #C52A2C;
	padding-top:10px;
}
#cel_loja:hover{
    background-color: #EFEDED;
}
#cel_loja_end {
	width:400px;
	font-family: plutolight;
	font-size:18px;
	padding-bottom:10px;
	padding-top:10px; 
	min-height:65px;
}