/*box-shadow: 4px 4px 4px 5px rgba(0, 0, 0, 0.2);*/

* {
    padding: 0;
    margin: 0;
    border: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

@font-face {
    font-family: "myfont";
    src: url("font/freescpt-webfont.woff") format('woff');
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

strong {
    font-weight: bold;
}

p {
    text-align: justify;
}

.clear {
    clear: both;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    color: #000;
    border: none;
    width: 80%;
    margin-left: 10%;
    background: none repeat scroll 0% 0% #F1F1F1;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.homecon_bg {
    /*float: left;
    min-height: 550px;
    width: 580px !important;
    min-width: 580px;
    padding: 90px 80px 80px 30px;
    background: url(../images/homecon-bg1.jpg) no-repeat right -20px;
    margin-right: 20px;
    border-right: 1px dashed #333;
    margin-top:10px;*/
    float: left;
    min-height: 771px;
    width: 760px !important;
    min-width: 605px;
    padding: 50px 5px 38px 5px;
    background: url(../images/homecon-bg1.jpg) no-repeat right -40px top 0px;
    /* margin-right: 20px; */
    border-right: 1px dashed #333;
    /* margin-top: 10px; */
    box-shadow: 4px 5px 9px #ccc;
}

.secand_section .homecon_bg p {
    /*float: left;
    width: 100%;
    font-family: "myfont";
    font-size: 39px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #666;
    line-height: 40px;
    padding: 26px 0 10px;*/
    float: left;
    width: 70%;
    font-family: "myfont";
    font-size: 38px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #666;
    line-height: 42px;
    padding: 50px 0px 0px 132px;
}


#header .top_header {
    float: left;
    min-width: 100%;
    /*background: #ffffff; 
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZGNkY2QiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 1%, #cdcdcd 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#cdcdcd)); 
    background: -webkit-linear-gradient(top, #ffffff 1%,#cdcdcd 100%); 
    background: -o-linear-gradient(top, #ffffff 1%,#cdcdcd 100%); 
    background: -ms-linear-gradient(top, #ffffff 1%,#cdcdcd 100%);
    background: linear-gradient(to bottom, #ffffff 1%,#cdcdcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 ); */
    padding-bottom: 0px;
    border-bottom: 1px solid #979797;
}

#header .logo {
    float: left;
    width: 260px;
    margin: 0 0 0 0;
}

#header aside.header_right {
    /*float: right;*/
    /*width: 700px !important;*/
    width: auto;
    /*margin-left: 406px;*/
}

    #header aside.header_right .language_box {
        float: right;
        width: 100%;
    }

        #header aside.header_right .language_box select {
            float: right;
            width: 150px;
            line-height: 20px;
            border: 1px solid #ccc;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 12px;
            font-style: normal;
            font-weight: normal;
            color: #000;
            margin: 10px 0 0 0;
        }

    #header aside.header_right .header_secandrow {
        /*float: left;*/
        /*width: 100%;*/
        margin: 0px 0px 2px 0px;
    }

        #header aside.header_right .header_secandrow span {
            float: left;
            margin: 0 10px 0 30px;
        }

    #header aside.header_right nav {
        float: right;
        padding: 25px 0 0 0;
    }

        #header aside.header_right nav ul {
            float: left;
            list-style: none;
        }

            #header aside.header_right nav ul li {
                float: left;
                /*font-family: calibri;*/
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 18px;
                font-style: normal;
                font-weight: normal;
                color: #666;
                border-right: 1px solid #666;
                padding: 0 10px;
            }

                #header aside.header_right nav ul li a {
                    text-decoration: none;
                    color: #666;
                }

                #header aside.header_right nav ul li.last_nav {
                    border-right: none;
                }


#header .main_nemu {
    float: left;
    min-width: 100%;
    background: #77a43b;
    margin: 0;
    -moz-box-shadow: 2px 3px 6px #999;
    -webkit-box-shadow: 2px 3px 6px #999;
    box-shadow: 2px 3px 6px #999;
    behavior: url(PIE.htc) !important;
    position: relative;
}

    #header .main_nemu nav {
        /*float: left;*/
        width: 100%;
        padding: 1px 0px 0px 35px;
    }

        #header .main_nemu nav ul {
            list-style: none;
        }

            #header .main_nemu nav ul li {
                float: left;
                border-left: 1px solid #85b446;
                border-right: 1px solid #005a1c;
                font-family: calibri;
                font-size: 16px;
                font-style: normal;
                font-weight: normal;
                color: #fff;
                line-height: 30px;
                text-transform: uppercase;
                position: relative;
                display: inline-block;
            }

                #header .main_nemu nav ul li:hover {
                    background: #005A1C;
                    border-radius: 6px;
                }
                    /*#header .main_nemu nav ul li:hover > a{background:#005A1C;}*/
                    #header .main_nemu nav ul li:hover ul {
                        display: block;
                    }

                #header .main_nemu nav ul li ul {
                    border-radius: 5px 5px 2px 2px;
                    display: none;
                    float: left;
                    z-index: 99999;
                    margin: 0;
                    padding: 0;
                    width: 240px;
                    position: absolute;
                    top: 100%;
                    background: #77a43b;
                }

                    #header .main_nemu nav ul li ul li {
                        float: left;
                        width: 100%;
                        text-transform: capitalize;
                        color: #fff;
                        border: none !important;
                        border-bottom: 1px solid #005A1C !important;
                    }

                        #header .main_nemu nav ul li ul li a {
                            float: left;
                            width: 90%;
                            padding: 0px 4%;
                            border-bottom: 1px solid #85B446;
                            color: #fff;
                        }

                #header .main_nemu nav ul li a {
                    text-decoration: none;
                    color: #fff;
                    padding: 0 10px;
                    font-weight: bold;
                }

                #header .main_nemu nav ul li.fast_nav {
                    border-left: none;
                    margin-left: 25px;
                }

                #header .main_nemu nav ul li.last_nav {
                    border-right: none;
                }

