html {
  height: 100%;
}
body {
  padding-top: 72px;
}
#header {
  background-color: #006ba2;
  border: 0;
  border-bottom: 1px solid #007cbb;
  font-size: small;
  font-weight: bold;
  min-height: 30px;
}
#header .container {
  max-width: 1000px;
}
#header a {
  color: #fff;
  padding: 5px 24px 5px 0;
}
#header a:hover {
  color: #f2f2f2;
}
#login-index {
  align-items: center;
  background: url(/img/skins/generic-background.png?v=a1e60e41) repeat top left #000;
  display: flex;
  height: 100%;
}
#login-index .content {
  background-color: #fff;
  border: 1px #ccc solid;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  margin: 20px auto;
  width: 450px;
  padding: 20px 20px 10px 20px;
}
#login-index .content > h3 {
  margin: 0;
}
#login-index .content .anonymous label {
  font-weight: bold;
}
#login-index .content .anonymous .help-block {
  margin-top: 0;
}
#login-index .content .logo {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
#login-index .content .submit {
  margin: 5px 0 5px 0;
  text-align: center;
}
#login-index .content .submit .btn-primary {
  width: 50%;
}
#login-index .content .submit .btn-primary.imx-associate {
  width: 65%;
  background-color: #034169;
}
#login-index .content .submit .btn-primary.imx-associate:hover {
  background-color: #032e56;
}
#login-index .content .submit .glyphicon {
  margin-right: 3px;
}
#login-index .content .immutable-disclaimer {
  padding-top: 20px;
  font-size: 9px;
  color: #915413;
}
#login-index .content hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
#login-index .content .console-links {
  padding-bottom: 5px;
}
#login-index .content .console-links [class*="col-"]:first-child {
  padding-right: 8px;
}
#login-index .content .console-links [class*="col-"]:last-child {
  padding-left: 8px;
}
#login-index .content .console-links .btn {
  width: 100%;
}
#login-index .content .console-links .btn.playstation {
  background-color: #034169;
}
#login-index .content .console-links .btn.playstation:hover {
  background-color: #032e56;
}
#login-index .content .console-links .btn.xbox {
  background-color: #005400;
}
#login-index .content .console-links .btn.xbox:hover {
  background-color: #004300;
}
.register-steps {
  margin: 0;
}
.register-steps .step {
  border-radius: 10px;
  color: #aaa;
  padding: 5px;
  text-align: center;
}
.register-steps .step strong {
  font-size: 16px;
}
.register-steps .step.active {
  background-color: #f3f3f3;
  color: #000;
}
.register-steps .step.active .glyphicon {
  color: #000;
}
.register-steps .step .glyphicon {
  color: #aaa;
  font-size: 20px;
}
.register-steps .step p {
  margin: 0;
}
.register-form #register_birthday_month,
.register-form #register_birthday_day {
  margin-right: 10px;
}
.register-form .newsletter label {
  font-weight: normal;
}
.register-form .submit {
  margin: 20px 0 10px 0;
  text-align: center;
}
.register-form .submit .btn-primary {
  font-weight: bold;
  width: 50%;
}
.register-form hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
.register-form .form-control-inline {
  display: inline;
  width: auto;
}
.register-form .registration-problems {
  margin: 0;
  text-align: center;
}
.register-form #password-strength-content {
  display: none;
  position: relative;
  top: -5px;
}
.register-form #password-strength-content.strength-0 #strength-bar {
  width: 0;
}
.register-form #password-strength-content.strength-0 .tooltiptext {
  width: 210px;
}
.register-form #password-strength-content.strength-1 #strength-bar {
  background: #a03;
  width: 25%;
}
.register-form #password-strength-content.strength-1 .tooltiptext {
  width: 232px;
}
.register-form #password-strength-content.strength-2 #strength-bar {
  background: #fc3;
  width: 50%;
}
.register-form #password-strength-content.strength-2 .tooltiptext {
  width: 244px;
}
.register-form #password-strength-content.strength-3 #strength-bar {
  background: #2d98f3;
  width: 75%;
}
.register-form #password-strength-content.strength-4 #strength-bar {
  background: #76c261;
  width: 100%;
}
.register-form #password-strength-text {
  padding: 5px 0;
}
.register-form #password-strength-text .glyphicon {
  position: relative;
  top: 2px;
}
.register-form #password-strength-text #popover-content {
  display: none;
}
.register-form #password-strength-text .popover-content {
  color: #000000;
}
.register-form #password-strength-text .popover-content ul {
  padding-left: 8px;
  margin: 0;
}
.register-form #password-strength-bar {
  margin: 0 auto;
  width: 100%;
  height: 6px;
  background: rgba(0,0,0,0.1) none;
}
.register-form #password-strength-bar #strength-bar {
  display: block;
  height: 100%;
}
#register-validate .container {
  width: 100%;
}
#register-validate .container {
  width: 100%;
}
#recaptcha_widget {
  border: solid 1px #ccc;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px;
}
#recaptcha_image {
  margin: 0 auto 10px auto;
}
.recaptcha_is_showing_audio #recaptcha_image {
  height: inherit !important;
}
#recaptcha_response_field {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#support-index {
  align-items: center;
  background: url(/img/skins/generic-background.png?v=a1e60e41) repeat top left #000;
  display: flex;
  height: 100%;
}
#support-index .content {
  background-color: #fff;
  border: 1px #ccc solid;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  margin: 20px auto;
  width: 360px;
  padding: 20px 20px 15px 20px;
}
#support-index .content .logo {
  display: block;
  margin-bottom: 15px;
  text-align: center;
}
#support-index .content > h3 {
  margin: 0;
}
#support-index .content hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
#support-index .content p {
  margin-bottom: 15px;
}
#support-index .content .submit {
  margin: 0;
  text-align: center;
}
#support-index .content .submit .btn-primary {
  width: 66%;
}
#support-index .content .submit .glyphicon {
  margin-right: 3px;
}
#console-index {
  background: #fff url('/img/platforms/console-background.jpg?v=a1e60e41') no-repeat scroll center top;
}
#console-index #console-header {
  background: #000000;
  padding: 10px 0;
}
#console-index #console-header .btn-link {
  float: left;
  padding: 4px 9px;
  color: #fff;
}
#console-index #console-header span {
  float: left;
  font-weight: bold;
  padding: 5px 15px;
  color: #FFF;
}
#console-index #playstation-header {
  background: #034169 none repeat scroll 0 0 !important;
  border-bottom: 1px solid #032e56 !important;
  padding: 20px 0;
}
#console-index #xbox-header {
  background: #107c10 none repeat scroll 0 0 !important;
  border-bottom: 1px solid #0a580a !important;
  padding: 20px 0;
}
#console-index .panel {
  margin: 50px 0;
}
#console-index .panel .panel-heading {
  background-color: #FFF;
  border: 0 none;
  padding: 14px 15px;
}
#console-index .panel-body {
  padding: 0 15px 30px 15px;
}
#console-index .panel-body h2 {
  padding: 10px 0;
}
#console-index .panel-body .panel-description {
  font-size: 16px;
  padding: 0 40px 10px 40px;
}
#console-index .panel-icon {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 40px;
  margin-bottom: -20px;
  margin-top: 5px;
  position: relative;
  width: 40px;
}
#console-index .panel-icon span {
  color: #111;
  font-size: 40px;
  left: 50%;
  margin: 0 0 0 -20px;
  position: absolute;
  width: 40px;
}
#console-index .btn-primary {
  background-color: #000;
  border-color: #222;
  color: #fff;
  font-weight: 500;
}
#console-index .btn-primary:hover {
  background-color: #222;
}
#hoplon,
#innova {
  align-items: center;
  background: url(/img/skins/generic-background.png?v=a1e60e41) repeat top left #000;
  display: flex;
  height: 100%;
}
#hoplon .content,
#innova .content {
  background-color: #fff;
  border: 1px #ccc solid;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.15);
  margin: 20px auto;
  width: 475px;
  padding: 20px 20px 10px 20px;
}
#hoplon .content > h3,
#innova .content > h3 {
  margin: 0;
}
#hoplon .content .logos,
#innova .content .logos {
  margin-bottom: 20px;
}
#hoplon .content hr,
#innova .content hr {
  margin-bottom: 10px;
  margin-top: 10px;
}
#hoplon .content .buttons,
#innova .content .buttons {
  margin-top: 20px;
  text-align: center;
}
#hoplon .content #register_code,
#hoplon .content #code,
#innova .content #register_code,
#innova .content #code {
  margin-right: 5px;
  width: 150px;
}
#innova .content {
  width: 550px;
}
#gf-header {
  width: 100%;
  height: 62px;
  background: #050505;
  position: fixed;
  top: 0;
  z-index: 999;
}
#gf-header a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#gf-header .logo {
  float: left;
  height: 62px;
  margin-right: 25px;
  padding: 18px 0;
}
#gf-header .logo img {
  width: 147px;
  height: 30px;
}
#gf-header .container {
  position: static;
}
#gf-header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 0;
  border-radius: 0;
  margin: 0;
  height: 62px;
  position: static;
  text-transform: uppercase;
}
#gf-header .navbar .navbar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#gf-header .navbar .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#gf-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#gf-header .nav >ul >li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
}
#gf-header .nav >ul >li:hover >ul {
  opacity: 1;
  visibility: visible;
}
#gf-header .nav >ul >li >a {
  color: #B1B1B1;
  font-size: 15px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 62px;
  display: inline-block;
}
#gf-header .nav >ul >li >a:hover {
  color: #fff;
}
#gf-header .nav >ul >li >a >.badge {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: bold;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding: 0;
}
#gf-header .nav >ul >li >ul {
  position: absolute;
  left: 0;
  z-index: 99;
  top: 62px;
  min-width: 220px;
  background-color: rgba(25,25,25,0.9);
  padding: 5px 0 10px 0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .12s ease-in-out;
  transition: .12s ease-in-out;
  background-repeat: no-repeat;
  background-position: bottom right;
}
#gf-header .nav >ul >li >ul >li.has-dropdown.open >a {
  background-color: rgba(0,0,0,0.1);
  color: #fff;
}
#gf-header .nav >ul >li >ul >li a {
  padding: 6px 23px;
  font-size: 14px;
  font-weight: 400;
  display: block;
  color: #949494;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#gf-header .nav >ul >li >ul >li a:hover {
  background-color: rgba(0,0,0,0.1);
  color: #fff;
}
#gf-header .nav >ul >li >ul >li:hover >ul {
  opacity: 1;
  visibility: visible;
}
#gf-header .nav >ul >li >ul >li >ul {
  position: absolute;
  min-width: 220px;
  margin-top: -40px;
  padding: 7px 0 10px 0;
  left: 220px;
  background-color: #242629;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
