﻿#header-links-wrap {
	display: block;
	width: 100%;
	margin: auto;
	vertical-align: middle;
}

.header-links {
	margin: auto;
	padding-left: 10px;
	max-width: 980px;
}

.header-links img.header-links-logo {
	float: left;
    height: 40px;
}

.header-links-dropdown, .header-links-dropdown:hover, .header-links-dropdown:hover, .header-links-dropdown:active {
	color: #fff;
    background: none;
    border: none;
}

.header-links-dropdown:active, .header-links-dropdown:focus {
	outline: 0;
	border: none;
}

.dropdown.open .header-links-dropdown {
	color: #fff;
    background: none;
    border: none;
}

.header-links-dropdown-wrapper ul.dropdown-menu {
	top: 60px;
    left: 100px;
}

/*.header-links-arrow {
	top: -11px;
	left: 24px;
	margin-left: -11px;
	border-width: 11px;
	border-top-width: 0;
	border-bottom-color: rgba(0,0,0,.25);
}

	.header-links-arrow, .header-links-arrow:after {
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
	}

	.header-links-arrow:after {
		top: 1px;
		margin-left: -10px;
		content: " ";
		border-width: 10px;
		border-top-width: 0;
		border-bottom-color: #E7E7E7;
}*/

nav .dropdown .glyphicon-menu-down {
    font-size: 8px;
    top:0px;
    left:2px;
}

	.header-links-dropdown span:before {
		content: "\e114"; /* Chevron */
	}

.header-links-dropdown li a {
	color: #333;
}

.header-links-dropdown li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;
}

.header-links-dropdown span {
	font-size: 11px;
    top:-1px;
}

.header-links-dropdown-wrapper {
	display: inline;
	cursor: pointer;
}

@media (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}

a.navbar-brand {
	/*padding: 15px;*/
}

.header-left-side {
	float: left;
	/*width: 50%;*/
	padding: 25px 0px 20px 0px;
	text-align: left;
	color: #fff;
}

	.header-left-side .header-inner {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

		.header-left-side .header-inner > div {
			display: table-cell;
		}

.user-profile-image {
	width: 64px;
    height: 64px;
	border-radius: 100%;
	border: 0px solid #FFF;
	/*background: #CCC;*/
}

.user-info {
	padding-left: 15px;
	font-size: 22px;
	font-weight: 300;
	vertical-align: middle;
}

	.user-info p {
		margin: 0;
		text-align: left;
        color:#FFF;
        font-size:19px;
	}

	.user-info .reseller {
		font-size: 13px;
        padding-top:2px;
	}

.globe-icon {
	width: 16px;
	height: 16px;
	margin-bottom: 2px;
    margin-right:4px;
}

.game-search-wrapper {
    float:right;
}