.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  font-family: Exo, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}

h2 {
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
  clear: left;
  font-family: Exo, sans-serif;
  color: #df7e1d;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 3px;
  margin-bottom: 23px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #1565c0;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
  float: left;
  clear: left;
  font-family: Exo, sans-serif;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: 'PT Sans', sans-serif;
}

form {
  font-family: Exo, sans-serif;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.button {
  display: inline-block;
  margin-right: 26px;
  padding: 11px 20px;
  float: left;
  border-radius: 3px;
  background-color: #f93;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #dbdbdb;
  color: #333;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 24px;
  background-color: #f7aa47;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.button.full-width:hover {
  background-color: #f19e34;
  color: #fff;
}

.button.centre {
  margin-right: 0px;
  float: none;
}

.navigation-link {
  color: #fff;
  text-decoration: none;
}

.navigation-link:hover {
  background-color: #1d2857;
  color: #e6e6e6;
}

.navigation-link.w--current {
  height: 65px;
  padding-top: 23px;
  background-color: #1d2857;
  font-family: Exo, sans-serif;
  color: #fff;
  text-decoration: none;
}

.navigation-link.w--current:hover {
  color: #e6e6e6;
}

.navigation-link.white {
  height: 65px;
  padding-top: 23px;
  font-family: Exo, sans-serif;
  color: #fff;
}

.navigation-link.white:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.navigation-link.white:active {
  background-color: #a80000;
  color: #e6e6e6;
}

.navigation-link.white:focus {
  background-color: #a80000;
  color: #fff;
  font-weight: 600;
}

.navigation-link.white.w--current {
  padding-top: 23px;
}

.navigation-link.orange {
  padding-top: 23px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 700;
}

.navigation-link.orange:hover {
  background-color: #272626;
  color: #a8a8a8;
}

.navigation-link.orange:active {
  color: #f93;
}

.navigation-link.orange:focus {
  background-color: #272626;
  color: #f93;
}

.navigation-link.orange.w--current:hover {
  color: #f93;
}

.navigation-link.home-link {
  height: 65px;
  padding-top: 23px;
  padding-left: 50px;
  background-image: url('../images/home.svg');
  background-position: 15% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Exo, sans-serif;
  color: #fff;
}

.navigation-link.home-link:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.navigation-link.home-link:active {
  background-color: #a80000;
  color: #e6e6e6;
}

.navigation-link.home-link:focus {
  background-color: #a80000;
  color: #fff;
  font-weight: 600;
}

.navigation-link.home-link.w--current {
  padding-top: 23px;
  padding-left: 50px;
  background-position: 15% 50%;
}

.navigation-link.cart-link {
  height: 65px;
  padding-top: 23px;
  padding-left: 50px;
  background-image: url('../images/cart_icon.svg');
  background-position: 18% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Exo, sans-serif;
  color: #fff;
}

.navigation-link.cart-link:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.navigation-link.cart-link:active {
  background-color: #a80000;
  color: #e6e6e6;
}

.navigation-link.cart-link:focus {
  background-color: #a80000;
  color: #fff;
  font-weight: 600;
}

.navigation-link.cart-link.w--current {
  padding-top: 23px;
  padding-left: 50px;
  background-color: #272626;
  background-position: 15% 50%;
  color: #f93;
}

.navigation-link.cart-link.w--current:hover {
  background-color: #272626;
}

.navigation-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #2e3e83;
}

.navigation-bar.dark {
  position: fixed;
  width: 100%;
  background-color: #333;
}

.navigation-bar.dark-account {
  position: fixed;
  width: 100%;
  height: 65px;
  margin-top: 21px;
  background-color: #fff;
  font-family: Exo, sans-serif;
}

.navigation-bar.dark-account {
  position: fixed;
  width: 100%;
  height: 65px;
  background-color: #d10000;
  font-family: Exo, sans-serif;
  color: #fff;
}

.hamburger-button.white {
  display: block;
}

.navigation-menu {
  width: 1180px;
  clear: none;
  background-color: #2e3e83;
}

.brand-text {
  padding-left: 2px;
  font-family: Exo, sans-serif;
  color: #a8a8a8;
  font-size: 8px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  color: #333;
}

.section.join {
  float: none;
  clear: none;
  background-color: #f3f3f3;
}