#gf-header .nav >ul >li >ul >li >ul:before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  left: -30px;
}
#gf-header .nav >ul >li.has-dropdown >a:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 8px;
  float: right;
  margin-left: 5px;
}
#gf-header .nav >ul >li.has-dropdown.open >a {
  background-color: inherit;
  color: #fff;
}
#gf-header .nav >ul >li.dropdown-profile >a:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 8px;
  float: right;
  margin-left: 8px;
}
#gf-header .nav >ul >li.dropdown-notification >.dropdown-menu {
  min-width: 240px !important;
}
#gf-header .nav >ul >li.dropdown-notification >.dropdown-menu .badge {
  padding: 5px 2px;
  margin-right: 7px;
}
#gf-header .nav >ul >li.dropdown-notification >.dropdown-menu .date {
  float: right;
  background-color: #f5f5f5;
  padding: 4px 7px;
  font-size: 11px;
  margin-top: -1px;
  color: #8c8c8c;
  font-weight: 500;
}
#gf-header .nav >ul >li.dropdown-notification >.dropdown-menu a {
  border-bottom: 1px solid #f3f3f3;
  padding: 11px 13px;
}
#gf-header .nav >ul >li.dropdown-notification >.dropdown-menu .dropdown-block {
  max-height: 200px;
  overflow-y: scroll;
}
#gf-header .nav >ul >li.dropdown.open >a {
  color: #fff;
  background-color: transparent;
}
#gf-header .nav >ul >li.dropdown >.dropdown-menu {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  min-width: 190px;
  margin-top: 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding-bottom: 5px;
  border-top: 0;
}
#gf-header .nav >ul >li.dropdown >.dropdown-menu .dropdown-header {
  background-color: #fafafa;
  border-bottom: 1px solid #efefef;
  padding: 12px 15px;
  font-weight: 700;
  font-size: 14px;
  color: #545454;
  margin-top: -5px;
}
#gf-header .nav >ul >li.dropdown >.dropdown-menu .dropdown-header i {
  margin-right: 5px;
}
#gf-header .nav >ul >li.dropdown >.dropdown-menu .dropdown-footer {
  border-top: 1px solid #efefef;
  text-align: center;
}
#gf-header .nav >ul >li.dropdown >.dropdown-menu .dropdown-footer a {
  background-color: #fafafa;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#gf-header .nav >ul >li.dropdown >.dropdown-menu .divider {
  margin: 5px 0;
}
#gf-header .nav >ul >li.mega-menu {
  position: static;
}
#gf-header .nav >ul >li.mega-menu >ul {
  width: 100%;
  padding: 20px 0 30px 0;
}
#gf-header .nav >ul >li.mega-menu >ul a {
  padding: 6px 0;
}
#gf-header .nav >ul >li.mega-menu >ul a:hover {
  background-color: transparent;
}
#gf-header .nav >ul >li.mega-menu >ul a i {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
#gf-header .nav >ul >li.mega-menu >ul .title {
  text-transform: uppercase;
  font-weight: 500;
  color: #e4e4e4;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
