@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@charset "utf-8";
/* CSS Document */

body{
	font-family:"Open Sans";
}

.main_01{
	height:auto;
	min-height:570px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,000000+100 */
background: #111111; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #111111 0%, #000000 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #111111 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #111111 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*.main_01 h2{
	font-family:"Open Sans";
	color:#FFFFFF;
	text-align:center;
	margin:25px auto;
}
*/
.tri_login img{
	margin:30px 0px;
}

.bttn_01{
	width:350px;
	height:50px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	border:solid 1px #2F2F2F;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,161616+100 */
background: #2d2d2d; /* Old browsers */
background: -moz-linear-gradient(top,  #2d2d2d 0%, #161616 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d2d2d 0%,#161616 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d2d2d 0%,#161616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#161616',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 0px 2px 20px 0px rgba(255,0,85,1);
-moz-box-shadow: 0px 2px 20px 0px rgba(255,0,85,1);
box-shadow: 0px 2px 20px 0px rgba(255,0,85,1);

font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#FF0067;
padding:10px;
margin:15px 0;
transition:all ease 0.5s;
outline:none;
}

.bttn_01:hover{
	border-color:#FF0076;
	cursor:pointer;
}

.bttn_02{
	width:350px;
	height:50px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	border:solid 1px #2F2F2F;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,161616+100 */
background: #2d2d2d; /* Old browsers */
background: -moz-linear-gradient(top,  #2d2d2d 0%, #161616 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d2d2d 0%,#161616 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d2d2d 0%,#161616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#161616',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 0px 2px 20px 0px rgba(255,183,0,1);
-moz-box-shadow: 0px 2px 20px 0px rgba(255,183,0,1);
box-shadow: 0px 2px 20px 0px rgba(255,183,0,1);

font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#FFE500;
padding:10px;
margin:15px 0;
transition:all ease 0.5s;
outline:none;
}

.bttn_02:hover{
	border-color:#FFE500;
	cursor:pointer;
}

.bttn_03{
	width:350px;
	height:50px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	border:solid 1px #2F2F2F;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,161616+100 */
background: #2d2d2d; /* Old browsers */
background: -moz-linear-gradient(top,  #2d2d2d 0%, #161616 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #2d2d2d 0%,#161616 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #2d2d2d 0%,#161616 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#161616',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 0px 2px 20px 0px rgba(0,196,255,1);
-moz-box-shadow: 0px 2px 20px 0px rgba(0,196,255,1);
box-shadow: 0px 2px 20px 0px rgba(0,196,255,1);

font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#00E3FF;
padding:10px;
margin:15px 0;
transition:all ease 0.5s;
outline:none;
}

.bttn_03:hover{
	border-color:#00E3FF;
	cursor:pointer;
}

.main_02a{
	height:auto;
	min-height:570px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f2516+0,2b0a0a+100 */
background: #3f2516; /* Old browsers */
background: -moz-linear-gradient(top,  #3f2516 0%, #2b0a0a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3f2516 0%,#2b0a0a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3f2516 0%,#2b0a0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f2516', endColorstr='#2b0a0a',GradientType=0 ); /* IE6-9 */
padding-bottom:30px;
margin:0px;
}

.enter_butt{
	float:left;
	width:235px;
	height:150px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
background: #f3c5bd; /* Old browsers */
background: -moz-linear-gradient(top,  #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */


border:solid 1px #FFFFFF;
-webkit-box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);
-moz-box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);
box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);

font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#fff;
padding:10px;
margin:20px 30px;
transition:all ease 0.5s;
outline:none;
}

.enter_butt:hover{
	color:#000000;
	border-color:#FFE500;
	cursor:pointer;
}

.enter_butt img{
	width:40%;
}


.main_02{
	height:auto;
	min-height:740px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#721414+0,4f0202+100 */
background: #721414; /* Old browsers */
background: -moz-linear-gradient(45deg,  #721414 0%, #4f0202 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #721414 0%,#4f0202 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #721414 0%,#4f0202 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#721414', endColorstr='#4f0202',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
padding-bottom:30px;
margin:0px;
}

.top_bar{
	background-color:#000000;
	padding:10px 0;
}

.top_bar img{
	float:left;
	margin:0 20px;
}

.sq_waiter{
	padding:0px;
	margin:0px;
}

.home{
	width:25px;
}

.bbb{
	float:right;
	list-style:none;
}

.bbb li{
	margin:3px 25px 0 0;
}

.bbb li a{
	font-family:"Open Sans";
	color:#FFFFFF;
	text-decoration:none;
}

.waiter{
	float:left;
	width:150px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background-color:transparent;
border:solid 1px #FFFFFF;
-webkit-box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);
-moz-box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);
box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);
padding:10px;
margin:20px 26px;
transition:all ease 0.5s;
outline:none;
}


