@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    background: #3f3f3f;
}

/*h1, h2, h3, h4, h5, h6 {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
}*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

nav ul {
    list-style: none;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

/* change border colour to suit your needs */

input, select {
    vertical-align: middle;
}

/*==========================*/
/* 	  Common Styles			*/
/*==========================*/

.full_width {
    float: left;
    width: 100%;
}

.relative {
    position: relative;
}

input[type="text"] {
    float: left;
    width: 100%;
    outline: none;
}

button {
    background-color: transparent;
    border: none;
    outline: none;
}

/*==========================*/
/* 	  Header Components here	*/
/*==========================*/

header {
    padding: 15px;
    background: #fff;
}

/*==========================*/
/* 	  Components here	*/
/*==========================*/

.outer_section {
    text-align: center;
}

.radius_shape_common {
    width: 100%;
    max-width: 97%;
    min-height: 500px;
    display: inline-block;
    text-align: left;
    margin: 0 auto;
    background: #fff;
    border-radius: 0px;
    margin-top: 21px;
    padding: 30px;
    margin-bottom: 21px;
}

.main_heading {
    font-size: 30px;
    font-weight: 800;
    color: #4d4d4d;
    text-transform: uppercase;
}

.sub_heading {
    font-size: 13px;
    text-transform: uppercase;
    color: #ef9600;
    font-weight: 700;
    padding-top: 20px;
}

.dish_items img {
    width: 100%;
    float: left;
}

.dish_items h3 {
    font-size: 15px;
    color: #202020;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 18px 0;
}

.radius_shape_common .container {
    max-width: 100%;
    width: 100%;
}

.dish_items {
    margin-top: 30px;
}

.dish_items h3:before {
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    content: "";
    background: #f09b12;
}

.image_bar {
    width: 173px;
    float: left;
    max-width: 100%;
}

.image_bar img {
    width: 100%;
    float: left;
}

.form_bar {
    float: left;
    padding-left: 30px;
    padding-top: 20px;
    max-width: 380px;
}

