body {
  width: 100%;
  height: 100%;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222222;
  background-color: #ffffff;
}
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 4px;
}
h4 {
	color: #81be41;
	text-transform: normal;
	font-size: 22px;
	margin: 30px 0;
}
p {
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #81be41;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #1d9b6c;
}
ol,ul {
	padding-left: 25px;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    /*padding: 20px 0;*/
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar .container {
	padding: 15px 0;
  }
    .navbar .topbar .container {
	padding: 8px 0;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #333333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: linear-gradient(
      rgba(34, 34, 34, 0.65), 
      rgba(34, 34, 34, 0.65)
    ),url(../img/hero.jpg) no-repeat bottom center scroll #333333;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
  border: 0;
  margin: 10px 0 30px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.about{
	background-color:#f3f2e9;
	width: 100%;
}
#about .container {
	height: 100%;
	-webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
	overflow: hidden;
}
#about .descl {
	padding: 30px 40px 30px 15px;
}
#about2 .descr {
	padding: 30px 15px 30px 40px;
}
#foodpics {
	height: 562px;
}
#xivietpics {
	height: 628px;
}
.greenhr {
	border-top: 1px solid #81be41;
}
.content-section {
  padding-top: 100px;
  padding-bottom: 50px;
}

.download-section  button.menubar-toggle {
	display: none;
}
#menu {
	background: url(../img/foodbg.png) repeat-y center center fixed;
  background-color: #ffffff;;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.download-section {
  width: 100%;
  color: #222222;
}
.download-section .mtitle {
  padding: 40px 30px 70px;
 /* margin: 0 20px;*/
}
.download-section .mtitle h4 {
  color: #222222;
}
.download-section .mhackney {
  background: rgba(42, 42, 45, 0.2);
}
.download-section .mhoxton {
  background: rgba(243, 242, 233, 0.65);
}
.download-section .menutitle {
	color: #81be41;
	font-weight: bold;
	font-size: 22px;
}
.download-section #menunav ul {
	width: 100%;
	padding: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: no-wrap;
	 -webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	margin-bottom: 30px;
}
.download-section #menunav li {
	color: #81be41;
	font-weight: bold;
	font-size: 20px;
	flex-grow: 1;
	 -webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	text-transform: uppercase;
	list-style-type: none;
}
.download-section li {
  font-size: 15px;
	font-weight: bold;
	padding: 2px 0;
}
.download-section .indent p {
  padding-left: 25px;
}
.download-section p {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 8px;
}
.download-section li.skip {
    list-style: none;
}
.download-section .v {
	color: #81be41;
}
.download-section .padh30 {
	padding: 30px 0;
}
.download-section #menukey {
	width: 100%;
	padding: 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: no-wrap;
	 -webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
}
.download-section #menukey li {
	flex-grow: 1;
	 -webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	list-style-type: none;
}
.download-section .uber {
  font-size: 32px;
  font-weight: normal;
  margin: 30px 0 20px;
}
.download-section .closed {
  text-transform: uppercase;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  background-color: #666666;
  color: #ffffff;
  display: inline-block;
}

#contact {
	background-color: #231f20;
	color: #ffffff;
}
.banner-social-buttons .fa {
	font-size: 30px;
}
.branches {
	padding: 60px 0 0;
}
.branches .padb-20 {
  padding-bottom: 20px;
}

@media (min-width: 767px) {
  .content-section {
    padding-top: 100px 0;
  }
  
}
.btn {
  text-transform: uppercase;
  font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  background-color: #81be41;
  border: 1px solid #81be41;
  color: #231f20;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #81be41;
  outline: none;
  color: black;
  background-color: #81be41;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 980px) {
	.download-section #menunav ul {
		display: inline-block;
	}
	.download-section #menunav li {
		display: inline-block;
		padding: 0 10px;
		text-align: center;
	}
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
  .brand-heading {
	width: 60%;
	}
	#about2 .row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#about2 #xivietpics {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	#about2 .descr {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		padding: 20px;
	}
	#about .descl {
		padding: 20px;
	}
	.bx-wrapper {
		margin-bottom: 0;
	}
	.content-section {
		padding-top: 40px;
	}
	.download-section button.menubar-toggle {
	display: block !important;
  }
  .download-section #menukey {
		display: block;
	}
	.download-section #menunav li {
		display: block;
	}
	.menubar-toggle {
			padding: 9px 10px;
			margin-top: 8px;
			margin-right: 15px;
			margin-bottom: 8px;
			background-color: #81be41;
			border: 1px solid transparent;
			border-radius: 4px;
			width: 100%;
			color: #ffffff;
			margin-bottom: 25px;		
	}
}
footer {
	background-color: #231f20;
	padding: 10px 0 50px;
}
footer p {
  margin: 0;
  color: #ffffff;
	font-size: 13px !important;
}
footer p.acclamation {
	margin: 0 0 30px;
}
footer .acclamation img {
	margin: 0 20px;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}

.alert.alert-danger {
  color: #ffffff;
  background: #fc2c3a;
}
.alert.alert-info, .alert.alert-danger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  text-align: center;
  z-index: 99999;
}