.waiter:hover{
	background-color:#FF4E00;
	color:#000000;
	cursor:pointer;
	border-radius:50%;
}

/*.waiter_bttn{
	float:left;
	width:235px;
	height:150px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	border-radius:25px;
	background-color:transparent;
border:solid 1px #FFFFFF;
-webkit-box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);
-moz-box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);
box-shadow: 0px 2px 10px 0px rgba(5,5,5,1);

font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#fff;
padding:10px;
margin:20px;
transition:all ease 0.5s;
outline:none;
}

.waiter_bttn:hover{
	background-color:#FFDD00;
	color:#000000;
	border-color:#FFE500;
	cursor:pointer;
}
*/
.pass label{
	color:#FFE500;
}

.pass input[type="password"]
{
background:none;
color:#FFFFFF;
outline:none;
}

.ok{
	position:relative;
	margin:0 ;
}

input[type="text"]
{
background:none;
color:#FFFFFF;
 
text-transform:capitalize;
outline:none;
}

input[type="date"]
{
background:none;
color:#FFFFFF;
outline:none;
}

.login{
	width:1250px;
	height:50px;
}

.cust_reg .login{
	width:150px;
}


/*.login_btn{
	width:350px;
	height:50px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:solid 1px #FFED00;
background: #d2ff52; 
background: -moz-linear-gradient(top,  #d2ff52 0%, #91e842 100%); 
background: -webkit-linear-gradient(top,  #d2ff52 0%,#91e842 100%); 
background: linear-gradient(to bottom,  #d2ff52 0%,#91e842 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); 

-webkit-box-shadow: 0px 2px 20px 0px rgba(0,196,255,1);
-moz-box-shadow: 0px 2px 20px 0px rgba(0,196,255,1);
box-shadow: 0px 2px 20px 0px rgba(0,196,255,1);

font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#000;
padding:10px;
margin:15px 0;
transition:all ease 0.5s;
outline:none;
}

.login_btn:hover{
	border-color:#00E3FF;
	cursor:pointer;
}
*/
.reg_btn{
	width:350px;
	height:50px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:solid 1px #FFED00;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff670f+0,f93a00+100 */
background: #ff670f; /* Old browsers */
background: -moz-linear-gradient(top,  #ff670f 0%, #f93a00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff670f 0%,#f93a00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff670f 0%,#f93a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff670f', endColorstr='#f93a00',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 0px 2px 20px 0px rgba(255,242,0,1);
-moz-box-shadow: 0px 2px 20px 0px rgba(255,242,0,1);
box-shadow: 0px 2px 20px 0px rgba(255,242,0,1);

font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#000;
padding:10px;
margin:15px 0;
transition:all ease 0.5s;
outline:none;
}

.reg_btn:hover{
	border-color:#00E3FF;
	cursor:pointer;
}

.cust_reg h3{
	text-align:center;
	color:#FFFFFF;
}

.cust_reg img{
	width:50px;
}

.cust_log h3{
	text-align:center;
	color:#FFFFFF;
}

.cust_log img{
	width:50px;
}

.main_03{
	height:auto;
	min-height:740px;
	background:url(../images/makhana/back.jpg) #f9a30e;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e67d00+0,fdb81f+100 */
padding-bottom:30px;
margin:0px;
}

.makhana_waiter .logo{
	width:150px;
	margin:40px auto;
}

/*.makhana_waiter_bttn{
	width:300px;
	height:50px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
background: #eeeeee;
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); 
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); 
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); 

border:none;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#000;
padding:10px;
margin:10px 0;
transition:all ease 0.5s;
outline:none;
}

.makhana_waiter_bttn:hover{
background: #ff3019; 
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); 
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); 
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	color:#fff;
	border-color:#FFE500;
	cursor:pointer;
}
*/
.pass_02 input[type="password"]
{
background:#FFFFFF;
border:none;
color:#000;
 
outline:none;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);

}

.pass_02 input[type="text"]
{
background:#FFFFFF;
border:none;
color:#000;
text-transform:capitalize;
outline:none;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);

}

