/********************************************************************************
*                             BEM Methodology                                   *
*  [$] Block = block                                                            *
*  [$] Element = block__element                                                 *
*  [$] Modifier = block__element--modifier                                      *
*                                                                               *
*                             Footer and under footer                           *
*                                                                               *
*  [^]fo = footer                                                               *                                                             
*  [^]uf = under footer                                                         *
*                                                                               *
*                                                                               *
*                                                                               *
*                                                                               *
********************************************************************************/


/* [$] Block *****************************************/
    
    /* [^]fo */
    footer {
        background-color: #E3E3E3;
        padding: 30px 30px 0px 30px;
        height: auto;
        overflow: hidden;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
        line-height: 1.42857143!important;
        width:100%
    }
    
    .footer-content ul.lang-list {
        padding-top: 5px;
        /* font-size: 0.85em; */
        font-size: 14px;
    }
    
    .fixed-bottom{
        position: fixed;
        width: 100%;
        bottom: 0;
    }
    
    .footer-content ul.social-network-icon .fa-facebook:hover {
        color:#3B5998;
    } 
    .footer-content ul.social-network-icon .fa-linkedin:hover {
        color:#0077B5;
    }
    .footer-content ul.social-network-icon .fa-twitter:hover {
        color:#1DA1F2;
    }
    .footer-content ul.social-network-icon .fa-youtube:hover {
        color:#CD201F;
    }
    
    .footer-content ul.social-network-icon {
        text-align:center;
        padding-right:0;
        margin-top: 5px;
    }
    
    .footer-content ul.social-network-icon li a em {
        color: #aaaaaa;
        -webkit-transition: color .3s linear;
        -moz-transition: color .3s linear;
        -ms-transition: color .3s linear;
        -o-transition: color .3s linear;
        transition: color .3s linear;
        /* font-size:1.6em; */
        font-size: 14px;
        padding-left:5px;
    }

    .footer-content ul.social-network-icon li:first-child a em {
        padding-left: 0;
    }
    
    .footer-content ul.social-network-icon li a em:hover {
        opacity: .7;
    }
    /* end of [^]fo */

    /* [^]uf */
    
    .under-footer{
        padding: 30px;
        height: auto;
        overflow: hidden;
    }
    
    .under-footer__logos .eib-logo a{
     float:right;   
    }
    
    .under-footer__logos .europa-logo a{
     float:left;   
    }
    
     
    /* end of [^]uf */ 
    
    

/* [$] Element *****************************************/

    /* [^]fo */
    .footer__menu li a {
        /* font-size: 1em; */
        font-size: 15px;
        font-weight: bold;
        color: #7e7e7e;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
    }

    .footer__menu ul, .footer__menu li{
        font-size:14px!important;
    }
    
    .footer__social-media {
        clear: both;
        height: auto;
        overflow: hidden;
        margin-top: 25px;
    }
    
    .footer__copyright p {
        color: #7e7e7e;
        /* font-size: 1.1em; */
        font-size: 15.4px!important;
        text-align: center;
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 25px!important;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
        line-height: 1.42857143!important;
        letter-spacing: 0px!important;
    }
    
    .footer__menu.hidden-xs ul.list-inline {
        text-align:center;
        line-height: 1.42857143!important;
    }

  /* end of [^]fo */
  
/*------ Return to top -----------*/
 #return-to-top {
     position: fixed;
     bottom: 20px;
     right: 20px;
     background: rgb(0, 0, 0);
     background: rgba(0, 0, 0, 0.6);
     width: 38px;
     height: 38px;
     display: block;
     text-decoration: none;
     -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
     border-radius: 35px;
     display: none;
     -webkit-transition: all 0.3s linear;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     z-index:8009;
}
 #return-to-top span.go-up {
     margin: 0;
     position: absolute;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
     transition: all 0.3s ease;
     left: 11px;
     top: 10px;
     background-repeat: no-repeat;
     background-position: center center;
     background-image:url('arrow-16.png');
     width:16px;
     height:16px;
}
 #return-to-top:hover {
     background: rgba(0, 0, 0, 0.9);
}
 #return-to-top:hover i {
     color: #fff;
     top: 5px;
}
