﻿html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: MyriadProRegular,Arial,"Helvetica Neue",Helvetica,sans-serif;
    /*font-size: 1.3em;*/
    color: #333;
    font-size: 18px;
    background: url(../images/body-bg.png) #FFFFDD repeat-x center top;
}

a {
    text-decoration: none;
    outline: none;
    color: #131313;
}
    /*a:visited {} */
    a:hover {
        text-decoration: none;
        color: #EB1C23;
    }

    a:active {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
    }

    a img {
        border: none;
    }

input, select, textarea {
    outline: none;
    font-family: MyriadProRegular, Arial;
    font-size: 1em;
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/myriadpro-semibold_opentype-webfont.eot');
    src: url('../fonts/myriadpro-semibold_opentype-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-semibold_opentype-webfont.woff') format('woff'), url('../fonts/myriadpro-semibold_opentype-webfont.ttf') format('truetype'), url('../fonts/myriadpro-semibold_opentype-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProLight';
    src: url('../fonts/myriadpro-light-webfont.eot');
    src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype'), url('../fonts/myriadpro-light-webfont.svg#MyriadProLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: MyriadProRegular;
    src: url('../fonts/myriadpro-regular-webfont.eot');
    src: url('../fonts/myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-regular-webfont.woff') format('woff'), url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('../fonts/myriadpro-regular-webfont.svg#MyriadProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'uvf-bebasneue';
    src: url('../fonts/uvf-bebasneue.ttf');
}

.pagewrapper {
    clear: both;
    /*margin: 0 auto;*/
    /*width: 1000px;*/
    background: url(../images/page-bg.png) no-repeat center top;
}

.pageheader {
    clear: both;
}

.pagefooter {
    clear: both;
    background-color: #FFE160;
}

.pagesitepath, .pagepath {
    clear: both;
    margin: 0 auto;
    background-color: #e8e8e8;
}

.pageslider {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    position: relative;
    z-index: 0;
    padding-top: 30px;
}

.homepage {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    padding: 13px 0;
}

.homepage-l {
    float: left;
    min-height: 200px;
    width: 660px;
}

.homepage-r {
    width: 320px;
    float: right;
    min-height: 200px;
}

.homepage-t {
    clear: both;
}

.homepage-tl {
    float: left;
    width: 660px;
}

.homepage-tr {
    float: right;
    width: 320px;
}

.homepage-c {
    clear: both;
}

.homepage-cl {
    width: 320px;
    float: left;
    min-height: 200px;
}

.homepage-cc {
    margin-left: 20px;
    width: 320px;
    float: left;
    min-height: 200px;
}

.homepage-cr {
    width: 320px;
    float: right;
    min-height: 200px;
}

.homepage-b {
    clear: both;
}

.zonepage {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    padding: 13px 0;
}

.zonepage-l {
    float: left;
    min-height: 200px;
    width: 660px;
    padding: 0 0;
}

.zonepage-r {
    width: 320px;
    float: right;
    min-height: 200px;
}

.docpage {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    padding: 13px 0;
}

.docpage-l {
    float: left;
    min-height: 200px;
    width: 660px;
    padding: 0 0;
}

.docpage-r {
    width: 320px;
    float: right;
    min-height: 200px;
}

.contentpage {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    padding: 13px 0;
}

.contentpage-c {
    clear: both;
    min-height: 200px;
}

.gallerypage {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    padding: 13px 0;
}

.gallerypage-c {
    clear: both;
    min-height: 200px;
}

.slideshow {
    max-height: 500px;
    border: #FFFF60 5px solid !important;
    border-radius: 35px !important;
    box-sizing: border-box !important;
    overflow: hidden;
}

    .slideshow img {
        width: 100%;
        height: auto;
        max-width: 100%;
        /*border: #FFFF60 5px solid !important;*/
        border-radius: 30px !important;
        box-sizing: border-box !important;
        overflow: hidden;
    }

.header-inner {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    height: 140px;
    position: relative;
    z-index: 0;
    /*background: url(../images/header-bg.jpg) no-repeat center top;*/
    -moz-background-size: auto auto;
    -webkit-background-size: auto auto;
    background-size: auto auto;
}

.header-logo {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    width: 171px;
    height: 123px;
    background: url(../images/logo.png) no-repeat center center;
}

    .header-logo a {
        float: left;
        width: 100%;
        height: 100%;
    }

.header-text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 438px;
    height: 72px;
    margin-left: -160px;
    margin-top: -36px;
    background: url(../images/header-text.png) no-repeat left top;
}

    .header-text a {
        float: left;
        width: 100%;
        height: 100%;
    }

.header-search {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -24px;
    height: 48px;
}

    .header-search a {
        position: absolute;
        z-index: 1;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        background: url(../images/header-search.png) no-repeat center center;
        border: #FFE160 2px solid;
        border-radius: 24px;
        box-sizing: border-box;
        cursor: pointer;
    }

    .header-search input {
        display: none;
        position: absolute;
        z-index: 0;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        border: #FFE160 2px solid;
        border-radius: 24px;
        box-sizing: border-box;
        background-color: #FFFFDD;
        padding: 0 24px;
    }

    .header-search.active input {
        display: block;
        width: 244px;
        transition: width .5s;
        color: #333;
    }

.toplink {
    position: absolute;
    z-index: 0;
    color: #FFF;
    top: 10px;
    right: 0;
    float: right;
}

    .toplink a {
        float: left;
        color: #FFF;
        padding: 5px 0;
    }

    .toplink span {
        float: left;
        padding: 5px 8px;
        white-space: nowrap;
    }

.hotbar {
    clear: both;
    padding: 0 15px 0 15px;
    position: relative;
    z-index: 0;
    background-color: #ebebeb;
    height: 40px;
    overflow: hidden;
}

.today {
    width: 195px;
    float: left;
    color: #131313;
}

    .today span {
        float: left;
        padding: 12px 0;
    }

.slogan {
    position: absolute;
    left: 160px;
    right: 230px;
    top: 10px;
    z-index: 0;
    height: 24px;
    overflow: hidden;
    color: #131313;
    font-weight: normal;
    font-style: italic;
}

    .slogan marquee {
        padding-top: 3px;
    }


.searchbox {
    position: absolute;
    z-index: 0;
    top: 8px;
    right: 10px;
    background: url(../images/searchbox-bg.png) no-repeat left center;
    width: 202px;
    height: 24px;
    overflow: hidden;
}

    .searchbox input {
        background: none;
        border: 0;
        outline: 0;
    }

        .searchbox input.txt {
            float: left;
            width: 170px;
            height: 24px;
            text-indent: 10px;
            color: #818181;
        }

        .searchbox input.btn {
            float: right;
            width: 24px;
            height: 24px;
            cursor: pointer;
        }

    .searchbox.mobile {
        display: none;
        top: 40px;
        right: 10px;
        left: 10px;
        width: auto;
        height: 30px;
        -moz-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background: url(../images/searchbox-mobile-bg.png) #FFF no-repeat right center;
    }

        .searchbox.mobile input.txt {
            width: 190px;
            height: 30px;
        }

        .searchbox.mobile input.btn {
            width: 30px;
            height: 30px;
        }

.pagenav {
    clear: both;
}

.nav {
    clear: both;
    height: auto;
    padding: 5px 5px;
    position: relative;
    z-index: 0;
}

.nav-home {
    display: none;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/navbar-home.png) no-repeat center center;
    cursor: pointer;
}

