



html {
    scroll-behavior: auto !important;
}

 body {
	line-height: 1.5;
	color: #555;
font-family: 'Nunito Sans', sans-serif;
/*
background-image: url("../menubck.jpg");
background-position: center center;
  background-attachment: fixed;
  */
  font-size: 15px;
}

ul{
  margin-bottom:50px;
  margin-left:0px!important;
   padding-left: 0px;
}

li{
  list-style-type: none;
    margin-left:0px!important;
     padding-left: 0px;
     color:#8f8f8f!important;
    margin-bottom: 5px;
}
h4.separator{
  padding:7px 0px;
  letter-spacing: 2px;
  font-size:12px;

}
.lans{
  text-align: center;
  margin-bottom:60px;
}
.lans img{
  width:40px;
  opacity: 0.3;
    transition: all 1s ease-in;

}
.lans img.active{
  transform: scale(1.3);
  opacity: 1;

  transition: all 1s ease-in;
}

.lans a{
  display:inline-block;
  margin:10px;
}

.separator{
  padding:7px 0px;
  letter-spacing: 2px;

}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow:hidden;
}


.dsc_level_0{
font-family: 'Dancing Script', cursive;
font-size:35px;
color:#c3692f
}


::selection {
 background: #996;
 color: #FFF;
 text-shadow: none;
}



::-moz-selection {
 background: #1ABC9C; /* Firefox */
 color: #FFF;
 text-shadow: none;
}



::-webkit-selection {
 background: #1ABC9C; /* Safari */
 color: #FFF;
 text-shadow: none;
}
:active, :focus {
	outline: none !important;
}


a {
	text-decoration: none !important;
	color:#333;
}
a:hover {
	color: #222;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 5px 0;
	font-family: 'Cinzel', serif;
}
h5, h6 {
	margin-bottom: 20px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 27px;
  font-weight: bold;
  margin-top:55px;
  margin-bottom:20px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
  margin-bottom:0px;


}
h4 p {
	font-size: 12px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h4 {
	font-weight: 600;
  margin-top:15px;
}
h5, h6 {
	font-weight: bold;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
	margin-bottom: 30px;
}
small {
	font-family: 'Lato', sans-serif;
}

.dsc_level_2{
font-style: italic;
}

.price {
	font-size: 16px;
  	font-family: 'Cinzel', serif;
    font-weight: bold;


}

.skeleton-box {
	 display: inline-block;
	 height: 1em;
	 position: relative;
	 overflow: hidden;
	 background-color: #dddbdd;
}
 .skeleton-box::after {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 transform: translateX(-100%);
	 background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
	 animation: shimmer 2s infinite;
	 content: '';
}
 @keyframes shimmer {
	 100% {
		 transform: translateX(100%);
	}
}
 .blog-post__headline {
	 font-size: 2.25em;
	 font-weight: bold;
}
 .blog-post__meta {
	 font-size: 0.85em;
	 color: #6b6b6b;
}
 .o-media {
	 display: flex;
}
 .o-media__body {
	 flex-grow: 1;
	 margin-left: 1em;
}
 .o-vertical-spacing > * + * {
	 margin-top: 0.75em;
}
 .o-vertical-spacing--l > * + * {
	 margin-top: 2em;
}




#footer {
	background-color:#333;
	color: #999;
	padding:150px 0px;
  position:relative
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #fff;
}
#footer h2 {
	color: #666;
}

.footer-title{
  	font-family: 'Cinzel', serif;
    font-size:34px;
}
.follow-us {
  margin-left:15px;
  margin-top:9px;
	color:#666;
	font-size:20px;
	line-height:1.4em;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}


#bottom {
	background-color:#222;
	padding: 20px 0px;
	width:100%;
	margin-top:20px;
  position:absolute;
  bottom:0px;
  left:0px;


}

#bottom .bottom-text{
	color:#999;
	font-size:10px;
}
.dnolink ul {
	margin-left:10px;
	margin-top:15px;
}
.dnolink ul li {
	list-style-type:none;
}
.dnolink ul li .fa {
	color:#666;
}



.mobile-only{
  display:none;
}


.small-only{
  display:none !important;
}

.large-only {
  display:block !important;
}



@media (max-width: 576px){



      h2{
        font-size: 24px;
      }
      .large-only {
        display:none!important;
      }



      .small-only{
        display:none !important;
      }
      .mobile-only{
        display:block!important;
      }

      .make-reservation-sidebtn{
        display:none;
      }

      .mob-justify{
        text-align: justify!important;
        padding:0px 8px;
      }

      .hover-underline-animation {
          font-size: 18px;
    }

      .mobile-separator-dsc{
        /*
        background: rgb(234,234,234);
background: linear-gradient(0deg, rgba(234,234,234,1) 0%, rgba(255,255,255,1) 39%);
*/
        text-align: center;
        padding:20px 15px;
        color:#7a7474;
        font-weight:bold;
        font-family: 'Cinzel', serif;
        font-size: 17px;
        padding-bottom:60px;
      }

        .header .caption h4 {
            font-family: 'Barlow Condensed', serif;;
            font-size: 15px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 6px;
            color: #fff;
            text-align: center;
            margin-bottom: 20px;
            margin-top: 20px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }
        .header .caption h1 {
            position: relative;
            margin-bottom: 20px;
            font-family: 'Cinzel', serif;
            font-size: 26px;
            text-transform: uppercase;
            line-height: 1.35em;
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
            color: #fff;
            font-weight: 400;
            letter-spacing: 8px;
        }

        .butn-light {

          padding:10px;
          width:180px;
          margin:auto;
          background-color: rgba(0, 0, 0, 0.1);
          border:1px #ccc solid;
          backdrop-filter: blur(5px);
          display:block;
          color:#fff;
          letter-spacing: 0.8px;
          font-size:11px;
        }


        .bottom-mobile-reservation{
              display:block !important;
              position:fixed;
              bottom:0px;
              z-index:500;
              width:100%;
              left:0px;
              text-align: center;
              padding:17px 20px;
              font-family: 'Cinzel', serif;
              background-color:#333;
              color: #fff;
            font-weight: bold;
            font-size:21px;

          }
      .bottom-mobile-reservation:hover, .bottom-mobile-reservation:hover:active{
      color:#fff;
      font-weight:bold;
      font-size:21px;
    }

    .menuzord-responsive .menuzord-brand {
    margin: 8px 10px 10px 20px;
    font-size: 22px;
    line-height: 1.55;
}

.header {

    min-height: 85vh !important;
    height: 85vh !important;
    overflow: hidden;
}



.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 85% !important;
    width: 100% !important;
    background-size: cover;
    background-position: center bottom;
}


#map {
	width:100%;
	height:250px;
}

.gdpr{

    position:fixed;
    padding:15px;
    background-color:#000;
    color:#ccc;
        width:100%;
    bottom:0px;
    z-index:10000;
    visibility:hidden;
}

    .val {
        opacity:0.3;
    }

    #footer {
        background-color: #333;
        color: #999;
        padding: 50px 15px;
        position: relative;
    }

    .footer-title{
      	font-family: 'Cinzel', serif;
        font-size:24px;
    }
    .follow-us-mobile a i {

    width:35px;
    height:35px;
    margin:5px;

    display: inline-block;
    border-radius: 55px;
    box-shadow: 0 0 2px #888;
    padding-top:5px;



    }
    .mobile-center{

      text-align:center;

    }

    .our-restaurants{
      padding-bottom:180px;
    }

    #bottom {
  padding-bottom:80px;
    }



}
