.lk	{
	float:right;
	font-size:11px;
	padding:5px 30px;
	margin:15px 0px;
	color: #888;
	background-image: url("../img/logo_lk.jpg");
	background-repeat: no-repeat;
	background-position:right;
}
.lk a { color:#afafaf; }

/* FONDATION */
.row {

}
/* Texto Menu fechado */
.top-bar .toggle-topbar.menu-icon a {
    color: #00FFFF;
}
/* Texto Menu aberto */
.top-bar.expanded .toggle-topbar a {
    color: #00FFFF;
}
/* Icon Menu */
.top-bar .toggle-topbar.menu-icon a span::after {
	box-shadow: 0 0px 0 1px #00FFFF, 0 7px 0 1px #00FFFF, 0 14px 0 1px #00FFFF;
}
/* Menu com submenu hover child e menu mobile hover*/
.top-bar-section ul li:hover:not(.has-form) > a {
      background: #A52A2A;
}
/* Menu Mobile Barra topo */
.top-bar.expanded .title-area {
    background:#ccc;
}
.top-bar {
    background:#ccc;
}
/* Menu Mobile */
.top-bar-section ul li {
    background:#B22222;
}
/* Menu Mobile Active */
.top-bar-section ul li.active > a {
    background:#FFA500;
}
@media only screen and (min-width: 40.063em) {
	.top-bar {
		background: #ccc;
	}
	/* Menu */
	.top-bar-section li:not(.has-form) a:not(.button) {
		background: #B22222; 
	}
	.top-bar-section li:not(.has-form) a:not(.button):hover {
		background: #A52A2A;
	}
	/* Menu e Submenu Active*/
	 .top-bar-section li.active:not(.has-form) a:not(.button) {
		background: #FFA500;
	}
	.top-bar-section li.active:not(.has-form) a:not(.button):hover {
		background: #FF7F50;
	}
	/* Submenu */
	.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
		background: #C71585; 
	}
	.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
		background: #D02090; 
	}	
}