.form_bar h2 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.form_bar input[type="text"] {
    width: 240px;
    float: left;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.form_bar_portal input[type="text"] {
    width: 120px;
    margin-right: 3px;
}

.form_bar_portal .floor_no {
    width: 120px;
    float: left;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    background-color: #fff;
}

.form_bar button {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    float: left;
    height: 38px;
    margin: 15px 0 15px 15px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(240, 149, 13, 1);
    background: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
}

.fav_check input[type="checkbox"] {
    display: none;
}

.fav_check input[type="checkbox"] + label {
    background: url(../images/icons/fav_chk.png) left top no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.fav_check input[type="checkbox"]:checked + label {
    background: url(../images/icons/fav_chk_active.png) left top no-repeat;
}

.fav_check label + label {
    cursor: pointer;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    font-style: italic;
    padding-left: 5px;
}

.fav_check label {
    display: inline-block;
    vertical-align: middle;
}

.radius_shape_common hr {
    height: 1px;
    width: 100%;
    float: left;
}

.custom_options h3 , .main-container h3 {
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;
	color:#108700;
	float:left;
	padding:20px 0 10px 0;
	position:relative;
	margin-bottom:10px;
}
.custom_options h3:after , .main-container h3:before {
	position:absolute;
	left:0;
	bottom:0;
	position:absolute;
	width:100px;
	height:1px;
	background:#108700;
	content:"";
}
.full_width.custom_options , .main-container h3:after {
    margin-top: -20px;

}

.custom_options textarea {
    width: 370px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 15px auto;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    text-align: center;
}

.custom_options .row {
    margin-left: -2px;
    margin-right: -2px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}

.custom_options .col-md-3 {
    width: 100%;
}

.custom_options .col-xs-6 {
    padding-left: 2px;
    padding-right: 2px;
    page-break-inside: avoid;
}

.custom_groups li {
    padding: 8px 0;
    float: left;
    width: 100%;
    border-bottom: 1px solid #dadada;
    list-style: none;
    cursor: pointer;
    position: relative;
    z-index: 99;
}

.img_bx {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 0;
    z-index: -1;
}

.img_bx img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #1c8d0d;
}

.custom_groups li label {
    font-size: 11px;
    font-weight: 700;
    color: #4d4d4d;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 10px;
    cursor: pointer;
}

.custom_groups .img_bx input[type="radio"] {
    display: none;
}

.custom_groups .img_bx input[type="radio"] + label {
    background: url(../images/icons/grn_rad.png) left top no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -2px;
}

.custom_groups .img_bx input[type="radio"]:checked + label {
    background: url(../images/icons/grn_rad_active.png) left top no-repeat;
}

.custom_groups .img_bx input[type="checkbox"] {
    display: none;
}

.custom_groups .img_bx input[type="checkbox"] + label {
    background: url(../images/icons/grn_chk.png) left top no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -2px;
}

.custom_groups .img_bx input[type="checkbox"]:checked + label {
    background: url(../images/icons/grn_chk_active.png) left top no-repeat;
}

.login_sec {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 600px;
    text-align: center;
    padding-top: 130px;
    margin-left: 0 !important;
}

.login_sec input[type="text"], .login_sec input[type="password"],
.login_sec_hot_meals input[type="text"], .login_sec_hot_meals input[type="password"] {
    border-radius: 5px;
    border: 2px solid #ccc;
    padding: 15px;
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    max-width: 460px;
    float: none;
    width: 460px;
}

.login_sec input[type="text"]:focus,
.login_sec_hot_meals input[type="text"]:focus {
    color: #108700;
    border-color: rgba(240, 149, 13, 1);
    border-color: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(69, 181, 13, 1) 48%, rgba(192, 150, 0, 1) 100%);
    border-color: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(48%, rgba(69, 181, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    border-color: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(69, 181, 13, 1) 48%, rgba(192, 150, 0, 1) 100%);
    border-color: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(69, 181, 13, 1) 48%, rgba(192, 150, 0, 1) 100%);
    border-color: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(69, 181, 13, 1) 48%, rgba(192, 150, 0, 1) 100%);
    border-color: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(69, 181, 13, 1) 48%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
}

.slide_c h2 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

header .logo {
    width: 182px;
    float: left;
}

.post_login {
    float: right;
    padding-left: 20px;
}

.post_login input[type="text"],
.post_login input[type="password"] {
    width: 240px;
    float: left;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 7px 0 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

span.maintenance_msg {
    font-size: 24px;
    color: red;
}

.post_login button {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    float: left;
    height: 38px;
    margin: 7px 0 0px 15px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(240, 149, 13, 1);
    background: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
}

.banner_section {
    position: relative;
}

.banner_section img {
    float: left;
}

.para_sec {
    background: #fff url(../images/bg.jpg) right bottom no-repeat;
    padding: 60px 0 100px 0;
    text-align: left;
    background-size: 30%;
    min-height: calc(100vh - 137px);
}

.para_sec h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #7f7a55;
    font-size: 26px;
}

.para_sec p {
    line-height: 29px;
    padding: 15px 0;
    color: #000;
}

.cms_order {
    background: #2f2f2f;
    padding: 20px;
}

.cms_order a {
    font-weight: 700;
    color: #fff;
}

.banner_content {
    width: 300px;
    height: 250px;
    background: url(../images/banner_quote.png) left top no-repeat;
    background-size: cover;
    position: absolute;
}

.banner_content h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding-top: 100px;
}

.banner_content h4 {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    padding-top: 15px;
}

.banner_content span {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    padding-top: 15px;
    text-decoration: underline;
    display: inline-block;
}

.left_i .banner_content {
    top: 30%;
    left: 50px;
}

.right_i .banner_content {
    top: 20%;
    right: 50px;
}

.banner_content {
    animation: swing ease-in-out 3s infinite alternate;
    transform-origin: center -20px;
}