.nav-contact {
    position: absolute;
    top: 4px;
    left: 38px;
    width: 32px;
    height: 32px;
    background: url(../images/navbar-contact.png) no-repeat center center;
    cursor: pointer;
}

.nav-sitemap {
    position: absolute;
    top: 4px;
    left: 70px;
    width: 32px;
    height: 32px;
    background: url(../images/navbar-sitemap.png) no-repeat center center;
    cursor: pointer;
}

.nav-option {
    display: none;
    position: absolute;
    top: 4px;
    right: 6px;
    width: 32px;
    height: 32px;
    background: url(../images/navbar-option.png) no-repeat center center;
    cursor: pointer;
}

.navbar-l {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    display: block;
    height: 60px;
    width: 30px;
    background: url(../images/navbar-l.png) no-repeat left top;
}

.navbar-r {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    display: block;
    height: 60px;
    width: 30px;
    background: url(../images/navbar-r.png) no-repeat left top;
}

.navbar {
    clear: both;
    width: 1140px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 10;
    /*width: 980px;*/
    margin: 0 auto;
    /*padding: 0 10px;*/
    color: #FFFFFF;
    /*font-size: 12px;*/
    padding: 0 30px;
    box-sizing: border-box;
}

    .navbar:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        line-height: 0;
        font-size: 1px;
        overflow: hidden;
    }

    .navbar ul {
        clear: both;
        /*float: left;
        width: 100%;*/
        list-style: none;
        padding: 5px 0;
        height: 50px;
        background: url(../images/navbar-bg.png) repeat-x left center;
        text-align: center;
        justify-content: center;
        display: flex;
    }

        .navbar ul li {
            display: inline-block;
            /*margin-right: 1px;*/
        }

            .navbar ul li.last {
                margin-right: 0;
            }

            .navbar ul li.sep {
                /*display: none;*/
                width: 20px;
                margin-right: 0;
                /*background: url(../images/navbar-sep.png) no-repeat center top;*/
            }

            .navbar ul li a {
                display: block;
                clear: both;
                color: #000;
                font-weight: 600;
                text-transform: uppercase;
                max-height: 50px;
                overflow: hidden;
                font-family: MyriadProRegular;
                /*font-family: 'uvf-bebasneue';*/
                /*font-size: 18px;*/
            }

            .navbar ul li span {
                display: block;
                padding: 15px 0 15px 0;
            }

            .navbar ul li.first a {
                width: 40px;
                height: 40px;
                margin-right: 0;
                background: url(../images/home.png) no-repeat center center;
            }

                .navbar ul li.first a span {
                    display: none;
                }

    .navbar li.active > a, .navbar li:hover > a {
        /*background-color: #ff8a80;*/
        color: #EB1C23;
    }

    .navbar li.first.active > a {
        background: url(../images/home.png) #ff8a80 no-repeat center center;
    }

    .navbar li ul {
        display: none;
        position: absolute;
        z-index: 10;
        width: 180px;
        height: auto;
        /*padding: 1px 1px 2px 1px;*/
    }

    .navbar li:hover ul {
        display: block;
        background: none;
        /*width: 180px;*/
    }

    .navbar li li {
        display: block;
        width: 100%;
        clear: both;
        background: none;
        height: auto;
        border-top: #ff8a80 1px solid;
    }

        .navbar li li a {
            display: block;
            text-transform: none;
            font-weight: normal;
            background: none;
            margin: 0;
            padding: 0;
            color: #FFF;
            font-family: MyriadProRegular;
            height: auto;
            max-height: none;
        }

        .navbar li li span {
            display: block;
            padding: 8px 10px 8px 10px;
            margin: 0;
            background: none;
            font-weight: normal;
        }

        .navbar li li.active > a, .navbar li li:hover > a {
            color: #FFF;
            text-transform: none;
            background-color: #ff8a80;
        }

            .navbar li li:hover > a span {
                background: none;
            }