.banner {
    float: left; /*min-width:100%;*/
    height: 310px;
    /*background: url(../images/allpages/home.jpg) no-repeat left top;*/
    border-bottom: 1px solid #999;
    width: 100%;
}

    .banner figure {
        float: left;
        padding: 2px 0 0 0;
        /*margin-left:-36px;*/
    }

        .banner figure img {
            display: block;
        }


.secand_menu {
    float: right;
    width: 280px;
    max-height: 314px;
    min-height: 314px;
    /* background: url(../images/banner-section-box.png) no-repeat left top;*/
    /*margin-top: -315px;*/
    margin-top: -314px;
    box-shadow: 3px 1px 5px #ccc;
    position: relative;
    z-index: 5;
    /*margin-right: -421px;*/
}

    .secand_menu h2 {
        float: left;
        min-width: 250px;
        text-transform: capitalize !important;
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        color: #fff;
        background: url(../images/green_label.png) no-repeat right;
        margin-left: -10px;
        padding: 0 10px 0 30px;
        line-height: 30px;
        font-weight: bold;
    }

        .secand_menu h2 span.bottom_shap {
            float: left;
            width: 15px;
            margin-left: -15px;
            background: url(../images/heading-shap.png) no-repeat left bottom;
            margin-left: -30px;
            margin-bottom: -25px !important;
            height: 45px;
            display: block;
        }

    .secand_menu ul {
        float: left;
        padding: 0px 0 0px 60px;
        list-style: none;
    }

        .secand_menu ul li {
            float: left;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            color: #666;
            background: url(../images/menu_arrow.png) no-repeat left center;
            padding: 5px 0 0 20px;
            clear: both;
        }

            .secand_menu ul li a {
                text-decoration: none;
                color: #666;
            }

                .secand_menu ul li a:hover {
                    text-decoration: none;
                    color: #5A9110;
                }

.header_banner {
    float: right;
    min-height: 57px;
    top: 100px;
    min-width: 306px;
}

.about_us h6 {
    float: left;
    width: 100%;
    /*font-family: calibri;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    line-height: 25px;
    font-weight: bold;
    margin: 10px 0px 5px 0;
}

    .about_us h6 span {
        float: left;
        border: 1px solid #ccc;
        border-radius: 40px;
        padding: 7px;
        color: #fff;
        text-align: center;
        background: #49ae76;
        line-height: 9px;
        margin-right: 10px;
    }

.ethiks p {
    margin-left: 35px;
    width: auto !important;
}

.about_us p {
    float: left;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #666;
    padding-bottom: 15px;
}

.header_banner p {
    float: right;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.top_contant {
    float: left;
    min-width: 100%;
    /*background: #fff;*/
    padding-bottom: 10px;
}

    .top_contant .con_box {
        /*float: left;*/
        /*width: 300px;*/
        /*width: 261px;
        min-height: 245px;
        background: #fff;
        margin: -4px 0px 0px 5px;
        box-shadow: 4px 5px 9px #ccc;*/
        float: left;
        width: 325px;
        min-height: 245px;
        background: #fff;
        margin: -4px 0px 0px 25px;
        box-shadow: 4px 5px 9px #ccc;
    }

.News_img {
    height: 160px;
}

.top_contant .con_box h3 {
    float: left;
    width: 100%;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    background: #205a99;
    text-align: center;
    line-height: 30px;
    padding: 5px 0;
    border-radius: 7px 7px 0px 0px;
}

.top_contant .con_box figure {
    padding: 10px;
    float: left;
}

.top_contant .about_big {
    float: left;
    width: 325px;
}

    .top_contant .about_big h3 {
        background: #61a00c !important;
        border-radius: 7px 7px 0px 0px;
    }

    .top_contant .about_big article {
        float: left;
        padding: 10px;
    }

