/* 
*
* USER STYLES
* This styles will override default styles of template
*
*/

/* efp-CSS
/* Barra fija superior*/
.inventory{background:#141b1f;font-size:12px}

	/* Ubicacion y telf */
	.inventory__info>span{color:rgba(255,255,255,.7)}
	.inventory__info>span:hover{color:rgba(255,255,255,.9)}

	/* Navegacion */
	.inventory .nav-inventory>li>a{color:rgba(255,255,255,.7)}
	.inventory .nav-inventory>li>a:hover{color:rgba(255,255,255,.9)}

	.inventory .nav-inventory>li.active>a{color:rgba(255,255,255,.7)}
	.inventory .nav-inventory>li.active>a:hover{color:rgba(255,255,255,.9)}

	/* Social Superior */
	.inventory .social a{color:rgba(255,255,255,.7)}
	.inventory .social a:hover{color:rgba(255,255,255,.9)}

/* Barra fija inferior*/
.footer{background:#141b1f;font-size:12px}
	.copyright{color:rgba(255,255,255,.7)}
	.social a{color:rgba(255,255,255,.7)}
	.social a:hover{color:rgba(255,255,255,.9)}
