@charset "utf-8";
/* CSS Document */
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: red;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
@font-face {
  font-family: "ElanAT";
  src: url("../fonts/elanatmedium.woff2") format("woff2"), url("../fonts/elanatmedium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.elan-font {
  font-family: "ElanAT";
}
/*== IE Block Code Ends ==*/
* {
  margin: 0px;
  padding: 0px;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  background: #000000;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.mobile-hide {
  display: block;
}
.desktop-hide {
  display: none;
}
.sonyheader {
  padding: 5px 10px;
  background: black;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sonyheader img {
  height: 15px;
}
.outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
#modalVRcommunity {
  padding: 0 !important;
}
#modalVRcommunity .close {
  padding: 8px 10px 10px;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none !important;
}
#modalVRcommunity .close:hover {
  opacity: 1;
}
#modalVRcommunity .modal-dialog {
  max-width: none;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
}
#modalVRcommunity .modal-content, #modalVRcommunity .modal-header {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
}
#modalVRcommunity {
  background: #000;
}
#modalVRcommunity::-webkit-scrollbar {
  width: 0 !important
}
.communityvr-modal-dialog {
  height: auto !important;
}
#modalVRcommunity .modal-header {
  background: #171616;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.community-modal-body {
  width: 1400px;
  max-width: 100%;
  margin: 3em auto;
  color: #FFFFFF;
}
.community-vr-container {
  margin: 0 auto;
  display: flex;
}
/*== Navigation ==*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.2s;
}
.section-container {
  padding: 5vh 15px;
  max-width: 65vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#virtualReality {
  background: #000000;
  background: linear-gradient(0deg, #141727, #0f111d);
}
#virtualReality h2 > p, #modalVRcommunity h2 > p {
  font-size: 1em;
  color: #ee3524;
}
.section-container > h2, #modalVRcommunity h2 {
  font-size: 3em;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
  font-family: "ElanAT";
}
.section-container p {
  color: #FFFFFF;
}
.vr-container {
  padding: 0;
}
.vr-content .vr-info {
  display: flex;
  padding-bottom: 2em;
  flex-direction: column;
}
.vr-info .vr-img-holder {
  position: relative;
  /*  margin-bottom: 2em;*/
}
.vr-img {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
.vr-content .vr-info > div {
  padding: 0 2em;
  flex: 100%;
}
.preorder-heading {
  margin-bottom: 0;
}
.vr-info h4 {
  color: #BFBFBF;
  font-size: 1em;
}
.vr-desc .preOrder-btn-heading {
  padding-top: 1em;
  color: #FFFFFF;
  font-size: 1.8em;
}
.vr-desc .preorder-link {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 15px;
  min-width: 250px;
}
.pre-order-links a:last-child {
  margin-right: 0;
}
.vr-desc h3 {
  font-size: 3em;
  color: #FFFFFF;
  font-family: "ElanAT";
}
.vr-desc h3 span {
  color: #ee3524;
}
.vr-desc .bullets-heading {
  margin-bottom: 2px;
}
.vr-desc ul {
  list-style-type: disc;
  margin-bottom: 1em;
}
.vr-desc ul li {
  color: #FFFFFF;
  padding: 5px;
  list-style-position: inside;
  margin-left: 1em;
}
.vr-btn-heading {
  font-weight: 700;
}
.vr-btn-heading span {
  color: #ee3524;
}
.vr-desc a, #communityVRBtn {
  background: #ee3524;
  padding: 6px 20px;
  color: #000000;
  border-radius: 30px;
  font-size: 1.2em;
  font-weight: 700;
}
.pre-order-links a {
  font-size: 1.4em;
}
.vr-desc .vr-platforms {
  margin: 2em 0;
}
.vr-desc .vr-platforms img {
  max-width: 10em;
  margin-right: 2em;
}
.vr-desc .vr-platforms img:last-child {
  margin-right: 0;
}
.vr-details {
  display: flex;
  justify-content: space-between;
  margin: 2em auto 0;
  column-gap: 2em;
  max-width: 60%;
}
.vr-details-div img {
  height: 50px;
}
.vr-video-container {
  padding: 2em;
  border-bottom: dashed 1px #5a5a5a;
}
.vr-content .vr-follow {
  text-align: center;
  color: #ffffff;
  padding-top: 2em;
}
.vr-follow h4 span {
  color: #ee3524;
}
.vr-video-container h2 {
  color: #ee3524;
  font-weight: 900;
}
.vr-video-content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 4em;
}
.vr-video-content-two {
  margin-bottom: 0;
}
.vr-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.vr-footer {
  display: flex;
  flex-direction: column;
}
.vr-footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vr-footer img {
  max-width: 18em;
}
.vr-footer p {
  padding: 2em 0 0;
  font-size: 0.7em;
  color: #938e8e;
  text-align: center;
}
.personal_info img {
  width: 32px;
  margin-left: 0.3rem;
  margin-bottom: 3px;
}
.communityVRBtn_wrapper {
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: 2.8em;
}
#communityVRBtn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1em;
  cursor: pointer;
}
.vr-content .vr-follow {
  text-align: center;
  color: #ffffff;
  padding-top: 2em;
}
.social-container-bottom-vr img {
  height: 25px;
  width: auto;
}
.social-container-bottom-vr a {
  display: inline-block;
  margin: 0 7px;
}
.social-container-bottom-vr {
  margin-bottom: 20px;
  text-align: center;
}
.vr-footer {
  display: flex;
  flex-direction: column;
}
.vr-footer p {
  padding: 2em 0 0;
  font-size: 0.7em;
  color: #938e8e;
  text-align: center;
}
#modalVRcommunity h2 {
  margin-bottom: 15px;
}
#modalVRcommunity h3 {
  font-size: 1.2em;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.preorder-btns-wrapper {
  margin-bottom: 3em;
  padding-bottom: 3em;
  text-align: center;
  border-bottom: dashed 1px #5a5a5a;
}
/* Share */
.share-container {
  position: absolute;
  display: inline-block;
  background: rgb(143 10 14);
  padding: 5px 10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  right: 0;
  top: 40px;
}
.share-container span:first-child {
  margin-right: 8px;
}
.share-container #btnShare {
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.share-container span img {
  height: 15px;
}
#containerShare {
  position: fixed;
  right: 15px;
  width: 200px;
  height: auto;
  padding: 10px;
  background: #181818;
  color: #ffffff;
  text-align: left;
  display: block;
  opacity: 0;
  transform: translateX(110%);
  transition: opacity .5s, transform .5s;
  z-index: 9999;
  border: 1px solid #FFFFFF;
  /* border-radius: 12px; */
  /* box-shadow: inset 0 0 40px #ff0903; */
  top: 41px;
}
#containerShare.openshare {
  transform: translateX(0);
  opacity: 1;
}
#containerShare a {
  display: inline-flex;
  margin: 5px;
  padding: 10px;
  background: #9e0b0f;
  border: 0.5px solid #9d1613;
  border-radius: 5px;
  transition: all 0.3s;
}
#containerShare a:hover {
  transform: scale(1.1);
}
#containerShare a img {
  height: 25px;
}
#containerShare a:last-child {
  margin-bottom: 0;
}
#containerShare p {
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #ffffff;
}
#closeShare {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#closeShare:hover {
  opacity: 0.6;
}
#closeShare span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #FFFFFF;
  opacity: 1;
  left: 4px;
  top: 13px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: .25s ease-in-out;
}
#closeShare span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeShare span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.game_support_wrapper {
  padding-top: 3em;
  padding-bottom: 0em;
  text-align: center;
}
.game_support_wrapper h4 {
  font-size: 1.2em;
  color: #FFFFFF;
}
.game_support_wrapper .first-point {
  margin-top: 5px;
}
.game_support_wrapper .first-point p {
  margin-bottom: 0.5em;
}
.game_support_wrapper a img {
  max-height: 25px;
}
/*=== FOOTER ===*/
.footer {
  position: fixed;
  width: 100%;
  background: #000000;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  bottom: 0;
  z-index: 2000;
  font-weight: 700;
}
.footer-links a {
  display: inline-block;
  margin: 5px;
  color: rgb(224, 226, 230);
}
.footer-links-img a {
  display: inline-block;
  margin: 0 1em;
}
.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logos img {
  margin: 0 1.5em;
}
.footer-logos img:first-child {
  height: 25px;
}
.footer-logos img:nth-child(2), .footer-logos img:nth-child(3) {
  height: 40px;
}
.bugs img {
  max-width: 60%;
  margin: 15px auto;
}
.main-footer {
  padding: 5px 0;
}
.footer-links a:hover, #btnCredits:hover, #btnCreditsIntro:hover {
  color: #ffffff;
}
#containerCredits, #containerCreditsIntro {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0 5px;
  background: #000;
  text-align: center;
  display: none;
  z-index: 5;
}
#btnCredits, #btnCreditsIntro {
  cursor: pointer !important;
}
#btnCredits::after, #btnCreditsIntro::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.075em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.6em solid;
  border-left: 0.4em solid transparent;
}
#closeCredits, #closeCreditsIntro {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  cursor: pointer;
  opacity: 0.7;
}
#closeCredits:hover, #closeCreditsIntro:hover {
  opacity: 1;
}
#closeCredits:before, #closeCredits:after, #closeCreditsIntro:before, #closeCreditsIntro:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 40%;
  background: #ffffff;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  -ms-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}
