*{ margin:0px; padding:0px;}
body{ background-color:#F57C1D; }
.clear{ clear:both;}
.contain{ width:1024px; margin:0 auto;}
.sectionOne{ width:33%; float:left;}
.sectionTwo{ width:33%; float:left;}
.sectionThree{ width:33%; float:left;}
.bg-overlay{ background: rgba(255, 255, 255, 0);}


#header { width:100%; padding: 5px 0 10px 0; text-align:center; background: rgba(0, 0, 0,0); }

body{ background: url(../images/sushikingbg.jpg) no-repeat center fixed;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}

#body {width:35%; margin:0px auto; height:370px; background: url(../images/banner.png) no-repeat center; position:relative;
	-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
	/*-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);*/
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; } 


.topBtn a.order-btn { width: 100px; display: block; text-align: center; text-decoration: none; margin: 0 auto; border:1px solid white;

 font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; color: white;

	background:#F57C1D; border:1px solid #F57C1D; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; -o-border-radius: 30px;
    -webkit-transition: background-color 0.4s ease 0s; -moz-transition: background-color 0.4s ease 0s; transition: background-color 0.4s ease 0s;}
.orderBtn a.order-btn span{ font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; color: #F57C1D;
	line-height: 22px; padding: 8px 0; display: block;}	



nav {text-align: center; display: inline-block; width:100% }
.topBtn a.order-btn:hover span{ color: black;}
.topBtn a.order-btn:hover { background: transparent; color: black; border:1px solid black;}



	
#offerMobile{ width:1000px; margin:0 auto; background:#F57C1D; text-align:center;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; display:none;}	
#offerMobile p{ font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 16px; padding: 8px 10px; color: #FFFFFF;}	
	
.offerBtn{ width: 200px; height: 190px; position: absolute; right: 0; top: -90px; background: url(../images/offer.png) no-repeat center; text-align: center; }	
.offerBtn span{ padding: 62px 0 0 0; display: block; font-family: 'Rancho', cursive; font-size: 20px; line-height: 20px; color: #F57C1D; width: 100px; margin: 0 auto;}	
.offerBtn span a{ text-decoration:none; color: #000000;}

.orderBtn { /*position: absolute; top: 20%; left: 0;*/ text-align: center;}	
.orderBtn a.order-btn { width: 175px; display: block; text-align: center; text-decoration: none; margin: 0 auto; border:1px solid #000000;
	background:red; border:1px solid #F57C1D; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; -o-border-radius: 30px;
    -webkit-transition: background-color 0.4s ease 0s; -moz-transition: background-color 0.4s ease 0s; transition: background-color 0.4s ease 0s;}
.orderBtn a.order-btn span{ font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; color: #000000;
	line-height: 22px; padding: 8px 0; display: block;}	
.orderBtn a.order-btn:hover span{ color: #000000;}
.orderBtn a.order-btn:hover { background: transparent; color: #000000; border:1px solid #000000;}

#footer{ width:100%; margin: 0 auto; text-align: center;}
#footer .orderBtnMain { padding: 10px 0; margin: 0 0 10px 0; }
#footer .heading{ font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 17px; color: #FFFFFF; margin: 15px 0;}
#footer h1{ font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 24px; color: #FFFFFF; padding: 10px 0;}
#footer h2{ font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 20px; color: #FFFFFF; padding: 10px 0;}
#footer p{ font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; color: #FFFFFF; padding: 0 0 10px 0;}
#footer p span{ color: rgba(255, 255, 255, 1);}
#footer ul { list-style-type: none; margin: 0; padding: 0;}
#footer ul li { font-family: 'Poppins', sans-serif; font-weight: 400; font-size: 16px; padding: 0 0 4px 0; color: #FFFFFF; display:block;}
#footer ul li:first-child { padding:10px 0; font-size: 22px;}
#footer ul li span, #footer ul li a { display: inline-block; *display: inline; line-height: 18px; color:#FFFFFF; text-decoration:none;}
#footer p.copyright{ background:#F57C1D; color:#FFFFFF; padding: 6px; font-size: 15px; font-weight: 500; margin:10px 0 0 0;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px;}
img {max-width:100%}
@media only screen and (min-width : 320px) and (max-width : 1024px) {
	#header img { display: block; width: 100%; margin: 0 auto; position: relative; z-index: 999;}
	.orderBtn{ position:inherit; margin: 10px 0;}
	#body, .contain{ width:100%;}
	#body {height: 200px;}
	.offerBtn { top: -25px; right: 0; display:none;}
	#offerMobile{ width:100%; display:block;}	
	#footer { width: 94%;}
	#footer .orderBtnMain .sectionOne, #footer .orderBtnMain .sectionTwo{ float:none; width:100%;}
#desktopMenu { display: none !important; }
}