/* 05-02-2021 */

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

body {
	overflow-x: hidden;
	background-color: #f1f1f1;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #121212;
	font-size: 13px;
	line-height: 24px;
}

/* Restaurant name. Currently not used. */
/*.navbar-name {
	font-family: 'arial', bold;
	font-size: 40px;
	letter-spacing: 0.1em;
	color: #CD0000;
	font-weight: 600;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #000;
	position: relative;
	padding: 28px 0px 24px 0px;
	height: auto!important;
}*/

/* -------------------------------- logo-------------------------------- */
section.logo {
	padding: 15px 0px;
	background-color: #fff;
	/*background-color: #f5f7f8;*/
	/*background-image: url(../img/book-bg.jpg);*/
}
.logo .logo-img {
    text-align: center;
}

.logo .logo-img img {
    max-width: 15%;
    max-height: 15%;
}

/* -------------------------------- navigation-------------------------------- */
.header {
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    background-color: #b00000;
    text-align: center;
}

#main-nav {
	padding: 0px 0px;
	float: right;
    position:relative;
    left:-50%;
    text-align: left;
}

.nav {
	list-style:none;
    position:relative;
    left:50%;
}

.navbar-nav{
	/*margin-left: 30px;*/
}
.navbar-nav li {
	padding: 0px 6px;
}

.navbar-nav li:hover{
	background-color: #000;	
}

.navbar-nav .highlight{
	/*margin-top: 0px 8px;*/
	background-color: #000;
}

.navbar-nav li a {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff!important;
	letter-spacing: 0.5px;
}


/* Navigation when scrolled up. Toggled. */
.header.active {
    background-color: #b00000;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.navbar-inverse .navbar-toggle {
	margin-top: 20px;
    border-color: #fff;
    background-color: #121212;
}
.navbar-inverse .navbar-name, .navbar-inverse .navbar-nav>li>a {
   text-shadow: none;
}
.navbar-inverse .navbar-toggle:hover{
	background-color: #000;
}

.navbar-inverse .navbar-toggle:focus{
	background-color: #B00000;
}

bootstrap.min.css:5
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.updatedate h4{
	text-align: center;
	color: #000;
}
/* ----------------------------- dine-in ----------------------------- */
section.mainbody {
	/*margin-top: 10px;*/
	/*background-color: #000;*/
}

