

/*.navActive {
    padding-top: 280px
}*/

.navActive .mainNav {
    top: 0;
    
}

.mainNav .row, .mainNav{
    overflow: visible;
}

.navActive .btnMainNav {
    top: 140px;
}

.navActive .btnMainNav:before {
    background-image: none;
    content: '×';
    font-weight: 300;
    color: #FFF;
    font-size: 2.8em
}

.navActive .navBackground {
    left: 0%
}


.icon-facebook:before {
    content: "\e601";
    font-size: 30px;

}


.icon-twitter:before{
    font-size: 30px;
}


.ie8 .mainNav {
    position: relative;
    top: 0;
    height: 210px
}

.btnMainNav {
    border-radius: 50%;
    position: fixed;
    right: 50px;
    top: 40px;
    background-color: #575756;
    width: 40px;
    height: 40px;
    z-index: 1000;
    border: 0;
    -webkit-transition: top 0.3s, right 0.3s;
    transition: top 0.3s, right 0.3s;
    -webkit-animation: naviFlash 1.2s infinite alternate;
    animation: naviFlash 1.2s infinite alternate
}

.btnMainNav:hover {
    background-color: #313130
}

.btnMainNav:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    -webkit-background-size: 55% 2px;
    background-size: 55% 2px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff), -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-position: center 13px, center 19px, center 25px;
    width: 100%;
    height: 100%;
    line-height: 1.25
}

.ie9 .btnMainNav:before {
    content: "☰";
    color: #FFF;
    margin-top: 10px
}

.ie8 .btnMainNav {
    display: none
}

.navSectionTitle {
    font-weight: 300;
    font-size: 1.35em;
    margin-top: 1em;
    border-left: 1px solid #575756;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    color: #575756
}

.navSectionTitle.navLink {
    text-align: left
}

.navSectionTitle.navLink:hover {
    color: #4a4a49
}

.navSectionTitle.navLink.active {
    font-weight: 500;
    color: #4a4a49;
    border-left-width: 2px
}

.navSubTitle {
    font-size: 15px;
    font-weight: 500;
    margin: 0
}

.ie8 .navSection {
    float: left
}

.navSection[data-name="social"] ul {
    margin: 0;
    padding: 0;
    padding-top: 40px
}

.navSection[data-name="social"] ul li {
    list-style-type: none;
    text-decoration: none;
    margin-bottom: 5px
}

.navSection[data-name="social"] ul li a {
    background-image: url("../images/social_icon.png");
    width: 30px;
    height: 30px;
    display: block
}

.navSection[data-name="social"] ul li a[data-social="facebook"] {
    background-position: 0px 0px
}

.navSection[data-name="social"] ul li a[data-social="facebook"]:hover {
    background-position: -30px 0px
}

.navSection[data-name="social"] ul li a[data-social="twitter"] {
    background-position: 0px -30px
}

.navSection[data-name="social"] ul li a[data-social="twitter"]:hover {
    background-position: -30px -30px
}

.navSection[data-name="social"] ul li a[data-social="instagram"] {
    background-position: 0px -60px
}

.navSection[data-name="social"] ul li a[data-social="instagram"]:hover {
    background-position: -30px -60px
}

.navSection[data-name="social"] ul li a[data-social="youtube"] {
    background-position: 0px -90px
}

.navSection[data-name="social"] ul li a[data-social="youtube"]:hover {
    background-position: -30px -90px
}

.navBlock {
    display: inline-block;
    vertical-align: top
}

.navYearTxt {
    margin-bottom: 7px;
    margin-top: 28px;
    font-size: 1em
}

.flexHide {
    display: none
}

.navList {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13.6px;
    font-size: 0.85em
}

.navItem {
    margin: 4px 0
}

.navLink {
    cursor: pointer;
    font-size: 15px;
    border-right: 1px solid #000;
    text-align: center
}

.navLink:hover {
    color: #000
}

.navLink:last-child {
    border-right: none
}