#gf-header .nav >ul >li.mega-menu.mega-games >ul {
  padding: 20px 0 20px 0;
}
#gf-header .nav >ul >li.mega-menu.mega-games .row {
  margin: 0 -10px;
}
#gf-header .nav >ul >li.mega-menu.mega-games .row a {
  color: #ccc;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
}
#gf-header .nav >ul >li.mega-menu.mega-games .row a:hover {
  color: #fff;
  background-color: transparent;
}
#gf-header .nav >ul >li.mega-menu.mega-games .col {
  padding: 0;
  max-width: 190px;
  margin-right: 20px;
  float: left;
}
#gf-header .nav >ul >li.mega-menu.mega-games .col >span {
  font-size: 14px;
  font-weight: 400;
  color: #848484;
  margin-top: 3px;
  margin-bottom: 10px;
  display: block;
}
#gf-header .nav >ul >li.mega-menu.mega-games .img {
  position: relative;
  margin-bottom: 0;
}
#gf-header .nav >ul >li.mega-menu.mega-games .img >a {
  display: block;
  padding: 0;
}
#gf-header .nav >ul >li.mega-menu.mega-games .img img {
  width: 100%;
  height: 190px;
  width: 190px;
  border: 1px solid rgba(58,63,68,0.5);
}
#gf-header .nav >ul >li.mega-menu.mega-games .img img:hover {
  width: 100%;
  height: 190px;
  width: 190px;
  border: 1px solid rgba(58,63,68,0.9);
}
#gf-header .nav >ul >li.mega-menu.mega-games h4 {
  margin: 0;
}
#gf-header .dropdown-profile img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
}
#gf-header .navbar-right {
  margin: 0;
}
#gf-header .navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
#gf-header .navbar-right >ul >li.mega-menu {
  position: relative;
}
#gf-header .navbar-right >ul >li.mega-menu >ul {
  position: absolute;
  left: unset;
  min-width: 250px;
  width: 250px;
  padding: 20px;
  float: right;
  right: 0;
}
#gf-header .navbar-right >ul >li >ul >li.btn {
  color: #ffffff;
}
#gf-header .navbar-right >ul >li >ul >li.btn:hover {
  color: #ffffff;
  background-color: #00457c;
  border-color: #00457c;
}
#gf-header .navbar-backdrop {
  background-color: #050505;
}
#gf-header .navbar-toggle {
  display: none;
}
#gf-header .btn {
  border-color: transparent;
  border-radius: 0;
  padding: 10px 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  line-height: 1.25;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