/* -------- dine-in price & hour --------- */
.mainbody .pricehour-container{
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.mainbody table{
	width: 100%;
	text-align: left;
	background-color: #f1f1f1;
}

/*.mainbody th, td{
	border: 1px solid #dddddd;
}*/

.mainbody table th{
	background-color: #b00000;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	/*text-transform: uppercase;*/
}

.mainbody table td{
	font-size: 16px;
	color: #23170e;
	padding-top: 4px;
	/*padding-bottom: 4px;*/
	padding-left: 10px;
}

.mainbody .td-bold{
	font-size: 16px;
	font-weight: 500;
}

.mainbody .shift-table{
	margin-left: 0px;
}
/* -------- dine-in Masonry container --------- */
.mainbody .dinein-masonry {
	padding-top: 18px;
	column-count: 3;
	column-gap: 1em;
	/*background-color: #000;*/
}

.dinein-masonry h2 {
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-left: 8px;
	font-size: 19px;
	font-weight: 600;
	color: #23170e;
		
}
.dinein-masonry h4 {
	margin-top: 0px;
	font-size: 18px;
	color: #23170e;
}
.dinein-masonry .catogory {
	display: inline-block;
	padding-bottom: 25px;
	height: auto;
}

.catogory img {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.catogory .items {
	box-shadow: currentColor;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
	padding: 10px 8px 10px 8px;
}

.catogory .items li{
	list-style-type: none;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: 400;
	color: #23170e;
}

.items .symbol{
	font-size: 12px;
}

.items .vegan{
	color: #008F00;
	font-size: 12px;
}

.items .notes li{
	font-size: 15px;
}

.items .seasoning li{
	list-style: none;
	margin-bottom: 4.5px;
}

.items textarea{
	margin-top: 10px;
}

/* ----------------------------- footer ----------------------------- */
footer {
	margin-top: 50px;
	background-color: #000;
	line-height: 50px;
	text-align: center;
}

footer p {
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

footer p em {
	font-style: normal;
	color: #404142;
	font-weight: 500;
}

footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

footer ul li {
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
}

footer ul li i {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px!important;
	background-color: #b00000;
	border-radius: 50%;
	color: #fff;
	transition: all 0.5s;
}

footer ul li i:hover {
	background-color: #f2745f;
}

/* ------------------------- take-out Masonry container ------------------------- */
.mainbody .takeout-masonry {
	padding-top: 18px;
	column-count: 4;
	column-gap: 1em;
}

.takeout-masonry .catogory {
	display: inline-block;
	padding-bottom: 25px;
}

.takeout-masonry .takeout-items {
	box-shadow: currentColor;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
	padding: 10px 5px 10px 5px;
}

.takeout-masonry .takeout-items li{
	list-style-type: none;
	margin-left: 4px;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: 400;
	color: #23170e;
}

.takeout-masonry .li-nb-S{
	padding-left: 22px;
}

.takeout-masonry .li-nb-L{
	padding-left: 30px;
}
/* -------------------------------- cater Mansory container -------------------------------- */
section.cater-mainbody {
	padding-top: 30px;
}

.cater-mainbody .heading h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	/*text-transform: uppercase;*/
	color: #23170e;
	text-align: center;
}

.cater-mainbody table{
	margin-bottom: 30px;
}

.cater-mainbody td{
	color: #23170e;
	font-size: 16px;
	text-align: left;
	padding-right: 10px;
}

.cater-mainbody .cater-masonry {
	padding-top: 0px;
	column-count: 2;
	column-gap: 1.5em;
}

.cater-masonry h2 {
	color: #23170e;
	background-color: #b00000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.5px;	
		
}

.cater-masonry .catogory {
	display: inline-block;
	padding-bottom: 25px;
	width: 100%;
}

.cater-mainbody .cater-items {
	box-shadow: currentColor;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
	padding-left: 15px;
}

.cater-mainbody .cater-items table{
	width: 100%;
	/*margin-bottom: 15px;*/
	font-weight: 400;
	color: #444;
}

.cater-mainbody .cater-items table th{
	padding-top: 7px;
	padding-bottom: 5px;
	font-size: 16px;
	color: #23170e;
}

.cater-mainbody .cater-items table td{
	padding-bottom: 6px;
	font-size: 15px;
}

/* -------------------------------- party reservation -------------------------------- */
section#party-reservation {
	padding: 30px 0px;
	text-align: center;
}

#party-reservation .heading h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #23170e;
	text-align: center;
}

#party-reservation table{
	margin-bottom: 30px;
}

#party-reservation td{
	color: #23170e;
	font-size: 16px;
	text-align: left;
	padding-right: 10px;
}

/* class */
section#party-reservation .left-image img {
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
}

.party-reservation {
	height: auto;
	background-color: #fff;
	margin-left: -30px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	/*margin-bottom: 100px;*/
}

.party-reservation h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 600;
	color: #404142;
	padding-bottom: 10px;
}


.party-reservation select {
	border-right: none;
	border-left: none;
	border-top: none;
	width: 100%;
	outline: none;
	border-bottom: 1px solid #eee;	
	font-size: 15px;
	color: #404142;
	padding-left: 10px;
	height: 40px;
	background-color: #fff;
}

.party-reservation input {
	padding-left: 13px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	box-shadow: none;
	outline: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #404142;
}

.party-reservation input::placeholder{
	text-align: left;
	color: #404142;
}



.datepicker td, .datepicker th{
	padding: 5px;
}
.dropdown-menu.datepicker{
	max-width: 300px !important;
}





.party-reservation textarea{
	margin-top: 15px;
}

