/* >> Footer CSS
----------------------------------------------------*/
#stickyfooter{width: 100%; margin: 0 auto;}
.m-partners,
.footer-pc{display: none;}

.m-social{display: block; margin: 1em 0;}
.m-social a.social img{width: 32px; display: inline-block; margin: 0 4px;}

.footer-address_title{color: #cd1719; font-weight: bold; margin-bottom: 1em;}
.footer-address{line-height: 1.43; margin-bottom: 1em;}

.contact span, .contact a{display: block; line-height: 1.43;}
.contact a{color: #626262;}
.contact a:hover{color: #cd1719;}

.address-mobil{display: block; text-align: center;}
.address-mobil img{width: 186px; display: block; margin: 0 auto 1em;}

.mobil_nav{display: block; margin-top: 2em;}
.mobil_nav a{display: block; text-align: center; background: #cd1719; color: #fff; line-height: 44px; text-transform: uppercase;}
.mobil_nav a.mobil-up{background: #191919 url(/images/up-white.png) no-repeat center center; height: 44px;}
.mobil_nav a.mobil-home{background: #191919;}

/* >> Partners
--------------------------------------------*/
    .m-partners{display: none;}
    
    
/* >> Footer-PC
--------------------------------------------*/

/* >> PC
--------------------------------------------*/
@media only screen and (min-width: 520px){
    
    .mobil_nav{display: none;}
    
    .address-mobil{display: none;}
    
    .footer-pc{display: block; border-top: 1px solid #e2e2e2; padding-top: 1.5em;}
    
    .footer-pc .grid_4{float: left; width: 100%; display: none;}
    
    .footer-menu{color: #626262; display: inline-block; padding: 0.75em 0;}
    .footer-menu:hover, .footer-menu.selected{color: #cd1719;}
    .footer-pc .grid_4 li:first-child .footer-menu{padding-top: 0;}
    
    .footer-pc .grid_4:last-child{display: block; margin-right: 0%; background: url(../images/bg-footer_address.jpg) no-repeat center top; min-height: 214px; text-align: center;}
}

/* >> PC
--------------------------------------------*/
@media only screen and (min-width: 960px){

    /* >> Partners
    --------------------------------------------*/
    .m-partners{display: block; text-align: center; margin-bottom: 2.5em;}
    .m-partners .align-partner{display: inline-block;}
    .m-partners .align-partner a{display: block; float: left; margin-right: 0.75em;}
    .m-partners img{width: auto;}
    
    .footer-pc .grid_4{float: left; width: 23.5%; margin-right: 2%; display: block;}
    .footer-pc .grid_4:last-child{margin-right: 0%; background: url(../images/bg-footer_address.jpg) no-repeat center top; min-height: 264px; text-align: center;}

    
}