@keyframes banner_content {
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

.post_login_text {
    float: right;
    padding-top: 13px;
}

.post_login_text h3 {
    display: inline-block;
    font-size: 14px;
}

.post_login_text h3 span {
    font-weight: 600;
    text-transform: uppercase;
}

.post_login_text a {
    display: inline-block;
    color: #7f7a55;
    padding: 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.post_login_text a:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 2px;
    margin-right: 11px;
    background: #7f7a55;
}

.right_del h4 {
    background: #eca742;
    padding: 14px 14px 14px 60px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    float: left;
    width: 100%;
}

.right_del h4 span {
    width: 49px;
    background: #7f7a55;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 2px 5px 0 5px;
}

.tripl {
    padding: 15px 0;
}

.tripl span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    font-weight: 600;
    font-size: 14px;
}

.tripl span select {
    width: 100px;
    float: left;
    height: 38px;
    border-radius: 5px;
    border: 1.2px solid #000;
    padding: 0px 15px;
    margin: 0px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    background: url(../images/icons/drp.png) right 10px center no-repeat;

}

.tripl span:last-child {
    color: #f3b100;
}

.right_del ul li {
    list-style: none;
    font-size: 14px;
    border-top: 1px solid #f3b100;
    padding: 10px 15px 10px 20px;
    position: relative;
}

.right_del ul li:before {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 16px;
    content: "";
    background: #f3b100;
}

.detail_ {
    width: 320px;
    float: left;
    min-height: 500px;
    background: #7f7a55;
    color: #fff;
    text-transform: uppercase;
    padding: 30px 30px 30px 30px;
    position: relative;
}

.cent_el {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.swipe_area {
    float: left;
    width: calc(100% - 320px);
    padding: 120px 30px 30px 30px;
}

.swipe_area_pos {
    padding: 30px;
}

.detail_ h2, .detail_ h3, .detail_ h4, .detail_ h5, .order_dt {
    font-size: 20px;
    padding: 5px;
}

.signal {
    margin-top: 20px;
}

.form_bar.nxt {
    float: right;
    padding-left: 0;
}

.form_bar.nxt button {
    float: right;
    margin-top: 30px;
}

.show_fav.form_bar {
    padding-left: 0;
    padding-top: 0;
}

.show_fav.form_bar button {
    margin-left: 0;
    margin-top: 0;
}

#favContents .modal-title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
}

#favContents .modal-header .close {
    margin-top: 0px;
}

#favContents .modal-body {
    display: inline-block;
    width: 100%;
}

.vertical_tab .nav-tabs {
    float: left;
    width: 30%;
}

.vertical_tab .tab-content {
    float: left;
    width: 70%;
    padding: 15px 15px;
    border: 1px solid #bc9500;
    border-radius: 5px;
}

.vertical_tab .nav-tabs > li {
    float: left;
    width: 100%;
}

.vertical_tab .nav-tabs > li > a {
    border: none;
    background: rgba(240, 149, 13, 1);
    background: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
    margin-bottom: 2px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 0.5s;
}

.vertical_tab .nav-tabs > li.active > a, .vertical_tab .nav-tabs > li.active > a:hover, .vertical_tab .nav-tabs > li.active > a:focus, .vertical_tab .nav-tabs > li a:hover {
    border: none;
    color: #fff;
    background: rgba(179, 113, 0, 1);
    background: -moz-linear-gradient(left, rgba(179, 113, 0, 1) 0%, rgba(252, 200, 13, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(179, 113, 0, 1)), color-stop(100%, rgba(252, 200, 13, 1)));
    background: -webkit-linear-gradient(left, rgba(179, 113, 0, 1) 0%, rgba(252, 200, 13, 1) 100%);
    background: -o-linear-gradient(left, rgba(179, 113, 0, 1) 0%, rgba(252, 200, 13, 1) 100%);
    background: -ms-linear-gradient(left, rgba(179, 113, 0, 1) 0%, rgba(252, 200, 13, 1) 100%);
    background: linear-gradient(to right, rgba(179, 113, 0, 1) 0%, rgba(252, 200, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b37100', endColorstr='#fcc80d', GradientType=1);
    transition-duration: 0.5s;
}

.nav-tabs {
    border-bottom: none;
}

#favContents h2 {
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 11px;
    font-size: 15px;
}

#favContents h3 {
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 11px;
    font-size: 15px;
}

