.gx-login-slider{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: -99999;
    dbackground-color:black;
}

.gx-login-slider .gx-slide{
	opacity:0;
	display:none;
	
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: -99999;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.gx-login-slider .gx-slide.active{
	opacity:0.8;
	display:block;
	animation:chargeslide 1.5s;
}
.connected-wrapper{
	float:right;
	width:165px;
	height:1px;
	overflow:visible;
}
.connected-user{
	text-align:right;
	position:relative;
	top:-20px;
}
.menu.nav.navbar-nav.navbar-right >li>a[data-drupal-link-system-path="user"] {
	display:none;
}
.menu.nav.navbar-nav.navbar-right >li>a {
    position: relative;
    display: block;
    padding: 10px 0px 10px 15px;
}

@keyframes chargeslide {
    from {opacity:0;}
    to {opacity:0.8;}
}