#closeCredits:after, #closeCreditsIntro:after {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}
.personal_info img {
  width: 24px;
  margin-left: 0.3rem;
  margin-bottom: 0px;
}
.copyright {
  color: rgb(224, 226, 230);
}
.line-break {
  display: none;
}
.youtubewrapper, .youtubewrapper-vr, .youtubewrapper-ftv, .youtubewrapper-intro {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 60%;
  display: none;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  border: rgb(143 10 14) solid 1px;
  padding: 2%;
  border-radius: 12px;
}
@media screen and (max-width: 1440px) {
  .vr-img, .vr-details {
    max-width: 80%;
  }
  .vr-desc a {
    font-size: 1em;
  }
  .pre-order-links a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 1024px), screen and (device-width: 1138px) and (device-height: 712px) and (orientation: landscape), screen and (device-width: 1334px) and (device-height: 800px) and (orientation: landscape) {
  .vr-img, .vr-details {
    max-width: 100%;
  }
  .vr-details {
    margin: 2em 0;
  }
  .preorder-heading {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 850px) and (orientation:portrait) {
  .section-container {
    max-width: 80vw;
  }
  .section-container h2, #modalVRcommunity h2 {
    font-size: 1.9em;
  }
  .vr-content .vr-follow h2 {
    font-size: 1em;
  }
  .vr-content .vr-info, .vr-footer-logos, .vr-details {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .vr-content .vr-info > div {
    padding: 0;
    flex: 100%;
    margin-bottom: 0;
  }
  .vr-info .vr-img-holder {
    border-right: none;
  }
  .vr-desc h3 {
    font-size: 2em;
    /*    padding-top: 2em;*/
  }
  .vr-desc .vr-platforms img {
    margin-right: 0;
    margin-bottom: 1em;
    display: block;
  }
  .vr-footer-logos {
    padding-top: 2em;
  }
  .vr-footer-logos img {
    max-width: 12em;
    margin-bottom: 2em;
  }
  .vr-footer-logos img:last-child {
    margin-bottom: 0;
  }
  .filmTv-modal-container {
    max-width: 100%;
  }
  .vr-tout-wrapper, .event-tout-wrapper {
    max-width: 40%;
    position: relative;
    right: auto;
    left: auto;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .vr-tout-wrapper img:hover, .event-tout-wrapper img:hover {
    transform: scale(1);
  }
  .vr-video-container {
    padding-left: 0;
    padding-right: 0;
  }
  .communityVRBtn_wrapper {
    position: relative;
    margin: 1em auto;
  }
  #communityVRBtn {
    font-size: 0.9em;
  }
  .preorder-btns-wrapper {
    margin-bottom: 2em;
    padding-bottom: 2em;
  }
}
@media screen and (max-width:450px) and (orientation:portrait), screen and (max-height:450px) and (orientation:landscape) {
  .section-container {
    max-width: 100vw;
    padding: 10vh 15px 10vh;
  }
  .section-container p {
    font-size: 14px;
  }
  .vr-content .vr-follow h4 {
    font-size: 1em;
  }
  .personal_info img {
    width: 24px;
  }
  .vr-container {
    padding: 0;
  }
  .vr-footer p {
    font-size: 0.7em;
  }
  #modalVRcommunity h3 {
    font-size: 1em;
  }
  .community-modal-body {
    max-width: 100vw;
  }
  .footer-links a {
    font-size: 8px;
    margin: 0 3px;
  }
  .copyright {
    line-height: 9px;
    font-size: 8px;
    margin-top: 2px;
  }
  .vr-desc .preorder-link {
    margin-right: 0px;
  }
  .vr-desc a {
    font-size: 0.9em;
  }
  .pre-order-links a {
    font-size: 1.1em;
  }
}
@media screen and (max-height:450px) and (orientation:landscape) {
  .vr-desc .preorder-link {
    margin-right: 15px;
  }
}