/*================ Fonts Start ==============================*/
@font-face{ 
    font-family: 'Goudos';
    src: url('../fonts/goudos.eot');
    src: url('../fonts/goudos.eot?#iefix') format('embedded-opentype'),
        url('../fonts/goudos.woff') format('woff'),
        url('../fonts/goudos.ttf') format('truetype'),
        url('../fonts/goudos.svg#goudos') format('svg');
}
@font-face {
    font-family: 'Cambria';
    src: url('../fonts/Cambria.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cambria.woff') format('woff'),
        url('../fonts/Cambria.ttf')  format('truetype'),
        url('../fonts/Cambria.svg#Cambria') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*================ Fonts End ==============================*/
/*================ Common Start ==============================*/
* {
    outline: 0;
}
body {
    margin: 84px 0 0;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
}
a {
    -o-transition:.5s !important;
    -ms-transition:.5s !important;
    -moz-transition:.5s !important;
    -webkit-transition:.5s !important;
    transition:.5s !important;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.rowM0 {
    padding-right: 0px;
    padding-left: 0px;
}
.rowM0 .row {
    margin-right: 0px;
    margin-left: 0px;
}
.rowM0 .row [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
}
.rowM0 .row [class*="col-"] img {
    padding: 5px;
}
/*================ Common End ==============================*/
/*================ Margin Start ==============================*/
.mt-50 {
    margin-top: 50px  !important;
}
.mt-250 {
    margin-top: 250px  !important;
}
/*================ Margin End ==============================*/
/*================ Buttons Start ==============================*/
.btn {
    padding: 7px 30px 6px;
    text-transform: uppercase;
    margin-top: 24px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.btn:hover {
    background: #ffd62c;
    color: #000;
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.25);
}
.btn-lg {
    padding: 10px 36px 8px;
    font-size: 1em;
}
.btn-curve {
    border-radius: 25px;
    -webkit-border-radius: 25px;
}
.btn-rounded {
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.btn-no-margin {
    margin: 0;
}
.btn-transparent {
    background: transparent;
    box-shadow: none;
    color: #666;
}
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    background: transparent;
    box-shadow: none;
    color: #000;
}
.btn-grey,
.btn-grey:active,
.btn-grey:focus {
    background: #d8d8d8;
    color: #343434;
}
.btn-grey-dark,
.btn-grey-dark:active,
.btn-grey-dark:focus {
    background: #191919;
    color: #fff;
}
.btn-white,
.btn-white:active,
.btn-white:focus {
    background: #fff;
    color: #333;
}
.btn-black,
.btn-black:active,
.btn-black:focus {
    background: #000;
    color: #fff;
}
/*================ Buttons End ==============================*/
/*================ Background Start ==============================*/

.backgroundimg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
#back1 {
    background: #000 url("../images/home-page-01.jpg") no-repeat center fixed;
}
#back2 {
    background: #000 url("../images/home-page-02.jpg") no-repeat center fixed;
}
#back3 {
    background: #000 url("../images/home-page-03.jpg") no-repeat center fixed;
}
#back4 {
    background: #000 url("../images/home-page-04.jpg") no-repeat center fixed;
}
#back5 {
    background: #000 url("../images/home-page-01.jpg") no-repeat center fixed;
}
@keyframes backgroundchangeFadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes backgroundchangeFadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
#backgroundchange div:nth-of-type(1) {
  animation-delay: 16s;
  -webkit-animation-delay: 16s;
}
#backgroundchange div:nth-of-type(2) {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
}
#backgroundchange div:nth-of-type(3) {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}
#backgroundchange div:nth-of-type(4) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

#backgroundchange div:nth-of-type(5) {
  animation-delay: 0;
  -webkit-animation-delay: 0;
}

#backgroundchange div {
animation-name: backgroundchangeFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 16s;

