html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

/*****************************************************************************

	TOP BANNER SETTINGS
	
*****************************************************************************/

.bannerContainer {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
	width: 100%;
	background-color: #000;
	height: 110px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(102,102,102,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(102,102,102,1);
    box-shadow: 0px 1px 5px 0px rgba(102,102,102,1);
}
#bannerBG, .bannerLeft {
	display: none;
}	
.bannerMiddle {
	display: block;
	position: relative;
	top: 20px;
	line-height: 80px;
}
.bannerMiddleContent img{
	vertical-align:middle;
    max-width: 210px;
}
.bannerRight {
	display: block;
	position: fixed;
	top: 0;
	height: 20px;
	background-color: #fff;
	width:100%;	
}
.bannerRightContent {
	display: block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 20px;
	color: #000;
	width: 100%;
}
.bannerRightContent a,
.bannerRightContent a:hover,
.bannerRightContent a:visited {
    color: black;
    text-decoration: none;
}

@media only screen and (min-width:480px) and (max-width:767px) {
/*
    .bannerContainer {
        height: 160px;
    }
    .bannerMiddle {
        top: 32px;
        line-height: 128px;
    }
    .bannerMiddleContent img{
        max-width: 70%;
    }
    .bannerRight {
        height: 32px;
        background-color: #fff;
        width:100%; 
    }
    .bannerRightContent {
        font-size: 16px;
        line-height: 32px;
    }
*/
}

/*****************************************************************************

	NAVIGATION MENU SETTINGS

*****************************************************************************/

.navMenuIcon {
	display: inline-block;
	position: fixed;
	height: 45px;
	width: 45px;
	top: 65px;
	left: 0px;
	background-size: 20px 20px;
	background-image: url('../img/mobile_menu_open.png');
	z-index: 104;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.navMenuIcon.opened {
	background-color: #dcddde;
	background-image: url('../img/mobile_menu_close.png');
}
.navContainer {
	display: none;
	position: fixed;
	z-index: 103;
	background-color: #dcddde;	
	top: 110px;
	height: 200px;
	width: 100%;
	margin: 0 auto;		
    -webkit-box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px 4px rgba(0,0,0,0.2);
}

ul.nav {
	width: 100%;
	display: block;
	margin: 0 auto;
	min-height: 50px;
	list-style:none;
}

.subNavBtn {
	display: block;
	z-index: 101;
	width: 90%;
	height: 50px;
	float: left;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 10%;
	line-height: 50px;
	font-size: 16px;
	color: #000;
	text-align: left;
	text-decoration: none;
	position: relative;
	bottom: 0;
	vertical-align: center;
}

.subNavBtn br {
	display: none;
}

.subTextDiv:after {
	content: " / ";
}
@media only screen and (max-width:767px) {
    .navContainer {

    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .navContainer {
        height: 100px;
    }
    .subNavBtn {
        width: 40%;
     }
}

/*****************************************************************************

	IMAGE GALLERY SETTINGS
	
*****************************************************************************/

.ImageGalleryLeftArrow, .ImageGalleryRightArrow {
	font-size: 200px;
	display: inline-block;
	position: absolute;
	top:35%;
}
.ImageGalleryLeftArrow a:link, .ImageGalleryRightArrow a:link,
.ImageGalleryLeftArrow a:visited, .ImageGalleryRightArrow a:visited,
.ImageGalleryLeftArrow a:hover, .ImageGalleryRightArrow a:hover {
	text-decoration: none;
	color: rgba(255,255,255,0.4);
}
.ImageGalleryLeftArrow {	
	display: none;
}
.ImageGalleryRightArrow {
	display: none;
}

.mobileHomeCopyright {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40px;
    color: black;
    font-size: 15px;
    margin: 0 auto;
}

/*****************************************************************************

	SECTION SETTINGS
	
*****************************************************************************/

.sectionWrapper {
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0 auto;
	padding: 0;
	font-size:1.4em;
	min-height: 700px;
}

.sectionWrapper .inner {
	padding:20px 0;
}

/*****************************************************************************

	MENU SECTION SETTINGS
	
*****************************************************************************/

.sectionWrapper#sMenu,
.sectionWrapper#sMenu .inner{	
	background-color: #ffffff;
	color:#000000;
	text-align: center;
}
#sMenu .menuLink {
	margin-bottom: 21px;
    width: 100%;
}

#sMenu a {
	color: white;
	text-decoration: none;
}
#sMenu a.desktop {
    display: none;
}

#sMenu .menuLink a:hover .menuStoreName{
	text-decoration: none;
}

