body, html {
    margin: 0;
    padding: 0;
    color: #333333;
    background: url(../images/pw_maze_white.png) repeat;
}

.center {
    width: 980px;
    margin: 0 auto;
}

.center2 {
    width: 960px;
    margin: 0 auto;
}

#header {
    width: 100%;
    padding: 0;
    margin: 0;
}

#headertop {
    clear: both;
    text-align: center;
    display: flex;
}

#headertop2 {
    width: 100%;
    float: right;
    margin: 0 0 0 0;
}


#LeftsidebarCat {
    /*min-height: 1024px;
    padding-bottom: 20px;*/
}

.overflow-none {
    overflow: unset !important;
}

#headertop2 img {
    float: right;
    width: 100% !important;
    height: auto !important;
}

#mainslider {
    float: right;
    margin: 10px 0 10px 0;
    width: 980px;
    position: relative;
}

.slidertext {
    min-height: 30px;
    width: 960px;
    text-align: right;
}





#footer .scrolltop {
    position: fixed;
    right: 2rem;
    bottom: 3rem;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #777;
    cursor: pointer;
    z-index: 999;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    display: none;
}

    #footer .scrolltop:hover {
        transform: scale(1.1);
        background: #777;
    }

        #footer .scrolltop:hover i {
            color: #fff;
        }

    #footer .scrolltop i {
        transition: all 0.3s ease-in-out;
        color: #777;
        z-index: 100;
        font-size: 2rem;
        text-align: center;
        display: block;
        line-height: 1.3;
    }

@media screen and (max-width:992px) {


    #footer .scrolltop {
        display: none;
    }
}

#menuleft {
    background: url(../images/NavLeft.png) no-repeat right top;
    width: 20px;
    float: right;
    height: 51px;
}

#menumain {
    width: 100%;
    height: 60px;
    margin: 10px 0 0 0;
    background: linear-gradient(#fefefe, #eee);
    display: flex;
    align-items: center;
}

#menuright {
    background: url(../images/NavRight.png) no-repeat right top;
    width: 20px;
    float: right;
    height: 51px;
}

.mega-menu ul, .mega-menu li {
    list-style: none;
}

.mega-menu ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.mega-menu .sub ul {
    display: block;
}

.white {
    width: 100%;
    margin: 0 auto;
}

    .mega-menu, .white ul.mega-menu, .white ul.mega-menu li {
        border: none;
        margin: 0;
        padding: 0;
    }

