*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button{
}

.controls{
  padding: 2%;
  background:;
  color: #eee;
}

label{
  font-weight: 300;
  margin: 0 .4em 0 0;
}

h3{
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-bottom: .5em;
}

.textolocal
	{color: white;
	font-size: 16px;
	margin-top: -27px;
	padding-bottom: 11px;
	position: relative;
	text-align: center;
	}

.vermas{
  font-size: 12px;
  color: white;  
  padding-bottom:30px;
  padding-left:80px;
}

.local33:hover {   
    -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);   
}

button{
  display: inline-block;
  padding: .4em .8em;
 background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
  border: 0;
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  border-radius: 4px;
  cursor: pointer;
}

button.active{
  text-decoration:underline;
}

button:focus{
  outline: 0 none;
}

button + label{
  margin-left: 1em;
}

.container{
  }

.container:after{
  content: '';
}

.container .mix,
.container .gap{
}

.container .mix{
  text-align: left;
  display: none;
}

.container .mix:after{
}

.container .mix:before{
  content: '';
  display: inline-block;
}

.img-resto img
	{width: 100%;
	}

.restaurant:hover .block__caption
	{opacity: 1;
	}

.restaurant .block__caption
	{display: inline-block;
    margin-bottom: 30%;
    margin-top: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    text-align: center;
    transition: all 200ms ease 0s;
    width: 100%;
	}

.restaurant:hover .block__caption
	{opacity: 1;
	}

.restaurant .block__caption>div
	{display: inline-block;
	width: 35%;
	}

.img-resto
	{margin-bottom: -45%;
	}

.index-background
	{background-image: url("/img/bg/bg-home.jpg");
	}

.historia-background,
.eventi-background,
.giftcard-background,
.rrhh-background,
.franquicias-background
	{background-image: url("/img/bg/historia.jpg");
	}

.especialidades-background
	{background-image: url("/img/bg/especialidad.jpg");
	}

.carta
	{background-image: url("/img/in.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	}

.carta img
	{width: 100%;
	}

.carta:hover img
	{visibility: hidden;
	}

.img-hover__title
	{position: static;
	}

.img-hover__title > img
	{width: 100%;
	}

div.selector
	{background-position: 0 -229px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 0 0 12px;
    position: relative;
	}

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action
	{background-image: url("../images/sprite1.png");
    background-repeat: no-repeat;
	}

.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader *
	{margin: 0;
    padding: 0;
	}

.selector,
.checker,
.radio,
.uploader
	{display: inline-block;
    vertical-align: middle;
	}

div.selector select {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 12px;
}
div.selector select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #333;
    height: 39px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 100%;
}
.selector,
.radio,
.checker,
.uploader,
.selector *,
.radio *,
.checker *,
.uploader * {
    margin: 0;
    padding: 0;
}

.mailRRHH
	{color: #fff;
	border: none;
	}

.header.is--inactive .menu-button.is--active::after,
.header.is--inactive .menu-button.is--active::before,
.header.is--inactive .menu-button.is--active .menu-button__burger
	{background-color: rgb(0, 0, 0);
	}

.header.is--inactive.active.header--open:hover .menu-button__burger::after,.header.is--inactive.active.header--open:hover .menu-button__burger::before {
    background-color: rgba(255, 255, 255, 0.5);
}

/*select {
    width: 87%;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: medium none;
    color: #fff;
    display: block;
    height: 39px;
    line-height: 39px;
    margin: 0 0 20px;
    max-width: 100%;
    outline: medium none;
    padding: 0 10px;
    width: 93%;
}*/

@media screen and (max-width: 850px)	{
  .index-background	{
    background-image: url("/img/bg/bg-home-800.jpg");
  }

  body {
    background: #fff;
  }


	.historia-background,
	.eventi-background,
	.giftcard-background,
	.rrhh-background,
	.franquicias-background
		{background-image: url("/img/bg/historia-800.jpg");
		}
	
	.especialidades-background
		{background-image: url("/img/bg/especialidad-800.jpg");
		}
	}

@media screen and (max-width: 720px)
	{.block__caption.l__padding
		{opacity: 1;
		}
	}