/* gabriela-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Gabriela';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gabriela-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
html {
    box-sizing: border-box;
    display: block;
    
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.clear::after {
    clear: both;
}
.clear::before,
.clear::after {
    display: block;
    content: "";
}
.pgs-list.display {
    display: block;
}
h1, h2, h3, h4, p, a, div, ul, li {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;

}
img {
  vertical-align: top;
  width: 100%;
}
ul {
    list-style: none;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Gabriela';
    background-color: #FFEFD5;
    color: #5a5a5a;
}
main a{
    display: inline;
}
.display-button{
    cursor: pointer;
    width: 45px;
    padding:  8px 5px 4px 12px;
    margin-right: 30px;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #999999;
  }
  .display-button span{
    background-color:#fff;
    display: block;
    height: 2px;
    margin-bottom: 4px;
    width: 22px;
    border-radius: 1px;
  }

  .display-button:hover{
    background-color: #333;
  }
.topbar{
    background-color: rgba(240, 240, 240, 0.9);
    border-top: 2px solid #fcd1aa;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.4);
    padding-bottom: 5px;
}
.current{
    background-color: #fcd1aa;
}
.nav-list a{
    color: #5a5a5a;
    padding: 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.nav-list {
    border-top: 1px solid #101010;
    padding-top: 10px;
    display: none;
}
.nav-list.show{
    display: block;
}
.nav-list a:hover{
    color: #fcd1aa;
}
.current a{
    font-size: 18px;
}
.current a:hover{
    color: #5a5a5a !important;
}
.logo img{
width: 218px;
cursor: pointer;
}

.top-head{
    text-align: center;
    background-color: #ffe4b5;
    box-shadow: 0 1px 5px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec-nav{
    display: none;
}
.unu{
    padding: 40px 20px;
    margin: 10px 0 10px;
    text-align: center;
    background-color: #fff;
    border-top: 5px solid #fcd1aa;
}
.wrapper{
    width: 95%;
    margin: 0 auto;
    max-width: 725px;
}
.unu h2{
    font-size: 20px;
    font-weight: 500;
    color: #fcd1aa;
    cursor: default;
    margin: 20px 0 15px;
}
.unu h2:hover{
    color: #5a5a5a;
}
.unu p{
    font-family: 'Open Sans';
    font-size: 14px;
}
.unu img{
    display: block;
    width: 90px;
    height: 90px;
    padding: 2px;
    border: solid 1px #e9e7e7;
    border-radius: 50% !important;
    margin: -20px auto -10px auto;
    text-align: center;
}
.ristorante img{
    width: 50%;
    float: left;
    margin:  20px 20px 20px 0px;

}
.ristorante {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-left: 5px solid #fcd1aa;
    padding: 10px;
}
.ristorante h1{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px dotted #e9e7e7;
}
.ristorante p{
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
}
.specialita {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-left: 5px solid #fcd1aa;
    padding: 10px;
}
.specialita h2{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px dotted #e9e7e7;
}
.specialita p{
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 10px;
    line-height: 20px;
}
.specialita i{
    font-weight: 700;
    margin-right: 10px;
}
.specialita li{
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    margin-left: 10px;
}

.maps {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-left: 5px solid #fcd1aa;
    padding: 10px;
}
.maps h2{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px dotted #e9e7e7;
}
.maps p{
    font-family: 'Open Sans';
    color: blue;
    cursor: pointer;
    font-size: 12px;
    margin-top: 8px;
}

.tavoli img{
    width: 50%;
    float: left;
    margin:  20px 20px 10px 0px;

}
.tavoli {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-left: 5px solid #fcd1aa;
    padding: 10px;
}
.tavoli h2{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px dotted #e9e7e7;
}
.tavoli p{
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
}
.tavoli i{
    font-weight: 700;
    margin-right: 10px;
}
.tavoli li{
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    margin-left: 10px;
}
.tavoli span{
    color:#fcd1aa;
    cursor: pointer;
    transition: 0.5s;
}
.tavoli span:hover{
    color: #5a5a5a;
}
.curiosita {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-left: 5px solid #fcd1aa;
    padding: 10px;
}
.curiosita h2{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px dotted #e9e7e7;
}
.curiosita p{
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
}
footer{
    background: #10101083;
    padding-top: 20px;
}
.doi h2{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px dotted #e9e7e7;
    color: #e9e7e7;
}
.doi p{
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    color: #e9e7e7;

}
.doi{
    padding-bottom: 5px;
    margin-top: 10px;
}
.doi li{
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 5px;
    line-height: 20px;
    margin-left: 10px;
    color: #e9e7e7;
}
.doi i{
    color: #fcd1aa;
    margin-right: 15px;
    font-size: 16px;
}
.doi span{
    color: #fcd1aa;
    cursor: pointer;
}
.doi span:hover{
    color: #5a5a5a;
}

.head{
    background-color: #fcd1aa;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding:16px 13px;
    display: none;
}

.head p{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #999999;
}
.head i{
    margin-right: 5px;
    margin-left: 10px;
}
.head span{
    color: #fff;
    cursor: pointer;
}
.head span:hover{
    color: #5a5a5a;
}
.disp{
    display: none;
}
#d{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
    margin-top: 5px;
}
#m{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-top: 5px;
}

.second label{
    font-family: 'Open Sans';
    font-size: 14px;
}

.second {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
    margin-top: 30px;
}
.second  h1{
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
    border-bottom: 1px dotted #e9e7e7;
}
.forms{
    margin-bottom: 30px;
    margin-top: 50px;
    max-width: 700px;
}
.second button{
    color: #ffffff;
    background-color: #fcd1aa;
    border:1px solid #fcd1aa;
    width: 100%;
    height: 34px;
    margin-top: 20px;
    cursor: pointer;
    
}
.second button:hover{
    background-color: #2f4f4f;
    border:1px solid #2f4f4f;

}








@media (min-width:767px){
.display-button{
    display: none;
}
.nav-list{
    display: block;
    padding: 0;
    border-top: none;
}
.nav-list li{
    display: inline-block;
}
.topbar{
    padding-bottom: 0;
}
.head{
    display: block;
}
.disp{
    display: block;
    margin-top: 10px;
}
.top-head{
    padding-bottom: 0;
}

.doi{
    width: 30%;
    float: left;
    margin-right: 3%;
}

}



@media (min-width:992px){

.wrapper{
    max-width: 950px;
}
.left{
    width: 620px;
    float: left;
}
.right{
    width: 300px;
    float: right;
}
.unu{
    width: 30%;
    float: left;
    margin-left: 1.7%;
    margin-right: 1.6%;
}

.nav-list{
    display: none;
}


.sec-nav a{
    color: #5a5a5a;
    padding: 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.sec-nav a:hover{
    color:#fcd1aa ;
}
.sec-nav {
    display: block;
    background-color: rgba(240, 240, 240, 0.9);
    border-top: 2px solid #fcd1aa;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.4);
    float: left;
    width: 60%;
    text-align: left;
    padding-left: 15px;
    margin-left: 80px;
    margin-top: 60px;
}
.sec-nav li{
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.logo{
    float: left;
}
.topbar{
    display: none;
}



}





@media (min-width:1200px){

.wrapper{
    max-width: 1140px;
}

.left{
    width: 745px;
    margin-left: 10px;
}
.right{
    width: 360px;
}






}