

body,html{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:subpixel-antialiased;
}

html, body {
    height:100%;
}

body {
    font-family:'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background:#edecec;
}

.no-padding{
    padding:0 !important;
}

.no-margin{
    margin:0 !important;
}


/*=====  Header Full screen Start  =====*/

.full-screen-header {
    height:54%;
    background:url(../images/newFood/offer2.jpg) no-repeat;
    background-position: 0 0;
    /*background-attachment: fixed;*/
    position:relative;
    background-size:cover;
    background-position:center;
}

.full-screen-header .header-overlay{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.40);
    position:absolute;
    top:0;
    left:0;
}

.header-table{
    display:table;
    width:100%;
    height:100%;
    position:relative;
    z-index:1;
}

.header-table__middle{
    display:table-cell;
    vertical-align:middle;
    width:100%;
    z-index:2;
    position:relative;
}

.full-screen-header .full-header__heading{
    font-size:22px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.full-screen-header .full-header__sub{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 22px;
    font-weight: 300;
    margin: 25px 0 30px;
}

.header-search{
    background-color: rgba(255, 255, 255, 0.22);
    padding: 8px;
    max-width: 750px;
    margin: 12px auto;
    border-radius: 5px;
}

.header-search form {
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

.header-search .header-search__input{
    width: 59%;
    min-width: 375px;
    height: 46px;
    float:left;
    position:relative;
}

.header-search input{
    width:100%;
    height: 46px;
    padding: 0 18px 0;
    padding-left: 40px;
    margin: 0;
    border: none;
    margin-left: 0;
    font-size: 16px;
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.header-search .header-search__input input.working {
    background: #fff url(../images/newFood/ui-loader.gif) no-repeat right center;
    background-position: 95% 14px;
}

.header-search .fa-search{
    position: absolute;
    color: #999;
    left: 15px;
    top: 34%;
}

.header-search input:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.header-search .header-search__select{
    width: 20%;
    min-width: 200px;
    height: 46px;
    position:relative;
    border-right: 1px solid #e6e6e6;
    float:left;
}
.header-search .category-dropdown{
    width: 100%;
    height: 46px;
    padding: 0 35px;
    margin: 0;
    border: none;
    font-size: 16px;
    color: #555;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.header-search .header-search__select > .fa-location-arrow {
    color: #666;
    position: absolute;
    left: 13px;
    top: 34%;
}


.header-search .header-search__btn{
    position: absolute;
    right: -2px;
    bottom: 0;
    font-size: 16px;
    max-width: 114px;
    background-color: #FF9800;
    border-radius: 0 5px 5px 0;
    color: #fff;
    text-transform: uppercase;
    border-color:#FF9800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    padding: 10px 20px;
    outline:0 !important;
    zoom: 1;
}

/*=====  About Section Start  =====*/

.section-box {
    position:relative;
}

.lb-section__container{
    position: relative;
    z-index: 3;
}

.lb-section__container--custom{
    background: #fff;
    margin-top: -116px;
    border-radius: 3px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.09);
    padding:15px;
    min-height:500px;
}

.box-white{
    background-color:#fff;
}


section h2.section-heading {
    font-size:30px;
    margin-top: 0;
    margin-bottom:5px;
    text-transform: uppercase;
}

section p.section-sub-heading {
    font-size: 16px;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 30px;
    color: #888;
}


.color-white{
    color:#ffffff;
}

.color-dark-white{
    color: #cacaca !important;
}


/*-======= Menu Listing Start =======*/

.panel {
    border: none;
    border-radius: 0px;
    box-shadow:none;
    margin-bottom: 20px;
}

.panel-heading {
    padding: 0px;
    border:0;
}

.panel-heading .panel-title {
    position: relative;
}

.panel-heading .panel-title > a {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 2px;
    color: #333;
    border: 1px solid #d2d2d2;
    border-bottom-color: #bbb;
    text-decoration: none;
    position: relative;
    padding-left:45px;
    text-shadow: 0px 1px 0px #fff;
    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 );


}


.panel-heading .panel-title > a:after,
.panel-heading .panel-title > a.collapsed:after {
    position: absolute;
    left: 16px;
    font-size: 21px;
    top: 12px;
    font-family: FontAwesome;
    color:#666;
}

.panel-heading .panel-title > a:after {
    content: '\f056';
}

.panel-heading .panel-title > a.collapsed:after {
    content: '\f055';
}

.panel-heading .panel-title .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px 2px 2px 0px;
    height: 100%;
    color: #fff;
    outline: none;
    border:0;
    text-transform: capitalize;
    font-size:16px;
    font-weight:400;
    background: rgb(200, 90, 69);
    background: -moz-linear-gradient(top,#C85A45,rgb(200, 90, 69));
    background: linear-gradient(to bottom,#f18908,rgb(200, 90, 69));
    background-image: -ms-linear-gradient(top,#C85A45,rgb(200, 90, 69));
}

.panel-heading .panel-title .btn-green{
    background: #4CAF50;
    background: -moz-linear-gradient(top,#8BC34A,#4CAF50);
    background: linear-gradient(to bottom,#8BC34A,#4CAF50);
    background-image: -ms-linear-gradient(top,#8BC34A,#4CAF50);
}

.panel-body{
    min-height:200px;
}

.panel-body .nav {
    display:inline-block;
    vertical-align:middle;
    border-bottom: 3px solid #82C150;
}

.panel-body .nav li {
    background-color: #E6E6E6;
    margin-right: 2px;
    margin-bottom: 0px;
}

.panel-body .nav li:last-child{
    margin-right:0;
}

.panel-body .nav li a {
    border: none;
    border-radius: 0px;
    margin: 0px;
    background-color: #EAEAEA;
    text-transform: capitalize;
    font-size: 14px;
    color:#444;
}

@media screen and (max-width: 992px) {
    .panel-body .nav li a {
        padding: 10px 12px;
    }
}

.panel-body .nav li.active a {
    background-color: #82C150;
    color: #fff;
    border: none;
}

.panel-body .nav li.active .arrow-down {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #82c150;
}

.tab-pane .well{
    min-height: 20px;
    padding: 19px;
    margin-top: 15px;
    margin-bottom:0px;
    background-color: #f7f7f7;
     border:0;
    border-radius: 0px;
    box-shadow:none;
}

.card-heading{
    margin-top: 15px;
    text-align:center;
}

.card-heading .card-title{
    color: #cb5d41;
    font-weight: 700;
    font-family: sans-serif;
    font-size: 14px;
}

.res-list {
    margin:0;
}

.res-list li {
    display: inline-block;
    width: 25%;
    padding: 0;
    float: left;
    margin-bottom: 7px;
}

.res-list li:before {
    content: "\00BB \0020";
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.res-list li > a{
    color: #747677;
}

.res-list li > a:hover{
    color:#ec830e;
}


.hotel-time{
    margin:0;
}

.hotel-time li {
    border: 1px solid #E0E0E0;
    font-size: 12px;
    padding: 0;
    width: 25%;
    float: left;
}

.hotel-time li span.dayName {
    display: block;
    text-align: center;
    padding: 4px;
    font-weight: 400;
    font-size: 14px;
    background: #E0E0E0;
    color: #333;
    text-shadow: 0px 1px #fff;
}

.hotel-time li div.day-time {
    border-top: 1px solid #A7A9A9;
    padding: 5px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    background: #F9F9F9;
    color: #555;
    text-align:center;
    min-height:77px;
}

.hotel-time li div.day-time > span{
    color: #8a8a8a;
    font-size: 13px;
    width: 52px;
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
}


.lb-hotel{
    position:relative;
    overflow:hidden;
    zoom: 1;
    margin-top:15px;
}

.lb-hotel .lb-hotel__list {
    display: inline-block;
    vertical-align: bottom;
    background-color: #f7f7f7;
    text-decoration: none;
    border: 1px solid rgb(237, 236, 236);
    border-radius: 2px;
    color:#444;
    margin-bottom: 15px;

}

.lb-hotel .hotel-image{
    height: 150px;
    width: 208px;
    display: block;
    position: relative;
    padding: 15px;
}

.lb-hotel .hotel-image__img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.lb-hotel .hotel-summary{
    /*padding-right: 15px;*/
    padding: 10px 11px 10px 0px;
}

.lb-hotel .hotel-summary__name{
    font-weight:300;
    color: #000;
    text-transform: capitalize;
}

.lb-hotel .hotel-summary__area{
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.lb-hotel .hotel-btn{
    position: relative;
    padding: 2px 15px;
    bottom: 0;
    right: 0;
    /*display: block;*/
    background: #4CAF50;
    color: #ffffff;
    margin-left: 3px;
    border-radius:2px;
}

.lb-hotel .hotel-btn.bookOfferBtn,.lb-hotel .hotel-btn.bookBtn {
    background: #fff;
    color: #ca4d1f;
    border-color: #d55834;
}

.lb-hotel .hotel-btn:hover{
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.29);
}

/*-======= Menu Listing End =======*/

/*===== Offers Page =====*/
.lb-offers{
 margin-bottom:0;
}

.lb-offers .panel-title {
    font-size: 30px;
    margin-top:10px;
    margin-bottom:15px;
}

.lb-offers .panel-heading > p {
    font-size: 16px;
    color: #666;
    margin-bottom:15px;
}

.lb-offers .panel-heading > a {
    margin-bottom:15px;
}

/*======== No result Found Block =====*/
.no-results {
    min-height:320px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.no-results .no-results-text {
    width: 150px;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #cbcbcb;
    margin: auto;
    color: #cbcbcb;
    -webkit-animation: shake 1s;
    animation: shake 1s;
}

/*--- LOcation Search ---*/
.location-search{
    background-color: rgba(255, 255, 255, 0.22);
    max-width: 280px;
    border-radius: 5px;
}

.location-search .controls {
    border: 1px solid rgb(202, 202, 202);
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 34px;
    outline: none;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
}


.location-search #pac-input {
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;

}

.location-search #pac-input:focus {
    border-color: #e9a55e;
}

.outletMsg {
    background-color: #fff2f2;
    border: 1px solid #d8bdbd;
    border-radius: 2px;
    box-shadow:none;
}

.outletMsg p{
    margin-bottom:0;
}

.offerMsg {
    /*background: #e9eaea url(http://www.radikalway.com/images/receipe-banner.png);*/
    background: #e9eaea url("../images/newFood/biryanoOffer.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-color: #d3c9c4;
    box-shadow: none;
    border-radius: 2px;
}

.offerMsg h3{
    color: #c35702;
    font-size: 22px;
    margin: 0;
    margin-bottom: 5px;
}

.offerMsg p{
    font-size:24px;
    color: #aca52e;
}

.offerMsg .btn-danger
{
    border-radius: 1px;
    font-size: 18px;
    padding: 4px 24px;
}

@-webkit-keyframes demo {
    0% {
        background-color: #efefc3;
        opacity:1;
    }
    22% {
        background-color: #efefc3;
    }
    77% {
        background-color: #efefc3;
    }
    100% {
        background-color: #efefc3;
    }
}

.demo {
    -webkit-animation-name: demo;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
}

.businessOption {
    background: #e9eaea url("../images/newFood/inve.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    border-color: rgb(215, 220, 226);
    box-shadow: none;
    border-radius: 2px;
}


.businessOption .lb-low__desc {
    text-decoration:none;
}
.businessOption .lb-low__desc h4 {
    font-size: 20px;
    color: #617d9e;
}

.businessOption .lb-low__desc p {
    font-size: 14px;
    color: #666;
}

.lb-low__more {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    color: #698a43;
}

/*======= Form Register ======*/

.lb-form-box {

}

.lb-form-box .form-control {
    height: 40px;
    background: #edecec;
    border-radius: 2px;
    box-shadow: none;
}

.bookOfferModal .offer-modal-btn{
    border-radius: 2px;
    height: 34px;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 600;
    font-family: sans-serif;
}

.bookOfferModal .modal-content {
    border-radius:2px;
    box-shadow:none;
}

.bookOfferModal .modal-title{
    color: #c35702;
}

.panel_link {
    color: #7b7509;
}

/*-- Location Keyword --*/

#location-sticky.sticky {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 99;
    box-shadow: 0px -2px 11px rgba(0, 0, 0, 0.35);
}

.location-box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0 15px;
    margin: 10px 0px 7px;
    zoom: 1;
}

.location-box.soon {
    margin-bottom: 20px;
}

.location-box .location-box__title {
    min-width: 50px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #4CAF50;
}

.location-box.soon .location-box__title{
    color: #e57b61;
}

.location-box .location-box__body {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
    zoom: 1;
    width: 10000px;
}

.location-box .location-body__ul {
    display: block;
    margin: 0;
    margin-right: 32px;
}

.location-box .location-item {
    height: 28px;
    float: left;
    padding: 5px;
    line-height: 16px;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 2px;
    text-align: center;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 2px 3px 0 rgba(0, 0, 0, 0.14);
}

.location-box .location-item a {
    font-size: 12px;
    text-decoration:none;
}

.searchable-container{
    width: 90%;
    left: 0;
    right: 0;
    margin: 0px auto;
    border-top: 0;
    border-radius: 0px 0px 3px 3px;
}

.searchable-container li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #666;
    white-space: nowrap;
    cursor:pointer;
}
.searchable-container li:hover{
    background-color: #f1f1f1;
}
.searchable-container li b.orange {
    color:orangered;
}


.searchable-container .item-heading{
    background: #fff5f4;
    color: #333;
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding: 4px 5px;
    white-space: nowrap;
    font-style: normal;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width:400px;
        margin: 30px auto;
    }
}

@media screen and (max-width:992px) {

    .lb-section__container--custom {
        margin-top:-100px;
    }

    .header-search {
        margin-bottom:30px;
    }

    .res-list li {
        width:50%;
    }

    .lb-hotel__list .media-left {
        display:block;
    }
    .lb-hotel .hotel-summary {
        padding:15px;
        text-align:center;
    }
    .lb-hotel .hotel-image {
        margin:0 auto;
    }
    .lb-hotel .hotel-btn {
        display:inline-block;
    }

    .lb-offers .panel-title {
        font-size:22px;
    }

    .lb-offers .panel-heading > p {
        font-size:14px;
    }
}

@media screen and (max-width:767px) {
    .full-screen-header .full-header__heading {
        font-size: 40px;
        line-height: 38px;
    }

    .header-search .header-search__input,.header-search .header-search__select {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        border-radius:0px;
        margin-left: 0;
        border-bottom: 1px solid #e6e6e6;
        border-right: 0;
    }

    .header-search .header-search__btn{
        margin-bottom: 0;
        position: inherit;
        right: 0;
        min-width: 100%;
        bottom: 0;
        border-radius: 0;
    }

    .lb-section__container--custom {
        margin-top:20px;
    }

    .header-table__middle {
        vertical-align:bottom;
    }

    .header-search {
        margin-bottom:30px;
    }
    .hotel-time li {
        width: 33.333333%;
    }
    .panel-body {
        padding-left:0;
        padding-right:0;
    }
    .header-search .header-search__select > .fa-location-arrow{
        display:none;
    }
    .header-search input {
        border-top: 1px solid #dcdcdc !important;
    }
    .header-search .category-dropdown{
        padding-left:10px;
        padding-right:10px;
    }
}

@media screen and (max-width:632px) {
    .panel-body .nav {
        width:100%;
        border-bottom:0;
    }

    .panel-body .nav li {
        width: 50%;
        display: inline-block;
        text-align:center;
        padding: 0;
        margin: 0;
    }
    .panel-body .nav li.active .arrow-down {
        display:none;
    }
    .hotel-time li {
        width:50%;
    }

    .panel-heading .panel-title .btn {
        display:none;
    }
    .lb-menu__title {
        font-size:16px !important;
        font-family: sans-serif;
    }
    .panel-heading .panel-title > a {
        padding-left:40px;
    }

    .lb-offers .panel-title {
        font-size:22px;
    }

    .lb-offers .panel-heading > p {
        font-size:14px;
    }
}

@media screen and (max-width:525px) {
    .full-screen-header .full-header__heading {
        font-size: 31px;
        line-height: 29px;
        font-weight: 500;
    }
    .full-screen-header .full-header__sub {
        margin: 17px 0 23px;
    }
    .res-list li {
        width:100%;
    }
    .lb-hotel .col-xs-6 {
        width:100%;
    }
}

@media screen and (max-width:420px) {
    .panel-body .nav li {
        width:100%;
        text-align:left;
    }

    .hotel-time li {
        width:100%;
    }
    .hotel-time li:last-child {
        display:none;
    }
    .lb-menu__title {
        font-size:14px !important;
        font-family: sans-serif;
    }

    .lb-offers .panel-title {
        font-size:18px;
    }

    .lb-offers .panel-heading > p {
        font-size:13px;
    }
}


