.header_user_info{
	float: right;
	position: relative;
	z-index: 102;
}
.header_user_info #drop_content_user a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 0 12px;
}
.header_user_info #drop_content_user a:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 12px;
	width: 1px;
	background: #fff;
}
.header_user_info a.login:after,
.header_user_info a.logout:after{
	display: none;
}
.header_user_info #drop_content_user a.login{
	padding-right: 0;
}
#drop_links {
	display: block;
	color: #fff;
}
@media (min-width: 992px){
	#drop_links {
		display: none;
	}
	#drop_content_user{
		background: none;
		display: block !important;
	}
}
@media (max-width: 991px){
	#drop_links {
		position: relative;
		white-space: nowrap;
	}
	#drop_links:after{
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 12px;
		line-height: 12px;
		padding-left: 5px;
	}
	#drop_content_user{
		display: none;
		position: absolute;
		top: 100%;
		right: 0;
		margin-top: 1px;
		white-space: nowrap;
		z-index: 2;
		padding: 10px 12px;
		line-height: 2.3;
		text-transform: uppercase;
	}
	.header_user_info #drop_content_user a{
		display: block;
		padding: 0;
	}
	.header_user_info #drop_content_user a:after{
		display: none;
	}
}