.section-heading {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.section-heading.centered {
  margin-bottom: 15px;
  padding-top: 32px;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}

.form-label {
  margin-bottom: 6px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  text-transform: none;
}

.section-subheading {
  font-family: 'PT Sans', sans-serif;
  color: #df7e1d;
}

.section-subheading.center {
  font-family: Exo, sans-serif;
  color: #df7e1d;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.section-title-group {
  display: block;
  margin-top: 59px;
  margin-bottom: 22px;
  padding-top: 12px;
}

.form-field {
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 29px;
  border: 1px solid #1565c0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.social-icon-link {
  position: static;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  float: left;
  clear: left;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.footer {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #a8a8a8;
}

.footer-brand-text {
  margin-top: 0px;
  margin-bottom: 5px;
  float: left;
  font-family: Exo, sans-serif;
  color: #666464;
  font-size: 11px;
  line-height: 33px;
  font-weight: 500;
}

.grid-image {
  display: block;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
}

.footer-link {
  display: block;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2e3e83;
  text-decoration: none;
}

.footer-link:hover {
  color: #1565c0;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1f1f1;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.success-wrapper {
  padding: 31px;
  border-radius: 5px;
  background-color: #4caf50;
  color: #fff;
}

.success-message {
  margin-bottom: 0px;
}

.error-wrapper {
  border-radius: 5px;
  background-color: #d32f2f;
  color: #fff;
}

.error-message {
  margin-bottom: 0px;
}

.orange {
  color: #f93;
  text-decoration: underline;
}

.vrlogo {
  width: 49px;
  height: 49px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.white {
  color: #fff;
}

.image-header {
  display: inline;
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  color: #333;
  line-height: 33%;
  font-weight: 600;
  text-align: center;
}

.vr-orange {
  color: #d10000;
}

.com {
  color: #666464;
  font-size: 14px;
  font-weight: 400;
}

.exo {
  font-family: Exo, sans-serif;
}

.product-row1 {
  margin-bottom: 35px;
}

.nav_blend {
  position: relative;
  z-index: 300;
  width: 100%;
  height: 15px;
  margin-top: 62px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d57800), color-stop(25%, #f7aa47), color-stop(55%, #f7aa47), color-stop(69%, #f7aa47), to(rgba(209, 0, 0, 0)));
  background-image: linear-gradient(180deg, #d57800, #f7aa47 25%, #f7aa47 55%, #f7aa47 69%, rgba(209, 0, 0, 0));
}

.game-title {
  display: inline;
  overflow: visible;
  margin-bottom: 8px;
  float: left;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

.game-section {
  display: block;
  width: 80%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
}

.mask-2 {
  margin-top: 26px;
}

.hs-button {
  display: inline-block;
  padding: 9px 20px;
  border: 2px solid #f93;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Exo, sans-serif;
  color: #d56a00;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.hs-button:hover {
  border-color: #333;
  color: #333;
  text-align: left;
}

.justify {
  overflow: hidden;
  height: 178px;
  margin-bottom: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  text-align: justify;
}

.centre-div {
  display: block;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.grid-game-image {
  cursor: pointer;
}

.product-row2 {
  margin-top: 35px;
}

.brand-link-normal {
  height: 60px;
  margin-top: 9px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link-normal:hover {
  opacity: 0.66;
}

.brand-link-normal.left-spacing {
  width: 65px;
  height: 65px;
  margin-top: 1px;
  margin-left: 73px;
  padding-top: 0px;
  color: #fff;
}

.brand-link-normal.left-spacing:hover {
  opacity: 1;
}

.brand-link-normal.left-spacing.w--current {
  height: 65px;
  margin-top: 1px;
  margin-left: 73px;
  padding-top: 0px;
  color: transparent;
  cursor: pointer;
}

.brand-link-normal.left-spacing {
  width: 65px;
  height: 65px;
  margin-top: 0px;
  margin-left: 15px;
  padding-top: 8px;
  color: #fff;
}

.brand-link-normal.left-spacing:hover {
  opacity: 1;
}

.brand-link-normal.left-spacing.w--current {
  height: 65px;
  color: transparent;
  cursor: pointer;
}

.games {
  margin-top: 36px;
}

.vr-covers {
  display: block;
  width: 728px;
  margin-top: 54px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.amazon-disclaimer {
  margin-top: 22px;
  color: #a8a8a8;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-10 {
  margin-top: 12px;
  margin-bottom: 2px;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
}

.column-6 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2e3e83;
}

.column-7 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.column-8 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.text-span {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.formaticons {
  position: relative;
  width: 643px;
  margin-top: -11px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  background-color: #f6f8f9;
  box-shadow: 1px 1px 3px 0 #000;
}

.social-comments-link {
  margin-top: 0px;
  margin-right: 18px;
  padding-top: 1px;
  padding-bottom: 5px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2e3e83;
  font-size: 14px;
  font-weight: 400;
}

.social-comments-link:hover {
  border-bottom-color: #f93;
}

.facebook {
  margin-right: 9px;
  float: left;
  clear: none;
  border: 1px none #1565c0;
  border-radius: 4px;
  background-color: #0e509b;
}

.twitter {
  margin-right: 9px;
  float: left;
  clear: none;
  background-color: #2196f3;
}

.google {
  margin-right: 9px;
  padding-top: 4px;
  padding-bottom: 5px;
  float: left;
  background-color: #d32f2f;
}

.game-paragraph {
  display: inline;
  overflow: hidden;
  height: 135px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
}

.link-block {
  overflow: visible;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.rating-text-small {
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 11px;
}

.official-rating-small {
  width: 70px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 5px;
  float: none;
  clear: left;
  background-color: #f93;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.link-block-2 {
  padding-top: 2px;
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

.link-block-2:hover {
  color: #333;
  font-weight: 700;
}

.link-block-2.w--current {
  margin-top: 6px;
  padding-top: 0px;
}

.member-rating-small {
  display: block;
  width: 70px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 5px;
  float: none;
  clear: left;
  background-color: #5d5d5d;
  font-family: Exo, sans-serif;
  color: #dbdbdb;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.rating-block {
  width: 510px;
  height: auto;
  margin-top: 35px;
  margin-bottom: 43px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  clear: left;
  border: 1px solid #f93;
  background-color: #fff;
}

.user-review {
  overflow: hidden;
  height: 65px;
  margin-top: 8px;
  margin-bottom: 10px;
  float: left;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  cursor: default;
}

.social-share-div {
  width: 100%;
  height: 26px;
  margin-bottom: 2.5px;
  float: left;
  clear: left;
}

.review-link-text-field {
  position: absolute;
  display: block;
  width: auto;
  margin-top: -2px;
  border: 1px solid #df7e1d;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.game-column {
  padding: 10px 10px 15px;
  border: 2px solid #a8a8a8;
}

.game-column:hover {
  border: 2px solid #f93;
  background-color: #f1f1f1;
}

.member-game-rating {
  position: static;
  width: 87px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  text-align: center;
}

.vr-game-rating {
  position: static;
  width: 87px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: none;
  text-align: center;
}

.game-review-share {
  display: block;
  width: 98%;
  margin-top: 0px;
  margin-bottom: 14px;
  float: left;
  clear: left;
}

.review-game-link-text-field {
  position: absolute;
  display: block;
  width: 92%;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.form-box {
  padding-right: 50px;
  padding-bottom: 35px;
  padding-left: 50px;
  border-style: solid;
  border-width: 21px;
  border-color: #2e3e83;
  background-color: #dbdbdb;
  font-family: Exo, sans-serif;
  color: #a8a8a8;
  text-align: center;
}

.star {
  display: inline;
  color: #fff;
  font-size: 25px;
}

.text-block-4 {
  margin-top: 20px;
  float: left;
  clear: left;
  text-align: center;
}

.social-login-subscribe {
  height: auto;
  margin-top: 11px;
  margin-bottom: 10px;
  float: left;
}

.slider-link {
  width: 50%;
  height: 100%;
}

.g-slide2 {
  background-image: url('../images/lone_eho_and_doom_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.game-slide {
  background-image: url('../images/robo_and_arktika_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.g-slide3 {
  background-image: url('../images/xing_and_fallout_slider.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.hmd-link {
  text-align: center;
  text-decoration: none;
}

.hmd-link:hover {
  border-color: #f93;
  opacity: 0.8;
}

.section-accessories {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  color: #333;
}

.content-body {
  overflow: hidden;
  margin-bottom: 33px;
  padding-right: 20px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 24px;
}

.new_window {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  float: right;
  background-image: url('../images/new_window.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.wysidiv-reply {
  display: block;
  margin-top: 0px;
}

.wysidiv-flag {
  display: block;
  margin-top: 59px;
  padding-bottom: 28px;
  border-bottom: 1px solid #c00;
}

.remember-me {
  margin-top: 4px;
  float: left;
  color: #333;
  font-size: 12px;
}

.checkbox-label {
  margin-left: -20px;
  padding-left: 22px;
  color: #5d5d5d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.hmd-block {
  padding: 15px 15px 20px;
  border: 1px solid #a8a8a8;
  text-align: center;
}

.dropdown-list-2 {
  margin-top: 1px;
}

.dropdown-list-2.w--open {
  margin-top: 0px;
}

.info-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 9px;
}

.review-image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  width: 20px;
  height: 20px;
  margin-top: 97px;
  margin-right: 15px;
}

.nav-dropdown {
  padding-top: 23px;
  font-family: Exo, sans-serif;
  color: #fff;
}

.nav-dropdown:hover {
  background-color: #272626;
  color: #a8a8a8;
}

.nav-dropdown:active {
  color: #f93;
}

.nav-dropdown:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #272626;
  background-color: #272626;
  color: #f93;
}

.nav-dropdown.w--open:focus {
  border-left-style: none;
}

.dropdown-nav-links {
  background-color: #333;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffc107;
  font-size: 15px;
}

.dropdown-nav-links:hover {
  background-color: #272626;
  color: #fff;
}

.dropdown-nav-links.w--current {
  color: #ffc107;
}

.rating-block-dev {
  width: 620px;
  height: auto;
  margin-top: 35px;
  margin-bottom: 43px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  float: left;
  clear: left;
  border: 1px solid #f93;
  background-color: #fff;
}

.search-button-2 {
  background-color: #f93;
}

.link-2 {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.favorite-game-popup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 40px;
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #ffc107;
  font-weight: 700;
  text-align: center;
}

.arrow-down {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 20px;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
  border-right: 4px solid #a8a8a8;
  border-bottom: 4px solid #a8a8a8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.game-rating-block {
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

.game-rating-block:hover {
  color: #333;
}

.game-rating-block.w--current {
  margin-top: 6px;
  padding-top: 0px;
}

.form-label-subscribe {
  margin-bottom: 6px;
  font-family: Exo, sans-serif;
  color: #2e3e83;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}

.form-header {
  font-family: 'Exo 2', sans-serif;
  color: #2e3e83;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
}

.submit-button-2 {
  background-color: #f93;
}

.heading-5 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #5d5d5d;
}

.image-31 {
  width: 58%;
  height: 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.navigation-link-login {
  position: relative;
  display: none;
  padding-left: 55px;
  background-color: #a8a8a8;
  background-image: url('../images/login.svg');
  background-position: 10% 52%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Exo, sans-serif;
  color: #fff;
  text-decoration: none;
}

.navigation-link-login:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.navigation-link-login:active {
  color: #e6e6e6;
}

.navigation-link-login:focus {
  background-color: #a80000;
  color: #fff;
}

.navigation-link-login.w--current {
  background-color: #a80000;
  color: #fff;
  font-weight: 500;
}

.form-block-login {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: block;
  overflow: visible;
  width: 480px;
  height: 480px;
  margin: -278px auto 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #d10000;
  background-color: #fff;
  box-shadow: -1px 4px 10px 5px #5d5d5d;
}

.form-2 {
  margin-top: 44px;
  padding-right: 35px;
  padding-left: 35px;
}

.login-fields {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #272626;
}

.login-fields:hover {
  background-color: #fffcf1;
}

.close-login {
  position: static;
  width: 42px;
  height: 42px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 10px;
  float: right;
  border-bottom: 1px solid #d10000;
  border-left: 1px solid #d10000;
  background-color: #a8a8a8;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.login-close {
  border-radius: 20px;
  line-height: 18px;
}

.login-close:hover {
  color: #d10000;
}

.signup-footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  margin-top: 38px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  float: left;
  clear: left;
  border-top: 1px solid #dbdbdb;
  background-color: #f1f1f1;
  font-family: Exo, sans-serif;
  color: #d10000;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}

.signup-footer:hover {
  color: #d10000;
}

.login-header {
  width: auto;
  margin-top: 12px;
  margin-bottom: 16px;
}

.lost-text {
  margin-top: 4px;
  float: right;
  text-decoration: none;
}

.lost-text:hover {
  color: #d10000;
}

.member-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 280px;
  min-height: auto;
  margin-top: 0px;
  background-color: #000;
}

.rh-header-bp-avatar {
  display: block;
  width: 150px;
  height: 150px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #d10000;
  border-radius: 100px;
  background-image: url('../images/Pierre-hr-image.png');
  background-position: 50% 50%;
  background-size: 167px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.rh-header-bp-content {
  margin-top: 0px;
  margin-left: 53px;
  float: left;
}

.user-nicename {
  height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #d10000;
  font-size: 32px;
}

.rhbp-iconed-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  clear: left;
  border-bottom: 1px solid #a8a8a8;
  background-color: #dbdbdb;
}

.rhgreedylinks {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.activity-personal-li {
  display: block;
  width: auto;
  height: auto;
  margin-top: 7px;
  margin-right: 8px;
  margin-bottom: 7px;
  padding: 6px 15px 4px;
  float: left;
  border-radius: 5px;
  color: #5d5d5d;
  text-align: center;
  text-decoration: none;
}

.activity-personal-li:hover {
  background-color: #fff;
  color: #5d5d5d;
}

.activity-personal-li.w--current {
  background-color: hsla(0, 0%, 100%, 0.53);
}

.my-world-account {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: inline-block;
  width: 280px;
  height: 149px;
  margin-top: -143px;
  margin-right: 68px;
  border-style: solid;
  border-width: 2px;
  border-color: #d10000;
  background-color: #fff;
  box-shadow: -1px 4px 10px 5px #5d5d5d;
}

.user-ui-label {
  margin-top: 3px;
  font-size: 14px;
}

.noti-count {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: -39px;
  margin-left: 53px;
  border-radius: 20px;
  background-color: #d10000;
  color: #fff;
}

.div-block-16 {
  position: relative;
  width: auto;
  margin-top: 17px;
  float: right;
}

.login-button-temp {
  margin-top: 11px;
  padding: 9px 30px;
  float: left;
  clear: left;
  border-radius: 3px;
  background-color: #d10000;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.login-button-temp:hover {
  background-color: #af0000;
  color: #e3e3e3;
  font-weight: 600;
}

.login-button-temp:active {
  color: #fff;
}

.rift-column {
  border: 2px solid #a8a8a8;
}

.paypal-div-ocus {
  margin-top: 109px;
  margin-bottom: 36px;
  padding-right: 10px;
  padding-left: 10px;
}

.designed-for-vr {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 23px;
  margin-left: 4px;
  float: none;
  clear: none;
  font-family: Exo, sans-serif;
  color: #d10000;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.designed-for-vr-device {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  margin-top: 21px;
  margin-bottom: 23px;
  margin-left: -2px;
  float: none;
  clear: none;
  font-family: Exo, sans-serif;
  color: #5d5d5d;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.login-label {
  float: left;
  clear: left;
}

.login-heading {
  display: block;
  margin-bottom: 8px;
  float: left;
  font-family: Exo, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

.fablogo-login {
  display: block;
  margin-top: -4px;
  margin-right: 10px;
  float: left;
}

.div-block-27 {
  float: none;
}

.user-container {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 10px;
  border-bottom: 1px solid #a8a8a8;
}

.real-name {
  display: block;
  overflow: visible;
  margin-top: -2px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 23px;
}

.real-name.dfgdfg {
  display: block;
}

.sub-header {
  position: static;
  height: auto;
  margin-top: 0px;
  padding-top: 186px;
  background-color: transparent;
}

.login-button-bypass {
  margin-top: 11px;
  margin-left: 22px;
  padding: 9px 15px;
  float: left;
  clear: none;
  border-radius: 3px;
  background-color: #f1f1f1;
  color: #a8a8a8;
  font-weight: 500;
  text-decoration: none;
}

.login-button-bypass:hover {
  background-color: #f1f1f1;
  color: #a8a8a8;
  font-weight: 600;
}

.login-button-bypass:active {
  color: #fff;
}

.user-comments-label {
  margin-top: -2px;
  font-size: 14px;
}

.activity-personal-li-profile {
  display: block;
  width: auto;
  height: auto;
  margin-top: 7px;
  margin-right: 8px;
  margin-bottom: 7px;
  padding: 6px 15px 4px;
  float: left;
  border-radius: 5px;
  color: #5d5d5d;
  text-align: center;
  text-decoration: none;
}

.activity-personal-li-profile:hover {
  background-color: #fff;
  color: #5d5d5d;
}

.activity-personal-li-profile.w--current {
  margin-right: 0px;
  background-color: hsla(0, 0%, 100%, 0.53);
}

.product-feedback {
  width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  padding: 15px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  border-radius: 6px;
  background-color: #f1f1f1;
}

.submit {
  margin-top: 20px;
  margin-bottom: 11px;
  padding: 9px 30px;
  float: left;
  clear: left;
  border-radius: 3px;
  background-color: #d10000;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.submit:hover {
  background-color: #af0000;
  color: #e3e3e3;
  font-weight: 600;
}

.submit:active {
  color: #fff;
}

.slider-header {
  z-index: 200;
  height: auto;
  margin-top: 108px;
  padding-bottom: 26px;
  border-bottom: 4px solid #a8a8a8;
  background-color: transparent;
}

.strapline {
  position: static;
  z-index: 100;
  display: block;
  float: left;
  font-family: Exo, sans-serif;
  color: #2e3e83;
  font-size: 37px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
}

.drop-down-menu {
  position: absolute;
  z-index: 100;
  display: none;
}

.dropdown-links {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px dashed #5d5d5d;
  background-color: #d10000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.dropdown-links:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.dropdown-links:focus {
  background-color: #a80000;
}

.login {
  margin-top: -2px;
  margin-right: 14px;
  float: left;
  clear: left;
}

.dropdown-links-privacy {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px dashed #5d5d5d;
  background-color: #dbdbdb;
  font-family: Exo, sans-serif;
  color: #5d5d5d;
  font-size: 19px;
  text-decoration: none;
}

.dropdown-links-privacy:hover {
  background-color: grey;
  color: #e6e6e6;
}

.dropdown-links-privacy:focus {
  background-color: #dbdbdb;
}

.burger-menu {
  position: relative;
  display: none;
  width: 69px;
  height: 69px;
  float: right;
  background-color: #a80000;
  background-image: url('../images/burger_icon.svg');
  background-position: 50% 50%;
  background-size: 23px 20px;
  background-repeat: no-repeat;
}

.dropdown-links-home {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px dashed #5d5d5d;
  background-color: #d10000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.dropdown-links-home:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.dropdown-links-home:focus {
  background-color: #a80000;
}

.dropdown-links-home.w--current {
  background-color: #a80000;
}

.div-double-link {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px dashed #5d5d5d;
  background-color: #d10000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.div-double-link:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.div-double-link:focus {
  background-color: #a80000;
}

.div-double-link.w--current {
  background-color: #a80000;
}

.home-link {
  margin-right: 14px;
  float: left;
}

.cart-link {
  margin-right: 14px;
  float: left;
}

.dropdown-links-shopping-cart {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px dashed #5d5d5d;
  background-color: #d10000;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.dropdown-links-shopping-cart:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.dropdown-links-shopping-cart:focus {
  background-color: #a80000;
}

.dropdown-links-shopping-cart.w--current {
  background-color: #a80000;
}

.register {
  position: relative;
  display: none;
  width: 100%;
  padding: 20px;
  border-bottom: 1px dashed #5d5d5d;
  background-color: #fff;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

.register:hover {
  background-color: #a80000;
  color: #e6e6e6;
}

.register:focus {
  background-color: #a80000;
}

.register.w--current {
  background-color: #a80000;
}

.div-block-29 {
  display: none;
}

.h1-left {
  color: #2e3e83;
  font-size: 32px;
  font-weight: 600;
}

.h2-left {
  margin-bottom: 11px;
  float: left;
  clear: left;
  font-family: Exo, sans-serif;
  color: #5d5d5d;
}

.form-review {
  position: relative;
  z-index: 50;
  display: block;
  margin-top: -570px;
  padding: 30px;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  border-radius: 6px;
  background-color: #f1f1f1;
}

.form-comment {
  position: relative;
  z-index: 50;
  display: block;
  margin-top: -570px;
  padding: 30px;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  border-radius: 6px;
  background-color: #f1f1f1;
}

.loading {
  float: left;
  clear: left;
}

.user-thumb-show {
  margin-top: 2px;
  margin-right: 9px;
  margin-left: -4px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 2px;
  border-color: #d10000;
  border-radius: 100px;
}

.warn-popup {
  width: 275px;
  margin-top: 14px;
  padding: 15px 15px 20px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  background-color: #ffe6e6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d10000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.warn-popup-delete {
  width: 275px;
  margin-top: 14px;
  padding: 15px 15px 20px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  background-color: #ffe6e6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d10000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.warn-popup-delete-all {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 275px;
  margin-top: 148px;
  margin-left: 20px;
  padding: 15px 15px 20px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  background-color: #ffe6e6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d10000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.warn-popup-delete-all-comments {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 275px;
  margin-top: 455px;
  margin-left: 20px;
  padding: 15px 15px 20px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  background-color: #ffe6e6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d10000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.red {
  color: #d10000;
}

.double-link-block {
  display: none;
}

.navigation-home {
  padding-left: 47px;
  background-image: url('../images/home.svg');
  background-position: 15% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

.navigation-home:hover {
  background-color: #1d2857;
  color: #e6e6e6;
}

.navigation-home.w--current {
  background-color: #1d2857;
  background-image: url('../images/home.svg');
  background-position: 15px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 500;
}

.navigation-home.w--current:hover {
  color: #e6e6e6;
}

.userfeedback {
  width: 100%;
  margin-bottom: 4px;
  float: none;
  clear: none;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
}

.userfeedback.red {
  color: #d10000;
}

.positives {
  color: #5d5d5d;
  font-size: 12px;
}

.review {
  clear: left;
}

.wysidiv-reply-2 {
  display: block;
  margin-top: 0px;
}

.wysidiv-comment {
  display: block;
  margin-top: 0px;
}

.div-float-left-buttons {
  margin-bottom: 27px;
  float: left;
}

.blog-div-replies {
  width: 100%;
  margin-top: -3px;
  padding: 7px 20px 0px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: #a8a8a8;
}

.optional-vrone {
  margin-top: 18px;
  float: left;
  clear: left;
}

.profile-items {
  overflow: visible;
  margin-top: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 20px;
}

.my-stuff {
  margin-top: 0px;
  margin-left: 53px;
  float: left;
}

.form-block-subscribe {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  overflow: visible;
  width: 480px;
  height: auto;
  margin: 76px auto 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #d10000;
  background-color: #fff;
  box-shadow: -1px 4px 10px 5px #5d5d5d;
}

.password-tip {
  position: relative;
  width: 280px;
  margin-top: -355px;
  margin-left: 99px;
  padding: 15px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  background-color: #f1f1f1;
  box-shadow: 0 1px 4px 2px #5d5d5d;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}

.wysidiv-comment-edit {
  display: block;
  margin-top: 0px;
  clear: left;
}

.account-pop-up {
  position: absolute;
  z-index: 2000;
  width: 280px;
  margin-top: -75px;
  margin-left: -329px;
  padding: 20px 15px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  box-shadow: 0 4px 10px 5px #5d5d5d;
}

.h4 {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
}

.checked-text {
  font-family: Exo, sans-serif;
  color: #d10000;
  font-size: 16px;
}

.basic {
  font-size: 14px;
}

.remove-account {
  display: block;
  margin-top: 9px;
  margin-left: 0px;
  padding: 2px 10px;
  float: left;
  clear: left;
  border: 1px solid #5d5d5d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.remove-account:hover {
  background-color: #f1f1f1;
}

.delete-my-account {
  z-index: 2000;
  width: 280px;
  margin-top: 52px;
  margin-left: -141px;
  padding: 20px 15px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  box-shadow: 0 4px 10px 5px #5d5d5d;
}

.keep {
  background-color: #dbdbdb;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.keep:hover {
  background-color: #a8a8a8;
  color: #fff;
}

.delete {
  float: right;
  background-color: #d10000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.delete:hover {
  background-color: #ff9e9e;
  color: #333;
}

.change-password {
  display: block;
  margin-top: 9px;
  margin-left: 0px;
  padding: 2px 17px;
  float: left;
  clear: left;
  border: 1px solid #5d5d5d;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.change-password:hover {
  background-color: #f1f1f1;
}

.change-password-popup {
  z-index: 2000;
  display: block;
  width: 280px;
  margin-top: 52px;
  margin-left: -141px;
  padding: 20px 15px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  box-shadow: 0 4px 10px 5px #5d5d5d;
}

.checked-text-clrl {
  float: left;
  clear: left;
  font-family: Exo, sans-serif;
  color: #d10000;
  font-size: 16px;
}

.password {
  width: 100%;
  margin-top: 23px;
  float: left;
  clear: left;
}

.basic-clrl {
  float: left;
  clear: left;
  font-size: 14px;
}

.show-password {
  margin-top: 13px;
  margin-bottom: 24px;
  padding-left: 22px;
  color: #5d5d5d;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.close-mini-popup {
  position: static;
  width: 42px;
  height: 42px;
  margin-top: -20px;
  margin-right: -15px;
  padding-top: 10px;
  float: right;
  border-bottom: 1px solid #d10000;
  border-left: 1px solid #d10000;
  background-color: #a8a8a8;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

._404 {
  display: inline-block;
  margin-bottom: 66px;
  font-family: 'PT Sans', sans-serif;
  color: #737373;
  font-size: 125px;
  font-weight: 700;
}

._404-container {
  padding-top: 71px;
  padding-bottom: 80px;
  border-radius: 3px;
  background-color: transparent;
  text-align: center;
}

.image-3 {
  position: relative;
  display: block;
  margin-top: -512px;
  margin-right: auto;
  margin-left: auto;
}

.go-home {
  padding: 7px 15px;
  border-radius: 2px;
  background-color: #2e3e83;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.go-home:hover {
  background-color: #5d5d5d;
}

.text-button {
  display: inline-block;
  margin-left: 12px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

._404-circle {
  display: block;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 105px;
  border-style: solid;
  border-width: 7px;
  border-color: #2e3e83;
  border-radius: 200px;
  background-color: #fff;
}

.oops {
  display: block;
  margin: -40px auto 85px;
  font-family: 'PT Sans', sans-serif;
  color: #bbb;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
}

._404-text {
  margin-bottom: 28px;
  font-family: 'PT Sans', sans-serif;
  color: #b3b3b3;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 318px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #ebebeb;
}

.field-label {
  float: left;
}

.privacy-items {
  margin-top: -570px;
  margin-bottom: 16px;
  padding-right: 15px;
  padding-bottom: 25px;
  padding-left: 14px;
  float: left;
  clear: left;
  border: 1px solid #a8a8a8;
  background-color: #f1f1f1;
}

.form-profile-preview {
  width: 550px;
  height: auto;
  margin-top: 108px;
  float: left;
}

.helpful-div {
  margin-top: 10px;
  float: left;
  clear: left;
}

.updiv-user {
  width: 45px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  cursor: pointer;
}

.admin-popup {
  position: relative;
  width: 275px;
  margin-top: 14px;
  padding: 15px 15px 20px;
  float: left;
  clear: left;
  border-style: solid;
  border-width: 1px;
  border-color: #d10000;
  background-color: #ffe6e6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #d10000;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.generic-sample {
  position: absolute;
  z-index: 500;
  display: none;
  margin-top: -204px;
  margin-left: -753px;
  padding: 15px 15px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 5px #a8a8a8;
}

.reply-email {
  position: absolute;
  z-index: 600;
  display: none;
  margin-top: -175px;
  margin-left: -760px;
  padding: 15px 15px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 5px #a8a8a8;
}

.purchase-titles-tab {
  display: inline-block;
  overflow: visible;
  margin-top: -57px;
  margin-bottom: 0px;
  padding: 12px 20px;
  float: left;
  clear: left;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #5d5d5d;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

.logodiv {
  width: 350px;
  margin: 28px auto 25px;
  text-align: center;
}

.cp-header {
  margin-left: 30px;
  float: left;
  color: #5d5d5d;
  font-size: 52px;
  text-align: center;
}

.social-icon-link-twitter {
  position: static;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  float: left;
  clear: none;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.social-icon-link-twitter:hover {
  opacity: 0.5;
}

.foot-logo {
  float: left;
}

.carp-text {
  position: static;
  float: left;
  font-family: 'Exo 2', sans-serif;
  color: #5d5d5d;
  font-size: 13px;
}

.column-19 {
  position: static;
  padding-top: 11px;
}

.corner-text {
  margin-top: -9px;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-size: 9px;
  line-height: 11px;
}

.dplogo {
  width: 49px;
  padding-top: 0px;
}

.strapline-2 {
  overflow: hidden;
  padding-right: 20px;
  float: left;
  clear: left;
  font-family: 'Exo 2', sans-serif;
  color: #5d5d5d;
  font-size: 22px;
  line-height: 24px;
}

.strapline-2.centered {
  line-height: 27px;
}

.content-body-image {
  overflow: hidden;
  margin-top: 28px;
  padding-right: 20px;
  float: left;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 24px;
}

.safety {
  float: right;
}

.guilds {
  margin-right: 55px;
}

.textarea {
  width: 500px;
  height: 50px;
  max-height: 450px;
  max-width: 500px;
  min-height: 150px;
  min-width: 500px;
  margin-bottom: 25px;
  border: 1px solid #1565c0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.form-text {
  overflow: hidden;
  margin-top: 23px;
  padding-right: 20px;
  float: none;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.bullet {
  float: left;
}

.footer-links {
  margin-bottom: 16px;
}

.main-form {
  width: 500px;
}

.bracket-text {
  font-size: 15px;
}

.required {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #c00;
  font-size: 20px;
}

.line {
  height: 10px;
  margin-bottom: 11px;
  border-top: 2px solid #2e3e83;
}

.line-orange {
  height: 10px;
  margin-bottom: 11px;
  border-top: 2px solid #f7aa47;
}

.copyright {
  margin-top: 12px;
  margin-bottom: 2px;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2e3e83;
  font-size: 11px;
}

.line-footer {
  width: 100%;
  height: 10px;
  margin-top: 9px;
  margin-bottom: -14px;
  float: left;
  clear: left;
  border-top: 1px solid #f7aa47;
}

.sub-text {
  margin-top: 10px;
  float: left;
  clear: left;
  color: #f7aa47;
  font-size: 18px;
  font-weight: 700;
}

.account-info {
  width: 200px;
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  float: left;
  border: 1px solid #1565c0;
  font-family: 'Exo 2', sans-serif;
  color: #2e3e83;
  font-size: 17px;
  font-weight: 600;
}

.payment-body {
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 20px;
  float: none;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  font-size: 18px;
  line-height: 24px;
}

.account-number {
  width: 200px;
  height: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  float: left;
  clear: left;
  border: 1px solid #1565c0;
  font-family: 'Exo 2', sans-serif;
  color: #2e3e83;
  font-size: 17px;
  font-weight: 600;
}

.account-data {
  width: 200px;
  height: 34px;
  padding-top: 6px;
  padding-left: 22px;
  float: left;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #1565c0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2e3e83;
  font-size: 17px;
}

.spacer {
  width: 100%;
  height: 30px;
  float: left;
}

.address {
  width: 400px;
  margin-bottom: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16px;
  float: left;
  border: 1px solid #1565c0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2e3e83;
  font-size: 17px;
  font-weight: 400;
}

.form-link:hover {
  color: #1565c0;
}

.others-link {
  display: inline-block;
  padding: 6px 18px 9px;
  border-radius: 3px;
  background-color: #2e3e83;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.others-link:hover {
  background-color: #a8a8a8;
}

.strapline-review {
  overflow: hidden;
  padding-right: 20px;
  float: left;
  clear: left;
  font-family: 'Exo 2', sans-serif;
  color: #5d5d5d;
  font-size: 22px;
  line-height: 24px;
}

.post-link {
  display: inline-block;
  margin-right: 46px;
  padding: 6px 18px 9px;
  border-radius: 3px;
  background-color: #f7aa47;
  font-family: 'Exo 2', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.post-link:hover {
  background-color: #ffa32c;
}

.header-review {
  position: static;
  z-index: 100;
  display: block;
  float: left;
  font-family: Exo, sans-serif;
  color: #2e3e83;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  text-align: left;
}

.review-line {
  width: 100%;
  height: 30px;
  float: left;
  border-bottom: 1px solid #f7aa47;
}

.rating-field {
  width: 200px;
  height: 34px;
  padding-top: 1px;
  padding-left: 16px;
  float: left;
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: #1565c0;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #2e3e83;
  font-size: 17px;
}

.review-block1 {
  margin-bottom: 21px;
  padding-top: 19px;
  padding-bottom: 20px;
  background-color: #f5f5f5;
}

.sub-text-review {
  float: none;
  clear: left;
  color: #f7aa47;
  font-size: 18px;
  font-weight: 700;
}

.spacer-review {
  width: 100%;
  height: 25px;
  float: none;
}

.spacer-small {
  width: 100%;
  height: 12px;
  float: left;
}

.review-text {
  overflow: hidden;
  padding-right: 20px;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 24px;
}

.customer-image {
  margin-top: 9px;
}

.feedback-spacer {
  width: 100%;
  height: 30px;
}

.form-name {
  width: 50%;
  min-height: 41px;
  margin-right: 1px;
  margin-bottom: 29px;
  float: left;
  border: 1px solid #1565c0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.form-name:focus {
  box-shadow: 0 0 0 2px #2196f3;
}

.anonymous {
  margin-top: 9px;
  margin-left: 24px;
  float: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
}

.rating-div {
  margin-bottom: 29px;
}

.text-span-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link {
  border-bottom: 1px solid #2e3e83;
  background-color: #f5f5f5;
}

.dropdown-link:hover {
  font-weight: 600;
}

.dropdown-toggle {
  margin-bottom: 29px;
  border: 1px solid #1565c0;
  background-color: #f5f5f5;
}

.gallery-images {
  padding-top: 17px;
  padding-bottom: 17px;
}

.image-div {
  width: 190px;
  margin-right: 20px;
  margin-bottom: 22px;
  float: left;
  opacity: 0.7;
}

.image-div:hover {
  opacity: 1;
}

.image-div-right {
  width: 190px;
  margin-right: 0px;
  margin-bottom: 22px;
  margin-left: 20px;
  float: right;
  opacity: 0.7;
}

.image-div-right:hover {
  opacity: 1;
}

.image-owner {
  padding-left: 10px;
  border-top: 1px solid #f7aa47;
  background-color: #2e3e83;
  color: #fff;
  font-size: 10px;
}

.image-customer {
  padding-left: 10px;
  border-top: 1px solid #2e3e83;
  background-color: #f7aa47;
  color: #2e3e83;
  font-size: 10px;
}

.image-div-large {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 850px;
  margin: -4px auto 22px;
  float: left;
  border-style: solid;
  border-width: 5px;
  border-color: #2e3e83;
}

.close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding: 5px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #2e3e83;
  background-color: #fff;
  color: #2e3e83;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.header-div {
  display: inline;
  margin-bottom: 18px;
  float: left;
}

.container {
  margin-top: 90px;
  margin-bottom: 150px;
}

.paragraph-inline {
  display: inline-block;
  float: left;
  clear: left;
  color: #646464;
  font-size: 15px;
  line-height: 22px;
}

.copyrights {
  display: inline-block;
  margin-top: 0px;
  padding-top: 11px;
  float: left;
  clear: left;
  border-top: 1px solid #1565c0;
  color: #797979;
  font-size: 11px;
  line-height: 15px;
}

.web-link {
  text-decoration: none;
}

.section-2 {
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 30px 50px;
  border-style: solid;
  border-width: 15px 1px 1px;
  border-color: #f7aa47 #b8b8b8 #b8b8b8;
  font-family: 'Open Sans', sans-serif;
  color: #797979;
}

.email-header {
  display: inline-block;
  margin-top: 8px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #2e3e83;
  font-size: 19px;
  font-weight: 600;
}

.section-footer {
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 30px 34px;
  border-style: solid;
  border-width: 15px 1px 1px;
  border-color: #2e3e83 #b8b8b8 #b8b8b8;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

.email-logo {
  margin-right: 29px;
  float: left;
}

.block-text {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: -20px;
  padding: 5px 20px;
  float: left;
  clear: left;
  background-color: #2e3e83;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}

.blue {
  color: #1565c0;
}

.review-block {
  margin-bottom: 21px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  clear: left;
  border: 1px solid #1565c0;
}

.temp-email-links {
  display: block;
  float: none;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #1565c0;
  text-decoration: underline;
}

.temp-email-links:hover {
  color: #1565c0;
  text-decoration: underline;
}

.email-para-temp {
  margin-top: 0px;
  margin-bottom: 2px;
  float: none;
  clear: left;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #5d5d5d;
}

.admin-login {
  margin-bottom: 24px;
  padding: 8px 15px;
  float: left;
  clear: left;
  background-color: #f7aa47;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.admin-login:hover {
  color: #2e3e83;
}

.paragraph-inline-small {
  display: inline-block;
  float: left;
  clear: left;
  color: #1565c0;
  font-size: 13px;
  line-height: 18px;
}

.gallery-images-div {
  padding: 17px 10px;
  border: 2px solid #a8a8a8;
}

.works-gallery-div {
  margin-top: 109px;
  margin-bottom: 36px;
  padding-right: 10px;
  padding-left: 10px;
}

.admin-fields-div {
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}

.login-button {
  display: block;
  width: 100px;
  margin: 19px auto 26px;
  background-color: #2e3e83;
}

.form-group {
  width: 280px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cartpentry-text {
  float: left;
  color: #5d5d5d;
  font-size: 35px;
  line-height: 35px;
  text-align: center;
}

.logodiv-admin {
  width: 210px;
  margin: 28px auto 7px;
  text-align: center;
}

.text-field {
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.form-3 {
  text-align: center;
}

html.w-mod-js *[data-ix="hidden"] {
  display: none;
}

html.w-mod-js *[data-ix="loading"] {
  display: block;
}

html.w-mod-js *[data-ix="comment-form-show-onload"] {
  display: none;
}

html.w-mod-js *[data-ix="vrscalein"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="vrscalein-ipad"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fadeexperience-landscape-ipad"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="vrscalein-landscape"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="fadeexperience-landscape"] {
  opacity: 0;
  -webkit-transform: translate(0px, -26px);
  -ms-transform: translate(0px, -26px);
  transform: translate(0px, -26px);
}

html.w-mod-js *[data-ix="fademan"] {
  opacity: 0;
  -webkit-transform: translate(76px, 0px);
  -ms-transform: translate(76px, 0px);
  transform: translate(76px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  display: inline-block;
  opacity: 0;
  width: 50px;
  -webkit-transform: translate(0px, -59px);
  -ms-transform: translate(0px, -59px);
  transform: translate(0px, -59px);
}

html.w-mod-js *[data-ix="fade-in-social-share"] {
  display: block;
}

html.w-mod-js *[data-ix="fade-in-game-review-share"] {
  display: block;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="app-expand-on-click"] {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .button {
    float: left;
    text-align: center;
  }

  .navigation-link {
    display: block;
    padding-left: 51px;
    clear: left;
    border-bottom: 1px dashed #a8a8a8;
    background-color: #2e3e83;
    font-size: 19px;
  }

  .navigation-link.w--current {
    padding-left: 51px;
  }

  .navigation-link.white {
    display: block;
    height: 65px;
    clear: left;
    border-bottom: 1px dashed #5d5d5d;
    background-color: #d10000;
    color: #fff;
    font-size: 19px;
  }

  .navigation-link.white.w--current {
    height: auto;
  }

  .navigation-link.orange {
    padding-top: 18px;
    color: #df7e1d;
    font-size: 19px;
  }

  .navigation-link.orange:hover {
    color: #a8a8a8;
  }

  .navigation-link.home-link {
    width: 100%;
    height: auto;
    margin-right: 45px;
    margin-left: 0px;
    padding-top: 20px;
    clear: none;
    border-top: 1px none #5d5d5d;
    border-bottom: 1px none #5d5d5d;
    background-position: 15px 50%;
    font-size: 19px;
  }

  .navigation-link.home-link:hover {
    background-color: #1d2857;
  }

  .navigation-link.home-link.w--current {
    width: 100%;
    margin-right: 35px;
    padding-top: 20px;
    padding-left: 98px;
    float: left;
    clear: none;
    border-top-style: none;
    border-bottom-style: none;
    background-color: transparent;
    background-position: 54px 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    cursor: pointer;
  }

  .navigation-link.home-link.w--current:hover {
    background-color: transparent;
  }

  .navigation-link.home-link.w--current:focus {
    background-color: transparent;
  }

  .navigation-link.cart-link {
    height: auto;
    border-bottom: 1px dashed #5d5d5d;
    background-color: #d10000;
    background-position: 1% 50%;
    color: #fff;
    font-size: 19px;
  }

  .navigation-link.cart-link.w--current {
    height: auto;
    background-position: 1% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .navigation-bar.dark-account {
    display: block;
    width: 100%;
    height: 65px;
    background-color: #fff;
  }

  .navigation-bar.dark-account {
    display: block;
    width: 100%;
    height: 65px;
  }

  .hamburger-button:hover {
    color: #2196f3;
  }

  .hamburger-button.w--open {
    background-color: #333;
  }

  .hamburger-button.white {
    margin-bottom: 0px;
    padding: 23px;
    background-color: #a80000;
    color: #fff;
  }

  .navigation-menu {
    display: block;
    width: auto;
    margin-top: 0px;
    padding-bottom: 156px;
    background-color: #2e3e83;
    opacity: 1;
  }

  .brand-text {
    margin-top: -3px;
    margin-bottom: 8px;
    padding-left: 0px;
    font-size: 7px;
  }

  .section {
    width: 90%;
  }

  .section.join {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-title-group {
    padding-top: 15px;
  }

  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-link:hover {
    color: #1565c0;
  }

  .vrlogo {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .image-header {
    font-size: 25px;
    line-height: 33px;
  }

  .game-title {
    font-size: 23px;
    line-height: 30px;
  }

  .game-section {
    width: 87%;
  }

  .mask-2 {
    height: 170px;
  }

  .slider {
    height: 170%;
    margin-top: 16px;
  }

  .hs-button {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }

  .justify {
    overflow: hidden;
    height: 154px;
  }

  .grid-game-image {
    margin-bottom: 10px;
    padding-right: 15px;
  }

  .image-6 {
    color: #f93;
  }

  .image-8 {
    color: #f93;
  }

  .image-9 {
    color: #f93;
  }

  .product-row2 {
    margin-top: 19px;
  }

  .brand-link-normal.left-spacing {
    width: 65px;
    margin-left: 31px;
    padding-top: 0px;
  }

  .brand-link-normal.left-spacing.w--current {
    margin-top: 0px;
    margin-left: 58px;
  }

  .formaticons {
    width: 100%;
    max-width: 895px;
  }

  .game-paragraph {
    overflow: visible;
  }

  .link-block {
    overflow: hidden;
    height: 152px;
  }

  .rating-text-small {
    line-height: 14px;
  }

  .official-rating-small {
    width: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .member-rating-small {
    width: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .rating-block {
    width: 510px;
  }

  .user-review {
    line-height: 20px;
  }

  .review-link-text-field {
    display: none;
  }

  .member-game-rating {
    margin-top: 8px;
  }

  .form-box {
    padding-right: 30px;
    padding-left: 30px;
  }

  .social-login-subscribe {
    margin-right: 20px;
  }

  .g-slide2 {
    display: inline-block;
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: scroll;
  }

  .game-slide {
    display: inline-block;
    background-position: 0px 0px;
    background-size: cover;
    background-attachment: scroll;
  }

  .g-slide3 {
    display: inline-block;
    clear: none;
  }

  .hmd-link {
    margin-top: 21px;
  }

  .section-accessories {
    width: 96%;
    padding-top: 19px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .content-body {
    overflow: visible;
    padding-right: 0px;
  }

  .new_window {
    display: block;
  }

  .hmd-block {
    margin-bottom: 22px;
  }

  .dropdown-list-2.w--open {
    margin-top: 0px;
    font-size: 19px;
  }

  .info-image {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    margin-bottom: 16px;
    margin-left: 174px;
    float: none;
  }

  .review-image {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin: 0px 0px 191px 201px;
  }

  .nav-dropdown {
    border-bottom: 1px dotted #5d5d5d;
    color: #333;
    font-size: 19px;
  }

  .dropdown-nav-links {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 38px;
  }

  .navigation-link-login {
    display: none;
    height: auto;
    padding-left: 50px;
    float: none;
    clear: left;
    border-bottom: 1px dashed #a8a8a8;
    background-color: #d10000;
    background-position: 15px 50%;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
  }

  .navigation-link-login:focus {
    font-weight: 600;
  }

  .navigation-link-login.w--current {
    background-position: 1% 50%;
  }

  .lost-text {
    margin-top: 4px;
  }

  .rh-header-bp-avatar {
    width: 100px;
    height: 100px;
    margin-left: 11px;
    background-size: 112px;
  }

  .rh-header-bp-content {
    margin-top: 0px;
  }

  .user-nicename {
    font-size: 25px;
  }

  .activity-personal-li {
    padding-right: 12px;
    padding-left: 12px;
  }

  .my-world-account {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 320px;
    height: 180px;
    margin-right: auto;
    margin-left: auto;
  }

  .paypal-div-ocus {
    margin-top: 56px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .designed-for-vr {
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }

  .designed-for-vr-device {
    display: block;
    margin-top: 14px;
    margin-right: auto;
    margin-left: auto;
    font-size: 22px;
  }

  .login-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .real-name {
    margin-top: 6px;
  }

  .activity-personal-li-profile {
    padding-right: 12px;
    padding-left: 12px;
  }

  .product-feedback {
    margin-left: 0px;
  }

  .slider-header {
    margin-top: 81px;
  }

  .strapline {
    display: block;
    margin-right: auto;
    font-size: 30px;
    line-height: 34px;
  }

  .drop-down-menu {
    display: none;
    width: 100%;
    margin-top: 74px;
    padding-bottom: 100px;
    background-color: #fff;
  }

  .burger-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 450;
    display: block;
    width: 65px;
    height: 64px;
  }

  .dropdown-links-home {
    width: 30%;
    margin-right: 43px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    float: left;
    border-bottom-style: none;
    background-color: transparent;
  }

  .dropdown-links-home.w--current {
    position: static;
    width: 140px;
    background-color: transparent;
  }

  .div-double-link {
    height: 65px;
    padding: 0px;
    float: none;
  }

  .div-double-link.w--current {
    position: absolute;
  }

  .home-link {
    margin-left: 20px;
  }

  .cart-link {
    margin-top: -4px;
    margin-left: 20px;
  }

  .dropdown-links-shopping-cart {
    position: static;
    width: 125px;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    float: left;
    border-bottom-style: none;
    background-color: transparent;
  }

  .dropdown-links-shopping-cart.w--current {
    position: absolute;
  }

  .register {
    position: relative;
    z-index: 2200;
    display: none;
    width: 130px;
    height: 45px;
    margin-top: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    border: 1px solid #dbdbdb;
    border-radius: 100px;
    cursor: pointer;
  }

  .register.w--current {
    position: absolute;
  }

  .div-block-29 {
    display: block;
    width: 180px;
    height: 65px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    cursor: default;
  }

  .form-review {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-comment {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .warn-popup-delete-all {
    margin-top: 151px;
  }

  .warn-popup-delete-all-comments {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 473px;
  }

  .double-link-block {
    display: block;
    height: 65px;
    border-bottom: 1px dashed #a8a8a8;
    background-color: #2e3e83;
  }

  .double-link-block:hover {
    background-color: #1d2857;
  }

  .menu-button {
    height: 65px;
    padding-top: 21px;
    padding-right: 22px;
    padding-left: 22px;
    background-color: #1d2857;
    color: #2e3e83;
  }

  .menu-button:active {
    background-color: #1d2857;
    color: #f7aa47;
  }

  .menu-button:focus {
    background-color: #1d2857;
    color: #f7aa47;
  }

  .menu-button.w--open {
    background-color: #2e3e83;
  }

  .navigation-home {
    display: none;
    clear: left;
    border-bottom: 1px dashed #5d5d5d;
    font-size: 19px;
  }

  .navigation-home.w--current {
    display: none;
  }

  .wysidiv-comment {
    width: 100%;
    max-width: 895px;
    min-width: 100%;
  }

  .blog-div-replies {
    width: 100%;
  }

  .my-stuff {
    margin-top: 0px;
    margin-left: 67px;
  }

  .remove-account {
    margin-top: 15px;
    float: left;
  }

  .delete-my-account {
    margin: 31px auto 50px;
  }

  .change-password {
    float: left;
  }

  .change-password-popup {
    margin: 31px auto 50px;
  }

  .image-3 {
    display: block;
    margin-top: -512px;
    margin-right: auto;
    margin-left: auto;
  }

  ._404-section {
    padding-top: 0px;
  }

  .form-profile-preview {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .generic-sample {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
    width: 700px;
    margin-top: -468px;
    margin-right: 0px;
    margin-left: -350px;
  }

  .reply-email {
    display: block;
    margin-top: -265px;
    margin-right: auto;
    margin-left: -489px;
  }

  .purchase-titles-tab {
    margin-top: -53px;
    margin-left: 0px;
    font-size: 19px;
    line-height: 30px;
  }

  .logodiv {
    margin-top: 37px;
    margin-bottom: 28px;
  }

  .cp-header {
    margin-left: 32px;
  }

  .footer-logo {
    margin-left: 17px;
  }

  .carp-text {
    margin-left: 17px;
  }

  .column-19 {
    padding-top: 18px;
  }

  .dplogo {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .strapline-2 {
    overflow: visible;
    padding-right: 10px;
  }

  .icon-6 {
    color: #f7aa47;
  }

  .icon-6:active {
    color: #fff;
  }

  .content-body-image {
    overflow: visible;
    padding-right: 0px;
  }

  .safety {
    display: none;
  }

  .form-text {
    overflow: visible;
    padding-right: 0px;
  }

  .footer-left-div {
    margin-left: 17px;
  }

  .account-info {
    width: 146px;
    font-size: 15px;
  }

  .payment-body {
    overflow: visible;
    padding-right: 0px;
  }

  .account-number {
    width: 146px;
    padding-left: 10px;
    font-size: 15px;
  }

  .account-data {
    width: 170px;
    padding-left: 10px;
    font-size: 15px;
  }

  .address {
    width: 400px;
  }

  .strapline-review {
    overflow: visible;
    padding-right: 10px;
    font-size: 20px;
  }

  .header-review {
    display: block;
    margin-right: auto;
    font-size: 30px;
    line-height: 34px;
  }

  .rating-field {
    width: 170px;
    padding-left: 5px;
  }

  .review-text {
    overflow: visible;
    padding-right: 0px;
  }

  .image-div {
    width: 140px;
    opacity: 0.7;
  }

  .image-div-right {
    width: 140px;
    float: right;
    opacity: 0.7;
  }

  .image-div-right:hover {
    opacity: 1;
  }

  .image-div-large {
    width: 680px;
    margin-top: -3px;
  }

  .temp-email-links:hover {
    color: #1565c0;
  }

  .works-gallery-div {
    margin-top: 56px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .logodiv-admin {
    margin-top: 37px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    display: block;
    float: left;
    clear: left;
  }

  .button.centre {
    display: inline-block;
    width: 50%;
    clear: none;
  }

  .navigation-link {
    padding-left: 33px;
    background-color: transparent;
  }

  .navigation-link.w--current {
    padding-left: 33px;
  }

  .navigation-link.white {
    height: auto;
    margin-bottom: 0px;
    padding-top: 18px;
  }

  .navigation-link.white.w--current {
    height: auto;
  }

  .navigation-link.orange {
    padding-top: 18px;
  }

  .navigation-link.home-link {
    width: 100%;
    clear: none;
  }

  .navigation-link.home-link:hover {
    background-color: #1d2857;
  }

  .navigation-link.home-link.w--current {
    padding-left: 76px;
    background-position: 34px 50%;
  }

  .navigation-link.cart-link {
    padding-top: 18px;
  }

  .navigation-link.cart-link.w--current {
    height: auto;
  }

  .hamburger-button.white {
    margin-bottom: 0px;
    padding-top: 23px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .navigation-menu {
    background-color: #2e3e83;
  }

  .brand-text {
    display: none;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.join {
    width: 100%;
    margin-top: 34px;
  }

  .section-heading {
    display: inline-block;
    float: left;
  }

  .section-heading.centered {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 33px;
  }

  .section-subheading.center {
    color: #df7e1d;
    line-height: 28px;
  }

  .section-title-group {
    padding-top: 15px;
  }

  .form-field {
    width: 100%;
  }

  .form-wrapper.squeezed {
    padding-right: 9px;
    padding-left: 0px;
  }

  .social-icon-link {
    margin-right: 15px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-image {
    margin-bottom: 8px;
  }

  .utility-page-wrap {
    display: block;
  }

  .vrlogo {
    display: block;
    float: left;
  }

  .white {
    margin-bottom: 16px;
  }

  .exo {
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .game-section {
    margin-top: 9px;
    padding-top: 0px;
  }

  .mask-2 {
    height: 140px;
  }

  .slider {
    height: 140%;
  }

  .justify {
    overflow: hidden;
    height: 92px;
    margin-bottom: 11px;
  }

  .grid-game-image {
    margin-bottom: 8px;
    float: left;
  }

  .brand-link-normal.left-spacing {
    z-index: 2000;
    margin-left: 31px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .brand-link-normal.left-spacing.w--current {
    margin-left: 33px;
  }

  .brand-link-normal.left-spacing {
    z-index: 2000;
    padding-left: 0px;
  }

  .games {
    margin-top: 7px;
  }

  .formaticons {
    width: 100%;
    max-width: 700px;
  }

  .rating-block {
    width: auto;
    max-width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .user-review {
    line-height: 20px;
  }

  .game-column {
    margin-top: 24px;
  }

  .member-game-rating {
    margin-top: 0px;
  }

  .g-slide2 {
    background-image: url('../images/lone_eho_and_doom_slider.jpg');
    background-size: cover;
  }

  .game-slide {
    background-size: cover;
  }

  .g-slide3 {
    background-size: cover;
  }

  .section-accessories {
    padding-right: 15px;
    padding-left: 20px;
  }

  .content-body {
    padding-right: 5px;
  }

  .rating-block-dev {
    width: auto;
    max-width: 750px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .favorite-game-popup {
    margin-top: 77px;
  }

  .close-login {
    margin-right: -1px;
  }

  .member-header {
    height: 240px;
  }

  .rh-header-bp-avatar {
    width: 70px;
    height: 70px;
    margin-top: 3px;
    border-width: 2px;
    background-size: 83px 83px;
  }

  .rh-header-bp-content {
    margin-right: 23px;
    margin-left: 21px;
  }

  .user-nicename {
    height: 30px;
    float: left;
    clear: none;
    font-size: 20px;
    line-height: 28px;
  }

  .my-world-account {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
  }

  .div-block-16 {
    margin-right: 27px;
  }

  .designed-for-vr {
    display: none;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .designed-for-vr-device {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    float: none;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .real-name {
    margin-top: 0px;
  }

  .sub-header {
    height: auto;
    padding-bottom: 0px;
  }

  .strapline {
    position: static;
    float: left;
    font-size: 22px;
    line-height: 28px;
  }

  .drop-down-menu {
    display: none;
  }

  .register {
    display: none;
  }

  .h2-left {
    clear: left;
  }

  .form-review {
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    clear: none;
  }

  .form-comment {
    display: block;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    clear: none;
  }

  .warn-popup-delete-all {
    margin-top: 202px;
  }

  .warn-popup-delete-all-comments {
    margin-top: 497px;
  }

  .double-link-block:hover {
    background-color: #1d2857;
  }

  .menu-button:focus {
    color: #f7aa47;
  }

  .menu-button.w--open {
    background-color: #2e3e83;
  }

  .userfeedback {
    float: none;
    clear: none;
  }

  .positives {
    clear: left;
  }

  .wysidiv-comment {
    width: 100%;
    max-width: 700px;
    min-width: 100%;
  }

  .my-stuff {
    margin-top: 25px;
    margin-left: 102px;
    clear: left;
  }

  .remove-account {
    float: left;
  }

  .change-password {
    float: left;
  }

  .image-3 {
    display: block;
    margin-top: -512px;
    margin-right: auto;
    margin-left: auto;
  }

  .go-home {
    display: block;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .oops {
    line-height: 68px;
  }

  ._404-section {
    padding-top: 134px;
  }

  .updiv-user {
    width: 45px;
    float: left;
  }

  .generic-sample {
    right: 0%;
    width: auto;
    margin-top: -229px;
    margin-left: -16px;
  }

  .reply-email {
    right: 0%;
    margin-left: -16px;
  }

  .purchase-titles-tab {
    margin-top: -53px;
    margin-left: 0px;
  }

  .logodiv {
    width: auto;
    margin-left: 22px;
  }

  .cp-header {
    margin-left: -2px;
    font-size: 35px;
  }

  .social-icon-link-twitter {
    margin-right: 15px;
  }

  .column-19 {
    padding-left: 23px;
  }

  .dplogo {
    display: block;
  }

  .strapline-2 {
    padding-right: 0px;
    font-size: 20px;
  }

  .top-right-div {
    padding-right: 10px;
  }

  .icon-6 {
    color: #f7aa47;
  }

  .icon-6:focus {
    color: #f7aa47;
  }

  .content-body-image {
    padding-right: 5px;
  }

  .guilds {
    display: none;
    text-align: center;
  }

  .textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .form-text {
    padding-right: 5px;
  }

  .bullet {
    margin-left: 17px;
  }

  .footer-left-div {
    margin-bottom: 40px;
  }

  .main-form {
    width: auto;
  }

  .account-info {
    width: 155px;
  }

  .payment-body {
    padding-right: 5px;
  }

  .account-number {
    width: 155px;
    padding-left: 16px;
  }

  .account-data {
    width: 185px;
  }

  .strapline-review {
    padding-right: 0px;
    font-size: 16px;
  }

  .post-link {
    margin-bottom: 20px;
  }

  .header-review {
    position: static;
    float: left;
    font-size: 22px;
    line-height: 28px;
  }

  .rating-field {
    width: 185px;
  }

  .review-text {
    padding-right: 5px;
  }

  .customer-image {
    margin-bottom: 20px;
  }

  .anonymous {
    margin-left: 10px;
  }

  .image-32 {
    width: auto;
  }

  .checkbox-label-2 {
    font-size: 12px;
  }

  .gallery-images {
    margin-right: auto;
    margin-left: auto;
  }

  .image-div {
    width: 174px;
    float: left;
  }

  .image-div-right {
    width: 174px;
    margin-right: 20px;
    margin-left: 0px;
    float: left;
  }

  .image-div-large {
    width: auto;
    margin-top: -3px;
    margin-bottom: 0px;
    float: left;
  }

  .cartpentry-text {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: -17px;
    padding: 8px 12px;
    float: left;
    clear: left;
  }

  .button.full-width {
    margin-left: 0px;
    font-size: 18px;
  }

  .button.centre {
    width: 65%;
  }

  .navigation-link.white {
    height: auto;
    margin-bottom: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .navigation-link.white.w--current {
    height: auto;
    padding-bottom: 17px;
  }

  .navigation-link.orange {
    padding-top: 18px;
  }

  .navigation-link.orange:hover {
    color: #a8a8a8;
  }

  .navigation-link.home-link {
    width: 100%;
    margin-right: 35px;
  }

  .navigation-link.home-link:hover {
    background-color: #1d2857;
  }

  .navigation-link.home-link.w--current {
    height: auto;
  }

  .navigation-link.cart-link {
    height: auto;
  }

  .navigation-link.cart-link.w--current {
    height: auto;
    padding-bottom: 17px;
  }

  .hamburger-button.white {
    margin-bottom: 0px;
    padding-top: 23px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .brand-text {
    margin-bottom: 0px;
    padding-left: 4px;
    font-size: 5px;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.join {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-heading {
    display: block;
    float: none;
  }

  .section-heading.centered {
    padding-top: 7px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-title-group {
    margin-top: 8px;
    margin-bottom: 19px;
    padding-top: 15px;
  }

  .grid-image {
    margin-bottom: 8px;
  }

  .image-header {
    color: #5d5d5d;
  }

  .nav_blend {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7aa47), color-stop(69%, #f7aa47), to(rgba(209, 0, 0, 0)));
    background-image: linear-gradient(180deg, #f7aa47, #f7aa47 69%, rgba(209, 0, 0, 0));
  }

  .game-title {
    font-size: 23px;
    line-height: 30px;
  }

  .mask-2 {
    height: 90px;
  }

  .slider {
    height: auto;
  }

  .justify {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
  }

  .grid-game-image {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    padding-right: 0px;
    float: left;
    text-align: center;
  }

  .product-row2 {
    margin-top: 0px;
  }

  .brand-link-normal.left-spacing {
    width: 55px;
    margin-top: 1px;
    margin-right: 14px;
    margin-left: 30px;
    padding-top: 0px;
  }

  .games {
    margin-top: -4px;
  }

  .formaticons {
    width: 100%;
    max-width: 400px;
  }

  .social-comments-link {
    display: inline;
    margin-right: 12px;
    float: left;
    font-size: 14px;
  }

  .facebook {
    margin-right: 18px;
  }

  .twitter {
    margin-right: 18px;
    clear: none;
  }

  .google {
    margin-right: 18px;
  }

  .link-block.w--current {
    margin-top: 13px;
  }

  .link-block-2.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .rating-block {
    overflow: visible;
    width: auto;
    min-width: 280px;
  }

  .user-review {
    margin-bottom: 17px;
    line-height: 20px;
  }

  .review-link-text-field {
    display: block;
  }

  .game-column {
    margin-bottom: 4px;
  }

  .member-game-rating {
    width: 87px;
    float: left;
  }

  .vr-game-rating {
    width: 87px;
    float: right;
  }

  .game-review-share {
    float: left;
    clear: left;
  }

  .review-game-link-text-field {
    display: none;
  }

  .form-box {
    padding-right: 15px;
    padding-left: 15px;
    border-style: none;
  }

  .social-login-subscribe {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: left;
    text-align: center;
  }

  .g-slide2 {
    background-size: cover;
  }

  .game-slide {
    background-size: cover;
  }

  .g-slide3 {
    background-size: cover;
  }

  .section-accessories {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-body {
    padding-right: 0px;
    font-size: 16px;
    text-align: left;
  }

  .new_window {
    margin-right: 8px;
  }

  .wysidiv-reply {
    margin-left: -10px;
  }

  .wysidiv-flag {
    margin-left: -10px;
  }

  .remember-me {
    margin-top: 9px;
  }

  .rating-block-dev {
    overflow: visible;
    width: auto;
    min-width: 280px;
  }

  .favorite-game-popup {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 148px;
    margin-right: 134px;
    margin-left: auto;
  }

  .game-rating-block.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .form-header {
    font-size: 27px;
    line-height: 35px;
  }

  .form-block-login {
    width: 320px;
  }

  .form-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .close-login {
    margin-right: -1px;
  }

  .signup-footer {
    font-weight: 500;
  }

  .lost-text {
    margin-top: 9px;
    font-size: 13px;
  }

  .member-header {
    z-index: 100;
    height: 336px;
  }

  .rh-header-bp-avatar {
    width: 60px;
    height: 60px;
    background-position: 50% 50%;
    background-size: 63px;
  }

  .rh-header-bp-content {
    width: auto;
  }

  .rhbp-iconed-menu {
    height: 104px;
  }

  .rhgreedylinks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .activity-personal-li {
    margin-right: 11px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
  }

  .activity-personal-li.w--current {
    float: left;
  }

  .my-world-account {
    display: inline-block;
  }

  .user-ui-label {
    font-size: 13px;
  }

  .div-block-16 {
    width: 315px;
    margin-right: auto;
    margin-left: auto;
    float: right;
  }

  .login-button-temp {
    margin-top: 16px;
  }

  .paypal-div-ocus {
    margin-top: 62px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .designed-for-vr {
    display: none;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
  }

  .designed-for-vr-device {
    display: inline-block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-right: 0px;
  }

  .login-heading {
    font-size: 23px;
    line-height: 30px;
  }

  .real-name {
    font-size: 14px;
  }

  .sub-header {
    height: auto;
  }

  .login-button-bypass {
    margin-top: 16px;
  }

  .user-comments-label {
    font-size: 13px;
  }

  .activity-personal-li-profile {
    margin-right: 0px;
    padding-right: 8px;
    padding-left: 8px;
    float: left;
  }

  .activity-personal-li-profile.w--current {
    float: left;
  }

  .submit {
    margin-top: 16px;
  }

  .strapline {
    display: block;
    font-size: 23px;
  }

  .strapline.centered {
    text-align: center;
  }

  .drop-down-menu {
    display: none;
  }

  .dropdown-links {
    float: left;
    clear: left;
  }

  .dropdown-links-privacy {
    margin-bottom: 208px;
  }

  .dropdown-links-home {
    width: 43%;
    margin-right: 34px;
    float: left;
  }

  .dropdown-links-home.w--current {
    background-color: transparent;
  }

  .dropdown-links-shopping-cart {
    position: static;
    width: 135px;
    margin-right: 0px;
    padding-right: 0px;
    float: right;
  }

  .register {
    position: relative;
    display: none;
  }

  .div-block-29 {
    width: 180px;
  }

  .h1-left {
    font-size: 24px;
    line-height: 28px;
  }

  .h2-left {
    color: #333;
    text-align: left;
  }

  .form-review {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .form-comment {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .warn-popup-delete-all {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 323px;
    margin-right: auto;
    margin-left: auto;
  }

  .warn-popup-delete-all-comments {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    margin-top: 703px;
    margin-right: auto;
    margin-left: auto;
  }

  .image-15 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .wysidiv-reply-2 {
    margin-left: -10px;
  }

  .wysidiv-comment {
    width: 100%;
  }

  .blog-div-replies {
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #a8a8a8;
    border-left-style: none;
  }

  .profile-items {
    font-size: 13px;
  }

  .my-stuff {
    width: auto;
    margin-left: 10px;
  }

  .form-block-subscribe {
    bottom: 11%;
    width: 320px;
  }

  .password-tip {
    margin-left: -7px;
  }

  ._404 {
    margin-bottom: 45px;
    font-size: 90px;
  }

  .image-3 {
    margin-top: -410px;
  }

  .go-home {
    display: block;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-button {
    text-align: center;
  }

  ._404-circle {
    width: 300px;
    height: 300px;
    padding-top: 61px;
  }

  .oops {
    margin-bottom: 68px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 60px;
  }

  ._404-section {
    padding-top: 92px;
    padding-bottom: 215px;
  }

  .privacy-items {
    margin-top: -595px;
  }

  .form-profile-preview {
    margin-right: 0px;
    margin-left: 0px;
  }

  .updiv-user {
    width: 40px;
    float: left;
  }

  .generic-sample {
    margin-top: -216px;
  }

  .reply-email {
    margin-top: -93px;
  }

  .purchase-titles-tab {
    width: 100%;
    margin-top: -53px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 15px;
  }

  .logodiv {
    width: 280px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-left: 9px;
  }

  .cp-header {
    font-size: 49px;
    line-height: 50px;
  }

  .column-19 {
    padding-left: 10px;
  }

  .strapline-2 {
    padding-right: 0px;
    line-height: 27px;
  }

  .strapline-2.centered {
    text-align: center;
  }

  .top-right-div {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
  }

  .content-body-image {
    padding-right: 0px;
    font-size: 16px;
    text-align: left;
  }

  .form-text {
    padding-right: 0px;
    font-size: 16px;
    text-align: left;
  }

  .bullet {
    margin-left: 0px;
  }

  .footer-left-div {
    margin-left: 0px;
  }

  .account-info {
    width: 136px;
    padding-left: 12px;
    font-size: 14px;
  }

  .payment-body {
    padding-right: 0px;
    font-size: 16px;
    text-align: left;
  }

  .account-number {
    width: 136px;
    padding-left: 12px;
    font-size: 14px;
  }

  .account-data {
    width: 168px;
    font-size: 14px;
  }

  .address {
    width: 100%;
    padding-right: 16px;
  }

  .others-link {
    font-size: 15px;
  }

  .strapline-review {
    padding-right: 0px;
    line-height: 27px;
    text-align: left;
  }

  .strapline-review.centered {
    text-align: center;
  }

  .post-link {
    margin-right: 25px;
    font-size: 15px;
  }

  .header-review {
    display: block;
    font-size: 23px;
  }

  .header-review.centered {
    text-align: center;
  }

  .rating-field {
    width: 168px;
  }

  .spacer-review {
    height: 20px;
  }

  .review-text {
    padding-right: 0px;
    font-size: 16px;
    text-align: left;
  }

  .form-name {
    width: 100%;
    margin-bottom: 6px;
  }

  .anonymous {
    margin-bottom: 23px;
    margin-left: 12px;
  }

  .text-span-2 {
    font-size: 12px;
  }

  .image-32 {
    display: block;
    float: none;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-div {
    margin-right: auto;
    margin-left: auto;
    float: none;
    opacity: 1;
  }

  .image-div-right {
    margin-right: auto;
    margin-left: auto;
    float: none;
    opacity: 1;
  }

  .image-div-large {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .works-gallery-div {
    margin-top: 62px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