#sMenu .menuLastUpdate {
	font-size: 13px;
	color: #999999;
    display: block;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 6px;
}
#sMenu .menuStoreName {
	font-size: 18px;
    padding: 6px 5px;
    background-color: black;
    width: 92%;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    margin-bottom: 4px;
} 
#sMenu .deliveryStatus {
    display: block;
    width: 92%;
    margin: 0 auto;
    color: black;	
    font-size: 14px;
    line-height: 20px;
}
#sMenu .deliveryStatus .tSeperator {
    display: none;
}
#sMenu .deliveryStatus .orderRequirement {
    display: block;
}
#sMenu .deliveryStatus a {
    color: black;
    text-transform: uppercase;
    text-decoration: underline;
}

#sMenu .deliveryStatus a:hover {
    text-decoration: none;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #sMenu .menuLastUpdate br {
        display: none;
    }
    #sMenu .deliveryStatus .tSeperator {
        display: inline;
    }
    #sMenu .deliveryStatus .orderRequirement {
        display: inline;
    }
}


/*****************************************************************************

    CATERING SECTION SETTINGS
    
*****************************************************************************/

#sCatering .centerText {
    color: black;
    font-size: 13px;
    width: 290px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 24px;
    text-align: center;
}
#sCatering .centerText br {
    display: none;
}

#sCatering img {
    display: block;
    margin: 0 auto;
    width: 280px;
}

#sCatering a {
    text-decoration: underline;
    color: #000;
}
@media only screen and (min-width:480px) and (max-width:767px) {
    #sCatering img {
        width: 440px;
    }
    #sCatering .centerText {
        width: 440px;
    }
}

/*****************************************************************************

    LOCATION SECTION SETTINGS

*****************************************************************************/

.sectionWrapper#sLocations,
.sectionWrapper#sLocations .inner{
    background-color: #fff;
    color:#000;
}

.locationBlock {
    display: block;
    text-align: center;
    padding-bottom: 0px;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.locationBlock .locationImage {
    display: block;
    height: 160px;
    width: 160px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
.locationBlock .locationImage img {
    width: 160px;
}

.locationStoreName {
    font-size: 18px;
    background-color: black;
    color: white;
    display: block;
    padding: 6px 5px;
    border-radius: 4px;
}
#sLocations .locationStoreAddress .tSeperator {
    display: none;
}
#sLocations .locationStoreAddress br {

}
#sLocations .locationStoreAddress .chFont {
    display: block;
}

.locationStoreAddress {
    display: block;
    font-size: 13px;
    line-height: 28px;
}

.locationHours {
    display: block;
    font-size: 14px;
    line-height: 28px;  
    text-transform: uppercase;
}

.locationStorePhone {
    font-size: 14px;
}
.locationStorePhone img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 1px;
    width: 23px;
    height: 23px;
}

.locationStoreLinks {
    display: inline-block;
    font-size: 13px;
    line-height: 28px;  
    text-transform: uppercase;
}

.locationStoreLinks a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid black;
}

.locationOther {
    display: block;
    color: red;
    font-size: 13px;
    line-height: 28px;
}

.locationBlock .noDecoration {
    text-transform: none;
}

.locationBlock a.desktop {
    display: none;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .locationBlock .locationImage {
        height: 170px;
        width: 170px;
    }

    .locationBlock .locationImage img {
        width: 170px;
    }
}

/*****************************************************************************

    CONTACT US SECTION SETTINGS

*****************************************************************************/


.sectionWrapper#sContact,
.sectionWrapper#sContact .inner{    
    background-color: #fff;
    color:#000;
}

#sContact .centerText {
    text-align: center;
    color: black;
    width: 290px;
    font-size: 13px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 24px;
    
}

#sContact .centerText br {
    display: none;
}

#sContact img {
    display: block;
    margin: 0 auto;
    width: 280px;
}

#sContact a {
    text-decoration: underline;
    color: #000;
}

@media only screen and (min-width:480px) and (max-width:767px) {
    #sContact img {
        width: 440px;
    }
    #sContact .centerText {
        width: 440px;
    }
}

/*****************************************************************************

	FOOTER SETTINGS
	
*****************************************************************************/
#mobileSNSicons {
    width: 300px;
    height: 50px;
    display: block;
    margin: 0 auto;
}
#mobileSNSicons img{
    position: relative;
    top: 0px;
    height: 40px;
    margin: 0 8px;
}
.footer {
    display: block;
	position: relative;
    z-index: 99;
    width: 100%;
    height: 150px;
    background-color: #dcddde;
    text-align: center;
    vertical-align: bottom;
    font-size: 15px;
    color: #111;
    text-decoration: none;
    line-height: 150px;
}
.footer a {
    text-decoration: none;
    color: #222;
}
@media only screen and (max-width:479px) {
    #mobileSNSicons {
        height: 25px;
    }
    #mobileSNSicons img {
        top: -5px;
        height: 30px;
    }
    .footer {
        height: 100px;
        line-height: 100px;
        font-size: 13px;
    }
}

	 