@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

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;
}

#lb_header {
    -webkit-text-size-adjust: 100%!important;
    -moz-osx-font-smoothing: grayscale!important;
    -webkit-font-smoothing: antialiased!important;
    -ms-font-size-adjust: inherit!important;
    font-size-adjust: inherit!important
}

.lb_transparent_navbar {
    z-index: 3;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}


.lb_transparent_navbar {
    width: 100%;
    z-index: 10;
    padding:5px 0px;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.lb_transparent_navbar.sticky {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    /*background-color:#292c2f;*/
    background-color: rgba(41, 44, 47, 0.73);
    padding:6px 0px;
    zoom: 1;
}

#lb_transparent_header_logo {
    -webkit-transition: margin-top ease-in-out .3s;
    transition: margin-top ease-in-out .3s
}

.lb_transparent_navbar_header .navbar-brand{
    float: left;
     height:auto;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}


.lb_transparent_navbar_toggle {
    border: 0
}

.lb_transparent_navbar_toggle .icon-bar {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.lb_transparent_navbar_toggle .lb_transparent_top_icon_bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%
}

.lb_transparent_navbar_toggle .lb_transparent_middle_icon_bar {
    opacity: 0
}

.lb_transparent_navbar_toggle .lb_transparent_bottom_icon_bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%
}

.lb_transparent_navbar_toggle.collapsed .lb_transparent_top_icon_bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.lb_transparent_navbar_toggle.collapsed .lb_transparent_middle_icon_bar {
    opacity: 1
}

.lb_transparent_navbar_toggle.collapsed .lb_transparent_bottom_icon_bar {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.lb_transparent_navbar_nav>li>a,
.lb_transparent_navbar_nav>li>a:visited {
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.lb_transparent_navbar_nav>li>a:hover,
.lb_transparent_navbar_nav>li>a:active,
.lb_transparent_navbar_nav>li>a:focus {
    border: 0;
    outline: 0
}

.header-my-cart {
    display: inline-block;
    height: 50px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.shopping-cart {
    background-image: url(../images/newFood/cart.png);
    background-size: 26px;
    background-position: 7px;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 100%;
    padding-left: 29px;
    text-align: center;
    width:130px;
    padding-right:20px;
    text-transform: uppercase;
}

.shopping-cart {
    display: block;
    height: 100%;
    line-height: 51px;
    overflow: hidden;
    position: relative;
    text-align: center;
    color:#fff;
}

.shopping-cart .shopping-cart__count {
    position: absolute;
    left: 22px;
    top: 3px;
    min-width: 20px;
    height: 20px;
    border-radius: 22px;
    padding: 0px 5px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    background-color: rgb(251, 210, 115);
    color: #000000;
}

@media(max-width:991px) {
    #lb_transparent_header_logo {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .lb_transparent_navbar_header {
        padding: 10px 0 10px 0
    }
    .lb_transparent_navbar_nav {
        float: initial!important
    }

    .lb_transparent_navbar_nav{
        text-align: left
    }
    .navbar-default .navbar-collapse{
        border-color: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.97);
    }
}

@media only screen and (min-width:768px) and (max-width:5000px) {

}

@media only screen and (max-width:480px) {
}

@media(min-width:481px) and (max-width:600px) {
}

@media(min-width:601px) and (max-width:767px) {
}

@media(min-width:768px) and (max-width:991px) {

}

@media(min-width:992px) and (max-width:1250px) {
    .lb_transparent_navbar_responsive {
        padding-left: 0;
        padding-right: 0
    }

}

.lb_transparent_navbar {
    background:#B71C1C;
}


.lb_transparent_navbar_nav>li>a,
.lb_transparent_navbar_nav>li>a:visited {
    color: #ffffff!important
}

.lb_transparent_navbar_nav>li>a:hover,
.lb_transparent_navbar_nav>li>a:active,
.lb_transparent_navbar_nav>li>a.active,
.lb_transparent_navbar_nav>li>a:focus {
    color: #f9bf36!important
}

.lb_transparent_navbar_nav>li>a:before {
    background: #f9bf36
}

.lb_transparent_navbar_nav>li>a,
.lb_transparent_navbar_nav>li>a:visited,
.lb_transparent_navbar_nav>li>a:hover,
.lb_transparent_navbar_nav>li>a:active,
.lb_transparent_navbar_nav>li>a:focus {
    background: transparent!important
}

.lb_transparent_navbar_toggle .lb_transparent_top_icon_bar,
.lb_transparent_navbar_toggle .lb_transparent_bottom_icon_bar {
    background: #f9bf36!important
}

.lb_transparent_navbar_toggle.collapsed .lb_transparent_top_icon_bar,
.lb_transparent_navbar_toggle.collapsed .lb_transparent_middle_icon_bar,
.lb_transparent_navbar_toggle.collapsed .lb_transparent_bottom_icon_bar {
    background: #f9bf36!important
}

.lb_transparent_navbar_toggle,
.lb_transparent_navbar_toggle:hover,
.lb_transparent_navbar_toggle:active,
.lb_transparent_navbar_toggle:focus {
    background: transparent!important
}


@media only screen and (max-width:600px) {

}

/*=====  Header Full screen Start  =====*/

.full-screen-header {
    height: 100%;
    background: url("../images/newFood/header-bg-food.jpg") no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.full-screen-header .header-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    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: 51px;
    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: #B71C1C;
    border-radius: 0 5px 5px 0;
    color: #fff;
    text-transform: uppercase;
    border-color: #B71C1C;
    -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;
}

.header-offer{
    margin-top:20px;
}

.header-offer__link{
    display:inline-block;
    vertical-align:middle;
    font-size: 16px;
    font-weight: 300;
    color: #ffca7c !important;
    text-decoration:underline;
}

.offer-block{
    z-index: 1001;
    margin-left: 0px;
    position: fixed;
    right: -2px;
    top: 100px;
    color: #fff;
    background: rgba(0, 0, 0, 0.47);
    border: #505050 1px solid;
    font-size: 15px;
    display: block;
    padding: 5px 16px 4px 13px;
    cursor: pointer;
    border-radius: 30px 0px 0px 30px;
}

.offer-block a{
    color: #ffca7c;
    text-decoration:none;
}

/*=====  About Section Start  =====*/

.section-box {
    position:relative;
}

.lb-section__container{
    position: relative;
    z-index: 3;
}

.lb-section__container--custom{
    padding-bottom:93px;
    padding-top:93px;
}

.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;
}

