.global-header-container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background-color: #171717;
}

.global-header-container {
    position: relative !important;
    min-width: 980px;
}

.global-header {
    width: 960px;
    height: 44px;
    position: relative;
    margin: 0 auto 0;
}

.global-header article {
    position: absolute;
    right: -5px;
    top: 13px;
}

.clearFix {
    display: block;
}

.global-header h1 {
	font-size: 14px;
    padding: 11px 20px 0 0;
}

.global-header h1, .global-header menu, .global-header menu li {
    float: left;
}

.global-header h1 a {
	font-weight: 800;
	text-transform: uppercase;
	color: #E60012;
    display: block;
    width: 100px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
}

.global-header article .log, .global-header article .register, .global-header article .sign-up, .global-header article .launcher {
    float: left;
    height: 20px;
    margin: 0 5px;
    line-height: 20px;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.global-header article .register {
    height: 18px;
    padding: 0 5px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 2px;
    line-height: 18px;
    transition: .5s;
    text-transform: uppercase;
}

.global-header article .register:hover {
    background: #ed1c24;
    color: #fff;
    transition: .5s;
}

.switch-language {
    position: relative;
    top: 9px;
}