/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
 
body {
    overflow-x: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #777;
    font-weight:300;
}

.text-primary {
    color: #cacac9;
}

p {
    font-size: 14px;
    line-height: 1.75;
    color:#51575b;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #cacac9;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #ededeb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Yeseva One', cursive;
    font-weight: 300;
    color: /*#ec1d02; ROSSO*/ #c90;
}

ul{
padding-left:0;
margin-left:0;
}

ul li{
list-style:none;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #cacac9;
    text-transform: uppercase;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #000;
    background-color: #cacac9;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ededeb;
    color: #000;
    background-color: #ededeb;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #cacac9;
    background-color: #cacac9;
}

.btn-primary .badge {
    color: #cacac9;
    background-color: #000;
}

.btn-xl {
    margin:0 20px;
    padding: 20px 40px;
    border-color: #c90;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Yeseva One', cursive;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    background-color: #c90;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ededeb;
    color: #000;
    background-color: #ededeb;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #cacac9;
    background-color: #cacac9;
}

.btn-xl .badge {
    color: #cacac9;
    background-color: #000;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    font-family: 'Yeseva One', cursive;
    color: #fff;
    text-transform:uppercase;
    font-size: 1em;
}

.navbar-brand {
  padding:0;
  margin:0;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #ededeb;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-color: /*#cacac9;*/ #c90;
    background-color: /*#cacac9;*/ #c90;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #222;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: /*#cacac9;*/ #c90;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: 'Yeseva One', cursive;
    font-weight: 400;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #cacac9;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    /*color: #000;*/
    background-color: /*/*#cacac9;*/ #c90;
}

/*.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000;
    background-color: #ededeb;
}*/

@media(min-width:768px) {
    .navbar-default {
        /*padding: 25px 0;*/
        border: 0;
        /*background-color: transparent;*/
        background-color: #222;
        /*-webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;*/
    }

    .navbar-default .navbar-brand {
        display:visible;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    } 

   .navbar-brand{  /*SOLUZIONE PROVVISORIA, COMPRENDERE SHRINK!*/
   /*display:none;*/
   }
    
    .navbar-default .nav li a {
    /*color: #000;*/
    color: #fff;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }
    
    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .nav li a {
        color: #fff;
    }
    
    .navbar-default.navbar-shrink .navbar-brand{
    display:block;
    }
}

header {
    text-align: center;
    color: #000;
    background-attachment: scroll;
    background-image: url(../img/03.jpg);
    /*background-color:#fff;*/
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 200px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 20px;
    /*font-style: italic;*/
    line-height: 20px;
    color: #cacac9;
    font-weight:300; 
}

header .intro-text .intro-heading {
    margin: 50px 0 25px 0;
    text-transform: uppercase;
    font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 35px;
    font-weight:300;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 20px;
        /*font-style: italic;*/
        line-height: 20px;               
    }

    header .intro-text .intro-heading {
        margin: 50px 0 25px 0;
        text-transform: uppercase;
        font-family: "Roboto Condensed",Helvetica,Arial,sans-serif;
        font-size: 35px;
        font-weight:300;
        line-height: 35px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    /*margin-bottom: 15px;*/
    margin-bottom: 55px;
    font-size: 40px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.bio-heading {
    margin: 15px 0;
    font-size: 2em;
    text-transform: none;
    font-weight:300;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}



section#contact {
    /*background-color: #222;
    background-image: url(../img/map-image.png);*/
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 300;
}

section#contact .section-heading {
    color: #000;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
    border:1px solid #000;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #cacac9;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Roboto Condensed","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
    padding: 25px 0;
    background-color:#222;
    color:#c90;
}

footer p{
color:#c90;
}

footer h4{
font-family: 'Yeseva One', cursive;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    /*width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0; */
    /*color: #222;*/
    color: #c90;
    /*background-color: #c90;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
    /*background-color: #cacac9;*/
    color:#fff;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}



::-moz-selection {
    text-shadow: none;
    background: #cacac9;
}

::selection {
    text-shadow: none;
    background: #cacac9;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #cacac9;
}

.data{
margin: 25px 0;
text-align:center;
}

#logo_contact{
margin-top:20px;
}

.data p:first-child{
font-size: 2em;
font-weight: 300;
margin-top: 25px;
}

@media(min-width:768px) {
#logo_contact{
margin-top:0;
}
}

.profile img {
    width: 150px;
    margin: 0 auto;
    border: 7px solid #cacac9;
}

.carousel {
margin-bottom:30px;
}

.item img{
margin:auto;
}

.item-intro{
text-transform:uppercase;
font-style:normal !important;
font-size:0.8em !important;
}

.item img{
margin:0 !important;
}

.carousel-control{
opacity:0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.carousel-control:hover{
opacity:0.5;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.description {
text-align:justify;
}  

/*.ALE{
margin-left:2px;
font-weight:900;
letter-spacing:3px;
-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}

.ALE:hover {
color:gray;
-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
text-decoration:none;
} */

.menu_list div{
margin: 5px 0;
/*border:1px solid red;*/
}

.menu_list div h4{
border-bottom:1px solid #ccc;
padding-bottom:10px;
color:#51575b;
}

.price{
font-family: 'Yeseva One', cursive;
font-size:1.5em;
}

.stack{
margin:auto;
}

.separator{
height:70%;
width:100%;
background:url('../img/separator/03.jpg') no-repeat center center fixed; 
background-size:cover; 
/*background-image: url('../img/separator/03.jpg'); 
background-repeat:no-repeat; 
background-size:cover; 
background-attachment:scroll; 
background-position: 50% 0%;*/
}

table,  tr, td{
margin:0;
line-height:0;
padding:0 !important;
border:none !important;
/*border-bottom:1px dotted #c90;*/
}

.pattern{
background-image: url('../img/cream.png');
background-repeat:auto;
}

.center{
margin:auto;
}

#ingredients{
    background-attachment: scroll;
    background-image: url(../img/ingredients-bg.jpg);*/
    /*background-color:#fff;*/
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg{
background-color:rgba(0,0,0,0.8);
padding:25px;
margin:25px;
}

.bg p{
color:#ccc;
}

.italic{
font-style:italic;
}

.small{
font-size:0.7em;
}

.uppercase{
text-transform:uppercase;
}

.no_small{
display:none !important;
}

@media(min-width:768px) {
    .no_small {
        display:block !important;
    }
}

.img-menu{
margin-top:10px;
}

#download_menu{
margin-top:20px;
padding-top:50px;
border-top:1px solid #ccc;
}

.btn-default{
font-family: 'Yeseva One', cursive;
font-size:1.5em;
margin:5px 0;
border:1px solid #c90;
}


#gallery div div{
margin:0 !important;
padding:0 !important;
}

#gallery{
margin:0;
padding:0;
}

.consigliato{
border:1px dashed #c90;
}

span.consigliato{
padding:10px;
}

.piatto:hover{
background-color:rgba(0,0,0,0.1);
display:block;
cursor:pointer;
}

    body.modal-open-noscroll
    {
        margin-right: 0!important;
        overflow: hidden;
    }
    .modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom
    {
          margin-right: 0!important;
    }