.mega-menu {
    position: relative;
}

    .mega-menu li {
        float: right;
        font-size: 1rem;
        font-weight: 400;
        list-style-type: none;
        text-align: right;
        margin: 0;
        padding: 0;
    }

        .mega-menu li a {
            color: #575351;
            text-decoration: none;
            padding: 0 25px;
            border-left: solid 1px #d7d7d7;
            margin: 0 0 0 0;
            font-weight: bold;
        }

        .mega-menu li:last-child a {
            border-left: none;
        }

        .mega-menu li a:hover {
            color: #ffffcc;
        }

        .mega-menu li a.dc-mega {
            position: relative;
            padding: 20px 25px 14px 38px;
        }

        .mega-menu li a .dc-mega-icon {
            display: block;
            position: absolute;
            width: 8px;
            height: 6px;
            top: 18px;
            left: 15px;
            background: url(../images/arrow.png) no-repeat 0 100%;
        }

    .mega-menu .mega-hover a, .white .mega-menu li a:hover {
        background-position: 0 -50px;
        color: #000;
    }

        .mega-menu .mega-hover a .dc-mega-icon {
            background-position: 0 100%;
        }

    .mega-menu .sub-container {
        position: absolute;
        background: #fff;
        margin-right: -3px;
        border: solid 2px #f8f8f8;
        border-top: none;
        margin-top: 15px;
    }

    .mega-menu .sub {
        background: #fff;
        padding: 20px 20px 20px 10px;
        border-top: solid 3px #aeaeae;
    }

    .mega-menu .sub-container.mega .sub {
        padding: 20px 20px 10px 0;
    }

    .mega-menu li .sub .row {
        width: 100%;
        overflow: hidden;
        clear: both;
    }

    .mega-menu li .sub li {
        list-style: none;
        float: none;
        width: 200px;
        font-size: 1em;
        font-weight: 400;
    }

        .mega-menu li .sub li.mega-hdr {
            float: right;
            margin: 0 0 10px 10px;
        }

            .mega-menu li .sub li.mega-hdr.last {
                margin-right: 0;
            }

    .mega-menu li .sub a {
        background: none;
        border: none;
        color: #fff;
        display: block;
        float: none;
        text-decoration: none;
        font-size: 1em;
        padding: 7px 10px;
    }

    .mega-menu li .sub li.mega-hdr a.mega-hdr-a {
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 700;
        color: #000;
        padding: 5px 5px 5px 15px;
        border-bottom: dotted 1px #777;
    }

        .mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
            color: #000;
        }

    .mega-menu li .sub li:hover {
        background: #dadada;
    }

    .mega-menu li .sub li li:hover {
        background: #8e8c8b;
    }

        .mega-menu li .sub li li:hover a {
            color: #fff !important;
        }

    .mega-menu .sub li.mega-hdr a {
        font-weight: 400;
        padding: 4px 20px 4px 5px;
        color: #000 !important;
    }

        .mega-menu .sub li.mega-hdr a:hover {
            color: #a32403;
        }

    .mega-menu .sub ul li {
        padding-right: 0;
    }

    .mega-menu .sub-container.non-mega .sub {
        padding: 5px 0px 7px 0
    }

    .mega-menu .sub-container.non-mega li {
        width: 190px;
        margin: 0;
        padding: 0;
    }

    .mega-menu .sub-container.non-mega a {
        padding: 7px 22px 7px 5px;
        border-bottom: dotted 1px #777;
        color: #000;
    }

        .mega-menu .sub-container.non-mega a:hover {
            color: #a32403;
        }

    .mega-menu ul ul, .mega-menu .sub {
        display: none;
    }

#content {
    width: 100%;
}

.content2 {
    width: 100%;
}

#cphtitlediv {
    width: 100%;
    border-bottom: solid 2px #e0e0e0;
    text-align: right;
    color: #333333;
    padding: 5px 0 12px 0
}

    #cphtitlediv h1 {
        margin: 0;
        padding: 0;
        font-weight: bold;
        font-size: 1rem;
    }

#cphdatadiv {
    width: 100%;
    text-align: right;
    color: #333333;
    line-height: 25px;
}

.cphtitlediv2 {
    width: 100%;
    border-bottom: solid 2px #e0e0e0;
    text-align: right;
    color: #333333;
    padding: 5px 0 12px 0;
    font-weight: bold;
    font-size: 1rem;
}

