﻿.topbar {
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 80px rgba(0,0,0,.1);
}

    .topbar .prcHolder {
        width: 100%;
        display: table;
        width: 100%;
        border-right: 1px solid #eee;
    }

        .topbar .prcHolder a.fullWidth {
            width: 100%;
            display: table;
            width: 100%;
        }

            .topbar .prcHolder a.fullWidth:hover {
                text-decoration: none;
            }

        .topbar .prcHolder .prcInner {
            display: table-row;
        }

        .topbar .prcHolder .prField {
            border-left: 1px solid #eee;
            display: table-cell;
            padding: 20px 20px 25px 20px;
            color: #999;
            font-size: 14px;
            font-weight: 700;
        }

            .topbar .prcHolder .prField span {
                font-weight: 400;
                font-size: 21px;
                padding-right: 15px;
                color: #000;
            }

                .topbar .prcHolder .prField span.p, .topbar .prcHolder .prField span.pc {
                    font-size: 14px;
                    padding-right: 0;
                }


                .topbar .prcHolder .prField span.redFore, .topbar .prcHolder .prField.redForeH span, td.redFore {
                    color: #cc0000 !important;
                }

                .topbar .prcHolder .prField span.greenFore, .topbar .prcHolder .prField.greenForeH span, td.greenFore {
                    color: #007700 !important;
                }





        .topbar .prcHolder h4 {
            text-transform: uppercase;
            font-weight: 300;
            font-size: 12px;
            padding-bottom: 15px;
            color: #000;
        }


            .topbar .prcHolder h4 img {
                /*
    width:25px;
    float:right;
    margin-top:-5px;
*/
                width: 22px;
                float: left;
                margin-top: -5px;
                margin-right: 5px;
                margin-left: -3px;
            }



    .topbar.small {
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
        background-color: #fff;
        color: #ff0;
        box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    }


        .topbar.small .prcHolder .prField, .topbar.small .prcHolder {
            border: none;
        }


            .topbar.small .prcHolder .prField {
                color: #ccc;
            }


        .topbar.small img {
            max-width: 38%;
            margin-bottom: 10px;
            margin-top: 3px;
            float: right;
        }

@media only screen and (max-width: 767px) {

    .topbar.small img {
        width:260px;
        max-width: 70%;
    }
}

    .topbar.small .prcHolder .prField span {
        font-size: 18px;
    }

        .topbar.small .prcHolder .prField span.greenFore, .topbar.small .prcHolder .prField.greenForeH span {
            color: #007700 !important;
        }

        .topbar.small .prcHolder .prField span.redFore, .topbar.small .prcHolder .prField.redForeH span {
            color: #cc0000 !important;
        }






    .topbar.small {
        display: none;
    }


        .topbar.small .prcHolder .prField {
            padding: 10px 0;
        }


        .topbar.small .prcHolder h4 {
            padding-bottom: 8px;
        }


























    .pnlLinks {
        width: 100%;
        float: left;
        display: none;
    }

        .pnlLinks a {
            width: 33.33333333%;
            display: block;
            float: left;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            padding: 10px 0;
        }


    .pnlSelector {
        position: relative;
        display: block;
        margin-top: 8px;
        height: 32px;
        width: 24px;
        float: left;
        display: none;
        margin-right: 10px;
    }

        .pnlSelector span {
            background-color: #666;
            display: block;
            position: absolute;
            top: 0;
            left: 12px;
            width: 5px;
            height: 5px;
            margin-left: -2.5px;
            border-radius: 10px;
        }

            .pnlSelector span.ball2 {
                top: 8px;
            }

            .pnlSelector span.ball3 {
                top: 16px;
            }






















    .mslg {
        padding: 11px 0 11px 0;
        text-align: right;
    }


    .topbar.small .prcHolder .prField span.p, .topbar.small .prcHolder .prField {
        font-size: 12px;
    }

    .topbar.small .prcHolder .prField {
        padding-top: 8px;
    }

        .topbar.small .prcHolder .prField span.redFore {
            color: #ee0000;
        }

        .topbar.small .prcHolder .prField span.greenFore {
            color: #00cc00;
        }

    .topbar .prcHolder .prField span.pc {
        font-size: 12px;
    }










    .topbarInnerDark {
        background-color: #404040;
    }



























    header {
        padding: 0;
    }

        header .smLink {
            text-align: right;
            float: right;
            height: 52px;
            padding-right: 30px;
            padding-top: 20px;
            width: 67%;
        }

            header .smLink a {
                margin-left: 10px;
                font-size: 18px;
                color: #ccc;
            }


            header .smLink li {
                display: inline-block;
            }


            header .smLink a span {
                display: none;
            }
































    @media only screen and (min-width: 992px) {

        .mainNav {
            float: right;
            width: 67%;
        }

        .mainNav {
            text-align: right;
        }

            .mainNav ul li, .smDD li {
                display: inline;
                position: relative;
            }

        .smDD {
            display: none;
        }

            .mainNav ul li a, .smDD li a {
                padding: 18px 29px;
                font-weight: 700;
                font-size: 15px;
                display: inline-block;
                text-decoration: none;
                color: #404040;
                border-bottom: 3px solid #404040;
                position: relative;
                z-index: 10;
            }

            .smDD li a {
                border-bottom: none;
            }

        .mainNav ul li > a::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 4px;
            bottom: 0;
            left: 0;
            background-color: #B49E5B;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
            z-index: 30;
        }

        .mainNav ul li > a:hover:before, .mainNav ul li li > a.Selected:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }

        .mainNav ul li a:hover, .smDD li a:hover {
            color: #fff;
            background-color: #404040;
            border-bottom: 3px solid #fff;
        }

        .smDD li a:hover {
            border-bottom: none;
        }


        .mainNav ul li a span, .smDD li a span {
            margin-left: 5px;
        }

        .mainNav ul li ul, .smDD li ul {
            display: none;
            position: absolute;
            background-color: #fff;
            z-index: 10;
            margin-top: -1px;
            width: 250px;
            text-align: left;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            left: 0;
        }





        .mainNav ul li:hover ul, .smDD li:hover ul {
            display: block;
        }










        .mainNav ul li ul li, .mainNav ul li ul li a, .smDD li ul li, .smDD li ul li a {
            display: block;
            width: 100%;
            float: left;
        }

            .mainNav ul li ul li a, .smDD li ul li a {
                border-bottom: none;
                font-size: 14px;
                font-weight: normal;
            }

                .mainNav ul li a:hover, .smDD li ul li a:hover {
                    border-bottom: none;
                }

            .mainNav ul li ul li > a::before, .smDD li ul li > a::before {
                display: none;
            }



        .topbar.small img {
            max-width: 29%;
        }














        .gryBtm {
            border-bottom: 3px solid #404040;
            float: left;
            width: 100%;
            margin-top: -4px;
            position: relative;
            z-index: 5;
        }



        header .logo {
            float: left;
            width: 33%;
            padding-top: 25px;
            padding-bottom: 20px;
        }
