
                    body{
                    font-family: 'Ubuntu', sans-serif;
                    font-size: 14px;
                    font-weight: 400;
                    color: #2E2D2D;
                    background-color: #f4f4f4;
                    }
                     select.form-control {
        /*-webkit-appearance: none;*/
        -moz-appearance: none;
       /* -o-appearance: none;*/
        /* no standardized syntax available, no ie-friendly solution available */
    /*   background-color: white;
    background-image:*/
    }


select + i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    
    background-color: #fff;
    padding-right: 5px;
}
                    .green{
                        color: #75b933;
                    }
                    .logoheader{
                        padding-top: 15px;
                        padding-bottom:15px;
                    }
                    .mt15{
                        margin-top: 15px;
                    }/*
                    .navbar{
                    background-color: #8BD245;
                    border-radius: 0;
                    border:none;
                    margin-bottom: 0px;
                    }
                    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus {
                    font-size: 16px;
                    letter-spacing: 1px;
                    color: #fff !important;
                    text-transform: uppercase;
                    }
                    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > .active > a:focus{
                        color: #8BD245 !important;
                        background-color: #fff;
                    }*/
                    .nav-y{
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }
                    .nav-y > .container .navbar-brand, .nav-y > .container-fluid .navbar-brand{
                        margin-top: -10px;
                    }
                    .x-nav{
                        border-radius: 0;
                        border:none;
                        margin-bottom: 0px;
                        padding-top: 20px;
                        padding-bottom: 20px;
                        border-bottom: 1px solid #ccc;
                    }

                    .navbar-default .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus {
                        font-size: 14px;
                        letter-spacing: 0.6px;
                        text-transform: uppercase;
                    }
                    .nav-y .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus {
                        font-size: 14px;
                        letter-spacing: 1px;
                        text-transform: uppercase;
                    }

                    .x-nav > .container .navbar-brand, .x-nav > .container-fluid .navbar-brand{
                        margin-top: -25px;
                    }
                    .x-nav > .container .navbar-brand, .x-nav > .container-fluid .navbar-brand img{ 
                        height: 70px;
                    }
                    .owl-carousel .item{
                        background-size: cover;background-position: center;
                    }
                     #one .owl-prev,#two .owl-prev{
                            position: absolute;
                            top: 0;
                            left: 25px;
                            bottom: 0;
                            margin: auto;
                            padding: 5px;  
                            padding-top: 20px;
                            padding-right: 20px;                      
                            width: 22.5px;
                            height: 75px;
                            border-radius: 10px;
                            color: #8BD245;

                            background-color: transparent;
                        }
                        #one .owl-next,#two .owl-next{
                            position: absolute;
                            top: 0;
                            right: 25px;
                            bottom: 0;
                            margin: auto;
                            padding: 5px;  
                            padding-top: 20px;
                            padding-right: 20px;                      
                            width: 22.5px;
                            height: 75px;
                            border-radius: 10px;
                            color: #8BD245;
                        }
                        #one .owl-carousel:hover .owl-prev,#two .owl-carousel:hover .owl-prev{
                            transition: all 0.2s;
                            padding-left: 10px;
                            left: 35px;
                            padding-right: 10px;
                            width: 32.5px;
                            background-color: transparent;
                        }
                        #one .owl-carousel:hover .owl-next,#two .owl-carousel:hover .owl-next{
                            transition: all 0.2s;
                            padding-left: 10px;
                            right: 35px;
                            padding-right: 10px;
                            width: 32.5px;
                        }

                    .btn-round{
                        border-radius: 50px;
                        background-color: #8BD245; 
                        font-weight: 700;
                    }
                    .bg-green{
                        background-color: #7AC23C; 
                        color: #fff;
                    }
                    .pad50{
                        padding-top: 50px;
                        padding-bottom: 50px;

                    }
                    .outline{
                        border:1px solid #ddd;
                        margin: 0px;
                        margin-top: 30px;
                        padding: 15px;
                    }
                    .productimg{
                        margin: 0px;
                        padding: 20px;
                    }
                    .btn-panel>.btn-default{
                        border-radius: 0px;
                        border:1px solid #ddd;
                        border-top: none;
                    }
                    .featuretext{
                        margin-top: 15px;
                        padding: 15px;
                        text-align: center;
                    }
                    .featuretext p{
                        font-size: 12px;
                    }
                    .footer{
                        border-top:1px solid #ddd;
                        background-color: #293541;
                    }
                    .footer a{
                        transition: padding 0.8s;
                        display: block;
                        color: #fff;
                        font-size: 14px;
                        padding-top: 5px;
                        padding-bottom: 5px;
                    }

                    .footer h4{
                        transition: padding 0.8s;
                        display: block;
                        color: #F7DC5B;
                        font-size: 18px;
                        padding-top: 5px;
                        padding-bottom: 5px;
                    }
                    .footer a:hover{
                        transition: padding 0.4s;
                        text-decoration: none;
                        padding-left: 10px;
                    }
                    .footer address{
                        font-size: 14px;
                    }
                    .form-control{
                        border-radius: 0;
                    }
                    .bottom-left{
                        position: absolute;bottom: 0px; left: 0px;background: linear-gradient(to bottom,rgba(41,53,65,0) 0,rgba(41,53,65,.8) 50%,#293541 100%);color: #fff;width: 100%;
                    }
                    .imgbox .bottom-left div{                        
                        transition: padding 0.4s;
                        padding: 15px;
                    }
                    .imgbox:hover .bottom-left div{
                        transition: padding 0.4s;
                        padding-bottom: 50px;
                    }
                    @media screen and (max-width: 600px) {
                        .navbar{
                            min-height: 0px;
                        }
                        .x-nav > .container .navbar-brand, .x-nav > .container-fluid .navbar-brand{
                        margin-top: -15px;
                    }
                        .x-nav > .container .navbar-brand, .x-nav > .container-fluid .navbar-brand img{ 
                            height: 50px;
                        }
                        .x-nav{
                            border-radius: 0;
                            border:none;
                            margin-bottom: 0px;
                            padding-top: 0px;
                            padding-bottom: 0px;
                            border-bottom: 1px solid #ccc;
                        }
                    }