.cphdatadiv2 {
    width: 100%;
    text-align: right;
    color: #333333;
    line-height: 25px;
}

    .cphdatadiv2 ul {
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .cphdatadiv2 ul li {
            width: 100%;
            float: right;
            margin: 5px 0 0 10px;
            padding: 0 15px 0 0;
            position: relative;
        }

            .cphdatadiv2 ul li a {
                text-decoration: none;
                color: #777;
                font-size: .9rem;
            }

                .cphdatadiv2 ul li a:hover {
                    color: #f60;
                }

/*.cphdatadiv2 ul li a::before {
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            top: 10px;
            right: 0;
            border: 2px solid #f60;
            transform: rotate(45deg);
            border-right: 0;
            border-top: 0;
        }*/

.content2 .more-article a {
    color: #f60;
    border: 1px solid #f60;
    border-radius: 5px;
    font-size: .9rem;
    transition: all .3s ease-in-out;
}

    .content2 .more-article a:hover {
        color: #fff;
        border: 1px solid #f60;
        background: #f60;
        border-radius: 5px;
        box-shadow: 0 1px 5px 1px #666;
        transform: translateY(-2px);
        transition: all .3s ease-in-out;
    }

.rightpldf {
    float: right;
    width: 750px;
}

.leftpnldf {
    float: left;
    width: 196px;
}

.divleftmod {
    text-align: right;
    color: #333333;
}

.moduletitle {
    text-align: right;
    font-weight: bold;
    border-bottom: solid 2px #e0e0e0;
    padding: 5px 0 8px 0
}

.modulebody {
}

.contentArticles {
}

    .contentArticles ul {
        margin: 0;
        padding: 0;
    }

        .contentArticles ul li {
            list-style: none;
            padding-right: 20px;
            margin: 5px;
            position: relative;
        }

            .contentArticles ul li::before {
                content: '';
                position: absolute;
                width: 10px;
                height: 3px;
                background: #f60;
                top: 50%;
                right: 0;
            }

    .contentArticles a, .contentArticles-02 p a {
        text-decoration: none;
        color: #777;
        font-size: .9rem;
    }

        .contentArticles a, .contentArticles-02 p a:hover {
            color: #f60;
        }

.contentArticles-02 p a {
    padding-right: 15px;
    position: relative;
}

    .contentArticles-02 p a::before {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        top: 10px;
        right: 0;
        border: 2px solid #f60;
        transform: rotate(45deg);
        border-right: 0;
        border-top: 0;
    }
/*================================CONTACT US===========================================*/
#contactWrapper {
    width: 650px;
    float: right;
}

.crow {
    width: 600px;
    margin-bottom: 10px;
    height: 25px;
    float: right;
}

    .crow label {
        float: right;
        display: inline;
        width: 85px;
        color: #333333;
        font-size: 1rem;
        text-align: left;
        padding-top: 5px;
    }

        .crow label span {
            color: #999;
        }

    .crow .field {
        float: right;
        display: inline;
        width: 260px;
        height: 15px;
        padding: 4px 5px 5px;
        background: #fbeae0;
        border: 1px solid #e29e71;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #000;
        font-size: 11px;
        font-family: Tahoma;
        font-weight: bold;
    }

    .crow .field-focus {
        border-color: #129dd1 !important;
    }

    .crow .message {
        width: 454px;
        height: 126px;
        resize: none;
        float: right;
        display: inline;
        padding: 4px 5px 5px;
        background: #fbeae0;
        border: 1px solid #e29e71;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #000;
        font-size: 11px;
        font-family: Tahoma;
        font-weight: bold;
    }

    .crow .submit-btn {
        float: right;
        display: inline;
        height: 19px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 1rem;
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        border: 0;
        padding-bottom: 3px;
        width: 102px;
        background-image: url(../images/contact-submit-btn.gif);
        line-height: 18px;
    }

    .crow .btn-holder {
        width: 470px;
        float: right;
        margin: 5px 83px 0 0;
        clear: both;
        height: 30px;
    }

.btnsends {
    margin: 5px 85px 0 0;
    clear: both;
    position: relative;
    top: 4px;
}

.row select {
    color: #000;
    padding: 2px 0 0 0;
}

.valid {
    float: right;
}

.contactdpn {
    width: 273px;
    background: #fbeae0;
    float: right;
    border: 1px solid #e29e71;
    color: #333333;
    font-size: 1rem;
    font-family: Tahoma;
    font-weight: bold;
}

.messgrow {
    float: right;
    height: 139px;
}

#footer {
    float: right;
    width: 100%;
    color: #fff;
    text-align: right;
    font-size: .8rem;
    font-weight: bold;
    margin: 10px 0 0 0;
    background: #2f2f2f url(/images/footerbg.png) repeat-x top;
    padding: 7px 0 3px 0;
}

    #footer a {
        color: #fff;
        text-decoration: none;
    }