#favContents p {
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 11px;
    font-size: 13px;
}

#favContents button {
    border: none;
    background: rgba(240, 149, 13, 1);
    background: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
    margin-bottom: 2px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition-duration: 0.5s;
    padding: 10px 17px;
}

.order_summary h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 23px;
    padding-top: 0;
}

.order_summary.dish_items h3:before {
    right: auto;
}

.order_summary h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #108700;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.order_summary h4 span {
    color: #333;
    text-transform: capitalize;
}

.show_fav.lessmar button {
    margin-top: 0;
}

.order_confirmation {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 500px;
    text-align: center;
    margin-left: 0 !important;
    padding-top: 150px;
}

.order_confirmation h3 {
    font-size: 20px;
    padding: 15px;
    font-weight: 600;
}

.order_confirmation h3 span {
    text-transform: uppercase;
    color: #108700;
}

.order_confirmation p {
    font-weight: 600;
}

span.order_date {
    font-weight: 600;
    float: left;
    width: 100%;
    padding: 15px 0;
}

.error_packet_meals {
    max-width: 460px;
    margin: 0 auto;
    margin-top: 10px;
}

#OrderTaken .modal-content {
    width: 70%;
    max-height: 300px;
    margin: 0 auto;
}

#OrderTaken .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.order_taken_employee_data {
    padding: 30px;
    text-align: center;
}

.half_bar > .full_width {
    width: 50%;
}

.half_bar .container {
    width: 100%;
}

.half_bar {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.half_bar > div {
    width: 50%;
}

.half_bar .owl-carousel.owl-loaded,
.half_bar .owl-carousel .owl-stage-outer,
.half_bar .owl-carousel .owl-stage,
.half_bar .owl-carousel.owl-drag .owl-item,
.half_bar .owl-carousel.owl-drag .owl-item .item,
.half_bar .owl-carousel.owl-drag .owl-item .item > img {
    height: 100%;
    object-fit: cover;
}

.post_login .weekly_menu {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    float: left;
    height: 38px;
    margin: 7px 0 0px 15px;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(240, 149, 13, 1);
    background: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
}

.login_sec_hot_meals {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: 860px;
    text-align: center;
    margin-left: 0 !important;
    padding: 0 !important;
}

.fav_order_btn {
    margin-top: 14px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    height: 38px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(240, 149, 13, 1);
    background: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
}

#fav_order_view {
    margin-right: 5px;
}

.fav_modal .modal-body h2 {
    font-size: 20px;
    font-weight: bold;
}

.fav_modal .modal-body ul {
    list-style-type: none;
    list-style-position: inside;
    font-size: 18px;
}

.fav_modal .modal-body ul li ul {
    list-style-type: circle;
    list-style-position: inside;
}

.fav_order_form {
    float: left;
    display: block;
}

.fav_order_form select {
    width: 240px;
    float: left;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    background-color: #fff;
    margin-right: 10px;
}

.fav_order_form span {
    margin-left: 15px;
}

.fav_order_form textarea{
    border-radius: 5px;
    border: 1px solid #ccc;
}

.pos-back-btn {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    float: right;
    height: 38px;
    margin: 15px 0 15px 15px;
    padding: 8px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(240, 149, 13, 1);
    background: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
    border: none;
}

.pos-back-btn:hover, .pos-back-btn:focus {
    color: #fff;
}

.message span {
    display: block;
}

.maintenance_msg {
    margin: 0 auto;
    display: block;
}

.form_bar_order_btn {
    margin: 0 auto;
    float: none;
}