.party-reservation button {
	width: 100%;
	display: inline-block;
	background-color: #b00000;
	color: #fff!important;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 12px 20px;
	margin-top: 15px;
	border-radius: 5px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.party-reservation button:hover {
	background-color: #f2745f;
}

/* -------------------------------- contact us -------------------------------- */
section.contact-us {
	margin-top: 30px;
	margin-bottom: 10px;
}

.contact-us .section-heading h2 {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #23170e;
}

.contact-us .section-heading h4 {
	text-align: left;
	margin-top: -10px;
	margin-bottom: 30px;
	font-size: 16px;
	/*font-weight: 400;*/
	color: #b00000;
}

/* for social media icon - start */
.contact-us ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: -10px;
	margin-bottom: 20px;
}
.contact-us ul li {
	display: inline-block;
	padding-right: 5px;
}
.contact-us ul li i {
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	background-color: #b00000;
	border-radius: 50%;
	color: #fff;
	transition: all 0.5s;
}
.contact-us ul li i:hover {
	background-color: #f2745f;	
}
/* for social media icon - end */

.contact-us input {
	margin-bottom: 8px;
	box-shadow: none;
	outline: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #404142;
}

.contact-us input::placeholder{
	color: #404142;
}


.contact-us textarea {
	/*margin-top: 10px;*/
	margin-bottom: 7px;
	/*margin-left: 15px;*/
	box-shadow: none;
	outline: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #404142;
}

.contact-us button {
	width: 100%;
	display: inline-block;
	background-color: #b00000;
	color: #fff!important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0px;
	padding: 12px 20px;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.contact-us button:hover {
	background-color: #f2745f;
}

/* -------------------------------- thank you message -------------------------------- */
section#thankyoumessage {
	padding: 30px 0px;
}

#thankyoumessage h2{
	text-align: center;
	color: #b00000;
}

#thankyoumessage h4{
	font-size: 18px;
	text-align: center;
	color: #23170e;
}

#thankyoumessage table{
	margin-top: 20px;
	margin-bottom: 30px;
}

#thankyoumessage table td{
	font-size: 18px;
	padding-right: 10px;
}

/* -------------------------------- now hiring -------------------------------- */
section.now-hiring {
	margin-top: 30px;
	margin-bottom: 30px;
}

.now-hiring .heading h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #23170e;
}

.now-hiring .heading h4{
	text-align: center;
	margin-bottom: 20px;
	color: #b00000;
}

.now-hiring p{
	color: #b00000;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #b00000;
	margin-bottom: 30px;
}

.now-hiring table{
	/*margin-bottom: 40px;*/
}

.now-hiring td{
	color: #23170e;
	font-size: 16px;
	text-align: left;
	padding-right: 10px;
}

section.applyonline{

}

.applyonline h2{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #23170e;
}

.applyonline h4{
	text-align: center;
	background-color: #b00000;
	font-size: 18px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin-bottom: 10px;

	
}

.applyonline fieldset{
	font-size: 15px;
}

.applyonline p{
	font-size: 15px;
	font-style: italic;
}

.applyonline input {
	margin-bottom: 8px;
	box-shadow: none;
	outline: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #404142;
}

.applyonline input::placeholder{
	color: #999999;
}

.applyonline form{
	margin-top: 0px;
}

.applyonline textarea {
	/*margin-top: 10px;*/
	margin-bottom: 7px;
	/*margin-left: 15px;*/
	box-shadow: none;
	outline: none;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #404142;
}

.applyonline button {
	width: 100%;
	display: inline-block;
	background-color: #000;
	color: #fff!important;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0px;
	padding: 12px 20px;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 0.5px;
}

.applyonline button:hover {
	background-color: #404142;
}



/* ------------------------- dishes Masonry container ------------------------- */
#start,
#target {
	/*border-style: solid;*/
	border-radius: 10px;
	width: 100%;
	margin: 10px;
	padding: 5px;

	  display: grid;
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	  gap: 10px;
	  box-sizing: border-box;

}



#start {
	background-color: white;
	margin-left: 20px;
}

#target {
	background-color: black;
}

.element h4{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	color: black;
}
.element > div {
  padding: 5px 0px 0px 0px;
  font-size: 30px;
}

