/* CSS Document */


/*** LOGO CSS ***/

#logo{
background:url(images/logo.png) no-repeat;
width:322px;
height:90px;
text-indent:-999px;
font-size:0px;
margin:5px auto 0 auto;
}

/*** END LOGO CSS ***/

/*** FONT CSS ***/
#index-list .ui-btn .ui-btn-inner { font-family: helvetica, arial !important; }
#menu-list .ui-btn .ui-btn-inner { font-family: helvetica, arial !important; }
.menu-item { font-family: helvetica, arial !important; }
.about-us-font { font-family: helvetica, arial !important; }
.our-location-font { font-family: helvetica, arial !important; }
.contact-us-font { font-family: helvetica, arial !important; }

/*** END FONT CSS ***/

p {
   margin: 0px;
   padding: 0px;
}

h2 {
   margin: 0px;
   padding: 0px;
}

/*** IMG CSS ***/
img{
max-width: 100%;
height: auto; width: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*** END IMG CSS ***/

/*** FOOTER ***/
.nav-footer-styling .ui-btn .ui-btn-inner { padding-top: 40px !important; font-family: helvetica, arial; }
.nav-footer-styling .ui-btn .ui-icon { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; 			-webkit-border-radius: 0 !important; border-radius: 0 !important; }
#home .ui-icon { background:  url(icons/53-house.png) 50% 50% no-repeat; background-size: 22px 22px; }
#menu .ui-icon { background:  url(icons/1.png) 50% 50% no-repeat; background-size: 26px 26px;  }
#specials .ui-icon { background:  url(icons/Wallet.png) 50% 50% no-repeat;  background-size: 26px 26px; }
#call .ui-icon { background:  url(icons/32-iphone.png) 50% 50% no-repeat;  background-size: 16px 28px; }
/*** END FOOTER ***/

/*** LOCATION MAP ***/
.iframe-rwd  {
position: relative;
padding-bottom: 65.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*** END LOCATION MAP ***/