#copyright {
    float: right;
    margin: 15px 5px 10px 0;
    font-size: .8rem;
}

#footermenu {
    float: right;
    margin: 2px 0 0 0;
    padding: 0;
    list-style: none;
    width: 960px;
}

    #footermenu li {
        float: right;
        border-left: solid 1px #fff;
        padding: 0 10px;
    }

    #footermenu a:hover {
        color: #777;
    }

.MyBtn {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: bold 9pt tahoma;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    font-size: 1rem;
    padding: .2em 1.0em .30em;
    color: #fff;
    border: solid 1px #fc8539;
    background: #fc8539;
    background: -webkit-gradient(linear, left top, left bottom, from(#fc8539), to(#decfab));
    background: -moz-linear-gradient(top, #fc8539, #decfab);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8539', endColorstr='#decfab');
}

    .MyBtn:hover {
        background: #fc8539;
        background: -webkit-gradient(linear, left top, left bottom, from(#fc8539), to(#decfab));
        background: -moz-linear-gradient(top, #fc8539, #00decfab);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8539', endColorstr='#decfab');
    }

    .MyBtn:active {
        color: #80bed6;
        background: -webkit-gradient(linear, left top, left bottom, from(#fc8539), to(#decfab));
        background: -moz-linear-gradient(top, #fc8539, #decfab);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8539', endColorstr='#decfab');
    }

    .MyBtn[disabled=disabled] {
        background: #01506d;
        background: -webkit-gradient(linear, left top, left bottom, from(#fc8539), to(#decfab));
        background: -moz-linear-gradient(top, #fc8539, #00decfab);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8539', endColorstr='#decfab');
        color: #c3c4c5;
        cursor: default;
    }

    .MyBtn[disabled=disabled] {
        background: #01506d;
        background: -webkit-gradient(linear, left top, left bottom, from(#fc8539), to(#decfab));
        background: -moz-linear-gradient(top, #fc8539, #00decfab);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8539', endColorstr='#decfab');
        color: #c3c4c5;
        cursor: default;
    }

a.MyBtn {
    height: 22px;
    line-height: 22px;
}

.contactus-form .crow select {
    font-family: inherit;
    font-size: 0.85rem;
    font-weight: normal;
}


.contactus-form .crow .field {
    height: 30px;
    font-family: inherit;
    width: 272px;
    font-size: 0.85rem;
    font-weight: normal;
}

.contactus-form .crow .message {
    width: 454px;
    height: 126px;
}

#content p {
    /*content-visibility: auto;*/
    /*will-change: transform;*/
}

.breadcrumb-top {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background-color: transparent;
    border-radius: 5px;
}

    .breadcrumb-top ul {
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap:wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .breadcrumb-top .bg-light {
        background-color: transparent !important;
    }

    .breadcrumb-top ul li {
        padding-right: 16px;
        position: relative;
    }


    .breadcrumb-top li:first-child {
        padding: 0;
    }

    .breadcrumb-top li + li::before {
        display: inline-block;
        color: #999999;
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 6px;
        height: 6px;
        border-bottom: 2px solid;
        border-left: 2px solid;
        transform: rotate( 45deg) translateY(-50%);
        right: 6px;
        top: 50%;
    }

    .breadcrumb-top li + li:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-top li + li:hover::before {
        text-decoration: none;
    }

    .breadcrumb-top li.active {
        color: rebeccapurple;
    }

    .breadcrumb-top span:hover, .breadcrumb-top a:hover {
        color: #f60;
    }


@media screen and (min-width:1023px) {
    .fixed-top-menu {
        position: fixed;
        background: #fff;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        -webkit-animation: swing-in-top-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        animation: swing-in-top-fwd 1.5s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
        box-shadow: 0 0px 6px -1px #d0c7c7;
        margin:0 !important;
    }
}


@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform-origin: top;
        transform-origin: top;
        opacity: 1;
    }
}