/*
 * Author: Andrea Cangialosi
 * File CSS per la gestione del footer
 */


.colonna > a.nomeColonna{
    font-family: 'OpenSansCondensedBold' !important;
    font-size: 20px;
    text-transform: uppercase;
}

/*Nel caso in cui dovesse essere eliminato il link dal nome delle colonne,
commentare la classe css sopra e decommentare questa qui sotto*/
/*.divColonna > span.nomeColonna{
    font-family: "OpenSansCondensedBold";
    text-transform: uppercase;
    font-size: 16px
}*/

.colonna{
    float:left; 
    padding: 0 !important;
    width: 16% !important;
    padding-left:13px;
    padding-right:13px;   
}
.colonna-uno {
     width: 20% !important;
}
@media (max-width: 992px) {
    .colonna {
        margin-bottom: 15px;
        width: 100% !important;
    }
    .colonna-uno {
         width: 100% !important;
    }
}
#footer_fnm{
    position:relative;
    color:#FFF;
    font-family: 'OpenSansCondensedBold';
    text-transform: uppercase;
}
	
#footer_fnm a:link,#footer_fnm a:visited{
    color:#FFF;
    display: block;
    text-decoration:none;
    font-family: 'OpenSansCondensedBold';
    font-size: 1.05em !important;
    line-height: 1.1em;
    margin-bottom: 6px;
}

.logo_footer{
    float:left;
    /*width:380px;*/
    width:20%;
    margin-left: 10%;
    padding:5px 0 5px 0;
    position: relative;
    top: 100px;
}
	
.informazioni_footer{
    font-size:10px;
    margin:0 0 10px 0;
}

.search_footer{
    float:right;
    margin: 8px 50px 0 0;
    padding:3px 0 15px 0;
}
	
.copyright_footer{
    float:left;
    font-size:9px;
    width:40%;
    margin:0 0 0 165px;
}
	
.link_footer{
    margin:0 7px 0 0;
}
	
.link_footer ul{
    margin:0 2px 0 0;
    padding:0;
    list-style-type: none;
    /*float:right;*/
}
	
.link_footer ul li{
    margin:0 0 0 20px;
    padding:0;
    display: inline;
    list-style:none;
}
	
.search_footer input.input_search_header{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:15px;
    font-size:1.1rem;
    padding:5px 40px 5px 5px;
    width:165px;
    height:13px;
    border:0;		
    background-image:url(../../images/custom/sfondo_cerca.png);
    position:relative;
    z-index:99;
    top:-1px;
    -webkit-border-radius: 0px;		
    border-radius: 0px;
    margin:1px 0 0 0;
    float:left;
    color:grey;
}
		
.search_footer input.button_search_header{
    background-image:url(../../images/custom/ico_search_header.png);
    background-color:transparent;
    background-repeat:no-repeat;
    background-size: 20px 15px;
    border:0;
    height:16px;
    position:relative;
    z-index:999;
    margin:0px 0 0 -35px;
    cursor:pointer;
    right: 0px;
    top: 0px;
    float: right;
	
}
	
.search_footer input.button_search_header:hover{
    
}

.containerFooterCol{
}
.colSeparator{
    width:1px;
    border-left:1px solid white;
    float:left;
    height:150px;
    margin-right: 20px;
}

.linkRighe{
    font-family: 'OpenSansCondensedBold';
    font-size: 14px;
    text-decoration: none;
    text-transform: none !important;        
}

.info_footer{
    background-color: #E4002B;
    padding: 10px 0 10px 0;
    color:#FFF;
    line-height:12px;
    text-align:left;
    font-size:11px;
}

/** Stock Quote **/
#footer_fnm .stockquote {
    padding-right: 50px;
    background-size: 45px 45px;
    background-repeat: no-repeat;
    background-position: 100% 6px;
}