-webkit-animation-name: backgroundchangeFadeInOut;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 16s;
}
.bg-page {
    background: url("../images/bg-page.png") repeat left top;    
}
.bg-lightblue {
    background: #6caef3;
}
.bg-pink {
    background: #fd897e;
    color: #fff;
}
.bg-yellow {
    background: #ffc600;
    color: #383838;
}
/*================ Background End ==============================*/
/*================ Text Start ==============================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cambria', Arial, sans-serif;
}
.lead-normal {
    font-size: 1.25rem;
    font-weight: 400;
}
.strong {
    font-weight: 700;
}
.dark-grey {
    color: #333;
}
.grey {
    color: #666;
}
/*================ Text End ==============================*/
/*================ Navbar Start ==============================*/
.navbar .navbar-nav {
    font-family: 'Cambria', Arial, sans-serif;
}
.navbar.fixed-top {
    padding: 0 1rem;
    text-transform: uppercase;
    background: #111;
    box-shadow: 0 20px 50px 20px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 20px 50px 20px rgba(255,255,255,.5);
}
.navbar.fixed-top .navbar-brand {
    padding: 20px 0;
}
.navbar.fixed-top .navbar-brand img {
    width: 180px;
}
.navbar.fixed-top .nav-item {
    margin-left: 40px;
}
.navbar.fixed-top .navbar-nav .nav-link {
    color: #fff;
    padding: 1.7rem 1rem;
    border-bottom: 6px solid transparent;
}
.navbar.fixed-top .navbar-nav .active>.nav-link,
.navbar.fixed-top .navbar-nav .nav-link:hover {
    color: #fccc3c;
    border-color: #ffd62c;
}
.social-networks li {
    float: left;
    font-size: 1.2rem;
    padding-left: 6px;
}
.social-networks li a {
    display: block;
    height: 34px;
    width: 34px;
    line-height: 34px;
    background: #323232;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.social-networks li a:hover {
    background: #ffd62c;
    color: #111;
}
.social-networks li.order-online {
    font-size: 1rem;
    margin-right: 20px;
}
.social-networks li.order-online a {
    width: auto;
    background: #fff;
    color: #111;
    text-align: center;
    padding: 0 20px;
    border-radius: 25px;
}
.social-networks li.order-online a:hover {
    background: #ffd62c;
    color: #000;
}
/*================ Navbar End ==============================*/
/*================ Navbar Start ==============================*/
.navbar.fixed-top .navbar-nav .nav-item .active,
.navbar.fixed-top .navbar-nav .nav-item:hover .nav-link {
    border-bottom: 6px solid #ffd62c;
}
.navbar.fixed-bottom .navbar-nav .nav-item .active,
.navbar.fixed-bottom .navbar-nav .nav-item:hover .nav-link {
    border-top: 6px solid #ffd62c;
}
.navbar.fixed-top .dropdown-menu,
.navbar.fixed-bottom .dropdown-menu {
    border-top: 6px solid #ffd62c;
    top: 82px;
    width: 300px;
    border-radius: 0;
    padding: 0 0 4px;
    background: #ffd62c;
    font-size: 1em;
}
.navbar.fixed-bottom .dropdown-menu {
    border-bottom: 6px solid #ffd62c;
    top: -193px;
}
.navbar.fixed-top .dropdown-item,
.navbar.fixed-bottom .dropdown-item {
    color: #333;
    padding: .5rem 1rem;
    border-bottom: 1px dotted #333;
}
.navbar.fixed-top .dropdown-item:last-child,
.navbar.fixed-bottom .dropdown-item:last-child {
    border-bottom: 0;
}
.navbar.fixed-top .dropdown-item.veg,
.navbar.fixed-bottom .dropdown-item.veg {
    background: #fff url("../images/icon-veg.png") no-repeat right 16px center;
}
.navbar.fixed-top .dropdown-item.non-veg,
.navbar.fixed-bottom .dropdown-item.non-veg {
    background: #fff url("../images/icon-non-veg.png") no-repeat right 16px center;
}
.navbar.fixed-top .dropdown-item.lunch-specials,
.navbar.fixed-bottom .dropdown-item.lunch-specials {
    background: #fff url("../images/icon-lunch-specials.png") no-repeat right 16px center;
    padding: 1rem;
}
.navbar.fixed-top .dropdown-item.veg:focus, 
.navbar.fixed-top .dropdown-item.veg:hover,
.navbar.fixed-bottom .dropdown-item.veg:focus, 
.navbar.fixed-bottom .dropdown-item.veg:hover {
    color: #fff;
    background: #239123 url("../images/icon-food.png") no-repeat right 16px center;
}
.navbar.fixed-top .dropdown-item.non-veg:focus, 
.navbar.fixed-top .dropdown-item.non-veg:hover,
.navbar.fixed-bottom .dropdown-item.non-veg:focus, 
.navbar.fixed-bottom .dropdown-item.non-veg:hover {
    color: #fff;
    background: #ac292c url("../images/icon-food.png") no-repeat right 16px center;
}
.navbar.fixed-top .dropdown-item.lunch-specials:focus, 
.navbar.fixed-top .dropdown-item.lunch-specials:hover,
.navbar.fixed-bottom .dropdown-item.lunch-specials:focus, 
.navbar.fixed-bottom .dropdown-item.lunch-specials:hover {
    color: #fff;
    background: #ca7e00 url("../images/icon-lunch-specials-white.png") no-repeat right 16px center;
}
.navbar.fixed-top .dropdown-item span,
.navbar.fixed-bottom .dropdown-item span {
    display: block;
    font-size: .8rem;
    font-weight: bold;
    -o-transition:.5s !important;
    -ms-transition:.5s !important;
    -moz-transition:.5s !important;
    -webkit-transition:.5s !important;
    transition:.5s !important;
}
.navbar.fixed-top .dropdown-item.veg span,
.navbar.fixed-bottom .dropdown-item.veg span {
    color: #239123;
}
.navbar.fixed-top .dropdown-item.non-veg span,
.navbar.fixed-bottom .dropdown-item.non-veg span {
    color: #ac292c;
}
.navbar.fixed-top .dropdown-item.lunch-specials span,
.navbar.fixed-bottom .dropdown-item.lunch-specials span {
    color: #ca7e00;
}
.navbar.fixed-top .dropdown-item.veg:hover span,
.navbar.fixed-bottom .dropdown-item.veg:hover span,
.navbar.fixed-top .dropdown-item.non-veg:hover span,
.navbar.fixed-bottom .dropdown-item.non-veg:hover span,
.navbar.fixed-top .dropdown-item.lunch-specials:hover span,
.navbar.fixed-bottom .dropdown-item.lunch-specials:hover span {
    color: #fff;
}
/*================ Navbar End ==============================*/
/*================ Home Navbar Start ==============================*/
.navbar.fixed-bottom {
    padding: 0 1rem;
    text-transform: uppercase;
    background: #111;
}
.navbar.fixed-bottom .navbar-nav .nav-link {
    color: #fff;
    padding: 1.7rem 4rem;
    border-top: 6px solid transparent;
}
.navbar.fixed-bottom .navbar-nav .active>.nav-link,
.navbar.fixed-bottom .navbar-nav .nav-link:hover {
    color: #fccc3c;
    border-top-color: #ffd62c;
}
/*================ Home Navbar End ==============================*/
/*================ Footer Start ==============================*/
.footer {
    padding: 0 1rem;
    background-color: #fff;
}
.footer a img {
    padding-left: 5px;
}
/*================ Footer End ==============================*/
/*================ Home Start ==============================*/
.cover h1 {
    font-family: 'Cambria', Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 1px 5px rgba(0,0,0,.5);
}
.cover .m-e2-footer {
    margin-bottom: 84px;
}
.cover a {
    font-weight: 700;
}
.home .social-networks li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.notice {
    position: absolute;
    top: 35px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
    background: rgba(243, 32, 32, .8);
    padding: 20px 15px 10px;
    color: #fff;
    line-height: 1.3em;
    border-radius: 20px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.3);
}
.notice:before,
.notice:after {
    content: "";
    position: absolute;
    top: -35px;
    width: 8px;
    height: 45px;
    background: #fff;
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.3);
    border-radius: 0 0 2px 2px;
}
.notice:before {
    left: 30px;
}
.notice:after {
    right: 30px;
}
.notice i {
    font-size: 30px;
}
.notice h2 {
    margin: 10px 0 10px;
    font-size: 28px;
}
.notice h3 {
    font-size: 22px;
}
.notice p {
    font-size: 20px;
    margin-bottom: 10px;
}
.notice a {
    color: #fba9a9;
    text-decoration: underline;
    word-break: break-all;
}
.notice a:hover {
    color: #fcb64f;
    text-decoration: none;
}
/*================ Home End ==============================*/
/*================ Our Philosophy Start ==============================*/
.philisophy {
    background: url("../images/bg-my-philosophy.png") no-repeat right top fixed;
    background-size: auto 100%;
}
.philisophy main {
    padding: 100px;
    width: 55%;
}
.philisophy main h1 {
    font-size: 3.5rem;
    margin-bottom: 60px;
    text-transform: uppercase; 
}
.philisophy main p:last-child {
    margin: 0;
}
/*================ Our Philosophy End ==============================*/
/*================ Menu Page Start ==============================*/
.menu {
    background-size: auto 100%;
}
.menu main {
    padding: 0 0 140px;
}
.menu main h1 {
    text-align: center;
    font-size: 3rem;
    padding-top: 140px;
}
.menu main h2 {
    font-size: 1.5rem;
    margin-top: 5px;
}
.menu main h3 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1.2em;
}
.menu main .menu-category {
    margin-bottom: 80px;
}
.menu main .menu-item-img {
    width: 98px;
    height: 98px;
}
.menu main .menu-item-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.menu main p {
    margin: 0;
    color: #666;
    font-size: 17px;
}
.menu .menu-item {
    margin-bottom: 30px;
}
.menu .menu-item h2.price {
    font-size: 1.6rem;
    text-align: center;
    color: #fc7b03;
    display: inline-block;
    float: right;
    padding: 32px 0;
    margin: 0;
    min-width: 90px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}
