/* Footer */

footer {
    display: block;    
    z-index: 100;
    clear: both;
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 0;
    background: #000;
    font-family: 'Lato', Helvetica, Arial, serif;
    font-weight: 400;
    font-size: 9px;
}
footer.no-scroll { position: fixed; }

.footer-top-area {
    display: block;
    float: left;
    width: 100%;
}
footer a {
    text-decoration: none;
}

/* Customer Service Links
-------------------------------------------------------------- */

footer .links {
    float: left;
    margin-bottom: 25px;
    text-align: left;
}
footer .links li {
    margin: 0;    
    color: #777;
    text-transform: uppercase;
    letter-spacing: .5px;
}
footer .links li > span,
footer .links li a {
    float: left;
    width: 100%;
    margin-bottom: 2px;
}
footer .links a { color: #777; }
footer .links a:hover { color: #c20f25; }

footer .opener {
    display: none;
}

/* Level 1 */
footer .links li.level-top {
    float: left;
    max-width: 120px;
    margin-right: 85px;
    margin-bottom: 15px;
    font-weight: 700;
}

/* Level 2 */
footer .links li.level-top li { font-weight: 400; }

/* Social
-------------------------------------------------------------- */

.social {
    float: left;
    margin-right: 85px;
}
.social h3 {
    margin-bottom: 2px;
    font-size: 9px;
    font-weight: 700;
    color: #777;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.social a {
    float: left;
    width: 100%;
    margin-bottom: 2px;
    color: #777;
    text-transform: uppercase;
}
.social i {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    font-size: 19px;
    border-radius: 50%;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.social a:hover i {
    background: #fff;
}
.social span {
    float: left;
    line-height: 19px;
}
.social a:hover {
    color: #c20f25;
}
/* Newsletter Button
-------------------------------------------------------------- */

.newsletter-toggle {
    float: right;
    padding: 12px 14px;
    border: solid 1px #1f1f1f;
    text-align: center;
    width: 164px;
}
.newsletter-toggle h3 {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #777;
}
.newsletter-toggle button {
    display: inline;
    width: 100%;
    padding: 5px 10px;
    background: #444;
    border: solid 1px #1f1f1f;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}
.newsletter-toggle button:hover {
    background: #666;
}
.newsletter-toggle button span {
    padding: 0;
}

/* Copyright
-------------------------------------------------------------- */

.copyright {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0 0;
    padding: 10px 0;
    border-top: solid 1px #1f1f1f;
    border-bottom: solid 1px #1f1f1f;
}
.copyright address {
    float: left;
    color: #777;
    text-transform: uppercase;
}
.copyright ul {
    float: right;
    margin-left: 20px;
}
.copyright li { float: left; }
.copyright a {
    padding: 0 5px;
    border-right: solid 1px #3f3f3f;
    color: #777;
    text-transform: uppercase;
}
.copyright li:last-of-type a {
    padding-right: 0;
    border-right: none;
}
.copyright a:hover { color: #c20f25; }

/* Responsive
-------------------------------------------------------------- */

/* Widescreen [[ Blue ]] */
@media only screen and (min-width: 1110px)  {   
}
/* Small Desktops [[ Brown ]] */
@media only screen and (min-width: 960px) and (max-width: 1109px) {
    .footer-links-wrapper {
        float: left;
        width: 75%;
    }
    footer .links { float: none; }
    footer .links li.level-top {
        width: 30%;
        margin-right: 3%;      
    }
}
/* Tablet (Portrait) [[ Yellow ]] */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .footer-links-wrapper {
        float: left;
        width: 70%;
    }
    footer .links { float: none; }
    footer .links li.level-top {
        width: 30%;
        margin-right: 3%;      
    }    
}
/* Mobile Universal [[ Orange Border ]] */
@media only screen and (max-width: 767px) {    
    body.nav-open footer.no-scroll {
        position: static !important;
    }
    footer {
        float: left;
        position: relative;
        height: auto;
        padding-top: 30px;
        margin-top: 0;
        background-image: none;
        font-size: 12px;
    }

    /* CS links */

    footer .links {
        width: 100%;
    }
    footer .links li {
        clear: both;
        float: left;
        width: 100%;
    }
    footer .opener {
        display: block;
        float: left;
        width: 35px;
        height: 35px;
        margin: 0 15px 0 0;
        padding: 0;
        border-bottom: none;
        background: #333;
    }
    footer .opener:hover {
        background: #c20f25;
    }
    footer .opener:before {
        float: left;
        content: 'r';
        width: 35px;
        height: 35px;
        color: #fff;
        font-family: "fredericks" !important; font-style: normal !important;  font-weight: normal !important;  font-variant: normal !important;  text-transform: none !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; 
        font-size: 12px; 
        line-height: 35px;
        text-align: center;   
    }
    footer .opener.is-on:before {
        content: 'd';
    }
    footer .links li a,
    footer .links li > span {
        float: left;
        width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    footer .links li.parent > ul {
        display: none;
    }
    footer .links li.parent > ul.on {
        display: block;
    }
    footer .links li.level-top {
        margin-bottom: 0;
        margin-right: 0;
        border-bottom: solid 1px #3f3f3f;
    }
    footer .links li.level-top li {
        padding-left: 50px;
    }

    /* social */

    .social {
        clear: both;
        width: 100%;
        margin-right: 0;
    }
    .social h3 {
        font-size: 14px;
    }
    .social a {
        padding-top: 4px;
        padding-bottom: 4px;
        border-bottom: solid 1px #3f3f3f;
        line-height: 24px;
    }
    .social i {
        width: 24px;
        height: 24px;
        margin-right: 15px;
        font-size: 25px;
    }
    .social span { line-height: 24px; }

    /* newsletter toggle */

    .newsletter-toggle {
        width: 100%;
        border: none;
        padding: 25px 0;
    }
    .newsletter-toggle h3 {
        font-size: 12px;
    }
    .newsletter-toggle button {
        font-size: 12px;
    }

    /* copyright */

    .copyright {
        margin-bottom: 40px;
        font-size: 9px;
    }
    .copyright address {
        width: 100%;
        text-align: center;
    }
    .copyright ul {
        float: left;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .copyright li {
        float: none;
        display: inline-block;
    }
}
/* Mobile (Landscape) [[ Pink ]] */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/* Mobile (Landscape - Large Mobile, iPhone 5, etc.) [[ Purple ]] */
@media only screen and (min-width: 640px) and (max-width: 767px) {    
}
/* Mobile (Portrait) [[ Gray ]] */
@media only screen and (min-width: 320px) and (max-width: 479px) {
}