#menuBar,
#menuBar ul,
#menuBar ul li,
#menuBar #menu-button {
    margin: 0;
    display: block;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 2;
    height: 28px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #1C5299;
    border: none;
    vertical-align: text-bottom;
    border-style: none;
    border-color: white;
    font-weight: 400;
}

    #menuBar ul li a {
        white-space: nowrap;
    }


    #menuBar:after,
    #menuBar > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #menuBar #menu-button {
        display: none;
    }

#menuBar {
    max-width: 1152px;
    width: 100%;
    height: 28px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    top: 0px;
    right: 0px;
    border: 0px solid #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

#menuinit {
    height: 30px;
}

.MenuBar {
    max-width: 1152px;
    width: 100%;
    height: 30px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    top: 0px;
    right: 0px;
    border: 0px solid #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    background: #F5F5ED;
}


#menu-line {
    position: relative;
    margin-top: 0px;
    height: 1px;
    background: #009ae1;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#menuBar > ul > li {
    top: 0px;
    left: 0px;
    height: 28px;
    color: #1C5299;
}

#menuBar.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #menuBar.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#menuBar.align-center ul ul {
    text-align: left;
}

#menuBar.align-right > ul > li {
    float: right;
}

#menuBar.align-right ul ul {
    text-align: right;
}

#menuBar > ul > li > a {
    font-size: xx-small;
    text-decoration: none;
    text-transform: uppercase;
    color: #1C5299;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    top: 0px;
    left: 0px;
    height: 3px;
}

#menuBar > ul > li:hover > a,
#menuBar > ul > li.active > a {
    color: #009ae1;
    color: #1C5299;
    border-top: 1px solid #fff;
}

#menuBar a.static.selected {
    background: #B8860B !important;
    color: #247ca4 !important;
}

#menuBar > ul > li.has-sub > a {
    padding-right: 22px;
}

    #menuBar > ul > li.has-sub > a::after {
        position: relative;
        width: 4px;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#menuBar > ul > li.has-sub:hover > a::after {
    border-color: #009ae1;
}

#menuBar ul ul {
    position: absolute;
    left: -9999px;
}

#menuBar li:hover > ul {
    left: auto;
}

#menuBar.align-right li:hover > ul {
    right: 0;
}

#menuBar ul ul ul {
    margin-left: 100%;
    top: 0;
}

#menuBar.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#menuBar ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#menuBar ul li:hover > ul > li {
    /*height: 32px;*/
}

#menuBar ul ul li a {
    /*padding: 10px 20px;*/
    width: auto;
    font-size: 12px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    #menuBar ul ul li:hover > a,
    #menuBar ul ul li a:hover {
        /*color: #1C5299;*/
    }

#menuBar ul ul li.has-sub > a::after {
    position: relative;
    /*top: 13px;
    right: 10px;*/
    width: 3px;
    height: 3px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#menuBar.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#menuBar ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

.linha {
    width: 100%;
    height: 6px;
    background: #B99B67;
    margin: -5px 0 auto 0; /*top,right,bootom,left*/
}

.top_menu {
    width: 100%;
    height: 20px;
}


.header-banner {
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: 10s;
    -moz-transition: 10s;
    -ms-transition: 10s;
    -o-transition: 10s;
    transition: 10s;
    margin: 2px auto 1px auto; /*top,right,bootom,left*/
    list-style-type: none;
    max-width: 1152px;
    width: 80%;
    padding: 0%;
    height: 100px;
}

    .header-banner ul {
        margin: 10px 0 10px 0px; /*top,right,bootom,left*/
        list-style-type: none;
        max-width: 1152px;
        width: 80%;
        padding: 0%;
        height: 120px;
        -webkit-transition: 10s;
        -moz-transition: 10s;
        -ms-transition: 10s;
        -o-transition: 10s;
        transition: 10s;
    }

        .header-banner ul li {
            width: 100%;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            overflow: hidden;
            border: 1px solid #333333;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: 10s;
            -moz-transition: 10s;
            -ms-transition: 10s;
            -o-transition: 10s;
            transition: 10s;
        }

            .header-banner ul li img {
                width: 100%;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                margin: 0%;
                overflow: hidden;
                border: 1px solid #333333;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                height: 120px;
                -webkit-transition: 10s;
                -moz-transition: 10s;
                -ms-transition: 10s;
                -o-transition: 10s;
                transition: 10s;
            }

