@charset "utf-8";
/* CSS Document */

@font-face {
  	font-family: 'Voltaire-Regular';
    src: url('../fonts/Voltaire-Regular.eot');
    src: url('../fonts/Voltaire-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Voltaire-Regular.woff') format('woff'),
         url('../fonts/Voltaire-Regular.ttf') format('truetype'),
         url('../fonts/Voltaire-Regular.svg#Voltaire-Regular') format('svg');
}
@font-face {
    font-family: 'lato-regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#lato-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lato-Light';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Light.woff2') format('woff2'),
         url('../fonts/Lato-Light.woff') format('woff'),
         url('../fonts/Lato-Light.ttf') format('truetype'),
         url('../fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
	-webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:focus {
	outline:0;
}
p {
	font-size:14px;
	line-height:19px;
	margin:0;
}
img {
	max-width:100%;
}
.width-100 {
	display:inline-block;
	width:100%;
}
.spacing-15 {
	display:inline-block;
	margin-bottom:15px;
	width:100%;
}
.spacing-30 {
	display:inline-block;
	margin-bottom:30px;
	width:100%;
}
.padding-30 {
	display:inline-block;
	padding:30px 0;
	width:100%;
}
h1 {
	font-family: 'Voltaire-Regular';
	font-size:58px;
	font-weight:normal;
	line-height: 60px;
	margin:0;
	text-transform:uppercase;
}
h2 {
	font-family: 'Lato-Light';
	font-size:22px;
	font-weight:lighter;
	margin:0;
}
h3 {
	font-family: 'Voltaire-Regular';
	font-size:36px;
	font-weight:bold;
	line-height: 45px;
	margin:0;
	text-transform:capitalize;
}
h5 {
    font-family: 'Voltaire-Regular';
    font-size:36px;
    font-weight:bold;
    line-height: 45px;
    margin:0;
    text-transform:capitalize;
}

header {
	background:#fe7000;
	height:82px;
}
#logo a img {
	margin-top:10px;
}
.nav_main {
	margin-top:20px;
}
#banner {
	background: rgba(0, 0, 0, 0) url("../img/banner.jpg") repeat fixed 0 0 / 100% auto;
    min-height: 625px;
    width: 100%;
}
#shade-overlay{
	background: rgba(0, 0, 0, 0) url("../img/shade-overlay.png") no-repeat scroll center top;
    min-height: 342px;
    width: 100%;
}
#side-overlay {
	background: rgba(0, 0, 0, 0) url("../img/side-overlay.png") no-repeat scroll right center;
    min-height: 625px;
    width: 100%;
}
#slide-box-1 {
	margin-top: 143px;
    text-align: center;
    width: 330px;
}
.slide-box-frame{
    float:right;
    margin-top: -350px;
    width: 515px;
}
.slide-box-2, .slide-box-3 {
    border-radius: 10px;
    font-weight: bold;
    padding: 15px 35px 30px 75px;
    width: 100%;
    border:2px solid rgba(0, 0, 0, 0.2);
}
.slide-box-2{
    background: #fe7000 none repeat scroll 0 0;
}
.slide-box-3{
    background: #7cb91a none repeat scroll 0 0;
    margin-top: 20px;
}
.slide-box-2 i, .slide-box-3 i {
	float: left;
    font-size: 34px;
    margin-right: 10px;
}
.slide-box-2 p, .slide-box-3 p {
	font-size: 24px;
    line-height: 30px;
}
.slide-box-2 div, .slide-box-3 div {
    margin-top: 15px;
}
#vegetarian {
	background: rgba(0, 0, 0, 0) url("../img/vegetarian.png") no-repeat scroll 0 0 / 100% auto;
    font-family: "Lato-Light";
    font-size: 28px;
    height: 65px;
    margin-top: 25px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}
