html, body
{
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;   
    font-family: "Oswald";
    text-shadow: none !important;
}
@-ms-viewport {
    width: device-width;
}
@font-face
{
    font-family: Oswald;
    src: url("fonts/Oswald-Regular.ttf");
}
@font-face
{
    font-family: Merriweather;
    src: url("fonts/Merriweather-Regular.ttf");
}
.navigation {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    padding-top: 0px;
    background-color: #1d0a0a;
    background: url("/templates/mobile_basic/images/home/slide_menu_bg.png") repeat-x;
}
.mantra_header
{
	background: url("/templates/mobile_basic/images/home/mobile_header_bg.png") repeat-x;
	width:100%;
	height: 60px;
}
.mantra_logo
{
	background: url("/templates/mobile_basic/images/home/mantra_logo.svg") no-repeat center top;
	height: 52px;
	display: block;
	position: relative;
   	top: -58px;
	left: 0px;
    min-height: 47px;
    padding-top: 17px;
    width: 76px;
    margin: 0 auto;
}
.m_homepage_top
{
	/*background: url("/templates/mobile_basic/images/home/Subtraction.png") no-repeat center top;*/
	width:100%;
	height:211px;
	position: relative;
	top: -84px;
}
.navigation a {
    text-decoration: none;
}
.navigation ul {
    margin-top: -65px;
    text-align:center;
    list-style:none;
	-webkit-padding-start: 0px !important;
}
.menulist {
    width: 100%;
    background: url("/templates/mobile_basic/images/home/bell_left.png") no-repeat left -115px,
			    url("/templates/mobile_basic/images/home/bell_right.png") no-repeat right -45px;
}
.m_aboutus_bell {
    width: 100%;
    background: url("/templates/mobile_basic/images/home/bell_right.png") no-repeat right -10px;
    height:380px;
}
.logo {
    text-align:center;
    margin:0 auto;
}
.line1, .line2, .line3 {
  margin-top:5px;
  background-color:#fff;
  width:25px;
  height:3px;
  display:block;
  position:relative;
  opacity:1.0;
  border-radius:15%;
  transition: all .3s;
}
.line1.active {
  transform: rotate(270deg);
  opacity:0.0;
  background-color: white;
  top:5px;
}
.line2.active {
  transform: rotate(45deg);
  background-color: white;
}