.pagefootnav {
    clear: both;
}

.footnavbar {
    clear: both;
    color: #FFFFFF;
    /**/
    padding: 0 10px;
    background: url(../images/footnavbar-bg.png) repeat center center;
}

    .footnavbar ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
    }

        .footnavbar ul li {
            float: left;
        }

            .footnavbar ul li a {
                float: left;
                color: #D0161B;
                font-weight: normal;
                padding: 15px 15px 15px 15px;
                text-transform: uppercase;
                font-size: 18px;
                /*font-family: MyriadProRegular;*/
                font-family: 'uvf-bebasneue';
            }

.footer-inner {
    clear: both;
    margin: 0 auto;
    width: 1000px;
    color: #131313;
    padding: 15px 0;
    line-height: 1.4;
}

    .footer-inner a {
        color: #131313;
    }

.footer-l {
    text-align: left;
}

.footer-r {
    text-align: right;
}

.powerdby {
    color: #EB1C23 !important;
}


.dialog {
    display: none;
    position: absolute;
    z-index: 100;
    width: 640px;
    height: 480px;
    color: #000000;
    border: #D1D1D1 5px solid;
}

.dialog-t {
    clear: both;
    height: 30px;
}

    .dialog-t span {
        float: left;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 5px 10px 10px 10px;
        font-weight: bold;
    }

    .dialog-t a {
        float: right;
        width: 16px;
        height: 16px;
        margin: 7px;
        background: url(../images/close.png) no-repeat center center;
    }

.dialog-i {
    clear: both;
    padding: 10px;
    color: #FFFFFF;
    position: relative;
}

