/*
    Created on : Mar 25, 2015, Mar 25, 2015 10:36:23 PM
    Author     : Alkadia
*/

.footer > .row-content{
    position: relative;
    max-width: 980px;
    width: 100%;
    padding: 32px;
}

footer.row > article{
    margin-top: -1px;
}


footer .footer-address{
    background: url(../../images/icbook/logo-big.svg) 0px 50px no-repeat;
    width: 100%;
    padding-left: 32px;
    padding-top: 64px;
    line-height: 1em;
    color: #999;
    padding-left: 50px;
    font-size: 1.6rem;
    background-size: 190px;
    background-size: 32px;
}

footer .footer-address > h6 {
    color: #4a4a4a;
    /* text-transform: uppercase; */
    font-size: 2rem;
    /* padding-bottom: 12px; */
    display: block;
    margin-bottom: 0;
    font-weight: 700;
}

footer .footer-address .numbers{
    margin-top: 6px;
}

footer .footer-address .plant{
    margin-top: 6px;
    margin-bottom: 6px;
    color: #4a4a4a;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-bottom: 1px solid #4a4a4a;
    display: inline-block;
}

.footer-menu{
    position: relative;
    float: none;
    /* right: 0px; */
    /*padding-right: 54px;*/
    margin-top: -1px;
    /*background: transparent url("../../images/mangiarotti/bottom-arrow.png") 50% 0px no-repeat;*/
    padding-top: 33px;
    max-width: 960px;
    margin: 0px auto;
    padding-left: 22px;
    font-size: 1.6rem;
    letter-spacing: 0;
    display: none;
}

footer [data-type="menu"] ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

footer [data-level="0"] > li,
footer [data-level="1"] > li{
    display: inline-block;
    float: left;
    padding-right: 6px;
    /* min-width: 60px; */
    border-right: 1px solid #D0D0D0;
    padding-left: 6px;
}

footer [data-level="0"] > li:last-child,
footer [data-level="1"] > li:last-child{
    border-right: 0px;
}

footer [data-level="0"] > li {
    border-right: 0px;
}

footer [data-type="menu"] li > a {
    color: #AAA;
    text-decoration: none;
    text-transform: uppercase;
}

footer [data-type="menu"] li:hover > a{
    text-decoration: underline;
}

footer [data-level="1"] > li.active:hover > a,
footer [data-level="1"] > li.active > a,
footer [data-level="1"] > li:hover > a.active,
footer [data-level="1"] > li > a.active{
    color: #484848;
    text-decoration: none;
}

footer [data-level="2"] > li{
    margin-bottom: 0px;

    padding: 0px;
    line-height: 1.1em;
    margin-left: 4px;
}

footer [data-level="0"] > li > a{
    display: none;
}

footer [data-level="2"]{
    display: none;
}




/*
# SOCIALS
************************/

#svg-linkedin path,
#svg-dots path{
    fill: #ccc;
}

footer .socials{
    position: absolute;
    right: 24px;
}

footer .socials ul{
    list-style: none;
    margin-top: 35px;
    margin-bottom: 0px;
}

.socials .separator{
    position: absolute;
    right: 30px;
    margin-top: 39px;
}

.socials .linkedin{
    cursor: pointer;
}

.socials{
    display: none;
}

.logos{
    position: absolute;
    right: 0;
    bottom: 32px;
    min-width: 300px;
    /* outline: 1px solid #ccc; */
    margin-bottom: 0px;
    height: 72px;
}

.logos > li{
    display: block;
    width: 50%;
    height: 100%;
    margin-bottom: 0px;
    float: left;
}



.logos .toshiba{
    background: transparent url('../../images/mangiarotti/toshiba.svg') 30% 50% no-repeat;
    background-size: 110px;
}

.logos .westinghouse{
    background: transparent url('../../images/mangiarotti/westinghouse.svg') 50% 50% no-repeat;
    background-size: 130px;
    border-right: 1px solid #E5E5E5;
}

.logos a{
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