.line3.active {
  transform: rotate(-45deg);
 background-color: white;
  top:-7px;
}
.menuitems {
    padding-top:12px;
    padding-bottom:12px;
    text-decoration: none;
    list-style:none; 
    font-weight: 300;
    font-size: 24px;
    display: inline-block;
    position:relative;	
    text-align:center;
    color: #fff;
    opacity:0.0;
    transition: all .5s ease-in-out;
}
.menuitems:after {
  content:'';
  display:block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .2s;
}
.menuitems:hover::after {
    width:100%;
}
#closebtn {
    height:25px;
    width:25px;	
    position: absolute;
    text-decoration:none;
    top: 10px;
    right: -30px;
    font-size: 36px !important;
    margin-right: 50px;
    z-index:100;
    color:#fff;
    cursor:pointer;
    trainsition:background-position .3s;
    float: right;
}
#main {	
    transition: margin-top .4s;
    text-align:center;
    margin:auto;
    padding: 16px;
    font-size:30px;
}
.header
{
    display:none;
}
.m_harmburger_menu
{
    width: 100%;
    min-height: 47px;
    padding-top: 17px;
    color: white !important;
    text-shadow: none !important;
    font-size: 1.5em;
    min-width:136px;
    line-height:2.3;
    font-weight:normal !important;
}
.m_harmburger_menu_contact
{
	background: url(/templates/mobile_basic/images/home/menu_bottom.png) no-repeat center bottom;
    width: 100%;
    min-height: 47px;
    padding-top: 17px;
    color: white !important;
    text-shadow: none !important;
    font-size: 1.5em;
    min-width:136px;
    line-height:2.3;
    font-weight:normal !important;
}
.bell_image
{
	background: url("/templates/mobile_basic/images/home/bell_left.png") no-repeat left top,
			    url("/templates/mobile_basic/images/home/bell_right.png") no-repeat right top;
    width:72px;
	height:380px;
}
.m_left_image
{
	background: url("/templates/mobile_basic/images/home/bell_left.png") no-repeat left top;
	width:72px;
	height:380px;
	position: relative;
}
.m_right_image
{
	background: url("/templates/mobile_basic/images/home/bell_right.png") no-repeat right top;
	width:72px;
	height:380px;
	position: relative;
}
.m_reservation
{
 	background: url("/templates/mobile_basic/images/home/reservation.svg") no-repeat center top;
 	width: 86.7px !important;
	height: 81px;
	position: relative;
	left: 32%;
	top: -267px;	
	cursor :pointer;
	display : block;
}
.m_call_us
{
 	background: url("/templates/mobile_basic/images/home/call_us.svg") no-repeat center top;
 	width: 85.7px !important;
	height: 117px;
	position: relative;
	left: 0;
	top: -288px;
	cursor :pointer;
	display : block;
}
.m_order_online
{
 	background: url("/templates/mobile_basic/images/home/order_online.svg") no-repeat center top;
 	width: 95.1px !important;
	height: 83px;
	position: relative;
	left: -32%;
	top: -68px;
	cursor :pointer;
	display : block;
}
.m_food_menu 
{
 	background: url("/templates/mobile_basic/images/home/food_menu.svg") no-repeat center top;
 	width: 77.43px !important;
	height: 81px;
	position: relative;
	left: 0%;
	top: -348px;
	cursor :pointer;
	display : block;
}
.m_middle_content
{
	position: absolute;
	display: inline-block;
	top: -315px;
	left: -10px;
	width: 100%;
}
.m_open_content {
    font-size: 1.2em;
    font-family: "Oswald";
    color: rgb(92, 4, 23) !important;
    text-shadow: none !important;
     font-weight: normal !important;
}
.m_time_content {
    font-family: "Oswald";
    font-size: 1.6em;
    color: rgb(171, 6, 43) !important;
    font-weight: bold;
    text-shadow: none;
}
.m_dine_content {
    font-size: 1.1em;
    font-family: "Oswald";
    color: rgb(171, 6, 43);
    font-weight: bold;
    text-shadow: none;
}
.m_address_content
{
	font-size: 1.4em;
    font-family: "Oswald";
    color: rgb(171, 6, 43);
    font-weight: bold;
    text-shadow: none;
}
.m_wine_content {
    font-size: 0.9em;
    font-family: "Oswald";
    color: rgb(171, 6, 43);
    line-height: 2;
    text-shadow: none;
}
.m_middle_fb_icon
{
	background: url("/templates/mobile_basic/images/home/facebook_icon.png") no-repeat center top;
    width: 27px;
    height: 26px;
    display: block;
    position: relative;
    left: -10%;
	top: 10px;
}
.m_middle_twiiter_icon
{
	background: url("/templates/mobile_basic/images/home/twitter_icon.png") no-repeat center top;
    width: 26px;
    height: 26px;
    display: block;
    position: relative;
    left: 12%;
	top: -16px;
}
.m_ig_elephant
{
	background: url("/templates/mobile_basic/images/home/ig_elephant.png") no-repeat center top;
	width: 72px;
    height: 52px;
    display: block;
    cursor: pointer;
}
.m_ig_logo
{
	background: url("/templates/mobile_basic/images/home/ig_logo.png") no-repeat center top;
	width: 161px;
    height: 39px;
    display: block;
    cursor: pointer;
}
.m_bottom_floral {
    background: url("/templates/mobile_basic/images/home/bottom_floral.png") no-repeat center top;
    width: 100%;
    height: 426px;
    display: block;
    position: relative;
    top: -115px;
    left: 0;
}
.m_homepage_bottom
{
	background: url("/templates/mobile_basic/images/home/Path.png") no-repeat center top;
	width: 100%;
	height: 310px;
	position: relative;
    top: 23px;
    left: 0;
}
.m_bottom_image {
    position: relative;
    top: 240px;
    left: 0px;
    display: inline-block;
}
.m_home_top_image
{
	background-image: url("/templates/mobile_basic/images/home/frontdining.jpg");
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
  	margin-top: -140px;
  	height: 500px!important;
}
.m_about_top_image
{
	background: url("/templates/mantra_home/images/home/sky_light_1.jpeg") no-repeat center top;
	width:100%;
	height: 500px!important;
  	background-size: cover;
  	margin-top: -140px;
}
.m_bar_top_image
{
	background: url("/templates/mobile_basic/images/home/barview.jpg") no-repeat center top;
	width:100%;
	height: 500px!important;
  	background-size: cover;
  	margin-top: -140px;
  	background-attachment: fixed;
    background-position: center; 
}
.m_menu_top_image
{
	background: url("/templates/mantra_home/images/menu/food_pic5.jpg") no-repeat center top;
	width:100%;
	height: 500px!important;
  	background-size: cover;
  	margin-top: -140px;
}
.m_menu_catering_image
{
	background: url("/templates/mantra_home/images/catering/catering_2.jpg") no-repeat center top;
	width:100%;
	height: 500px!important;
  	background-size: cover;
  	margin-top: -140px;
    background-position: center; 
}
.m_menu_testimonial_image
{
	background: url("/templates/mantra_home/images/testimonials/testimonials_4.jpg") no-repeat center top;
	width:100%;
	height: 500px!important;
  	background-size: cover;
  	margin-top: -140px;
}
.m_event_top_image
{
	background: url("/templates/mantra_home/images/event/event_2.jpg") no-repeat center top;
	width:100%;
	height: 500px!important;
  	background-size: cover;
  	margin-top: -140px;
}
.m_menu_contact_image
{
	background: url("/templates/mobile_basic/images/contact/contact_top_bg.png") no-repeat center top;
	width:100%;
	height: 630px;
	margin-top: -300px;
}
.m_aboutus_bg
{
	background-image: url(/templates/mobile_basic/images/about/about_us_texture.jpg);
    height: 100%;
    min-height: 900px;
    width: 100%;
    background-position: center; 
    margin-top: -100px
}
.m_footer_top {
    background-color: #3a2e2d;
    width: 100%;
    height: 60px;
}
.m_footer {
    background-color: #3a2e2d;
    width: 100%;
}
.m_halal_logo, .m_footer_logo  
{
    background: url(/templates/mobile_basic/images/home/halal_logo.png) no-repeat left top;
    width: 60px;
    height: 62px;
    display: block;
    position: relative;
    top: -32px;
}
.m_footer_logo  
{
	top: -32px;
}
.m_bottom_content {
    font-family: Merriweather !important;
    color: #E1CEC3;
    font-size: 0.6em;
    position: relative;
    top: -30px;
    text-shadow: none;
}
.m_footer_bottom {
    background-color: #675e5d;
    width: 100%;
    height: 60px;
}
.m_design_conent, .m_footer_design 
{
    font-family: Merriweather !important;
    color: #FFFFFF !important;
    font-size: 0.7em;
    position: relative;
    left: 0;
    top: 5px;
    opacity:0.3;
    text-shadow: none;
    display:inline-block;
}
.m_footer_design 
{
	top: -15px !important;
}
.m_copyright_content, .m_footer_copyright 
{
    font-family: Merriweather !important;
    color: #FFFFFF !important;
    font-size: 0.9em;
    position: relative;
    left: 0%;
	top: 1px;
    Opacity: 0.5;
    text-shadow: none;
    display:inline-block;
}
.m_footer_copyright 
{
	top: -25px;
}
.color_AB062B
{
	color: #AB062B !important;
}
#div-gpt-ad-1437057377290-0
{
	display:none;
}
.menu_bottom
{
	background: url(/templates/mobile_basic/images/home/menu_bottom.png) no-repeat center top;
	width: 100%;
	height: 165px;
	display: block;
}
.m_aboutus_top_content
{
	color: #C06765;
	font-size: 1em;
	text-align: left;
	width: 60%;
}
.m_aboutus_bottom_content
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	width: 60%;
}
.m_aboutus_middle_content, .m_aboutus_content_bottom
{
	color: #AB062B;
	font-size: 1.6em;
	text-align:left;
	font-family: Merriweather !important;
}
.m_aboutus_content_bottom
{
	color: #782804;
}
.color_E14B06
{
	color: #E14B06;
}
.color_B53A02
{
	color: #B53A02;
}
.color_782804
{
	color: #782804;
}
.about_top_image
{
	background: url(/templates/mobile_basic/images/about/bar_menu_top.png) no-repeat center top;
	width: 100%;
	height: 220px;
	display: block;
	position: relative;
}
.phocarestaurantmenu {
    width: auto;
    font-family: "Oswald" !important;
     width: 100% !important;
     -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    margin: 0 auto;
}
.bar_list_top {
    background: url(/templates/mobile_basic/images/bar/bar_menu_top.jpg) no-repeat center bottom;
    width: 342px;
    height: 110px !important;
}
.bar_list_middle {
    background: url(/templates/mobile_basic/images/bar/bar_menu_strip.jpg) repeat-y center center;
    height: auto !important;
    width: 342px;
}
.bar_list_bottom {
    background: url(/templates/mobile_basic/images/bar/bar_menu_bottom.jpg) no-repeat center bottom;
    width: 342px;
    height: 45px !important;
}
.bar_frame 
{
    background: url(/templates/mobile_basic/images/bar/pic_frame.png) no-repeat center top;
    height: auto !important;
    width: 100%;
    height: 369px !important;
    position: relative;
    top: -85px;
}
#phocamenu .pm-group {
    text-align: center !important;
    font-size: 1em;
    margin: -55px 0 10px 0;
    font-weight: normal !important;
    text-transform: capitalize !important;
    color: #a90505 !important;
}
#phocamenu .pm-bar-group {
    text-align: center !important;
    font-size: 1.4em !important;
    margin: -20px 0 10px 0;
    font-weight: normal !important;
    text-transform: capitalize !important;
    color: #a90505 !important;
}
.bar_section_price, .menu_section_price {
    font-size: 0.8em;
    font-family: "Oswald" !important;
    width: 15%;
    text-align: right;
    float: right;
    line-height: 1.8;
    color: #533834 !important;
}
.bar_section_header {
    font-size: 0.9em;
    line-height: 2.185;
    font-weight: normal;
    text-transform: capitalize !important;
    width: 75%;
    text-align: left;
    float: left;
    color: #533834 !important;
}
.bar_section_desciption {
    font-size: 0.7em;
    float: left;
    width: 70%;
    text-align: left;
    line-height: 2.2;
     color: #938372 !important;
     font-family: Merriweather !important;
}
.bar_section, .menu_section {
    border: 0px;
    width: 85% !important;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    display: table;
    margin: 0 auto;
}
.wine_list_top {
    background: url(/templates/mobile_basic/images/menu/menu_top.jpg) no-repeat center bottom;
    width: 342px;
    height: 50px !important;
}
.wine_list_middle {
    background: url(/templates/mobile_basic/images/menu/frame_strip.jpg) repeat-y center center;
    height: auto !important;
    width: 342px;
}
.wine_list_bottom {
    background: url(/templates/mobile_basic/images/menu/menu_bottom.jpg) no-repeat center bottom;
    width: 342px;
    height: 50px !important;
}
.pm-item {
    display: block !important;
    visibility: visible !important;
}
.menu_section_header {
    font-size: 0.9em;
    line-height: 2.185;
    font-weight: normal;
    text-transform: capitalize !important;
    width: 75%;
    text-align: left;
    float: left;
    color: #533834 !important;
}
.menu_section_price {
    line-height: 2.2 !important;
}
.menu_section_desciption {
    font-size: 0.7em;
    float: left;
    width: 75%;
    text-align: left;
    color: #938372 !important;
    margin-top: -5px;
    line-height: 2;
    font-family: Merriweather !important;
}
.m_food_menu_image
{
	margin-top: -35px; 
	max-width: 308px;
}
.veg_appetizer
{
	background: url(/templates/mantra_home/images/menu/appetizers_veg.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.non_veg_appetizer
{
	background: url(/templates/mantra_home/images/menu/appetizers_nonveg.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.soups_image
{
	background: url(/templates/mantra_home/images/menu/soups.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.salads_image
{
	background: url(/templates/mantra_home/images/menu/salad.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.accompaniments_image
{
	background: url(/templates/mantra_home/images/menu/accompaniments.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.lamb_entree
{
	background: url(/templates/mantra_home/images/menu/lamb_entree.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.tandoor_image
{
	background: url(/templates/mantra_home/images/menu/lamb_entree.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.goat_entree
{
	background: url(/templates/mantra_home/images/menu/goat_entree.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.chicken_entree
{
	background: url(/templates/mantra_home/images/menu/chicken_entree.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.egg_specl
{
	background: url(/templates/mantra_home/images/menu/egg_spl.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.fish_image
{
	background: url(/templates/mantra_home/images/menu/fish.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.veg_entree
{
	background: url(/templates/mantra_home/images/menu/veg.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.rice_entree
{
	background: url(/templates/mantra_home/images/menu/rice_entree.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.bread_image
{
	background: url(/templates/mantra_home/images/menu/bread.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.dessert_image
{
	background: url(/templates/mantra_home/images/menu/dessert.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.drinks_image
{
	background: url(/templates/mantra_home/images/menu/drinks.png) no-repeat center top;
	max-width: 310px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: -34px;
}
.hotpot_image {
    background: url(/templates/mantra_home/images/menu/hot_pot.png) no-repeat center top;
    max-width: 310px !important;
    display: block;
    height: auto;
    background-size: contain;
    height: 152px;
    position: relative;
    top: -34px;
}
.wine_list
{
	background: url(/templates/mantra_home/images/bar/Wine_pic.png) no-repeat center top;
	max-width: 175px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: 11px;
}
.beer_list
{
	background: url(/templates/mantra_home/images/bar/beer_list.png) no-repeat center top;
	max-width: 175px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: 11px;
}
.whisky
{
	background: url(/templates/mantra_home/images/bar/bourbon.png) no-repeat center top;
	max-width: 175px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: 11px;
}
.after_dinner
{
	background: url(/templates/mantra_home/images/bar/after_dinner.png) no-repeat center top;
	max-width: 175px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: 11px;
}
.martinis
{
	background: url(/templates/mantra_home/images/bar/martinis.png) no-repeat center top;
	max-width: 175px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: 11px;
}
.shot
{
	background: url(/templates/mantra_home/images/bar/shots.png) no-repeat center top;
	max-width: 175px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: 11px;
}
.mantra_specl
{
	background: url(/templates/mantra_home/images/bar/mantra_spl.png) no-repeat center top;
	max-width: 175px !important;
	display: block;
	height: auto;
	background-size: contain;
	height: 152px;
	position: relative;
	top: 11px;
}
.m_bar_top
{
	 margin-top: -300px !important;
}
.m_about_bell_image
{
	background: url(/templates/mobile_basic/images/about/bell.png) no-repeat 217px -71px;
	width: 36px;
	height:190px;
}
.m_about_chef_image
{
	background: url(/templates/mobile_basic/images/about/chef.png) no-repeat 217px 0px;
	width: 110px;
	height:134px;
}
.color_B90630
{
	color: #B90630;
}
.catering_content_top {
    position: relative;
    left: 0%;
    top: 0%;
    font-size: 0.9em;
    font-family: "Oswald";
    color: rgb(171, 6, 43);
    line-height: 2;
    width: 100%;
	padding: 0.5em 0em;
}
.download_button {
    background: url(/templates/mobile_basic/images/catering/download_button.png) no-repeat center top;
    width: 120px;
    height: 36px;
    display: block;
    position: relative;
    top: 56px;
}
.download_button:hover
{
	background: url(/templates/mobile_basic/images/catering/download_button_hover.png) no-repeat center top;
	 width: 120px;
    height: 36px;
}
.anu_image {
    background: url(/templates/mobile_basic/images/catering/anu.png) no-repeat left top;
    width: 295px;
    height: 295px;
    display: block;
    float: left;
    position: relative;
    left: 24px;
    top: -10px;
}
.kaisa_image {
    background: url(/templates/mobile_basic/images/catering/kasia.png) no-repeat left top;
    width: 295px;
    height: 295px;
    display: block;
    float: left;
    position: relative;
    left: 24px;
	top: -10px;
}
.abilash_image {
    background: url(/templates/mobile_basic/images/catering/abilash.png) no-repeat left top;
    width: 295px;
    height: 295px;
    display: block;
    float: left;
    position: relative;
    left: 24px;
	top: -10px;
}
.catering_content {
    width: 100%;
    position: relative;
    left: 0%;
    top: 0%;
    text-align: left;
    float: left;
    padding: 0.5%;
}
.catering_facebook {
    background: url(/templates/mobile_basic/images/catering/face_book.png) no-repeat left top;
    width: 37px;
    height: 37px;
    position: relative;
    left: -121px;
    top: 46px;
    display: block;
     display :none;
}
.catering_twitter {
    background: url(/templates/mobile_basic/images/catering/twitter.png) no-repeat left top;
    width: 38px;
    height: 38px;
    position: relative;
    left: -134px;
    top: 156px;
    display: block;
    display :none;
}
.color_5C5959 {
    color: #5C5959;
}
.box_content
{
	border: 0px;
	width: 85% !important;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	display: table;
	margin: 0 auto;
}
.content_font
{
	font-family: Merriweather !important;
}
.testimonial_bg {
    background: url(/templates/mobile_basic/images/testimonials/testimonial_arrow.png) no-repeat center top;
    width: 100%;
    height: 144px;
}
.testimonial_top_box {
    background: url(/templates/mobile_basic/images/testimonials/testimonial_bg.png) no-repeat center top;
    width: 300px;
    height: 206px;
}
.trip_top_box {
    position: relative;
    top: -333px;
    display: inline-block;
    left: 0;
}
.testimonial_top_arrow {
    background: url(/templates/mobile_basic/images/testimonials/testimonial_top_arrow.png) no-repeat center top;
    width: 100%;
    height: 102px;
}
.testi_top_content {
    background-color: #eee7dc;
    padding: 2%;
    text-align: left !important;
    font-size: 1.1em;
    color: #5C5959;
    line-height: 1.5;
    font-family: Merriweather !important;
    word-break: break-word;
}
.testi_bottom_content {
    background-color: #e3d6ca;
    padding: 1% 2%;
    font-size: 1em;
    text-align: right !important;
    color: #5C5959;
    font-family: Merriweather !important;
     -webkit-margin-before: 0em !important;
	-webkit-margin-after: 0em !important;
	word-break: break-word;
}
.testimonial_yelp {
    background: url(/templates/mobile_basic/images/testimonials/testimonial_yelp.png) no-repeat center top;
    width: 150px;
    height: 72px;
    cursor: pointer;
    display: block;
}
.testimonial_trip {
    background: url(/templates/mobile_basic/images/testimonials/testimonial_trip.png) no-repeat center top;
    width: 150px;
    height: 76px;
    cursor: pointer;
    display: block;
}
.contact_center {
    background: url(/templates/mobile_basic/images/contact/contact_bg.png) no-repeat center top;
    width: 364px;
    height: 522px;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
}
.contact_address_bg
{
	 background: url(/templates/mobile_basic/images/contact/contact_address_bg.png) no-repeat center top;
	  width: 100%;
     height: 210px;
     border: 0px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	display: table;
	margin: 0 auto;
}
.contact_top_image {
    width: 100%;
    height: 522px;
    margin-top: -300px;
}
.contact_content {
    position: relative;
    display: inline-block;
    top: -180px;
    left: 0%;
}
/*start event slide */
.row > .column {
  padding: 1%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 24%;
  padding: 0.4%
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 108px;
  right: 15px;
  font-size: 36px;
  font-weight: 700;
  height: 35px;
  font-weight: normal !important;;
  text-shadow: none !important;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.prev
{
 left : 0;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
/*end event slide*/
.food_menu
{
	display: inline-block;
}
.food_menu_left, .food_menu_left a
{
	float: left;
    font-size: 0.9em;
    text-align: right;
    overflow-wrap: break-word;
     color: #533834 !important;
    text-decoration: none;
    position: relative;
	top: 0px;
	border: 0px;
	font-weight:normal !important;
	margin-left: -30px;
	min-width: 152px;
	line-height: 2.5;
	left: 10px;
}
.food_menu_right, .food_menu_right a
{
     float: left;
    font-size: 0.9em;
    text-align: left;
    overflow-wrap: break-word;
    color: #533834 !important;
    text-decoration: none !important;
    position: relative;
	top: 0px;
	font-weight:normal !important;
	min-width: 100px;
	line-height: 2.75;
	margin-left: 3px;
	left: 10px;
	margin-top: 0px;
}
.food_menu_left a:hover, .food_menu_right a:hover, .food_menu_center a:hover   {
    text-decoration: underline !important;
    color: red !important;
}

.food_menu_center, .food_menu_center a
{
	color: #533834 !important;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none !important;
    position: relative;
	top: 0px;
	clear:float;
	font-weight:normal !important;
	margin-top: -20px;
	width:100% !important;
}
.bar_top
{
	background: url(/templates/mobile_basic/images/bar/bar_top.png) no-repeat center top;
     height: 294px;
     width: 350px !important;
     background-size: contain;
}
.bar_menu_left, .bar_menu_left a
{
	float: left;
    font-size: 0.9em;
    text-align: right;
    overflow-wrap: break-word;
     color: #533834 !important;
    text-decoration: none;
    position: relative;
	top: 0px;
	border: 0px;
	font-weight:normal !important;
	margin-left: -30px;
	min-width: 152px;
	line-height: 2.5;
	left: 10px;
}
.bar_menu_right, .bar_menu_right a
{
    float: left;
    font-size: 0.9em;
    text-align: left;
    overflow-wrap: break-word;
    color: #533834 !important;
    text-decoration: none !important;
    position: relative;
	top: 0px;
	font-weight:normal !important;
	min-width: 100px;
	line-height: 2.75;
	margin-left: 3px;
	left: 10px;
}
.bar_menu_left a:hover, .bar_menu_right a:hover, .bar_menu_center a:hover   {
    text-decoration: underline !important;
    color: red !important;
}
.bar_menu_center, .bar_menu_center a
{
	color: #533834 !important;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none !important;
    position: relative;
	top: 0px;
	clear:float;
	font-weight:normal !important;
	margin-top: -20px;
	width:100% !important;
}
.color_A90505
{
	color: #A90505 !important;
}
/*start mobile slideshow*/
@keyframes slidy {
	0% { left: 0%; }
	20% { left: 0%; }
	25% { left: -100%; }
	45% { left: -100%; }
	50% { left: -200%; }
	70% { left: -200%; }
	75% { left: -300%; }
	95% { left: -300%; }
	100% { left: -400%; }
}

div#slider 
{ 
	overflow: hidden;
}
div#slider figure img 
{ 
	width:20%;
	float: none;
	height:540px;
	background-size: 100%;
	background-position: top center;
	background-size: cover;
	max-width: 100%;
}
div#slider figure 
{ 
	position: relative;
	width: 500% !important;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 25s slidy linear infinite; 
	overflow: hidden;
	height: 540px;
	background-position: top center;
	background-size: cover;
}
/*end mobile slideshow*/
.m_header_yelp
{
	background: url("/templates/mobile_basic/images/home/yelp.png") no-repeat center top;
	width: 58px;
	height: 28px;
	position: relative;
    display:block;
}
.m_header_trip
{
	background: url("/templates/mobile_basic/images/home/tripadvisor.png") no-repeat center top;
	width: 53px;
	height:34px;
	position: relative;
    display:block;
}
@media screen and (min-width: 600px) and (max-width: 900px)
{
	.m_aboutus_top_content
	{
		color: #C06765;
		font-size: 1em;
		text-align: left;
		width: 40%;
	}
	.m_aboutus_bottom_content
	{
		font-size: 1.2em;
		font-weight: bold;
		text-align: left;
		width: 40%;
	}
	.m_about_bell_image
	{
		background: url(/templates/mobile_basic/images/about/bell.png) no-repeat 340px -71px;
		width: 36px;
		height:190px;
	}
	.m_about_chef_image
	{
		background: url(/templates/mobile_basic/images/about/chef.png) no-repeat 340px 0px;
		width: 110px;
		height:134px;
	}
}
.pinup
{
	background: url(/templates/mobile_basic/images/home/patio_pinup_m.png) no-repeat center top;
	width:200px;
	height:200px;
	position:absolute;
	top: 16.5%;
	left:23%;
    z-index:-1;
}
.pinup_closed_mobile
{
	background: url(/templates/mobile_basic/images/home/pinup_closed_mobile.png) no-repeat center top;
	width:250px;
	height:205px;
	position:absolute;
	top:3%;
	margin-left:auto;
   margin-right:auto;
   left:0;
   right:0;
}
.pinup_closed_mobile_closed1
{
	background: url(/templates/mobile_basic/images/home/pinup_closed_mobile.png) no-repeat center top;
	width:250px;
	height:205px;
	position:absolute;
	top:3%;
	margin-left:auto;
   margin-right:auto;
   left:0;
   right:0;
}
.pinup_closed_mobile_closed
{
	background: url(/templates/mobile_basic/images/home/food_truck1.png) no-repeat center top;
	width:250px;
	height:205px;
	position:absolute;
	top:6%;
	margin-left:auto;
   margin-right:auto;
   left:0;
   right:0;
  background-size:70%;
}
.pinup_closed_mobile_closed:hover
{
	background: url(/templates/mobile_basic/images/home/food_truck_hover1.png) no-repeat center top;
	width:250px;
	height:205px;
	position:absolute;
	top:6%;
	margin-left:auto;
   margin-right:auto;
   left:0;
   right:0;
  background-size:70%;
}
#myBtn
{
	background: url(../images/home/pinup_closed.png) no-repeat left top !important;
    width: 250px;
    height: 256px;
    border: none !important;
    outline: none !important;
    cursor: pointer;
}
.mothers_day_pinup {
    background: url(/templates/mobile_basic/images/home/Happy_Easter.png) no-repeat center top;
       width: 36%;
    height: 180px;
    position: fixed;
    top: 11.5%;
    left: 60%;
    z-index: 9999;
    background-size: 100%;
    cursor: pointer;
   display: none;
}

.mothers_day_pinup_hover {
    background: url(/templates/mobile_basic/images/home/bigpinup1.png) no-repeat center top;
    width: 80%;
    height: 320px;
    position: absolute;
    top: 6%;
    left: 10%;
    background-size: 100%;
    display:none;
    z-index: 0;
}

.hidden {
    display: none;
}

.mothers_day_pinup1
{
	background: url(/templates/mobile_basic/images/home/mantra.png) no-repeat center top;
       width: 37%;
    height: 260px;
    position: absolute;
    top: 3%;
    left: 0%;
    background-size: 100%;
}
.mothers_day_pinup_c
{
	background: url(/templates/mobile_basic/images/home/Thanks.png) no-repeat center top;
    width: 100%;
    height: 326px;
    position: absolute;
    top: 0.75%;
    left: 0%;
    background-size: 44%;
  display:none;
}

.hidden {
    display: none; /* Class to hide the element */
}

.PartySLate2023 {
    background: url(/templates/mobile_basic/images/home/PartySLate_YBF_SouthAsianWeddingTrends2023.png) no-repeat center top;
    width: 100%;
    height: 300px;
    display: block;
    position: relative;
    top: 55px;
    background-size: 70%;
}
.lohri_m {
  background-repeat: no-repeat;
position: absolute;
top: 90px;
width: 300px;
height: 450px;
left: 15%;
background-size: 75%;
}

.lohri_small_m {
width: 100px;
position: absolute;
height: 125px;
background-repeat: no-repeat;
left: 65%;
top: 50px;
background-size: 100%;
float: right;
display: flex;
}

#smallImage {
cursor: pointer;
}

#overlay {
display: none;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
}

#largeImage {
max-width: 80%;
max-height: 80%;
}

#closeButton {
position: absolute;
top: 40px;
right: 30px;
cursor: pointer;
color: #fff;
font-size: 20px;
}