.form_bar_cancel_btn {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    float: left;
    height: 38px;
    margin: 15px 0 0px 15px;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 5px;
    background: rgba(240, 149, 13, 1);
    background: -moz-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240, 149, 13, 1)), color-stop(100%, rgba(192, 150, 0, 1)));
    background: -webkit-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -o-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: -ms-linear-gradient(left, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    background: linear-gradient(to right, rgba(240, 149, 13, 1) 0%, rgba(192, 150, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0950d', endColorstr='#c09600', GradientType=1);
}

a.form_bar_cancel_btn:hover,
a.form_bar_cancel_btn:active {
    color: #fff;
}

.pos_form_bar_sec input[type="text"] {
    width: 140px;
}

.heading_sec,
.btn_sec {
    display: inline-block;
}

.show_fav a.form_bar_cancel_btn {
    margin: 0px 0 0px 15px;
}

.slide_c span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
}

/* ---- isotope ---- */
.grid {
    background: #DDD;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
.ts-gallery {
    padding-bottom: 70px;
    padding-top: 50px;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.ts-grid-item {
    margin: 0 -15px;
    background: transparent;
}

.ts-grid-item .grid-item {
    padding: 0 3px;
    margin-bottom: 10px;
}

.ts-grid-item .grid-item a.ts-popup {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.ts-grid-item .grid-item a.ts-popup img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.ts-grid-item .grid-item a.ts-popup:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ts-gallery .gallery-wrap {
    margin-top: 40px;
}

.ts-gallery .gallery-2 {
    margin: -40px 0 -60px -100px;
    position: relative;
}

.ts-gallery .speaker-shap .shap1 {
    top: 50%;
    opacity: .4;
}

@media (min-width: 576px) {
    #OrderTaken .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

/*==============================*/
/* 	  Media Query styles here	*/
/*==============================*/

@media (min-width: 1370px) {

}

/* End query */

@media (min-width: 1400px) {

}

/* End query */

@media (min-width: 1689px) {

}

/* End query */

@media (min-width: 1799px) {

}

/* End query */

@media (min-width: 1200px) {
    .custom_groups li label {
        font-size: 12px;
    }
}

/* End query */

@media (min-width: 992px) {
    .modal-dialog {
        width: 970px;
    }
}

/* End query */

@media (max-width: 1200px) {


}

/* End query */

@media (max-width: 1024px) {


}

/* End query */

@media (max-width: 992px) {

    .radius_shape_common {
        width: 92%;
    }

    .slide_c h2 {
        padding-top: 20px;
    }

    .left_i .banner_content, .right_i .banner_content {
        top: 1%;
    }


}

/* End query */

@media (max-width: 830px) {


}

/* End query */

@media (max-width: 768px) {

}

/* End query */

@media (max-width: 767px) {
    .radius_shape_common {
        float: left;
        width: 90%;
        margin-left: 5%;
        margin-bottom: 30px;
    }

    .half_bar {
        display: block;
    }

    .half_bar > .full_width {
        width: 100%;
    }

}

/* End query */

@media (max-width: 680px) {
    .form_bar {
        padding-left: 0;
    }


}

/* End query */


@media (max-width: 667px) {

}

/* End query */

@media (max-width: 640px) {
    .banner_content {
        position: static;
        display: inline-block;
    }

    .banner_section {
        background: #fff;
    }
}

/* End query */

@media (max-width: 568px) {
    .width568 {
        width: 100%;
    }

    header .logo {
        float: none;
        display: inline-block;
    }

    .post_login {
        float: none;
        display: inline-block;
    }

    .para_sec {
        background-size: 75%;
    }


}

/* End query */

@media (max-width: 480px) {
    .for_small {
        width: 100%;
    }

    .main_heading {
        font-size: 20px;
    }

    .sub_heading {
        font-size: 12px;
        line-height: 20px;
    }


}

/* End query */

@media (max-width: 380px) {
    .post_login input[type="text"] {
        width: 100%;
    }

    .post_login {
        padding-left: 0;
    }

    .post_login button {
        margin: 7px 0 0 0;
        float: none;
        display: inline-block;
    }
}

/* End query */

@media (max-width: 375px) {


}

/* End Query */

@media (max-width: 360px) {

}

@media (max-width: 320px) {


}

/* End Query */