@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
a {
	text-decoration: none;
	color: #fff;
}
p > a:hover {
	color: #d9d9d9;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1% 0 1% 0;
}
._12 {
	font-size: 1.2em;
}
._14 {
	font-size: 1.4em;
}
ul {
	padding: 0;
	list-style: none;
}
.footer-social-icons {
	/*width: 350px;*/
	display: block;
	margin: 0 auto;
}
.social-icon {
	color: #fff;
}
ul.social-icons {
	margin-top: 10px;
}
.social-icons li {
	vertical-align: top;
	display: inline;
	height: 100px;
}
.social-icons a {
	color: #fff;
	text-decoration: none;
}
.fa-facebook {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-facebook:hover {
	background-color: #3d5b99;
}
.fa-twitter {
	padding: 10px 12px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-twitter:hover {
	background-color: #00aced;
}
.fa-rss {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-rss:hover {
	background-color: #eb8231;
}
.fa-youtube {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-youtube:hover {
	background-color: #e64a41;
}
.fa-linkedin {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-linkedin:hover {
	background-color: #0073a4;
}
.fa-github {
	padding: 10px 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	background-color: #322f30;
}
.fa-github:hover {
	background-color: #5a32a3;
}
body, html {
	width: 100%;
	height: 100%;
	font-size: 15px;
	margin: 0;
	padding: 0;
	
	font-family: 'Roboto', sans-serif;
}
.slideout-menu {
	top: 0;
	bottom: 0;
	width: 276px;
	min-height: 200vh;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
	background-color: #000;
	
}
.slideout-menu-left {
	left: 0;
}
.slideout-menu-right {
	right: 0;
}
.slideout-panel {
	position: relative;
	z-index: 1000000;
	will-change: transform;
	/*height: 100%;
	background-image: url(../images/fondo-madera.jpg);
	background-attachment: fixed;*/
	
	
	
	display: block;
/*	position: fixed;
*/	left: 0;
	top: 0;
	width: 100%;
	height: 105vh;
	/*z-index: -10;*/
	background: url('mar.jpeg') no-repeat center center;
	background-size: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
	overflow: hidden;
}
.slideout-open .slideout-menu {
	display: block;
}
body, html {
}
h1, h2, h3, h5, h6 {
	margin-top: 5px;
	color: #ECECEC;
	text-shadow: 1px 0.5px #000000;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

h2 {
	margin-top: 5px;
	color: #ECECEC;
	text-shadow: 1px 0.5px #000000;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	font-size:24px;
	font-weight: 600;

}

h4 {
	margin-top: 5px;
	font-size:16px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	font-family: 'Roboto', sans-serif;
	color: #fff !important;
	text-shadow: 1px 1px 2px #003768;

}
hr {
	margin: 0px 0;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	display: block;
}
li {
	line-height: 1.4;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 16px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	font-family: inherit;
	font-style: inherit;
	padding: 1em;
}
input[type="submit"]::-moz-focus-inner, button[type="submit"]::-moz-focus-inner, button:-moz-focusring, input:-moz-focusring {
outline: 0;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
.content-area {
	padding: 1em 1em;
	/*background-color: rgba(255,255,255,0.25); */
	display: block;
	margin-bottom: 10px;
	background-color: #005CA436 !important;
	border-radius:4px;
}
.page {
	max-width: 700px;
	margin: auto;
}
.specials-round {
	width: 20%;
	width: 50px;
	height: 40px;
	border-radius: 50%;
	margin-top: 0px;
	margin-right: -10px;
	margin-left: 10px;
	margin-bottom: 20px;
	float: right;
	color: #fff;
	display: block;
}
.specials-round h4 {
	text-align: center;
}
.specials-round h4 {
	color: #fff;
}

.precio {
	font-size: 14px;
}
.tipo-precio {
	text-shadow: none;
	position: relative;
	clear: both;
	font-size: 8px;
	top: 3px;
}
.euro {
	position: relative;
	top: -1px;
	left: 0px;
	font-size: 9px;
	clear: right;
}
.alergenos {
	clear: left;
	text-align: left;
	margin-left: 5px;
}
.blanco {
	color: #fff;
	font-size: 9px;
}
.encabezado {
	background-color: rgba(255,255,255,1);
	margin-botton: 200px;
}
.logo {
	display: block;
	margin: auto;
}
.banderas {
	display: block;
	float: right;
	margin-top: -10px;
	padding-bottom: 20px;
}
.carta {
	clear: both;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.descripcion {
	color: #fff;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 3px;
	text-shadow: none;
	font-family: 'Open Sans', sans-serif;
}
.container {
	position: relative;
	width: 100%;
	height: 110px;
}
.image {
	display: block;
	margin: auto;
	padding-top: 5px;
	text-align: center;
}
.overlay {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
}
.container:hover .overlay {
	bottom: 0;
	height: 100%;
}
.direccion {
	width: 235px;
	margin-left: 10px;
	margin-top: 20px;
	color: #ffffff;
	font-size: 14px;
	overflow: auto;
}
.mapa {
	clear: both;
	margin-top: 20px;
	text-align: center;
}
.textopie {
	color: #fff;
	font-size: 12px;
	margin: 20px;
	clear: both;
}
.copyright {
	color: #775152;
	font-size: 10px;
	text-align: center;
	margin: 20px;
	text-shadow: 1px 0.5px #000000;
}
.transparente {
	opacity: 0.4;
}
.float-left {
	float: left;
	margin-top: 20px;
}
.espacio {
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;
}
.iconos-centrado {
	text-align: center;
	margin-top: 20px;
}
.nota-carta {
	font-size: 14px;
	color: #ffffff;
	margin-top: -30px;
	margin-bottom: 20px;
	line-height: 1.1;
	clear: both;
	display: block;
}
html, body {
/*  font-family: sans-serif;
*/  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #003768;
}

.snap-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 200;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
background-color: #002240;
}



.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.snap-drawer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  width: 265px;
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: width 0.3s ease;
     -moz-transition: width 0.3s ease;
      -ms-transition: width 0.3s ease;
       -o-transition: width 0.3s ease;
          transition: width 0.3s ease;
}

.snap-drawer-left {
  left: 0;
  z-index: 1;
}

.snap-drawer-right {
  right: 0;
  z-index: 1;
}

.snapjs-left .snap-drawer-right,
.snapjs-right .snap-drawer-left {
  display: none;
}

.snapjs-expand-left .snap-drawer-left,
.snapjs-expand-right .snap-drawer-right {
  width: 100%;
}
/*gadsga*/



/* Hide the actual "Right" drawer in the demo */
.snapjs-right .snap-drawer-right {
	display: none;
}

/* Show the "Drag" background in the demo */
#content {
}

/* Demo toolbar styles */
#toolbar {
	background-color:rgba(255,255,255,1);
	min-height: 4.5rem;
	}

#toolbar h1 {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: 44px;
  left: 44px;
  width: auto;
  height: 44px;
}

#open-left {
  background: url(../../images/open.png) center center no-repeat;
  float: left;
  display: block;
  width: 44px;
  height: 44px;
}




/* Styles for fading out the drawer content in the "Expanding" demo */
.drawer-inner {
	-webkit-transition: opacity 0.3s ease; 
	   -moz-transition: opacity 0.3s ease; 
	    -ms-transition: opacity 0.3s ease; 
	     -o-transition: opacity 0.3s ease; 
	        transition: opacity 0.3s ease; 
}

.snapjs-expand-left .drawer-inner,
.snapjs-expand-right .drawer-inner {
	opacity: 0;
}



/* Default demo styles */
.snap-content {
/*  background-image: url(../images/fondo-madera.jpg);
*/  
  
  
  	
	display: block;
/*	position: fixed;
*/	left: 0;
	top: 0;
	width: 100%;
	height: 105vh;
	/*z-index: -10;*/
	background: url('mar.jpeg') no-repeat center center;
	background-size: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	}

.snap-drawers {
  background: #323949;
}

.snap-drawer {
	background: #323949;
	color: #eee;
}

.snap-drawer h3 {
  font-size: 36px;
  font-weight: normal;
  margin: 15px;
}

.snap-drawer h4 {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}

.snap-drawer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.snap-drawer li > a {
  display: block;
  border-bottom: 1px solid rgba(0,0,0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 #000;
  text-decoration: none;
  color: #FFF;
  text-indent: 20px;
}

.snap-drawer li:hover {
 
  color: #000;
  background-color:#CCC
}

.snap-drawer p {
  opacity: 0.5;
  padding: 15px;
  font-size: 12px;
}
.bodega:hover{
	color:#000 !important;
	background-color: #fff !important;
}