body {
	margin: auto;
	padding: 0px;
	font-family: 'Roboto Slab', serif;/*font-family: 'Open Sans', sans-serif;*/
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
}
.title {
	width: auto;
}
.title h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #333;
	font-size: 38px;
	line-height: 50px;
	text-align: center;
	font-weight: 300;
}

.title_wht {
	width: auto;
}
.title_wht h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #fff;
	font-size: 38px;
	line-height: 50px;
	text-align: center;
	font-weight: 300;
}

/*navbar start*/

.navbar {
	position: relative;
	min-height: auto;
	margin-bottom: 0px;
	background: #333333;
	border-bottom: #4196cc solid 5px;
	border-radius: 0px;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 26px;
	height: 3px;
	border-radius: 1px;
	background: #fff;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 28px;
	margin-right: 10px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.hdr_call {
	font-size: 26px;
	color: #fff;
	float: left;
	padding-top: 40px;
	line-height: 18px;
	font-weight: 300;
}
/******end****/


/*********Header star********/

.header_prt {
	width: auto;
	margin: auto;
	padding: 60px 0px 80px 0px;
	background: url(../images/main_hdr.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.header_prt h1 {
	font-size: 55px;
	color: #fcca03;
	margin: 0px;
	line-height: 70px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 20px 0px 25px 0px;
}
.header_prt p {
	font-size: 23px;
	font-weight: 300;
	color: #fff;
	line-height: 36px;
}
.header_prt img {
	margin-top: 20px;
	display: inline-block;
}
.header_prt a {
	margin-top: 20px;
	margin-bottom: 20px;
	width: auto;
	display: inline-block;
	background: #fcca03;
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 13px 30px 12px 30px;
	border: rgba(0, 0, 0, 0.1) 2px solid;
}
.header_prt a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: #fab915 solid 2px;
	background-color: rgba(0, 0, 0, 0.1);
}
/******end******/

.how_work {
	width: auto;
	margin: auto;
	padding: 60px 0px 70px 0px;
}
.how_work h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #333;
	font-size: 50px;
	text-align: center;
	font-weight: 300;
}
.how_work a {
	font-weight: bold;
	font-size: 60px;
	color: #4196cc;
}
.how_work img {
	margin: 30px 0px 20px 0px;
}
.how_work h5 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #333;
	font-size: 32px;
	text-align: center;
	font-weight: 400;
}
.how_work p {
	font-size: 17px;
	font-weight: 400;
	color: #333;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
/*****yourdeliver*********/

.yourdeliver {
	width: auto;
	margin: auto;
	padding: 70px 0px 70px 0px;
	background: url(../images/gold_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}


.yourdeliver img {
	margin-top: 20px;
	display: inline-block;
}


.yourdeliver a {
	font-family: 'Open Sans', sans-serif;
	margin-top: 40px;
	width: auto;
	font-weight: 400;
	display: inline-block;
	background: #f74b29;
	color: #fff;
	font-size: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 8px 20px 8px 20px;
	border: rgba(0, 0, 0, 0.1) 2px solid;
}
.yourdeliver a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: #de3a1a solid 2px;
	background: #de3a1a;
}

/****menu send****/

.menu_send {
	width: auto;
	margin: auto;
	padding: 70px 0px 70px 0px;
	background: url(../images/menu_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.menu_send img {
	margin-top: 20px;
	display: inline-block;
}
/****notifications section****/

.notify_part {
	width: auto;
	margin: auto;
	padding: 70px 0px 70px 0px;
	background: url(../images/notify_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.notify_part img {
	margin-top: 20px;
	display: inline-block;
}


/******Generate a button*******/


.generate_part {
	width: auto;
	margin: auto;
	padding: 70px 0px 70px 0px;
}
.generate_part img {
	margin-top: 20px;
	display: inline-block;
}

.gnt_btn{
	margin: 0px 0px 30px 0px;
	width: auto;
	background:#f7f7f7;
	border: #dbdbdb solid 1px;
	border-radius: 8px;
	padding: 5px 5px 5px 5px;
}

.gnt_btn p{
	font-size: 23px;
	color: #333;
	padding: 15px 10px 0px 10px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}

.gnt_btn input{
	margin: 10px 0px 10px 0px;
	font-family: 'Open Sans', sans-serif;
}

.gnt_btn button{
	font-family: 'Open Sans', sans-serif;
	margin-top: 8px;
	width: auto;
	font-weight: 400;
	display: inline-block;
	background: #f74b29;
	color: #fff;
	font-size: 22px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 7px 20px 7px 20px;
	border: rgba(0, 0, 0, 0.1) 2px solid;
}

.gnt_btn button:hover{
	background: #f74b29;
	border: rgba(0, 0, 0, 0.1) 2px solid;
}


.gent_two{
	width: auto;
	padding: 20px 0px 10px 0px;
}

.gent_two img{
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.gent_two h4{
	width: auto;
	color: #333;
	font-size: 28px;
	margin: 0px;
	padding: 0px 10px 20px 10px;
	text-align: center;
	font-weight: 600;
}

.gent_two h5{
	width: auto;
	color: #f74b29;
	font-size: 24px;
	margin: 0px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	
}

.gent_two h5 span{
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
}


.gent_two textarea{
	width: 95%;
	display: block;
	padding: 10px;
	font-size: 16px;
	margin: 0px 20px 20px 20px;
	border: solid #afafaf 2px;
	overflow-x: hidden;
}
		




/****Print table****/

.print_table {
	width: auto;
	margin: auto;
	padding: 70px 0px 70px 0px;
	background: url(../images/print_table.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.print_table img {
	margin-top: 20px;
	display: inline-block;
}
.print_table a {
	font-family: 'Open Sans', sans-serif;
	margin-top: 40px;
	width: auto;
	font-weight: 400;
	display: inline-block;
	background: #f74b29;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 13px 20px 12px 20px;
	border: rgba(0, 0, 0, 0.1) 2px solid;
}
.print_table a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: #de3a1a solid 2px;
	background: #de3a1a;
}
.print_table a img {
	margin-top: 0px;
	margin-right: 10px;
}
/****Mobile Waiters****/

.mobile_waiters {
	width: auto;
	margin: auto;
	padding: 70px 0px 70px 0px;
}
.mobile_waiters img {
	margin-top: 20px;
	display: inline-block;
}
.mobile_waiters a {
	font-family: 'Open Sans', sans-serif;
	margin-top: 40px;
	width: auto;
	font-weight: 400;
	display: inline-block;
	background: #f74b29;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 13px 20px 12px 20px;
	border: rgba(0, 0, 0, 0.1) 2px solid;
}
.mobile_waiters a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: #de3a1a solid 2px;
	background: #de3a1a;
}
.mobile_waiters a img {
	margin-top: 0px;
	margin-right: 10px;
}
/*******Digital Signage**********/

.digital_signage {
	background: url(../images/digital_bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: auto;
	margin: auto;
	padding: 70px 0px 70px 0px;
}
.digital_signage img {
	margin-top: 20px;
	display: inline-block;
}
.digital_signage a {
	font-family: 'Open Sans', sans-serif;
	margin-top: 40px;
	width: auto;
	font-weight: 400;
	display: inline-block;
	background: #f74b29;
	color: #fff;
	font-size: 24px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 13px 20px 12px 20px;
	border: rgba(0, 0, 0, 0.1) 2px solid;
}
.digital_signage a:hover {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: #de3a1a solid 2px;
	background: #de3a1a;
}
.digital_signage h1 {
	margin: 0px;
	padding: 30px 0px 30px 0px;
	color: #fff;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
	font-weight: 600;
}
.digital_signage h4 {
	margin: 0px;
	padding: 20px 0px 30px 0px;
	color: #fff;
	font-size: 44px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
}

@media only screen and (min-device-width:220px) and (max-device-width:767px) {
	
	.gent_two textarea {
    width: 98%;
    display: block;
    padding: 10px;
    font-size: 16px;
    margin: 0px 0px 20px 0px;
    border: solid #afafaf 2px;
    overflow-x: hidden;
}
	
	.gnt_btn p {
    font-size: 20px;
		text-align: center;
	}
	.generate_part {
    width: auto;
    margin: auto;
    padding: 40px 0px 50px 0px;
}
	.gent_two h4 {
    width: auto;
    color: #333;
    font-size: 28px;
    margin: 0px;
    padding: 0px 0px 20px 0px;
	}
	.gnt_btn {
		
    padding: 5px 10px 25px 10px;
	
	}
	
.hdr_call {
    font-size: 20px;
    color: #fff;
    float: none;
    padding-top: 10px;
    line-height: 28px;
    font-weight: 300;
	text-align: center;
}	
	
.header_prt {
	text-align: center;
	padding: 40px 0px 50px 0px;
	}
	
.header_prt h1 {
    font-size: 34px;
    color: #fcca03;
    margin: 0px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0px 0px 25px 0px;
}
	
.header_prt p {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}	
	
.how_work h2 {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    color: #333;
    font-size: 40px;
	}
	
	.title h2 {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    color: #333;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
}
	

.title_wht h2 {
    margin: 0px;
    padding: 0px 0px 30px 0px;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
}	
	
.how_work {
    width: auto;
    margin: auto;
    padding: 40px 0px 50px 0px;
}	

.menu_send {
    width: auto;
    margin: auto;
    padding: 40px 0px 50px 0px;
	}
	
.yourdeliver {
    width: auto;
    margin: auto;
   padding: 40px 0px 50px 0px;
	}
	
.notify_part {
    width: auto;
    margin: auto;
    padding: 40px 0px 50px 0px;
	}
	
.print_table {
    width: auto;
    margin: auto;
     padding: 40px 0px 50px 0px;
	}
	
.print_table a {
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    width: auto;
    font-weight: 400;
    display: inline-block;
    background: #f74b29;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px!important;
	}
	
.mobile_waiters a {
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    width: auto;
    font-weight: 400;
    display: inline-block;
    background: #f74b29;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px!important;
	}
	
	
.digital_signage {
    width: auto;
    margin: auto;
     padding: 40px 0px 50px 0px;
	}
	
	
.digital_signage h1 {
    margin: 0px;
    padding: 30px 0px 30px 0px;
    color: #fff;
    font-size: 36px;
    line-height: 50px;
	}
	
.digital_signage h4 {
    margin: 0px;
    padding: 20px 0px 30px 0px;
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
}
	
	
.digital_signage a {
    font-family: 'Open Sans', sans-serif;
    margin-top: 40px;
    width: auto;
    font-weight: 400;
    display: inline-block;
    background: #f74b29;
    color: #fff;
    font-size: 20px;
	}
	
	
}


@media only screen and (min-device-width:768px) and (max-device-width:1024px) {

.hdr_call {
    font-size: 20px;
    color: #fff;
    float: left;
    padding-top: 40px;
    line-height: 18px;
    font-weight: 300;
}
	
	.header_prt{
		text-align: center;
	}
	
.header_prt h1 {
    font-size: 55px;
    color: #fcca03;
    margin: 0px;
    line-height: 70px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 00px 0px 15px 0px;
	}
	
.how_work h5 {
    margin: 0px;
    padding: 0px 0px 20px 0px;
    color: #333;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
}	
	
	
.how_work p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding-left: 0px;
    padding-right: 0px;
	}
	
}