.grove-border,
.mirchi-border,
.lunch-specials-border {
    margin: 0 auto;
    position: relative;
    width: 90px;
    height: 100px;
}
.grove-border .line,
.mirchi-border .line,
.lunch-specials-border .line {
    position: absolute;
    height: 1px;
    width: 30px;
    margin: 0;
}
.grove-border .line {
    background-color: #239123;
}
.mirchi-border .line {
    background-color: #ac292c;
}
.lunch-specials-border .line {
    background-color: #ca7e00;
}
.grove-border .line.left,
.mirchi-border .line.left,
.lunch-specials-border .line.left {
    left: 0;
}
.grove-border .line.right,
.mirchi-border .line.right,
.lunch-specials-border .line.right {
    right: 0;
}
.grove-border .grove-icon,
.mirchi-border .mirchi-icon,
.lunch-specials-border .lunch-specials-icon {
    position: absolute;
    left: 38px;
    top: -6px;
    font-size: 7px;
    margin: 0;
    padding: .4em .5em;;
}
.grove-border .grove-icon {
    color: #239123;
    border: 1px solid #239123;
}
.mirchi-border .mirchi-icon {
    color: #ac292c;
    border: 1px solid #ac292c;
}
.lunch-specials-border .lunch-specials-icon {
    color: #ca7e00;
    border: 1px solid #ca7e00;
}
.foods-list .head {
    color: #ac292c;
    background: rgba(172,41,44,.05);
    border: 1px dotted #ac292c;
    font-size: 1em;
    text-align: center;
    font-style: italic;
    padding: 10px;
}
.foods-list .head i {
    font-size: 20px;
}
.foods-list .information {
    color: #ca7e00;
    background: rgba(172,41,44,.05);
    border: 1px dotted #ca7e00;
    font-size: 1em;
    text-align: center;
    font-style: italic;
    padding: 10px;
}
.foods-list .information i {
    font-size: 20px;
}
#nonVegFoods #appetizers {
    padding-top: 110px;
}
#nonVegFoods #appetizers h1 {
    padding-top: 40px;
}
#lunchSpecials #combinationLunchBowls h1.first {
    padding-top: 100px;
}
#lunchSpecials #combinationLunchBowls .intro {
    padding-top: 140px;
}
#lunchSpecials #combinationLunchBowls .intro h1,
#lunchSpecials #combinationLunchBowls .intro p {
    color: #333;
}
#lunchSpecials #combinationLunchBowls .intro h1 {
    font-size: 2.4rem;
    padding-top: 20px;
    padding-bottom: 10px;
}
#lunchSpecials #combinationLunchBowls .intro p {
    margin-bottom: 10px;
}
.icon-tag-vegan,
.icon-tag-veg,
.icon-tag-spicy,
.icon-tag-gluten-free {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.icon-tag-vegan {
    background: url("../images/icon-tag-vegan.png") no-repeat;
}
.icon-tag-veg {
    background: url("../images/icon-tag-veg.png") no-repeat;
}
.icon-tag-spicy {
    background: url("../images/icon-tag-spicy.png") no-repeat;
}
.icon-tag-gluten-free {
    background: url("../images/icon-tag-gluten-free.png") no-repeat;
}
/*================ Menu Page End ==============================*/
/*================ Menu Fixed Navbar Start ==============================*/
.fixed-menu {
    position: fixed;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-menu .icon-category {
    position: absolute;
    right: -12px;
}
.fixed-menu ul {
    margin-top: 90px;    
}
.fixed-menu a {
    display: block;
    position: relative;
    height: 36px;
}
.fixed-menu a:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 15px;
    border-radius: 50%;
    z-index: -1;
}
.fixed-menu.veg a:after {
    background: #4aa026;
}
.fixed-menu.non-veg a:after {
    background: #ac292c;
}
.fixed-menu.lunch-specials a:after {
    background: #ca7e00;
}
.fixed-menu a span {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -o-transition:.5s !important;
    -ms-transition:.5s !important;
    -moz-transition:.5s !important;
    -webkit-transition:.5s !important;
    transition:.5s !important;
}
.fixed-menu a:hover span,
.fixed-menu li.active a span {
    display: block;
    white-space: nowrap;
    padding: 5px 26px 5px 16px;
    border-radius: 20px;
    margin-top: -14px;
}
.fixed-menu li.active a span {
    padding: 5px 16px;
}
.fixed-menu.veg a:hover span {
    background: #fff;
    color: #45a893;
}
.fixed-menu.veg li.active a span {
    background: #4aa026;
    color: #fff;
}
.fixed-menu.non-veg a:hover span {
    background: #fff;
    color: #ac292c;
}
.fixed-menu.non-veg li.active a span {
    background: #ac292c;
    color: #fff;
}
.fixed-menu.lunch-specials a:hover span {
    background: #fff;
    color: #ca7e00;
}
.fixed-menu.lunch-specials li.active a span {
    background: #ca7e00;
    color: #fff;
}
/*================ Menu Fixed Navbar End ==============================*/
/*================ Gallery Start ==============================*/
.gallery {
}
.gallery main {
    padding: 80px 0;
}
.gallery .new img {
    width: 100%;
}
/*================ Gallery End ==============================*/
/*================ Contact Start ==============================*/
.contact {
    overflow: hidden;
}
.contact .map {
    margin: 30px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,.2);
}
.contact main {
    padding: 60px 100px;
}
.contact main h1 {
    font-size: 4rem;
}
.contact main h2 {
    font-size: 2.5rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.contact main h1 {
    font-size: 4rem;
}
.contact main p:last-child {
    margin: 0;
}
/*================ Contact End ==============================*/
/*================ 404 Start ==============================*/
.page-404 {
    background: url("../images/bg-my-philosophy.png") no-repeat right top fixed;
    background-size: auto 100%;
}
.page-404 main {
    padding: 100px 100px 200px;
    text-align: center;
}
.page-404 main h1 {
    font-size: 8rem;
    margin-bottom: 40px;
}
.page-404 main h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
/*================ 404 End ==============================*/
/*================ Responsive Start ==============================*/
@media screen and (max-width: 1599px) {
}
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1359px) {
    .navbar.fixed-top .nav-item {
        margin-left: 20px;
    }
    .contact main {
        padding: 60px;
    }
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 1199px) {
    .navbar.fixed-top .nav-item {
        margin-left: 0;
    }
    .contact main {
        padding: 60px 20px;
    }
}
@media screen and (min-width: 992px) {
}
@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
    }
    .navbar.fixed-top .navbar-nav .nav-link {
        padding: .7rem .5rem;
        border-bottom: 0;
    }
    .navbar.fixed-top .navbar-nav .nav-item:hover .nav-link {
        border-bottom: 0;
    }
    .navbar.fixed-top .dropdown-menu {
        width: 100%;
    }
    .navbar.fixed-bottom .navbar-nav .nav-link {
        padding: 1.5rem 3rem;
    }
    .navbar.fixed-bottom .dropdown-menu {
        top: -129px;
    }
    .social-networks {
        padding: 20px 0;
        border-top: 1px solid rgba(255,255,255,.2);
    }
    .home .social-networks {
        padding: 0;
        border: 0;
    }
    .philisophy main {
        padding: 60px 40px;
        width: 100%;
        background: rgba(255,255,255,.9);
    }
    .philisophy main h1 {
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .discover {
        margin-top: 80px;
        border-top: 1px solid #ddd;
        padding-top: 50px;
    }
    .fixed-menu {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
}
@media screen and (min-width: 768px) {
    .navbar-nav .dropdown:hover>.dropdown-menu {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .navbar.fixed-bottom {
        padding: .5rem 1rem;
    }
    .navbar.fixed-bottom .navbar-nav .nav-link {
        padding: .7rem .5rem;
        border: 0 !important;
    }
    .navbar.fixed-bottom .dropdown-menu {
        width: 100%;
    }
    .navbar.fixed-bottom .social-networks li a {
        height: 36px;
        width: 36px;
        line-height: 36px;
    }
    .navbar.fixed-bottom .navbar-collapse {
        border-top: 1px solid rgba(255,255,255,.2);
        margin-top: 10px;
    }
    .cover h1 {
        font-size: 2rem;
    }
    .notice {
        width: 90%;
        background: rgba(243, 32, 32, 1);
        left: 5%;
        margin: 0;                    
    }
    .philisophy main h1 {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
    .gallery main {
        padding: 40px 0;
    }
    .menu main {
        padding: 40px 0;
    }
    .grove-border, .mirchi-border {
        height: 50px;
    }
    .menu main .menu-category {
        margin-bottom: 20px;
    }
    .cover .m-e2-footer {
        margin-bottom: -20px;
    }
}
@media screen and (max-width: 576px) {
    .menu main .menu-item-img {
        margin: 0 auto;
    }
}
@media screen and (max-width: 479px) {
    .philisophy main,
    .gallery main,
    .contact main {
        padding: 30px 20px;
    }
    .philisophy main h1 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
/*    .menu main .menu-item-img {
        width: 72px;
        height: 72px;
    }
    .menu main .menu-item-img img {
        width: 100%;
    }*/
    .menu main h1 {
        font-size: 2.1rem;
    }
    .menu main h2 {
        font-size: 1.2rem;
    }
    .menu .menu-item h2.price {
        font-size: 1.4rem;
        padding: 32px 0;
        min-width: 70px;
    }
    .contact .map {
        margin: 0 0 30px;
    }
    .contact main h2 {
        font-size: 2.1rem;
    }
    .contact main h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 413px) {
}
@media screen and (max-width: 374px) {
}
@media screen and (max-width: 360px) {
    .cover h1 {
        font-size: 1.5rem;
    }
}
