﻿/*Ballards*/
/*#date_trigger, #location_trigger, .nav_text div {
    color: #086d8a !Important;
}

.hamburger, .landing-btn, span.logged_in, .add_to_cart {
    background: #00bbf2;
}

    .landing-banner .list-inline a:hover, span.logged_in:hover, .add_to_cart:hover, .add_to_cart:active {
        background: #086d8a;
    }

.landing-banner .list-inline a {
    background: #00bbf2;
}

.add_to_cart {
    border-color: #086d8a;
}

    .add_to_cart:hover, .add_to_cart:active {
        border-color: #99cccd;
    }
*/
/*Curson for product section convert to the pointer as anchor tag replaced by div-- Aditya*/
.menu_items .col-md-6 div{
    cursor:pointer;
}
.landing-banner {
    padding: 150px 30px 450px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-top: 9%;
}

@media screen and (max-width:767px) {
    .landing-banner {
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #fff;
        padding-bottom: 200px;
        padding-top: 150px;
        background-position-y: 90%;
    }
        .landing-banner.text-center {
            -o-background-size: 300px auto;
            -webkit-background-size: 300px auto;
            -moz-background-size: 300px auto;
            background-size: 300px auto;
            background-position-y: top;
            padding-top: 83%;
            margin-top: 29%;
        }


    .landing_page.container-fluid.top_nav {
        max-width: 80%;
        left: 0;
        right: 0;
        background: transparent;
        position: relative;
        bottom: 0;
    }
}