.top_contant .product h3 {
    background: #d3d3d3 !important;
    border-radius: 7px 7px 0px 0px;
}

.top_contant .about_big article p {
    float: left;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #666;
}

.read_more {
    float: left;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #e84e0e;
    background: url(../images/read_more-button.jpg) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
}

    .read_more a {
        color: #e84e0e;
        text-decoration: none;
    }

        .read_more a:hover {
            text-decoration: underline;
        }

.top_contant .big_recipes h3 {
    background: #e84e0e;
    border-radius: 7px 7px 0px 0px;
}

.secand_section {
    float: left;
    min-width: 100%;
    margin: 20px 0;
    /*background-color: #fff;*/
    margin-bottom: 0px !important;
    /*box-shadow: 0px 1px 5px #999999;*/
}

    .secand_section .con_left {
        float: left;
        width: 700px;
        margin-right: 30px;
    }

        .secand_section .con_left h2 {
            float: left;
            width: 100%;
            /*font-family: Gabriola;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 30px;
            font-style: normal;
            font-weight: normal;
            color: A#205a99;
        }

        .secand_section .con_left p {
            float: left;
            width: 100%;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            color: #666;
            padding-bottom: 10px;
        }

        .secand_section .con_left h2 span {
            color: #77a43b;
        }

    .secand_section .right_section {
        float: right;
        width: 270px;
    }

        .secand_section .right_section ul {
            list-style: none;
            padding-top: 20px;
        }

            .secand_section .right_section ul li {
                /*font-family: Arial, Helvetica, sans-serif;*/
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 14px;
                font-style: normal;
                font-weight: normal;
                color: #333;
                border-bottom: 1px solid #999;
                padding: 5px 0;
            }

        .secand_section .right_section figure {
            margin-top: 5px;
            float: left;
        }

        .secand_section .right_section .sidebar_enquiry {
            float: left;
            margin-top: 20px;
        }

        .secand_section .right_section .sidebar_cantact {
            float: left;
            min-width: 235px;
            min-height: 70px;
            background: url(../images/sidebar-cantact-bg.png) no-repeat left top;
            padding: 4px 0 10px 30px;
            margin-top: 10px;
        }

            .secand_section .right_section .sidebar_cantact ul {
                list-style: none;
                float: left;
                padding: 0;
                margin: 0;
            }

                .secand_section .right_section .sidebar_cantact ul li {
                    float: left;
                    clear: both;
                    /*font-family: Arial, Helvetica, sans-serif;*/
                    font-family: Georgia,"Times New Roman",Times,serif;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: normal;
                    color: #fff;
                    font-weight: bold;
                    margin-top: 5px;
                    border: none !important;
                    padding: 0 0 0 40px;
                    line-height: 1.3;
                }

                    .secand_section .right_section .sidebar_cantact ul li.mail_icon {
                        background: url(../images/email-icon.jpg) no-repeat left 2px;
                    }

                    .secand_section .right_section .sidebar_cantact ul li.phone_icon {
                        background: url(../images/phone_icon.jpg) no-repeat 2px;
                    }

                    .secand_section .right_section .sidebar_cantact ul li.mail_icon a {
                        color: #fff;
                        text-decoration: none;
                    }

/* ------------ footer start ---------------*/
#footer {
    float: left;
    min-width: 100%;
    border-top: 2px solid #6b736e;
    /*background: url(../images/footer-bg.jpg) repeat left top;*/
    padding: 10px 0 0 0;
    margin-top: 2px;
    margin-bottom: 10px;
    font-weight: normal;
    text-decoration: none;
}

    #footer p {
        color: #5A5A5A;
        font-size: 15px;
        /*font-family: Verdana;*/
        font-family: Georgia,"Times New Roman",Times,serif;
    }

    #footer a {
        text-decoration: none;
        color: #000;
    }

.footer_section {
    float: left;
    min-width: 100%;
    margin: 0px 0;
    /*background-color: #fff;*/
}

.social_contect {
    float: left;
}

    .social_contect h2 {
        float: left;
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        color: #fff;
        padding-top: 8px;
        padding-right: 5px;
    }

    .social_contect ul {
        float: left;
        list-style: none;
    }

        .social_contect ul li {
            float: left;
            padding-right: 10px;
            padding-top: 10px;
        }

            .social_contect ul li:hover {
                padding-top: 5px;
            }

