
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #F7F7F7;
}
/*Header section*/
.home-4-waraper .search-bar > input[placeholder], .home-4-waraper .search-bar {
    color: #f97c10;
}
.home-banner-row {
    background: url(/images/landing-hero-welcome.png) no-repeat 328px 0;
    background-size: auto 100%;
    /*min-height: 368px;
    max-width: 1592px;*/
    /*padding: 0 160px;*/
}
.banner-section {
   /* background-color: #f89c31;*/
    box-shadow: 0 0 1px rgba(0,0,0,.14),0 1px 2px rgba(0,0,0,.28);
    top: 0;
    width: 100%;
    z-index: 10005;
}

.home-4-waraper .main-header {
    background: #3c3c3c none repeat scroll 0 0;
}
.home-4-waraper .menu-area {
    background: #000 none repeat scroll 0 0;
}
.menu-area ul li > a {
    border-radius: 0;
    color: #f0f0f0;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 25px;
    text-transform: capitalize;
    display: block;
}
.menu-area ul li > a:hover {
    border-radius: 0;
    color: #f97c10 !important;
	background-color:#ffffff;
    display: block;
}

.search-bar {
    color: #212121;
    float: left;
    position: relative;
    width: 85%;
    /* border-radius: 4px; */
}
.search-bar > input {
    border: medium none;
    height: 41px;
    padding: 0 0 0 10px;
    width: 100%;
    border-radius: 4px;
}

/*Products Cards Blocks*/
.cart-btn.common4 > a {
    background: #f97c10 none repeat scroll 0 0;
}
.cart-btn.common4 > a:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f97c10 ;
    color: #f97c10 ;
}
/*a:hover {
    color: #f97c10 !important;
    text-decoration: none;
}*/
.home-4-waraper a:hover {
    color: #f97c10;
}
.home-4-waraper .bt-information .b_static_footer {
    background: #f97c10 none repeat scroll 0 0;
}
.common4 .input-box a i {
    background: #f97c10 none repeat scroll 0 0;
}
.home-4-waraper .mobile-menu-area {
    background: #040404 none repeat scroll 0 0;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #fff;
    z-index: -1;
}
.mean-container .mean-nav ul li a {
    background: #000000 none repeat scroll 0 0;
    color: #dedede;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    /* text-transform: uppercase; */
    width: 90%;
    font-weight: bold;
}
.home-4-waraper .mean-container .mean-nav ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #f97c10;
}
.common4 .newslla {
    background: #fff url(./img/icon/bkg_newsletter.png) no-repeat scroll left center;
}


/*slider*/

.item{
    position: relative;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-buttons .fa{
    font-size: 25px;
    color: #fff;
    }
    .owl-prev,.owl-next{
        position: absolute;;
        top:33%;
    }

    .owl-prev{
left:30px;
padding: 8px 12px;
    }
    .owl-next{
        right: 30px;
    }
    .owl-pagination{
        position: absolute;
        left: 50%;
        bottom:0;
    }