.headline {
    text-align: center;
    margin-bottom: 35px;
}

#joinContainer {
    margin-top: 3%;
}

.headline h1 {
    margin-top: 15px;
}

.headline p {
    margin: 0 auto;
    max-width: 600px;
    display: block;
    font-size: 14px;
}

.colwide {
    margin-bottom: 40px;
    /*width: 50%;*/
    /*float: left;*/
}

fieldset {
    background: #f2f2f2;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 0;
    margin-bottom: 15px;
    border: 0;
}

fieldset .inputContainer {
    padding: 15px;
    border: 1px solid rgba(74, 74, 76, 0.48);
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.inputContainer .hide {
    display: none !important;
}

legend {
    position: relative;
    width: 100%;
    height: 30px;
    background: #4a4a4c;
    color: #f2f2f2;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0
}

legend,
input {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

legend span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 10px;
}

form {
    margin: 0;
}

input {
    box-sizing: border-box;
}


/*=========================================
======== FACBOOK REGISTER BUTTON ==========
==========================================*/

.fbLog {
    border-radius: 7px;
    margin-top: 2%;
    height: 32px;
    width: 300px;
    object-fit: cover;
}

.fbLog:hover {
    cursor: pointer;
}

.join-header {
    width: 100%;
    height: 64px;
    background-color: #eee;
    cursor: pointer;
    display: table;
}

.join-header .signin {
    width: 48%;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.join-header .login {
    width: 48%;
    text-align: center;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.active-login {
    background-color: #00aaee;
    color: white;
}

.active-login span:after {
    width: 30px;
    height: 45px;
    content: '';
    background: url(/lay/redesign/subscribe_elements_sprite.png);
    background-position: -50px -34px;
    position: absolute;
    margin-top: 1.3em;
    margin-left: -2em;
}

.active-signin {
    background-color: #00aaee;
    color: white;
}

.active-signin span:after {
    width: 30px;
    height: 45px;
    content: '';
    background: url(/lay/redesign/subscribe_elements_sprite.png);
    background-position: -50px -34px;
    position: absolute;
    margin-top: 1.3em;
}


/*=========================================
======== STEAM REGISTER BUTTON ==========
==========================================*/

.steamLog {
    text-align: center;
}

#ad_iphone {
    display: none !important;
}


/*=========================================
====== GAMEREACTOR REGISTER BUTTON ========
==========================================*/

.button.btn1ajax {
    text-align: center;
    display: block;
    margin: auto;
    padding: 10px;
}


/*=========================================
==== GAMEREACTOR REGISTER INFO CIRCLES ====
==========================================*/

.file-info-red {
    font-size: 4em;
}

.categories {
    text-align: center;
}

.info-red {
    display: inline-block;
    width: 49%;
}

.grMagazine {
    display: inline-block;
    width: 100%;
    height: 200px;
    background: #70a4ff;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #70a4ff, #87CEFA);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #70a4ff, #87CEFA);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #70a4ff, #87CEFA);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #70a4ff, #0066A5);
    /* Standard syntax (must be last) */
}

.grMagazine .grMagazineDescp {
    display: inline-block;
    color: white;
    margin: 5%;
    float: left;
    width: 55%;
}

.grMagazine .grMagazineDescp h3 {
    font-weight: bold;
    font-size: 1.5em;
}

.grMagazine .relax {
    color: white;
    display: inline-block;
    width: 35%;
    margin-top: 3%;
    margin-bottom: 5%;
    text-align: center;
}

.grMagazine .relax .fa {
    font-size: 6em;
}

.grMagazine .relax h3 {
    font-size: 1.5em;
}

.grTV {
    margin: 2%;
}

.grTV #livestream {
    display: inline-block;
    width: 49%;
}

.grTV #interviews {
    display: inline-block;
    width: 49%;
}

.grTV #userTV {
    display: inline-block;
    width: 49%;
}

.grTV #esports {
    display: inline-block;
    width: 49%;
}


/*=========================================
================= INPUTS ==================
==========================================*/

.input-left {
    width: 49%;
    float: left;
    /*padding-right: 5px;*/
}

.input-right {
    width: 49%;
    float: right;
    /*padding-left: 5px;*/
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control {
    /*height: 42px;*/
    height: 40px;
    font-size: 15px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    /*! margin-bottom: 15px; */
    margin: auto;
    width: 50%;
    margin-bottom: 15px;
}

.policy.policy-info {
    width: 70%;
    padding: 15px;
    margin: auto;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.center-justified {
    text-align: justify;
    margin: 0 auto;
    width: 30em;
}

.captcha {
    width: 45%;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon span i {
    font-family: FontAwesome;
}

.input-group-addon {
    /*min-width: 40px;*/
}

.input-group-addon:last-child {
    border-left: 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group .error-icon,
.input-group .success-icon {
    display: none;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.error .input-group-addon {
    background-color: #D17878;
    color: #fff;
    border-color: #A85151;
}

.input-group.success .input-group-addon {
    background-color: #329232;
    color: #fff;
    border-color: #146600;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group.error input:focus {
    background-color: #FCF8E3;
}

.input-group.error input {
    background-color: #F2DEDE;
}

.input-group.error .input-group-addon {
    background-color: #D17878;
    color: #fff;
    border-color: #A85151;
}

.input-group.error input:focus+.input-group-addon {
    background-color: #EED15F;
    color: #fff;
    border-color: #9AA055;
}

.input-group.error input:focus+.input-group-addon {
    background-color: #EED15F;
    color: #fff;
    border-color: #9AA055;
}

.input-group.success input {
    background-color: #DFF0D8;
}

.input-group.success .input-group-addon {
    background-color: #329232;
    color: #fff;
    border-color: #146600;
}


/*=========================================
================= RIGHT SIDE ==============
==========================================*/

.advantages {
    border: 1px solid rgba(74, 74, 76, 0.48);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.advantages .benefit {
    background: #4a4a4c;
}

.advantages .benefit:last-child {
    border-radius: 0 0 3px 3px;
}

.advantages .benefit h3 {
    height: 40px;
    vertical-align: middle;
    line-height: 3.2;
    padding-left: 10px;
    /*border-top: 1px solid #000;*/
    border-bottom: 1px solid #000;
    color: white;
    cursor: pointer;
    font-weight: normal;
    font-size: .9em;
    text-transform: uppercase;
}

.advantages .benefit i {
    font-size: .9em;
    margin-right: 5px;
}

.advantages .benefit h3 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.advantages .benefit:first-child h3 {
    border-top: 0;
}

.advantages .benefit:last-child h3 {
    border-bottom: 0;
}

.advantages .benefit:last-child div {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.advantages .benefit div {
    background: #fff;
    /*padding: 15px;*/
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    max-height: 0;
    overflow: hidden;
}

.advantages .benefit div p {
    padding: 10px;
    margin: 0;
}

#alreadyUserButton.btn1ajax {
    text-align: center;
    display: block;
    margin: 7px auto auto;
    padding: 10px;
    width: 31%;
    margin-bottom: 7px;
}

.log_envelope,
.log_userAstro,
.log_lock,
.log_check,
.log_warning {
    width: 17px;
    display: block;
    fill: #444;
    margin-top: 4px;
}