.cablho {
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 auto 0;
    overflow: hidden;
    z-index: 99999;
}

.topim {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    /*height: 280px;*/
    height: 249px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.top {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    height: 280px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

#topim.smaller {
    height: 75px;
}

    #topim.smaller ul li img {
        width: 150px;
        height: 75px;
        line-height: 75px;
        font-size: 30px;
    }

    #topim.smaller ul li {
        line-height: 75px;
    }

.MenuBar .static {
    width: 111px;
    text-align: center;
}

.auto-style4 {
    height: auto;
    float: left;
    width: 72%;
}

.auto-style8 {
    width: 195px;
}

#LogoBox {
    width: 185px;
}

.tdmenuT {
    width: 75%;
    text-align: right";;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    #menuBar,
    #menuBar ul,
    #menuBar ul li,
    #menuBar #menu-button {
        display: block;
        line-height: 1;
        height: 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #1C5299;
        border: none;
        vertical-align: text-bottom;
        border-style: none;
        border-color: white;
        font-weight: 400;
        width: auto;
    }

        #menuBar ul li a {
            white-space: nowrap;
        }


        #menuBar:after,
        #menuBar > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }


    #menuBar {
        width: 100%;
        height: 28px;
        font-family: 'Oswald', sans-serif;
        line-height: 1;
        margin: 0 auto;
    }

    #menuinit {
        height: 30px;
    }

    .MenuBar {
        max-width:1152px;
        width: 100%;
        height: 30px;
        font-family: 'Oswald', sans-serif;
    }

    #menuBar.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #menuBar.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #menuBar.align-center ul ul {
        text-align: left;
    }

    #menuBar.align-right > ul > li {
        float: right;
    }

    #menuBar.align-right ul ul {
        text-align: right;
    }

    #menuBar > ul > li > a {
        font-size: 5px !important;
        height: 2px;
    }

    #menuBar > ul > li:hover > a,
    #menuBar > ul > li.active > a {
        color: #009ae1;
        color: #1C5299;
        border-top: 1px solid #fff;
    }

    #menuBar a.static.selected {
        background: #B8860B !important;
        color: #247ca4 !important;
    }

    #menuBar > ul > li.has-sub > a {
        padding-right: 2px;
    }

        #menuBar > ul > li.has-sub > a::after {
            position: relative;
            width: 2px;
        }

    #menuBar > ul > li.has-sub:hover > a::after {
        border-color: #009ae1;
    }

    #menuBar ul ul {
        position: absolute;
        left: -9999px;
    }

    #menuBar li:hover > ul {
        left: auto;
    }

    #menuBar.align-right li:hover > ul {
        right: 0;
    }

    #menuBar ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #menuBar.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #menuBar ul ul li {
        height: 0;
    }


        #menuBar ul ul li a {
            width: auto;
            font-size: 6px;
        }

        #menuBar ul ul li.has-sub > a::after {
            position: relative;
            width: 1px;
            height: 1px;
        }

    #menuBar.align-right ul ul li.has-sub > a::after {
        right: auto;
        left: 5px;
    }

    #menuBar ul ul li.has-sub:hover > a::after {
        border-color: #ffffff;
    }

    #menu-line {
        display: none;
    }


    .auto-style4 {
        height: auto;
        float: left;
        width: 72%;
    }

    .auto-style8 {
        width: 100%;
    }


    .header-banner {
        width: 100%;
        z-index: 999;
        /*background:#F9FAF5;*/
    }

    .logo-banner {
        width: 100%;
        z-index: 1;
        background: #333333;
        width: 129px;
        max-width: 129px;
    }

    .header-banner ul {
        width: 100%;
    }

        .header-banner ul li {
            width: 100%;
        }

            .header-banner ul li img {
                width: 100%;
            }

    .MenuBar .static {
        width: auto;
        text-align: center;
        margin: 0 2px auto auto;
        font-size: 7px;
    }

    .tdmenuT {
        width: 100%;
        text-align: left";
         
    }
        .tdmenuT td {
            column-span:2;

        }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    #menu-line {
        position: relative;
        margin-top: -10px;
    }
}