#slide-caption {
	color: #4b4b4b;
    font-size: 32px;
    margin-top: 53px;
    text-transform: uppercase;
}
#slide-caption span:last-child {
	color: #fff;
}
#app-links {
	display: inline-block;
    margin-top: 60px;
}
#app-links a {
    margin: 0 4px;
}
#app-links a:hover {
	opacity:0.7;
}
.grey-text {
	color:#626262;
}
a#see-menu {
    color: #fe7000;
    margin-left: 25px;
}
a#see-menu:hover {
    color: #7cb91a;
}
.phone {
    background: #7cb91a none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 48px;
    margin-right: 10px;
    text-align: center;
    width: 48px;
}
.phone i {
    font-size: 26px;
    margin-top: 12px;
}
.light-grey-bg {
	background:#ededed;
}
a.categories {
	background: #7cb91a none repeat scroll 0 0;
    display: inline-block;
	margin-bottom: 30px;
    padding: 15px 10px 25px 10px;
    width: 100%;
}
a.categories:hover {
	background: #5f9c00 none repeat scroll 0 0;
}
.orange-bg {
	background:#fe7000;
}
.enjoy {
	font-size:29px;
}
#orange-app-links {
	margin-top: 20px;
}
#orange-app-links a:hover {
	opacity:0.7;
}
.fancybox img {
    float: left;
    transition: all 0.2s ease-in-out 0s;
    width: 33.3%;
}
.fancybox img {
    transition: all 0.2s ease-in-out 0s;
    width: 25%;
	float: left;
}
.fancybox img:hover {
    transform: scale(1.1, 1.1);
    transition: all 0.2s ease-in-out 0s;
}
#gallery {
    overflow: hidden;
}
#pocket {
	margin-top:75px;
	margin-bottom:15px;
}
footer {
	background:#333333;
}
footer h3 {
    font-size: 38px;
    font-weight: normal;
}
footer h5 {
    font-size: 20px;
    font-weight: normal;
    color:#fe7000;
}
.location {
	display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.location i {
	color: #7cb91a;
	float: left;
	font-size: 25px;
}
.location p {
	float: left;
	font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
}
.location p span {
	color: #7cb91a;
    text-transform: uppercase;
}
#social-icons {
	margin-top: 25px;
}
#social-icons a {
	border: 2px solid #7cb91a;
    border-radius: 50px;
    display: inline-block;
    height: 43px;
	margin-right: 10px;
    text-align: center;
    width: 43px;
}
#social-icons a:hover {
	background: #7cb91a;
}
#social-icons a i {
	color: #7cb91a;
    font-size: 26px;
    margin-top: 7px;
}
#social-icons a:hover i {
	color: #fff;
}
.green-bg {
	background:#7cb91a;
}
#bottom-footer {
	padding:30px;
}
#bottom-footer p {
	font-size:16px;
}
.inner-banner {
	background: rgba(0, 0, 0, 0) url("../img/banner.jpg") repeat fixed 0 0 / 100% auto;
    width: 100%;
}
.inner-banner h1 {
	color: #323232;
    margin-bottom: 50px;
    margin-top: 45px;
}
.inner-shade-overlay{
	background: rgba(0, 0, 0, 0) url("../img/shade-overlay.png") no-repeat scroll center top;
    width: 100%;
}


.menuShow .menu-heading:first-child{
    margin-top: 0 !important; 
}

.menu-heading {
	background: #7cb91a none repeat scroll 0 0;
    font-family: "Voltaire-Regular";
    font-size: 40px;
    padding: 10px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    margin-top: 26px;
}
.menu-item {
	background: #e0e0e0 none repeat scroll 0 0;
    border: 1px solid #c9c9c9;
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
    padding: 20px 10px;
    width: 100%;
}
.menu-item .name {
	float: left;
	width: 80%;
}
.menu-item .name span {
	margin-left: 5px;
    text-transform: capitalize;
}
.menu-item .price {
	float: right;
}
.catering-info {
	padding-top: 30px;
}
.catering-info .heading {
    color: #7cb91a;
    font-family: "Voltaire-Regular";
    font-size: 52px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.catering-info a {
    background: #7cb91a none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    margin-top: 50px;
    padding: 15px 65px;
}
.catering-info a:hover {
    background: #5e8c13 none repeat scroll 0 0;
}
.catering-info-2 {
	padding-top: 30px;
}
.catering-info-2 .heading {
    color: #f0700a;
    font-family: "Voltaire-Regular";
    font-size: 52px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.catering-info-2 a {
    background: #f0700a none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    margin-top: 50px;
    padding: 15px 65px;
}
.catering-info-2 a:hover {
    background: #c35b08 none repeat scroll 0 0;
}
#contact h3 {
	color: #7cb91a;
    font-size: 38px;
    text-transform: uppercase;
}
#contact i {
	color: #626262;
    float: left;
    font-size: 24px;
}
#contact p {
	line-height:21px;
}
#contact p a {
	color:#34a52e;
}
#contact p a:hover {
	color:#257521;
}
#contact .width-100 p {
	margin-left: 35px;
}
a.categories p {
	height: 55px;
    overflow: hidden;
}
.inner-banner-details {
    color: #323232;
    display: inline-block;
    float: right;
    width: 335px;
}
.inner-banner-details div {
	margin: 15px 0;
}
.inner-banner-details i {
    float: left;
    font-size: 28px;
}
.inner-banner-details p {
    font-size: 16px;
    margin-left: 25px;
}
.inner-banner-app {
	display: inline-block;
    padding-bottom: 15px;
}
.inner-banner-app a {
}
.inner-banner-app img {
	width: 140px;
}
a#slide-box-3 {
	background: #3d3d3d none repeat scroll 0 0;
    border-radius: 100px;
    display: inline-block;
    float: right;
    margin-top: -330px;
    padding: 10px 31px;
    text-align: center;
}
a#slide-box-3:hover{
text-decoration:none;
color:#fff;
}
a#slide-box-3:focus{
text-decoration:none;
color:#fff;
}


/*--Modal Css*/
.modal-title{
color:#333;
font-size:19px;
text-align:center;
font-family:lato-regular;
font-weight:600;
}
.form_div{

}
.form_bg{
margin-bottom:15px;
height:45px !important;
}
.form_bg:focus{
color:#7cb91a !important;
border: 1px solid #7cb91a !important;
}
.btn_sub{
height:45px !important;
padding:10px 35px !important;
}
.open_title{
color:#333;
font-size:18px;
text-align:center;
font-family:lato-regular;
font-weight:400;
}