#gf-header .btn-primary {
  color: #ffffff !important;
  background: #0082c8;
  border-color: #0082c8;
  text-align: center;
  margin-bottom: .5rem !important;
}
#gf-header .btn-primary:hover {
  color: #ffffff;
  background: #00457c !important;
  border-color: #00457c !important;
}
.nav-responsive ul {
  display: none;
}
@media (max-width: 1024px) {
  #gf-header {
    display: block;
    top: 0;
    margin-bottom: 25px;
  }
  #gf-header .navbar-left .nav {
    display: none;
  }
  #gf-header .navbar .navbar-right {
    display: none;
  }
  #gf-header .logo {
    margin: 0 auto;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
  }
  #gf-header .logo img {
    width: 195px;
    height: 40px;
  }
  #gf-header .navbar-toggle {
    display: block;
  }
  .navbar-backdrop {
    margin: 0 -15px;
  }
  .navbar-toggle {
    float: left;
    display: inline-block;
    color: #fff !important;
    font-size: 20px;
    padding: 4px 8px;
    z-index: 3;
    border-radius: 4px;
    margin: 0 0 13px 2px;
  }
  .navbar-toggle:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.03);
  }
  .navbar-toggle:active {
    color: #fff;
    background-color: rgba(255,255,255,0.03);
  }
  .navbar-toggle:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.03);
  }
  .navbar-toggle.gf {
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .nav-responsive {
    position: fixed;
    z-index: 9999;
    top: 0;
    padding-bottom: 0;
    background-color: #151515;
    overflow-y: auto;
    height: 100%;
    width: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .nav-responsive >ul {
    display: block;
    padding: 0;
    width: 240px;
  }
  .nav-responsive >ul >li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    padding: 5px 10px;
    color: #eeeeee;
  }
  .nav-responsive >ul >li a:hover {
    background-color: #202225 !important;
    color: #fff;
  }
  .nav-responsive >ul >li >a {
    padding: 12px 10px;
    border-top: 1px solid rgba(255,255,255,0.03);
  }
  .nav-responsive >ul >li >ul {
    display: none;
  }
  .nav-responsive >ul >li ul {
    padding: 0 0 10px 0;
  }
  .nav-responsive >ul >li ul li a {
    font-weight: 400;
    font-size: 14px;
  }
  .nav-responsive >ul >li.has-dropdown >a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 13px;
    float: right;
    margin-left: 5px;
  }
  .nav-responsive >ul >li.open {
    background-color: #202225 !important;
  }
  .nav-responsive >ul >li.open >ul {
    display: block;
  }
  .nav-responsive >ul >li.open >a {
    color: #fff;
    background-color: #202225 !important;
    border-color: rgba(255,255,255,0.05);
  }
  .nav-responsive >ul >li.open >a:focus {
    color: #fff;
    background-color: #202225 !important;
    border-color: rgba(255,255,255,0.05);
  }
  .nav-responsive >ul >li.open >a:hover {
    color: #fff;
    background-color: #202225 !important;
    border-color: rgba(255,255,255,0.05);
  }
  .nav-responsive >ul >li.mega-menu ul {
    background-image: none !important;
  }
  .nav-responsive >ul >li.mega-menu ul .title {
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    display: block;
  }
  .nav-responsive >ul >li.mega-menu ul a {
    padding: 5px 0;
  }
  .nav-responsive >ul >li.mega-menu ul a i {
    width: 20px;
  }
  .nav-responsive >ul >li.mega-menu .col {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
  }
  .nav-responsive >ul >li.mega-games li a {
    padding: 0;
  }
  .nav-responsive >ul >li.mega-games li h4 {
    margin: 0;
  }
  .nav-responsive >ul >li.mega-games li h4 a {
    padding: 5px 0;
  }
  .nav-responsive >ul >li.mega-games li h4 a:hover {
    background-color: transparent !important;
  }
  .nav-responsive >ul >li.mega-games li span:not(.badge) {
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .nav-responsive >ul >li.mega-games li .img {
    position: relative;
    margin-bottom: 5px;
  }
  .nav-responsive >ul >li.mega-games li .badge {
    position: absolute;
    bottom: 13px;
    left: 13px;
  }
  .nav-responsive-overlay {
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0,0,0,0.75);
    cursor: pointer;
  }
  .navbar-open {
    overflow: hidden;
  }
  .nav-responsive.gf {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -240px;
    padding-bottom: 0;
    background-color: #151515;
    overflow-y: auto;
    height: 100%;
    width: 240px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-open-gf {
    z-index: 99;
  }
  .navbar-open-gf .nav-responsive.gf {
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-open-gf .nav-responsive-overlay {
    display: block;
  }
  .navbar-open-gf .navbar-toggle.gf {
    left: 250px;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .navbar-open-gf a.navbar-toggle.gf {
    width: 21px;
    height: 21px;
    background: url(/img/menu/close-icon-gf.png) no-repeat;
    float: left;
  }
  a.navbar-toggle.gf {
    width: 23px;
    height: 18px;
    background: url(/img/menu/hamburger-icon.png) no-repeat;
    float: left;
  }
  .navbar-toggle.gf {
    left: 16px;
    top: 17px;
  }
  .navbar-toggle {
    border-radius: 0px;
  }
  .nav-responsive.gf {
    background-color: #7c8186;
  }
  .nav-responsive.gf a {
    text-decoration: none;
  }
  .nav-responsive.gf >ul >li a:hover {
    background-color: #939598 !important;
  }
  .nav-responsive.gf >ul >li >a {
    border-top: 1px solid #939598;
  }
  .nav-responsive.gf >ul >li .col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .nav-responsive.gf >ul >li.open {
    background-color: #939598 !important;
  }
  .nav-responsive.gf >ul >li.open >a {
    background-color: #939598 !important;
  }
  .nav-responsive.gf >ul >li.open >a:focus {
    background-color: #939598 !important;
  }
  .nav-responsive.gf >ul >li.open >a:hover {
    background-color: #939598 !important;
  }
  .nav-responsive.gf >ul li.my-account {
    display: none;
  }
  .nav-responsive.gf >ul li a.btn {
    color: #ffffff;
    background-color: #7c8186 !important;
    border-right-color: #7c8186;
    border-bottom-color: #7c8186;
    border-left-color: #7c8186;
    text-align: left;
    margin-bottom: 0 !important;
  }
  .nav-responsive.gf >ul li a.btn:hover {
    color: #ffffff;
    background-color: #939598 !important;
    border-color: #939598;
  }
  .nav-responsive.gf .mega-games img {
    max-width: 100%;
    width: 100%;
  }
}
#consoleless-index {
  background: #fff url('/img/platforms/console-background.jpg?v=a1e60e41') no-repeat scroll center top;
}
#consoleless-index #console-header {
  background: #000000;
  padding: 10px 0;
}
#consoleless-index #console-header .btn-link {
  float: left;
  padding: 4px 9px;
  color: #fff;
}
#consoleless-index #console-header span {
  float: left;
  font-weight: bold;
  padding: 5px 15px;
  color: #FFF;
}
#consoleless-index #playstation-header {
  background: #034169 none repeat scroll 0 0 !important;
  border-bottom: 1px solid #032e56 !important;
  padding: 20px 0;
}
#consoleless-index #xbox-header {
  background: #107c10 none repeat scroll 0 0 !important;
  border-bottom: 1px solid #0a580a !important;
  padding: 20px 0;
}
#consoleless-index .panel {
  margin: 50px 0;
}
#consoleless-index .panel .panel-heading {
  background-color: #FFF;
  border: 0 none;
  padding: 14px 15px;
}
#consoleless-index .panel-body {
  padding: 0 15px 30px 15px;
}
#consoleless-index .panel-body h2 {
  padding: 10px 0;
}
#consoleless-index .panel-body .panel-description {
  font-size: 16px;
  padding: 0 40px 10px 40px;
}
#consoleless-index .panel-icon {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 40px;
  margin-bottom: -20px;
  margin-top: 5px;
  position: relative;
  width: 40px;
}
#consoleless-index .panel-icon span {
  color: #111;
  font-size: 40px;
  left: 50%;
  margin: 0 0 0 -20px;
  position: absolute;
  width: 40px;
}
#consoleless-index .btn-primary {
  background-color: #000;
  border-color: #222;
  color: #fff;
  font-weight: 500;
}
#consoleless-index .btn-primary:hover {
  background-color: #222;
}