.element img{
    height: 100px;
    object-fit: cover;
}

.element .eachcontainer {
	box-shadow: currentColor;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*background-color: #fff;*/
	padding: 5px 5px 0px 5px;
}


.grid-container1 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  background-color: #f1f1f1;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
}

.grid-container1 h4{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.grid-container1 > div {
  padding: 5px 0px 0px 0px;
  font-size: 30px;
}

.grid-container1 img{
    height: 100px;
    object-fit: cover;
}

.grid-container1 .eachcontainer1 {
	box-shadow: currentColor;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
	padding: 5px 5px 0px 5px;
}



.grid-container2 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  background-color: #f1f1f1;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
}

.grid-container2 h4{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.grid-container2 > div {
  padding: 5px 0px 0px 0px;
  font-size: 30px;
}

.grid-container2 img{
    height: 100px;
    object-fit: cover;
}

.grid-container2 .eachcontainer2 {
	box-shadow: currentColor;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
	padding: 5px 5px 0px 5px;
}

/*.item12 {
  grid-row: 1 / span 2;
}


.item13 {
  grid-row: 1 / span 2;
}*/


.grid-container3 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  background-color: #f1f1f1;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
}

.grid-container3 h4{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.grid-container3 > div {
  padding: 5px 0px 0px 0px;
  font-size: 30px;
}

.grid-container3 img{
    height: 100px;
    object-fit: cover;
}

.grid-container3 .eachcontainer3 {
	box-shadow: currentColor;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
	padding: 5px 5px 0px 5px;
}


.grid-container4 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  background-color: #f1f1f1;
  padding: 0px 10px 0px 10px;
  box-sizing: border-box;
}

.grid-container4 h4{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.grid-container4 > div {
  padding: 5px 0px 0px 0px;
  font-size: 30px;
}

.grid-container4 img{
    height: 100px;
    object-fit: cover;
}

.grid-container4 .eachcontainer4 {
	box-shadow: currentColor;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #fff;
	padding: 5px 5px 0px 5px;
}

.item35 {
  grid-row: 1 / span 2;
  grid-column: 4;
}


/* -------------------------------- Employee log in -------------------------------- */
section.employeelogin {
	margin-top: 30px;
	margin-bottom: 30px;
}

.employeelogin .box {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    margin: auto;
    width: 25rem;
    height: 19rem;
    padding: 2.5rem;
    box-sizing: border-box;
    border: 1px solid #dadce0;
    -webkit-border-radius: 8px;
    border-radius: 8px;

  }
  
  
  .box .inputBox {
    position: relative;
  }
  
  .box .inputBox input {
    width: 93%;
    padding: 0.625rem 10px;
    font-size: 1.5rem;
    letter-spacing: 0.062rem;
    margin-bottom: 1.875rem;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 4px;
    
  }
  

  .box .inputBox input:focus {
    outline: none;
    border: 2px solid #1a73e8;
  }
  .box input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    background-color: #1a73e8;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    border-radius: 0.312rem;
    font-size: 1.5rem;
    float: right;
  }
  
  .box input[type="submit"]:hover {
    background-color: #287ae6;
    box-shadow: 0 1px 1px 0 rgba(66,133,244,0.45), 0 1px 3px 1px rgba(66,133,244,0.3);
  }
  











.owl-pagination {
  margin-top: 39px;
  opacity: 1;
  display: inline-block;
}

.owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #f2745f;
}







