/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19/set/2014, 0:56:14
    Author     : Mário
*/

        .fade-social {
        opacity: 1;
        transition: opacity .25s ease-in-out;
        -moz-transition: opacity .25s ease-in-out;
        -webkit-transition: opacity .25s ease-in-out;
        }

        .fade-social:hover {
          opacity: 0.5;
          }
          
          
        .centered-pills {
	text-align: center
        }
        .centered-pills ul.nav-pills {
                display: inline-block
        }
        .centered-pills li {
                display: inline
        }
        .centered-pills a {
                float: left
        }
        * html .centered-pills ul.nav-pills, *+html .centered-pills ul.nav-pills {
                display: inline
        }
        
        .log-img:hover {
           opacity: 2;
        }
        
