﻿
.nav li a#nav1001 {
    color: #c99705;
}

ul.nav li:nth-of-type(6) {
    width: 200px !important;
}

    ul.nav li:nth-of-type(6) a {
        opacity: 0;
    }

ul.nav li:nth-of-type(6) {
    width: 130px;
}

.nav li a#nav1256 {
    position: relative;
    font-size: 0 !important;
    width: 24px;
    height: 24px;
    background: url(i/design/home-ic.png) no-repeat center;
    margin-left: auto;
}

.backstretch {
    animation: zoomMove 4s ease-in-out forwards;
    opacity: 0.7;
    transition: opacity 0.7s ease-in-out;
}

@keyframes zoomMove {
    0% {
        transform: scale(1) translateX(0);
    }

    100% {
        transform: scale(1.05) translateX(-20px);
    }
}

    @media only screen and (max-width: 1600px) {
        .nav li a#nav1133 {
        margin: 0 auto !important;
    }

    ul.nav li:nth-of-type(6) {
        width: 150px !important;
    }
}

#SideHeadingPages li a#subID1001 {
    text-decoration: none;
    background: rgba(255, 255, 255, .1);
}

#SideHeadingPages li a#childID1001 {
    text-decoration: none;
    background: rgba(255, 255, 255, .1);
}

ul li.sidelist_li {
    display: none;
}

ul li.PPID1001 {
    display: block;
}