.datapager {
    clear: both;
    margin: 10px 0;
    line-height: 25px;
    text-align: center;
}

    .datapager a:hover {
        background: #EB1C23;
        color: #fff;
    }

    .datapager a:link, .datapager a:visited, .datapager a:hover, .datapager a:active {
        text-decoration: none;
        color: #fff;
        background: #131313;
        padding: 5px 10px;
        cursor: pointer;
    }

    .datapager span {
        color: #131313;
        padding: 5px 10px;
    }

        .datapager span.active {
            background: #EB1C23;
            color: #fff;
        }

    .datapager a.prev {
    }

    .datapager a.next {
    }

.hr {
    clear: both;
    font-size: 1px;
    height: 15px;
}

.sepline {
    clear: both;
    font-size: 1px;
    height: 30px;
    background: url(../images/sepline.png) repeat-x left center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.aspNetHidden {
    display: none;
}

.popup {
    display: none;
    position: absolute;
    z-index: 100;
    width: 660px;
    height: 530px;
    border: #D1D1D1 5px solid;
}

.popup-t {
    clear: both;
    height: 30px;
    background-color: #048a40;
}

    .popup-t span {
        float: left;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 8px 10px;
    }

    .popup-t a {
        float: right;
        width: 16px;
        height: 16px;
        margin: 7px;
        background: url(../images/close.png) no-repeat center center;
    }

.popup-i {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
}

    .popup-i iframe {
        border: 0;
        width: 100%;
        height: 100%;
    }

/*ADSECTION*/
.adregion {
    clear: both;
}

    .adregion a {
        clear: both;
        float: left;
        width: 100%;
    }

        .adregion a img {
            float: left;
            width: 100%;
        }

.advcell {
    clear: none;
    float: left;
}

.advrow {
    clear: both;
    float: left;
    width: 100%;
}

.advrow-sep {
    font-size: 1px;
    clear: both;
    display: block;
    height: 10px;
}

.adregion-i {
    clear: both;
}

/*SITEMAP*/
.sitemap {
    clear: both;
}

    .sitemap h1 {
        width: 100%;
        float: left;
        clear: both;
        margin-bottom: 10px;
    }

        .sitemap h1 span, .sitemap h1 a {
            float: left;
            font-size: 24px;
            font-weight: normal;
            color: #131313;
            text-transform: uppercase;
            font-family: MyriadProRegular;
        }

    .sitemap .root {
        clear: both;
        margin-bottom: 20px;
    }

    .sitemap h2 {
        font-weight: bold;
        font-size: 16px;
        color: #EB1C23;
        margin-bottom: 10px;
    }

    .sitemap ul {
        clear: both;
        display: block;
        list-style: none;
    }

        .sitemap ul li {
            display: block;
            clear: both;
            padding: 5px 0;
        }

            .sitemap ul li > a {
                font-weight: bold;
                color: #EB1C23;
                padding-left: 25px;
                background: url(../images/arrow-black.png) no-repeat 10px center;
            }

        .sitemap ul ul {
            padding-left: 20px;
            padding: 5px 0;
        }

    .sitemap li li {
        clear: both;
        padding: 5px 0;
    }

        .sitemap li li a {
            font-weight: normal;
            color: #131313;
            background: no-repeat;
        }

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.pagegotop {
    clear: both;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

    .pagegotop a.gotop {
        position: absolute;
        right: 20px;
        bottom: 20px;
        display: block;
        width: 48px;
        height: 48px;
        background: url(../images/gotop.png) no-repeat right center;
        cursor: pointer;
    }

.leftsidebar {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 170px;
    margin-left: -620px;
    width: 120px;
    min-height: 20px;
    display: none;
}

    .leftsidebar.fixed {
        position: fixed;
        top: 0;
    }

.rightsidebar {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 170px;
    margin-left: 500px;
    width: 120px;
    min-height: 20px;
    display: none;
}

    .rightsidebar.fixed {
        position: fixed;
        top: 0;
    }

@media (min-width:1281px) {
    .leftsidebar, .rightsidebar {
        display: block;
    }
}

/* Clearfix */
* html .clearfix {
    height: 1%; /* IE5-6 */
}

.clearfix {
    display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix {
    display: block; /* O */
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    font-size: 1px;
    overflow: hidden;
}
