/* ##### ARTIKULO UNO ##### */

/* IE FIX */
@media \0screen { body { min-width: 1023px; } }

.mainfooter {
    background-color: #333333;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    line-height: 24px;
}

.mainfooter .ninesixty { background-color: #333333; }

/* ##### footer NAV BAR ##### */
#footernav {
    margin: 0;
    padding: 0;
    height: 54px;
}

#footernav .right ul {
    padding: 0;
}

#footernav ul {
    list-style: outside none none;
}

#footernav li {
    color: #949494;
    font-size: 12px;
    line-height:24px;
    text-decoration: none;
    padding: 15px 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#footernav li a {
    color: #f2f2f2;
    display:inline-block;
    font-size: 12px;
    text-decoration: none;
}

#footernav li a:hover {
    color: #949494;
}

/* ##### ICONS ##### */
.mainfooter li.pipe:after {
    background-repeat: no-repeat;
    content: "|";
    position: relative;
    color:#949494;
    padding:0 2px;
}

.mainfooter li .lifebuoy:before{
    background-position: 0 -170px;
    height: 20px;
    width: 20px;
}

.mainfooter .icon:before{
    background-image: url("../images/ccp/global-foot.svg");
    background-size: 220px 190px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.mainfooter li .lifebuoy:hover:before{
    background-position: -35px -170px;
    height: 20px;
    width: 20px;
}


/* FIREFOX FIX */
@-moz-document url-prefix() {
    #footernav > li:first-child > a:before {
        top:0;
    }
}
#footernav > li:first-child > a {
    padding: 0;
    position: relative;
}

#footernav .right {float: right;}

.mainfooter .hide-text {
    border:0;
    font: 0/0 a !important;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}

/* MOBILE ICONS */
#footernav .mobile-icons {
    display: none;
    padding: 0;
    margin:0;
}

.mainfooter li .arrow-up:before{
    background-position: -77px -160px;
    height: 30px;
    width: 30px;
    padding-bottom: 8px;
}
.mainfooter .up:before{
    background-image: url("../images/ccp/global-foot.svg");
    background-size: 220px 190px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.mainfooter li .arrow-up:hover:before{
    background-position: -77px -160px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.mainfooter .ninesixty,
.mainfooter .row .ninesixty {
    max-width: 100%;
    width: 960px;
}

@media only screen and (max-width: 767px) {
    .mainfooter .ninesixty, .mainfooter .row .ninesixty {
        max-width: 100%;
        min-width: 0;
        width:100% !important;
        padding: 0;
        margin: 0;
    }

    .mainfooter li.pipe:after {
        background-repeat: no-repeat;
        content: "|";
        position: relative;
        color:#949494;
        padding:0 2px;
    }

    #footernav li {
        color: #949494;
        font-size: 12px;
        line-height: 24px;
        text-decoration: none;
        padding: 0 0;
        float: left;
        display: inline-block;
    }

    #footernav .mobile-icons {
        display: inline;
        float: right;
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 8px;
        right: 2px;
    }

    #footernav {
        margin: 0;
        padding:8px 8px 0 8px;
        height: 97px;
    }

    #footernav .right {
        display:inline-block;
        float: left;
        width:100%;
        margin: 0;
        padding: 10px 0 8px 0;
        margin:0;
        position: absolute;
        bottom:0;
        left:8px;
    }
}

@media only screen and (max-width: 320px) {
    #footernav { 
        height:auto;
    }
    
    #footernav .right {
        position: relative;
        left:0;
    }
}