@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}
@media screen and (max-width: 1600px) {
  #Sidebar {
    padding: 12px;
    width: 25%;
  }
  #Sidebar #Header {
    margin-bottom: 14px;
  }
  #Sidebar #Header .HeaderLogo {
    width: 50%;
  }
  #Sidebar .SocialMedia a {
    width: 36px;
  }
  #Sidebar .SideMenu ul li {
    padding: 8px;
  }
  #Sidebar .SideMenu:after {
    height: 13px;
    bottom: -30px;
  }
  #main .WebContainer {
    width: 75%;
  }
  #Sidebar .SideMenu ul li a {
    font-size: 19px;
  }
  #Sidebar .AnnaImage {
    margin-left: 0px;
    margin-top: 52px;
    width: 85%;
  }
  .SectionTitle h3 {
    font-size: 70px;
  }
  .SectionTitle h3 {
    font-size: 60px;
  }
  #Gallery {
    padding-top: 100px;
  }
  #Gallery .masonry-container {
    width: 70vw;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
  }
  #Gallery .panel {
    position: relative;
    display: inline-block;
    width: calc((70vw - 60px) / 3);
    height: calc((70vw - 60px) / 3);
    margin-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
    transition: 300ms all ease-out;
  }
  #Gallery .panel:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.55);
    transform: scale(0.98);
  }
  #Gallery .panel:nth-child(11n+1) {
    margin-left: 0;
  }
  #Gallery .panel:nth-child(11n+4) {
    margin-left: 0;
    width: calc((70vw - 20px) / 3 * 2);
    height: calc((70vw - 60px) / 3);
  }
  #Gallery .panel:nth-child(11n+6) {
    margin-left: 0;
    float: left;
    width: calc((70vw - 60px) / 3);
    height: calc((70vw - 20px) / 3 * 2 - 8px);
  }
  #Gallery .panel:nth-child(11n+6) > .panel-wrapper > .panel-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Gallery .panel:nth-child(11n+7) {
    margin-left: 27px;
    width: calc((70vw - 20px) / 3 * 2);
  }
  #Gallery .panel:nth-child(11n+8) {
    margin-left: 27px;
  }
  #Gallery .panel:nth-child(11n+9) {
    float: none;
  }
  #Gallery .panel:nth-child(11n+10) {
    margin-left: 0;
    width: calc((70vw - 30px) / 2);
  }
  #Gallery .panel:nth-child(11n+11) {
    width: calc((70vw - 30px) / 2);
  }
  #Gallery .panel-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
  }
  #Gallery .panel-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: none;
  }
  #Gallery .panel-overlay:hover {
    opacity: 1;
    transition: all 0.3s ease-out;
  }
  #Gallery .panel-text {
    position: absolute;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    left: 25px;
    bottom: 0;
    z-index: 10;
  }
  #Gallery .panel-title {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
  }
  #Gallery .panel-tags {
    padding-top: 2px;
  }
  #Gallery .tag-icon-img {
    display: inline-block;
    width: 10px;
    height: auto;
    transform: translateY(2px);
  }
  #Gallery .tags-list {
    font-size: 0.55em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #Gallery .panel-gradient {
    position: absolute;
    width: 100%;
    height: 65%;
    bottom: 0;
    opacity: 0.65;
    z-index: 5;
  }
  #Gallery .panel-vingette {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.5;
  }
  #Gallery .panel-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Category .menu-cat .menucat-list .title-box h3 {
    position: relative;
    font-size: 65px;
  }
  #Category .menu-cat .menucat-list .image-box img {
    border-radius: 300px;
    transition: 500ms all ease-in-out;
    width: 220px;
  }
  #BookTable {
    background-position: center;
  }
  .SectionTitle p {
    font-size: 21px;
    color: #a57a6e;
  }
  #Testimonials .col-lg-9 {
    width: 100%;
  }
  #AboutUs .SectionTitle p {
    font-size: 21px;
  }
  #SpecialDishes .Dishes .DishesBox {
    padding: 50px 50px 40PX;
  }
  #Footer .FooterBottom2 img {
    width: 220px;
  }
  #Footer .FooterBottom2 {
    font-size: 14px;
  }
  #Footer .FooterBox .FooterItem {
    max-width: 260px;
    margin: 0;
    font-size: 17px;
  }
  #Footer .FooterBox h4 {
    color: rgba(255, 255, 227, 0.6509803922);
    font-size: 32px;
    margin-bottom: 14px;
    max-width: 260px;
  }
  #Footer .col-md-4 {
    height: 100%;
  }
  #Footer .FooterBox {
    height: 100%;
  }
  #Footer .FooterBox::after {
    height: 120px;
  }
}
@media screen and (min-width: 767) and (max-width: 1024px) {
  #Sidebar .SideMenu:after {
    height: 22px;
    bottom: -38px;
  }
}
@media screen and (max-width: 1024px) {
  #Sidebar .SideMenu {
    display: flex;
    gap: 24px;
    position: relative;
    justify-content: center;
  }
}
@media screen and (max-width: 990px) {
  #main {
    display: block;
  }
  #main .WebContainer {
    width: 100%;
  }
  #Sidebar {
    padding: 12px;
    width: 100%;
    position: relative;
  }
  #Hero .FloatingButton {
    left: 50%;
    transform: translateX(-50%);
    bottom: -7%;
  }
  #Hero .FloatingButton a {
    width: 90px;
    height: 90px;
  }
  #Hero .FloatingButton a .ButtonItem {
    width: 90px;
    height: 90px;
    background-size: 90px;
  }
  section {
    padding: 40px 0;
    overflow: hidden;
  }
  #Gallery {
    padding-top: 30px;
  }
  #Gallery .masonry-container {
    width: 100vw;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
  }
  #Gallery .panel {
    position: relative;
    display: inline-block;
    width: calc((100vw - 45px) / 3);
    height: calc((100vw - 45px) / 3);
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
    transition: 300ms all ease-out;
  }
  #Gallery .panel:hover {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.55);
    transform: scale(0.98);
  }
  #Gallery .panel:nth-child(11n+1) {
    margin-left: 0;
  }
  #Gallery .panel:nth-child(11n+4) {
    margin-left: 0;
    width: calc((100vw - 25px) / 3 * 2);
    height: calc((100vw - 45px) / 3);
  }
  #Gallery .panel:nth-child(11n+6) {
    margin-left: 0;
    float: left;
    width: calc((100vw - 45px) / 3);
    height: calc((100vw - 25px) / 3 * 2 - 8px);
  }
  #Gallery .panel:nth-child(11n+6) > .panel-wrapper > .panel-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #Gallery .panel:nth-child(11n+7) {
    margin-left: 10px;
    width: calc((100vw - 25px) / 3 * 2);
  }
  #Gallery .panel:nth-child(11n+8) {
    margin-left: 10px;
  }
  #Gallery .panel:nth-child(11n+9) {
    float: none;
  }
  #Gallery .panel:nth-child(11n+10) {
    margin-left: 0;
    width: calc((100vw - 30px) / 2);
  }
  #Gallery .panel:nth-child(11n+11) {
    width: calc((100vw - 30px) / 2);
  }
  #Gallery .panel-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
  }
  #Gallery .panel-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-out;
    display: none;
  }
  #Gallery .panel-overlay:hover {
    opacity: 1;
    transition: all 0.3s ease-out;
  }
  #Gallery .panel-text {
    position: absolute;
    width: 80%;
    height: 60px;
    margin: 0 auto;
    left: 25px;
    bottom: 0;
    z-index: 10;
  }
  #Gallery .panel-title {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0;
    color: #fff;
  }
  #Gallery .panel-tags {
    padding-top: 2px;
  }
  #Gallery .tag-icon-img {
    display: inline-block;
    width: 10px;
    height: auto;
    transform: translateY(2px);
  }
  #Gallery .tags-list {
    font-size: 0.55em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #Gallery .panel-gradient {
    position: absolute;
    width: 100%;
    height: 65%;
    bottom: 0;
    opacity: 0.65;
    z-index: 5;
  }
  #Gallery .panel-vingette {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0.5;
  }
  #Gallery .panel-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .container {
    padding: 0 10px;
  }
  #Category .menu-cat .menucat-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  #Category .menu-cat .menucat-list .data-colom {
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
    gap: 24px;
  }
  #Category .menu-cat .menucat-list .title-box h3 {
    position: relative;
    font-size: 50px;
  }
  #Category .menu-cat .menucat-list .data-colom .star {
    position: absolute;
    top: 18px;
    right: 18px;
  }
  .SectionTitle h3 {
    font-size: 42px;
  }
  #BookTable .FormWrapper {
    padding: 40px 0;
    width: 100%;
  }
  #BookTable .BookingForm .BookingRow {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
  }
  #BookTable .BookingForm {
    padding: 0 14px;
    background-color: transparent;
  }
  #Testimonials .arrow-right,
  #Testimonials .arrow-left {
    border: none;
  }
  #Testimonials .testimonial-carousel .owl-next,
  #Testimonials .testimonial-carousel .owl-prev {
    border: none;
  }
  #AboutUs .row {
    flex-direction: column-reverse;
  }
  #AboutUs .SectionTitle {
    padding: 40px 25px 10px;
  }
  .SectionTitle {
    margin-bottom: 12px;
  }
  #Footer .FooterBox h4 {
    max-width: 100%;
  }
  #Footer .FooterBox .FooterItem {
    max-width: 100%;
  }
  #Footer .col-md-4 {
    height: auto;
    margin-bottom: 80px;
  }
  #Footer .FooterBottom2 {
    flex-direction: column;
    gap: 8px;
    margin: 0;
  }
  #Footer .FooterBottom2 p {
    margin: 0;
    width: 100%;
    text-align: center !important;
  }
  #Footer .FooterBottom2 img {
    width: 70%;
  }
  #Footer .FooterBox::after {
    height: 12px;
    width: 80%;
    background: url(../images/FooterDecorPhone.svg);
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    bottom: -48px;
    top: unset;
  }
  #SpecialDishes .container {
    padding: 30px 12px;
  }
  #SpecialDishes .Dishes .DishesBox {
    padding: 100px 40px 40PX;
  }
  #SpecialDishes .owl-nav {
    width: 110%;
    transform: translateY(-50%);
    left: -5%;
  }
  #Footer .col-md-4:last-child {
    margin-bottom: 30px;
  }
  #AboutUs .SectionTitle p {
    font-size: 18px;
  }
  .SectionTitle p {
    font-size: 18px;
    color: #a57a6e;
  }
  #Testimonials .col-lg-9 {
    width: 100%;
    padding: 0;
  }
  #Testimonials .testimonial-block .inner-box {
    padding: 60px 16px;
  }
  #Instagram .SectionTitle h3 {
    font-size: 36px;
  }
  #Sidebar .AnnaImage {
    margin-left: 14px;
    margin-top: 52px;
    width: 85%;
  }
  #BookTable {
    background: url(../images/ContactBgPhone.png);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  #Testimonials .testimonial-block .inner-box {
    box-shadow: none;
    border: 2px solid #f1f1f1;
  }
}/*# sourceMappingURL=responsive.css.map */