.newsletter {
    float: left;
    margin-top: 10px;
}

    .newsletter h2 {
        float: left;
        /*font-family: Georgia, "Times New Roman", Times, serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 22px;
        font-style: normal;
        font-weight: normal;
        color: #fff;
        padding-bottom: 5px;
    }

    .newsletter form {
        float: left;
        width: 230px;
        background: #fff;
    }

        .newsletter form input {
            background: #fff;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            color: #999;
            padding: 5px;
            line-height: 23px;
        }

            .newsletter form input.submit_button {
                float: right;
                width: 33px;
                height: 33px;
                background: url(../images/newsletter-submit.jpg) no-repeat left top;
                cursor: pointer;
            }

#footer .footer_nav {
    float: left;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #f8f8f8;
    padding-top: 10px;
}

    #footer .footer_nav a {
        color: #f8f8f8;
        text-decoration: none;
        padding: 0 10px;
    }

#footer .footer_bottom {
    float: left;
    width: 100%;
    background: #111111;
    border-top: 1px solid #6c6c6c;
    padding: 1% 0;
    margin-top: 20px;
}

    #footer .footer_bottom p {
        float: left;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 14px;
        color: #fff;
    }

        #footer .footer_bottom p.footer_right {
            float: right;
            width: auto;
            font-size: 14px;
            display: inline-block;
            line-height: 140%;
            text-align: right;
        }

            #footer .footer_bottom p.footer_right span {
                display: inline-block;
                background: url(../images/Development-bg.jpg) repeat-x left top;
                color: #cc0000;
                font-weight: bold;
            }

                #footer .footer_bottom p.footer_right span a {
                    color: #619b14;
                    text-decoration: none;
                }



/* ---------------- product page start -------------------*/

.secand_section .left_con {
    float: left;
    /*width: 680px;*/
    width: 760px;
    border-right: 1px dashed #333;
    padding-right: 20px;
}

    .secand_section .left_con h2 {
        float: left;
        width: 100%;
        /*font-family: Georgia, "Times New Roman", Times, serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 24px;
        font-style: normal;
        font-weight: normal;
        color: #61a00c;
        background: url(../images/pet-border.png) repeat-x left bottom;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

        .secand_section .left_con h2 span {
            color: #24578c;
        }

    .secand_section .left_con .product_main {
        float: left;
        width: 100%;
    }

/*Product Start New*/
.product_showcase {
    float: left;
    width: 50%;
    margin: 20px 0;
}

    .product_showcase a {
        float: left;
        width: 80%;
    }

    .product_showcase h4 {
        float: left;
        /*font-family: Verdana, Geneva, sans-serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        color: #795700;
        padding-top: 135px;
        padding-bottom: 30px;
        padding-left: 20px;
    }

.grains_product {
    float: left;
    background: url(../images/grains_images.png) no-repeat left top;
}

.oilseeds_product {
    float: left;
    background: url(../images/oilseeds_images.png) no-repeat left top;
}

.spices_product {
    float: left;
    background: url(../images/Spices_imagesbg.png) no-repeat left top;
}

.pulses_product {
    float: left;
    background: url(../images/Pulses_imagesbg.png) no-repeat left top;
}

.subproduct {
    float: left;
    margin: 20px 20px 20px 0;
}

.sub_productmain {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

    .sub_productmain h5 {
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        color: #666;
        text-align: center;
    }

        .sub_productmain h5 a {
            color: #666;
            text-decoration: none;
        }

    .sub_productmain figure {
        float: left;
        clear: both;
        margin-top: 10px;
    }

/*Product End New*/
.secand_section .left_con .product_main h3 {
    float: left;
    width: 100%;
    /*font-family: calibri;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #669f19;
    border-bottom: 2px solid #e1e1e1;
    padding: 10px 0;
    background: url(../images/contitle_bottobboder.jpg) no-repeat left bottom;
}

    .secand_section .left_con .product_main h3 span {
        color: #2d2d2d;
    }

.product_main .product_con {
    float: left;
    padding: 15px 0;
    margin-right: 20px;
}

    .product_main .product_con figure {
        float: left;
        background: url(../images/image-frame-232x157.png) no-repeat left top;
        padding: 5px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        behavior: url(PIE.htc);
        border: 1px solid #ccc;
        margin-bottom: 15px;
    }

    .product_main .product_con h4 {
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        color: #333;
        margin-bottom: 5px;
    }

    .product_main .product_con span.price {
        float: left;
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        color: #c33c3c;
        clear: both;
        margin-bottom: 5px;
    }

    .product_main .product_con span.reting {
        float: left;
        margin-bottom: 10px;
        clear: both;
    }

    .product_main .product_con .readmore {
        float: left;
        margin-left: 0px;
        width: 170px !important;
        border-radius: 10px;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 16px;
        width: 100px;
        font-style: normal;
        font-weight: normal;
        background: #77a43b;
        color: #fff;
        padding: 10px 20px;
        clear: both;
        line-height: normal;
    }

        .product_main .product_con .readmore:hover {
            float: left;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 16px;
            font-style: normal;
            font-weight: normal;
            background: #748E0C;
            color: #fff;
            padding: 10px 20px;
            clear: both;
            line-height: normal;
        }

.rightside_product {
    margin-right: 0 !important;
}

/* ---------------- product page end -------------------*/

/* ---------------- Recipes page start -------------------*/
.recipes_main .secand_section .left_con .recipes_main {
    float: left;
    width: 100%;
}

.secand_section .left_con .single_recipes_main h1 {
    float: left;
    width: 100%;
    /*font-family: calibri;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #669f19;
    border-bottom: 2px solid #e1e1e1;
    padding: 10px 0;
    background: url(../images/contitle_bottobboder.jpg) no-repeat left bottom;
}

    .secand_section .left_con .single_recipes_main h1 span {
        color: #2d2d2d;
    }

.secand_section .left_con .recipes_main h3 {
    float: left;
    width: 100%;
    /*font-family: calibri;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #669f19;
    border-bottom: 2px solid #e1e1e1;
    padding: 10px 0;
    background: url(../images/contitle_bottobboder.jpg) no-repeat left bottom;
}

    .secand_section .left_con .recipes_main h3 span {
        color: #2d2d2d;
    }

.recipes_main .recipes_con {
    float: left;
    padding: 15px 0;
    margin-right: 20px;
}

    .recipes_main .recipes_con figure {
        float: left;
        border-bottom: 2px solid #e1e1e1;
        padding-bottom: 15px;
        min-height: 215px;
        margin-bottom: 15px;
    }

    .recipes_main .recipes_con h4 {
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        color: #333;
        margin-bottom: 5px;
    }

    .recipes_main .recipes_con span.price {
        float: left;
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        color: #c33c3c;
        clear: both;
        margin-bottom: 5px;
    }

    .recipes_main .recipes_con span.reting {
        float: left;
        margin-bottom: 10px;
        clear: both;
    }

    .recipes_main .recipes_con .readmore {
        float: left;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        background: #77a43b;
        color: #fff;
        padding: 10px 20px;
        clear: both;
        line-height: normal;
    }

.rightside_product {
    margin-right: 0 !important;
}
/*--------------------------- Recipes page end ------------------*/

/*----------------- single page start -------------*/
.recipes_main .single_con {
    float: left;
    width: 100%;
    padding: 5px 0;
}

    .recipes_main .single_con figure {
        float: left;
        /*background: url(../images/menu-full-image-bg.png) no-repeat left top;*/
        /*background: url(../images/product/circuler_Prod.png) no-repeat left top;
        width: 175px;
        height: 175px;*/
        padding: 5px 5px 10px 5px;
        /*margin: 0 0 10px 0;*/
        margin: 0 20px 10px 0;
        /*border-radius: 5px;*/
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        behavior: url(PIE.htc);
        /*border: 1px solid #ccc;*/
    }

        /*.recipes_main .single_con figure img {
            width: 100%;
            height: 200px;
        }*/
        .recipes_main .single_con figure img {
            /* width: 100%;*/
            /*height: 200px;*/
        }

        .recipes_main .single_con figure:hover {
            opacity: 0.7;
            box-shadow: 0 0 7px black;
            transition: all 1s ease 0s;
        }

    .recipes_main .single_con p {
        float: left;
        width: 100%;
        line-height: 20px;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        color: rgba(0, 0, 0, 1);
    }

    .recipes_main .single_con .tecipy_time {
        margin-top: 10px;
        float: left;
        width: 100%;
    }

        /*.recipes_main .single_con .tecipy_time p {
            float: left;
            width: 100%;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            color: #666;
            line-height: 25px;
        }*/
        .recipes_main .single_con .tecipy_time p {
            float: left;
            width: auto;
            margin-right: 20px;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            color: #666;
            line-height: 25px;
        }

            .recipes_main .single_con .tecipy_time p strong {
                float: left;
                /*font-family: calibri;*/
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 18px;
                font-style: normal;
                font-weight: normal;
                /*color: #2d2d2d;
                min-width: 90px;
                line-height: 22px;*/
                color: #ba353a;
                margin-right: 5px;
                line-height: 22px;
            }

    .recipes_main .single_con h5 {
        float: left;
        /*width: 100%;*/
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 22px;
        font-style: normal;
        font-weight: normal;
        color: #ba353a;
        margin-bottom: 5px;
        /*margin-top: 10px;*/
        margin-top: 0;
    }

    .recipes_main .single_con ul {
        /*float: left;*/
        /*width: 100%;*/
        list-style: none;
        display: block;
    }

        .recipes_main .single_con ul li {
            float: left;
            clear: both;
            width: auto;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            color: #333;
            line-height: 28px;
            background: url(../images/text-arrow.png) no-repeat left 5px;
            padding-left: 25px;
        }


        .recipes_main .single_con ul.principle li {
            float: left;
            clear: both;
            width: auto;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 16px;
            font-style: normal;
            font-weight: normal;
            color: #333;
            line-height: 28px;
            background: none !important;
            padding-left: 0px;
        }

            .recipes_main .single_con ul.principle li strong {
                padding-right: 5px;
                min-width: 25px;
                float: left;
            }

.table_control {
    float: left;
}

    .table_control tr {
        border-spacing: 0px;
    }

        .table_control tr td {
            border: 1px solid #ccc;
            border-top: 0px;
            padding: 0 5px;
        }

        .table_control tr th {
            border: none;
            background: #77a43b;
            /*font-family: calibri;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            border-spacing: 0px;
            font-size: 20px;
            font-style: normal;
            font-weight: normal;
            color: #fff;
        }

    .table_control tbody tr td p {
        float: left;
        padding: 0;
        margin: 0;
    }

.our_team {
    float: left;
}

.team {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

    .team figure {
        float: left;
        width: 100PX;
        height: 100px;
        border-radius: 80px;
        margin-right: 20PX;
        overflow: hidden;
        margin-top: 2px;
    }

        .team figure IMG {
            width: 100%;
        }

    .team .team-info {
        float: left;
        width: 520px;
        padding: 10px;
        border: 1px solid #ddd;
        box-shadow: 1px 2px 5px #ccc;
        background: #fff;
        display: block;
    }

        .team .team-info .name-position {
            float: left;
        }

            .team .team-info .name-position h6 {
                float: left;
                width: 100%;
                /*font-family: Arial, Helvetica, sans-serif;*/
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 16px;
                font-style: normal;
                font-weight: normal;
                color: #195695;
            }

                .team .team-info .name-position h6 span {
                    float: left;
                    /*font-family: calibri;*/
                    font-family: Georgia,"Times New Roman",Times,serif;
                    font-size: 14px;
                    font-style: normal;
                    font-weight: normal;
                    color: #61A00C;
                }

            .team .team-info .name-position p {
                float: left;
                /*font-family: calibri;*/
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 14px;
                font-style: normal;
                font-weight: normal;
                color: #666;
                padding: 5px 0;
            }

            .team .team-info .name-position span.mail {
                float: left;
                width: 100%;
                /*font-family: Arial, Helvetica, sans-serif;*/
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 14px;
                font-style: normal;
                font-weight: normal;
                color: #666;
                background: url(../images/con-info2.png) no-repeat left 3px;
                padding: 0 0 0 25px;
            }

                .team .team-info .name-position span.mail a {
                    color: #666;
                    text-decoration: none;
                }

.standard h5 {
    width: 94% !important;
    /*font-family: calibri;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #fff !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    behavior: url(PIE.htc);
    background: #49AE76;
    padding: 0 3%;
    margin-top: 5px;
}



/*---------------  apply for page start -----------------*/
.contact_form {
    float: left;
    width: auto;
    margin-left: 100px;
    margin-top: 20px;
}

    .contact_form ul {
        float: left;
        width: 100%;
        list-style: none;
    }

        .contact_form ul li {
            float: left;
            width: 100%;
            background: none !important;
            padding: 0 !important;
            margin-bottom: 10px;
        }

            .contact_form ul li label {
                float: left;
                min-width: 150px;
                /*font-family: calibri;*/
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 16px;
                font-style: normal;
                font-weight: normal;
                color: #666;
            }

            .contact_form ul li input, .contact_form ul li select, .contact_form ul li textarea {
                float: left;
                width: 300px;
                border: 1px solid #ccc;
                line-height: 20px;
                padding: 5px;
                /*font-family: Arial, Helvetica, sans-serif;*/
                font-family: Georgia,"Times New Roman",Times,serif;
                font-size: 14px;
                font-style: normal;
                font-weight: normal;
                color: #999;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                behavior: url(PIE.htc);
            }

                .contact_form ul li input:hover, .contact_form ul li select:hover, .contact_form ul li textarea:hover {
                    border: 1px solid #77B03F;
                }

                .contact_form ul li input.submite_button {
                    float: left;
                    width: 100px !important;
                    display: inline-block;
                    min-width: inherit;
                    /*font-family: calibri;*/
                    font-family: Georgia,"Times New Roman",Times,serif;
                    font-size: 18px !important;
                    background: #056AB0;
                    color: #fff !important;
                    -webkit-transition: all 0.2s ease-out;
                    -moz-transition: all 0.2s ease-out;
                    -ms-transition: all 0.2s ease-out;
                    -o-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
                    color: #333;
                    border-radius: 5px;
                    -moz-border-radius: 5px;
                    -webkit-border-radius: 5px;
                    behavior: url(PIE.htc);
                    margin-right: 20px;
                    cursor: pointer;
                }

                    .contact_form ul li input.submite_button:hover {
                        background: #77B03F;
                        -webkit-transition: all 0.2s ease-out;
                        -moz-transition: all 0.2s ease-out;
                        -ms-transition: all 0.2s ease-out;
                        -o-transition: all 0.2s ease-out;
                        transition: all 0.2s ease-out;
                        color: #333;
                    }

.contact_leftside {
    float: left;
    width: 600px !important;
}

.contact_find_us {
    float: right;
    width: 430px !important;
}

    .contact_find_us h2 {
        float: left;
        width: 100%;
        /*font-family: Georgia,"Times New Roman",Times,serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 19px;
        font-style: normal;
        font-weight: bold;
        color: #29910d;
        letter-spacing: -1PX !IMPORTANT;
        /*background: url('../images/pet-border.png') repeat-x scroll left bottom transparent;*/
        padding-bottom: 15px;
        padding-top: 25PX;
    }

    .contact_find_us span {
        color: orange;
    }

    .contact_find_us h3 {
        /*font-family: calibri;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        color: #666;
    }

    .contact_find_us p {
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 15px;
        font-style: normal;
        font-weight: normal;
        color: black;
        line-height: 25px;
    }

    .contact_find_us ul {
        list-style: none;
    }

        .contact_find_us ul li {
            float: left;
            width: 100%;
            border: none !important;
            /*font-family: calibri;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 14px !important;
            font-style: normal;
            font-weight: normal;
            color: #666;
            line-height: 20px;
        }

            .contact_find_us ul li strong {
                float: left;
                min-width: 75px;
                color: #24578C;
            }

            .contact_find_us ul li a {
                color: #61A00C;
                text-decoration: none;
            }

                .contact_find_us ul li a:hover {
                    color: #666;
                    text-decoration: none;
                }

.sidebar_link {
    text-decoration: none;
    color: #000000;
}

div#page {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    /*background-color: rgba(209, 157, 91, 0.8);*/
    font-size: 12px;
    padding: 1em;
    display: none;
}

    .back-to-top:hover {
        /*background-color: rgba(255, 144, 0, 0.5);*/
    }

.HeaderText1 {
    /*display: block;*/
    /*text-decoration: none;*/
    /*text-align: right;*/
    /*color: #eee;*/
    /*margin-top: 5px;*/
    text-shadow: 0px 2px 6px #333;
    float: right;
}

.HeaderText2 {
    font: bold 31px/90px Helvetica, Arial, Sans-serif;
    text-align: center;
    color: #eee;
    text-shadow: 0px 2px 6px #333;
}

.HeaderText1:hover {
    color: #bfe1f1;
}

.HeaderText1 img {
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.HeaderText1 a {
    text-decoration: none !important;
}

/*Blink Start*/
/*.blink {
    -webkit-animation: blink 1s steps(10, start) infinite;
    -moz-animation: blink 1s steps(5, start) infinite;
    -o-animation: blink 1s steps(5, start) infinite;
    animation: blink 1s steps(5, start) infinite;
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-moz-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-o-keyframes blink {
    to;

{
    visibility: hidden;
}

}

@keyframes blink {
    to {
        visibility: hidden;
    }
}*/
/*Blink End*/

.float-buttons {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    top: 20%;
    z-index: 250;
}

    .float-buttons li {
        display: block;
        transition: opacity 0.3s ease 0s;
    }

        .float-buttons li:hover {
            opacity: 0.6;
        }

        .float-buttons li img {
            height: 70px;
            width: 70px;
        }

.buttonSubmit {
    float: left;
    width: 100px !important;
    display: inline-block;
    min-width: inherit;
    /*font-family: calibri;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px !important;
    background: #056AB0;
    color: #fff !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(PIE.htc);
    margin-right: 20px;
    cursor: pointer;
    border: 1px solid #CCC;
    line-height: 20px;
    padding: 5px;
    border-radius: 5px;
}

    .buttonSubmit:hover {
        background: #77B03F;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        color: #333;
    }

.TextBox {
    float: left;
    width: 300px;
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 5px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    behavior: url(PIE.htc);
}

TextBox:hover {
    border: 1px solid #77B03F;
}

.typewrite {
    font-size: 20px;
}

.typing-cursor {
    position: relative;
    display: inline-block;
    width: 8px;
    text-indent: -999em;
    background: #ccc;
}

.practices_service {
}

.accordion-header {
    float: left;
    width: 99%;
    font-family: 'patua_oneregular';
    font-style: normal;
    font-weight: normal;
    font-size: 1.550em;
    background: #cc0000;
    margin: 0.5% 0 0 0;
    padding: 0.5% 0 0.5% 1%;
    cursor: pointer;
    color: #fff;
}

.active-header {
    background: url(../images/minas-icon.png) no-repeat 98% center #49AE76 !important;
}

    .active-header:hover {
        background: url(../images/minas-icon.png) no-repeat 98% center #cc0000 !important;
    }

.inactive-header {
    background: url(../images/pluse-icon.png) no-repeat 98% center #49AE76 !important;
}

    .inactive-header:hover {
        background: url(../images/pluse-icon.png) no-repeat 98% center #cc0000 !important;
    }

.accordion-content {
    float: left;
    display: none;
    width: 100%;
    padding: 1.5% 0;
    /*background: #ffffff;*/
}
/*----------- new css Recipes------------------------*/
.recipes_row {
    float: left;
    width: 100%;
    margin-bottom: 10px; /* border-bottom:1px solid #ccc;*/
}

    .recipes_row .recipes_main_cat {
        float: left;
        width: 213px;
        border-radius: 5px;
        background: #fff;
        -moz-box-shadow: 2px 3px 6px #999;
        -webkit-box-shadow: 2px 3px 6px #999;
        box-shadow: 2px 3px 6px #999;
        overflow: hidden;
        behavior: url(PIE.htc) !important;
    }

    .recipes_row .recipes_cat_main {
        float: left;
        border-bottom: 2px solid #ccc;
        padding-bottom: 20px;
        margin: 0 20px 10px 0;
    }

    .recipes_row .recipes_main_cat h3 {
        float: left;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        color: #fff !important;
    }

        .recipes_row .recipes_main_cat h3.blu_heading {
            background: #205a99;
        }

        .recipes_row .recipes_main_cat h3.green_heading {
            background: #61a00c;
        }

        .recipes_row .recipes_main_cat h3.orange_heading {
            background: #e84e0e;
        }

    .recipes_row .recipes_main_cat figure {
        width: 100%;
    }

        .recipes_row .recipes_main_cat figure img {
            width: 100%;
        }

.main_recipies_cat {
    margin: 10px 0;
    float: left;
}

.recipes_main { /*margin-top: 20px;*/
}

.box_wraper {
    padding: 10px;
}

    .box_wraper .slect_box {
        border: 1px solid #ccc;
        width: 100%;
    }

.readmore {
    padding: 10px 0 0 0;
}

    .readmore img {
        margin-right: 2px;
    }

    .readmore a {
        color: #FF6B14;
        font-size: 12px;
        font-weight: bold;
        font-family: 'Adani-Regular', Arial, Helvetica, sans-serif;
        text-decoration: none;
    }

.last_recipy {
    margin-right: 0 !important;
}


.recipes_box {
    float: left;
    width: 210px;
    background: #fff;
    /*margin: 20px 25px 0 0;*/
    margin: 20px 10px 0 10px;
    box-shadow: 0px 0px 8px #999;
}

    .recipes_box figure {
        float: left;
        width: 100%;
    }

        /*.recipes_box figure:hover > img {
            opacity: 0.5;
        }*/

        .recipes_box figure img {
            width: 100%;
        }

    .recipes_box .recipesbox_wrap {
        margin: 0 10px;
    }

        .recipes_box .recipesbox_wrap h3 {
            float: left;
            width: 100%;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 16px;
            font-style: normal;
            font-weight: normal;
            color: #151515;
            margin: 10px 0;
        }

            .recipes_box .recipesbox_wrap h3 a {
                text-decoration: none;
                color: #151515;
            }

                .recipes_box .recipesbox_wrap h3 a:hover {
                    color: #ad2329;
                }

        .recipes_box .recipesbox_wrap .reting_star {
            float: left;
            width: 100%;
            margin-bottom: 5px;
        }

        .recipes_box .recipesbox_wrap p {
            float: left;
            width: 100%;
            /*font-family: Arial, Helvetica, sans-serif;*/
            font-family: Georgia,"Times New Roman",Times,serif;
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            color: #404241;
        }

    .recipes_box .readmore a {
        float: left;
        width: 100%;
        background: #77A43B;
        /*font-family: Arial, Helvetica, sans-serif;*/
        font-family: Georgia,"Times New Roman",Times,serif;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        padding: 0;
        line-height: 30px;
    }

        .recipes_box .readmore a:hover {
            background: #375f01;
        }

.recipes_box_col_last {
    margin-right: 0;
}

.recipes_P {
    float: left;
    width: 100%;
    line-height: 20px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
}

.imageRotate {
}

    .imageRotate:hover {
        transform: rotate(20deg);
        box-shadow: 0 45px 60px -50px #000000;
    }

.tablePro {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    vertical-align: top;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
}

    .tablePro thead {
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }

    .tablePro tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }

.tablewidth {
    width: 150px;
}

.tablePro thead th, tablePro tbody td {
    padding: 5px;
    border-collapse: collapse;
}

.tablePro thead th {
    color: #FFFFFF;
    background-color: #666666;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    text-align: center;
    table-layout: auto;
    vertical-align: middle;
}

.tablePro thead th, tablePro tbody td {
    padding: 5px;
    border-collapse: collapse;
}

.tablePro tbody td {
    vertical-align: top;
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.tablePro tbody tr.light {
    color: #666666;
    background-color: #F7F7F7;
}

.tablePro tbody td {
    vertical-align: top;
    border-collapse: collapse;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 6px;
}

.tablePro tbody tr.dark {
    color: #666666;
    background-color: #E8E8E8;
}

.blink_me {
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    color: #69690B;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 4s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 4s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.blink_meSpan {
    color:orange;
    float: none !important;
    margin:0px !important; 
}