.lb-services .text-primary {
    color: #b71c1c;
}

.lb-services .fa-inverse {
    color: #fff;
    font-size: smaller;
}

section .btn-more {
    background: #e6e6e6!important;
    color: #444;
    margin-bottom: 30px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.lb-services-container .lb-section__container--custom{
    /*padding-top:70px;
    padding-bottom:40px;*/
}

.lb-testimonial {
    background: url(http://il5.picdn.net/shutterstock/videos/21436519/thumb/1.jpg);
    /*background:url("../images/testomonial.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.lb-testimonial h2.section-heading{
    color:#fff;
}
.lb-testimonial p.section-sub-heading {
    color: #888;
}

.lb-testimonial .thumbnail{
    margin:0;
    padding: 30px 100px;
    background-color: rgba(0, 0, 0, 0.33);
    border:0;
    -webkit-border-radius:2px;
    border-radius:2px;
}

.lb-testimonial .carousel-indicators li {
    border: 1px solid #ffffff;
}
.lb-testimonial .carousel-indicators.active {
    background-color: #FFEB3B;
}

.lb-testimonial .lb-testimonial__p{
    font-size: 16px;
    color:#a2a2a2;
    font-weight: 200;
    text-indent: 60px;
    line-height: 28px;
}

.lb-testimonial .lb-testimonial__p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 10px;
    color: #dcdcdc;
}

.lb-testimonial .lb-testimonial__p:after {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 10px;
    color: #dcdcdc;
    top: 11px;
    position: relative;
}

.lb-testimonial .lb-testimonial__name{
    font-weight: 500;
    color:#ffffff;
}

@media screen and (max-width:992px) {
    .lb-testimonial .thumbnail{
        padding: 30px 20px;
    }
}

@media screen and (max-width:767px) {
    .lb-testimonial .thumbnail{
        padding: 30px 10px;
    }

    .full-screen-header .full-header__heading {
        font-size:26px;
        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;
    }

}

@media screen and (max-width:640px) {
    section h2.section-heading {
        font-size:20px;
    }
}
@media screen and (max-width:525px) {
    .full-screen-header .full-header__heading {
        font-size:22px;
        line-height: 29px;
        font-weight: 500;
    }
    .full-screen-header .full-header__sub {
        margin: 17px 0 23px;
    }
}

@media screen and (max-width:320px) {
    section h2.section-heading {
        font-size:16px;
    }
}


/*--- Product Slider --*/

.product-slider .owl-stage-outer {
    position: relative;
    padding:10px 0px;
}

.product-slider .product-item {
    background-color: #ffffff;
    /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.18);*/
    float: left;
    margin: 15px 6px;
    position: relative;
    width:280px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    /*overflow: hidden;*/
}

.product-slider .product-item:before, .product-slider .product-item:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow:0 15px 10px rgba(119, 119, 119, 0.59);
    -moz-box-shadow: 0 15px 10px rgba(119, 119, 119, 0.59);
    box-shadow:0 15px 10px rgba(119, 119, 119, 0.59);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.product-slider .product-item:after
{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}


/*.product-item:hover{*/
/*box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
/*box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);*/
/*transform: scale(1.1);*/
/*}*/

.product-slider .product-image{
    overflow: hidden;
    height:180px;
    width: 100%;
    margin-bottom: 10px;
    zoom: 1;
    position: relative;
    text-align: center;
    background: url("../images/newFood/lb-icon.png") no-repeat 76px 47px rgb(255, 255, 255);

}

.product-slider .product-image a{
    vertical-align: middle;
    text-align: center;
    display:block;
    zoom:1;
}

.product-slider .product-image__img
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.product-slider .product-name {
    margin: 10px 0px;
    font-size: 19px;
    color: #383737;
    display:inline-block;
    vertical-align: middle;
    zoom:1;
}

.product-slider .product-name > a{
    font-size: 13px;
    border-radius: 2px;
    border-color: #5cb85c;
    font-weight: 400;
}


.product-slider .product-item{
    /*text-align: center;*/
    margin: 0px;
    padding: 10px;
}

.product-slider .owl-carousel .owl-nav{
    margin-top:0;
}

.product-slider .owl-carousel .owl-nav [class*=owl-] {
    background:#fff;
    color:#333;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    margin:0;
}

.product-slider .owl-carousel .owl-nav [class*=owl-]:hover {
    background:#fff;
    color:#333;
}

.product-slider .owl-carousel .owl-prev,
.product-slider .owl-carousel .owl-next {
    width: 40px;
    height: 46px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    margin-left: 0;
    margin-right: 0;
    color: #333;
    margin-top:-32px !important;
}

.product-slider .owl-carousel .owl-prev {
    left:0px;
    border-radius: 0px 3px 3px 0px !important;
    margin-left:-1px;
    box-shadow: rgba(0, 0, 0, 0.298039) 4px 2px 10px -1px;
}

.product-slider .owl-carousel .owl-next {
    right:0px;
    border-radius: 3px 0px 0px 3px !important;
    margin-right:1px;
    box-shadow: rgba(0, 0, 0, 0.298039) -4px 2px 10px -1px;
}

.product-slider .owl-carousel .owl-dots {
    display: none !important;
}

.lb-offer-container {
    background: url("../images/newFood/offer3.gif");
    /*background:url("../images/testomonial.jpg");*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.lb-offer-container .btn{
    border-radius: 2px;
    border-color: #b71c1c;
    margin-bottom: 30px;
    background: #b71c1c;
    color: #fff;
}

.color-white{
    color:#ffffff;
}

.color-dark-white{
    color: #cacaca !important;
}