@media (max-width: 991px) {

	.logo .logo-img img {
	    max-width: 25%;
	    max-height: 25%;
	}

	.mainbody .pricehour-container{
		background-color: #fff;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 140px;
		padding-right: 140px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mainbody .dinein-masonry {
		padding-top: 18px;
		column-count: 2;
		column-gap: 1em;
	}

	.mainbody .takeout-masonry {
		padding-top: 18px;
		column-count: 3;
		column-gap: 1em;
	}

	.cater-mainbody .cater-masonry {
		padding-top: 0px;
		column-count: 1;
		column-gap: 1.5em;
	}
	
	.mainbody .dishes-masonry {
		padding-top: 18px;
		column-count: 6;
		column-gap: 1em;
	}

	.party-reservation {
		height: auto;
		background-color: #fff;
		margin-left: 0px;
		padding: 30px;
	}
	.party-reservation button {
		margin-top: 30px;
	}

	.sign-up button {
		margin-left: 0px;
		margin-top: 20px;
	}
	footer {
		background-color: #121212;
		line-height: 10px;
		text-align: center;
	}

	footer p {
		line-height: 10px;
		color: #fff;
		margin-top: 5px;
		padding-top: 20px;
	}

	footer ul li {
		display: inline-block;
		margin-top: 0px;
		margin-left: 10px;
		margin-bottom: 30px;
	}
	

}

@media (max-width: 768px) {

	.logo .logo-img img {
	    max-width: 25%;
	    max-height: 25%;
	}

	.mainbody .pricehour-container{
		background-color: #fff;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mainbody .dinein-masonry {
		padding-top: 18px;
		/*padding-right: 15px;*/
		column-count: 1;
	}

	.mainbody .takeout-masonry {
		padding-top: 18px;
		/*padding-right: 15px;*/
		column-count: 2;
		column-gap: 1em;
	}

	.cater-mainbody .cater-masonry {
		padding-top: 0px;
		column-count: 1;
		column-gap: 1.5em;
		padding-left: 60px;
		padding-right: 60px;
	}


	.mainbody .dishes-masonry {
		padding-top: 18px;
		column-count: 6;
		column-gap: 1em;
	}

	.navbar-toggle {
	    position: relative;
	    float: none;
	    padding: 9px 10px;
	    margin-top: 10px!important;
	    margin-right: 0px;
	    margin-bottom: 10px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	}
    #main-nav {
		padding: 0px 0px;
		float: none;
	    position: relative;
	    left: 0%;
	    text-align: center;
	    overflow: hidden;
	    background-color: #b00000;
	    margin: -10px -15px 0px -15px;
	    border-top: none;
	}
	.nav {
		list-style:none;
	    position:relative;
	    left: 0%;
	    overflow: hidden;
	}
	.navbar-nav li {
		padding: 0px 0px;
	}
	.navbar-nav li:last-child {
		border-bottom: none;
	}

	
	.party-reservation {
		height: auto;
		background-color: #fff;
		margin-left: 0px;
		padding: 30px;
	}
	.party-reservation select {
		margin-top: 30px;
	}
	.party-reservation select.person {
		margin-top: 0px;
	}
	.party-reservation button {
		margin-top: 30px;
	}

	.sign-up button {
		margin-left: 0px;
		margin-top: 20px;
	}
	footer {
		background-color: #121212;
		line-height: 10px;
		text-align: center;
	}

	footer p {
		line-height: 10px;
		color: #fff;
		margin-top: 5px;
		padding-top: 20px;
	}

	footer ul li {
		display: inline-block;
		margin-top: 0px;
		margin-left: 10px;
		margin-bottom: 30px;
	}

}

@media (max-width: 480px) {
	.logo .logo-img img {
	    max-width: 40%;
	    max-height: 40%;
	}

	.mainbody .pricehour-container{
		background-color: #fff;
		margin-top: 0px;
		margin-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mainbody .dinein-masonry {
		padding-top: 18px;
		padding-right: 15px;
		column-count: 1;
		column-gap: 1em;
	}

	.mainbody .takeout-masonry {
		padding-top: 18px;
		/*padding-right: 15px;*/
		column-count: 1;
	}

	.cater-mainbody .cater-masonry {
		padding-top: 0px;
		column-count: 1;
		column-gap: 1.5em;
		padding-left: 0px;
		padding-right: 0px;
	}

	.cater-mainbody .cater-items {
		box-shadow: currentColor;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		background-color: #fff;
		padding-left: 5px;
	}

	.mainbody .dishes-masonry {
		padding-top: 18px;
		column-count: 6;
		column-gap: 1em;
	}


}