.pass_02 input[type="date"]
{
background:#FFFFFF;
border:none;
color:#000;
outline:none;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.main_04{
	height:auto;
	min-height:740px;
	background:url(../images/club%20canteen/club%20back.jpg);
	background-size:cover;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e67d00+0,fdb81f+100 */
padding-bottom:30px;
margin:0px;
}

.club_waiter .logo{
	width:150px;
	margin:40px auto;
}

/*.club_waiter_bttn{
	float:left;
	width:235px;
	height:150px;
	background:none;
	border-radius:100%;
	border:solid 1px #00D3FF;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
font-family:"Open Sans";
font-size:18px;
text-align:center;
color:#00D3FF;
padding:10px;
margin:20px;
transition:all ease 0.5s;
outline:none;
}

.club_waiter_bttn:hover{
background: #ff7723;
background: -moz-linear-gradient(top,  #ff7723 0%, #ff5d00 100%); 
background: -webkit-linear-gradient(top,  #ff7723 0%,#ff5d00 100%); 
background: linear-gradient(to bottom,  #ff7723 0%,#ff5d00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7723', endColorstr='#ff5d00',GradientType=0 );
	
	border-radius:20%;
	border:none;
	color:#000;
	cursor:pointer;
}
*/
.pass_03 input[type="password"]
{
background:none;
border:solid 1px #00D3FF;
color:#fff;
outline:none;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);

}

.pass_03 input[type="text"]
{
background:none;
border:solid 1px #00D3FF;
color:#fff;
 text-transform:capitalize;
outline:none;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);

}

.pass_03 input[type="date"]
{
background:none;
border:solid 1px #00D3FF;
color:#fff;
outline:none;
-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
}

.menu_01{
height:auto;
min-height:570px;
background: #fff; /* Old browsers */
padding-bottom:30px;
margin:0px;
}

.cat_wrap{
	padding:0px;
}

.cat_wrap h4{
	font-family:"Open Sans";
	font-weight:bold;
	text-align:center;
	color:#9A9A9A;
}

.m_category{
	float:left;
	width:165px;
	margin:30px 16px 0 30px;
}

.m_category a img{
	transition:all ease 0.2s;
}

.m_category a img:hover{
	border:solid 10px #ECECEC;
}

.m_category p{
	font-family:"Open Sans";
	font-size:18px;
	text-align:center;
	color:#4B4B4B;
	margin:15px 0;
}

.menu_detail_wrapper{
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-border-radius:15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	margin:25px 0;
}

.menu_list_photo img{
	padding:25px;
}

 .menu_name{
background-color:#FFB600;
font-family:"Open Sans";
font-size:22px;
 font-weight:bold;
color:#410000;
-webkit-border-radius:15px;
-moz-border-radius:15px;
-border-radius:15px;
padding:15px 0;
margin:20px 0;
}

.price{
	font-family:"Open Sans";
	font-size:14px;
	color:#000;
	margin:20px 0;
}

#sel1{
	float:left;
	width:30%;
	margin:25px 0;
}

.btn-success{
	margin:10px 25px;
}

.btn-danger{
	margin:10px 25px;
}

.ccc{
	width:10%;
	-webkit-border-radius:4px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
color:#FBFBFB;
  border-color: #d43f3a;
  padding:5px 4px;

}

.add{
	width:10%;
	-webkit-border-radius:4px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
background: #ffaf4b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
color:#000;
  border-color: #F1931E;
  padding:5px 4px;

}



@media (max-width:480px){
	.bttn_01{
		width:100%;
	}
	
	.bttn_02{
		width:100%;
	}
	
	.bttn_03{
		width:100%;
	}
	.enter_butt{
		width:85%;
		height:190px;
	}
	/*.waiter_bttn{
		width:37%;
		height:80px;
	}*/
	.waiter{
		width:37%;
	}
	.login_btn{
		width:85%;
		height:50px;
	}
	.reg_btn{
		width:85%;
		height:50px;
	}
	
	.club_waiter_bttn{
		width:37%;
		height:80px;
	}
	
	.m_category{
		width:39%;
	}
	
	.menu_name{
	text-align:center;
	margin:5px 0;
	}
	.price{
	text-align:center;
	margin:5px 0;
	}

	#sel1{
		float:left;
		width:30%;
		margin:5px 0 10px 20px;
	}
	
	.btn-success{
	width:56%;
	margin:5px 0 10px 20px;
	}
	
	.btn-danger{
	width:55%;
	margin:5px 0 10px 20px;
	}
	
	.btn-primary{
	width:80%;
	margin:10px 0 10px 40px;
	}
	
	.btn-cancel{
	width:80%;
	margin:10px 0 10px 20px;
	}
	
	.ccc{
	width:80%;
	margin:10px 0 10px 40px;
	}

	.add{
	width:80%;
	margin:10px 0 10px 40px;
	}

	
}


@media (max-width:320px){
	
	.enter_butt{
		width:85%;
		height:130px;
	}

	.waiter_bttn{
		width:35%;
		height:80px;
	}
	
	.makhana_waiter_bttn{
		width:85%;
	}
	
	.club_waiter_bttn{
		width:35%;
		height:80px;
	}
	
	.m_category{
		width:36%;
	}
	
}