.navLink.active {
    font-weight: bold;
    color: #000
}

.navLink[data-name="pflng"] {
    font-size: 1.35em
}

.subNavList {
    padding-left: 15px;
    list-style: none
}

.subNavItem:before {
    content: '- '
}

/*@media (max-width: 1380px) {
    .navActive {
        padding-top: 320px
    }
    .navActive .btnMainNav {
        top: 360px
    }
    .mainNav {
        top: -320px;
        height: 320px;
        padding: 0 10px
    }
    .navSectionTitle {
        width: 100%;
        display: block;
        margin-bottom: 0
    }
    .blockFestive2015 {
        width: 50%
    }
    .blockFestive2014 {
        width: 50%
    }
    .blockEmp1 {
        width: 70%
    }
    .blockEmp2 {
        width: 50%
    }
    .navSection[data-name="social"] ul {
        padding-top: 70px
    }
    .flexHide {
        display: block
    }
}*/

@media (max-width: 991px) {
    .navActive {
        padding-top: 0
    }
    .navActive .mainNav {
        right: 0
    }
    .navActive .btnMainNav {
        top: 40px;
        right: 310px
    }
    .mainNav {
        right: -260px;
        width: 260px;
        border-left: 1px solid #ccc;
        left: auto;
        top: 0;
        min-height: 100%;
        overflow-y: auto;
        padding: 0;
    }
    .mainNav>:last-child {
        margin-bottom: 25px
    }
    .navSectionTitle {
        font-size: 1.2em;
        font-weight: 500
    }
    .navSection[data-name="Festive"] .navYearTxt {
        margin-top: 0
    }
    .navSection[data-name="Empowering Lives"] .navYearTxt {
        margin-top: 0
    }
    .navSection[data-name="CSI"] .navYearTxt {
        margin-top: 0
    }
    .navYearTxt {
        margin-top: 15px;
        font-size: 0.85em
    }
    .navItem {
        margin: 10px 0
    }
    .navSubTitle {
        margin: 5px 0;
        display: block
    }
    .navLink {
        padding-right: 5px;
        text-align: left
    }
    .blockFestive2015 {
        width: 100%
    }
    .blockFestive2014 {
        width: 100%
    }
    .blockEmp1 {
        width: 100%
    }
    .blockEmp2 {
        width: 100%
    }
    .navSection[data-name="social"] ul {
        padding-left: 35px
    }
    .navSection[data-name="social"] ul li {
        float: left;
        margin-right: 10px
    }
    .navBackground {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background: #fb0007;
        z-index: 99;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        opacity:0.5!important;

    }
}

@media (max-width: 500px) {
    .navActive .btnMainNav {
        top: 20px;
        right: 270px
    }
    .btnMainNav {
        right: 20px;
        top: 20px;
        position: absolute;
        width: 35px;
        height: 35px
    }
    .btnMainNav:before {
        background-position: center 11px, center 17px, center 23px;
        line-height: 1.15
    }
    .mainNav {
        position: absolute
    }
}

@-webkit-keyframes naviFlash {
    from {
        -webkit-box-shadow: 0 0 6px 2px rgba(2, 149, 143, 0.2);
        box-shadow: 0 0 6px 2px #fb0007
    }
    to {
        -webkit-box-shadow: 0 0 8px 4px #02958f;
        box-shadow: 0 0 8px 4px #fb0007
    }
}

@keyframes naviFlash {
    from {
        -webkit-box-shadow: 0 0 6px 2px #fb0007;
        box-shadow: 0 0 6px 2px #fb0007
    }
    to {
        -webkit-box-shadow: 0 0 8px 4px #02958f;
        box-shadow: 0 0 8px 4px #fb0007
    }
}

@-webkit-keyframes naviFade {
    from {
        background-color: #fb0007
    }
    to {
        background-color: #fb0007
    }
}

@keyframes naviFade {
    from {
        background-color: #fb0007
    }
    to {
        background-color: #fb0007
    }
}


