section#main {
    background: url('https://cdn.originpc.com/img/landing/vr-ready/main-bg-2.jpg') 50% 0 no-repeat;
}
section#quotes {
	background: url('https://origincdn.blob.core.windows.net/cdn/gaming/vr-ready/img/eve-bg.jpg') 50% 60% no-repeat;
}
section#performance, section#vr-systems {
    background: #222;
}
section#performance-3 {
	background: url('https://origincdn.blob.core.windows.net/cdn/gaming/vr-ready/img/raw-data-bg.jpg') 50% 60% no-repeat;
}
.color-nvidia {
	color: #76b900 !important;
}
a.color-nvidia:hover {
	color: #86D200 !important;
}
.block-system {
	padding: 15px 0 25px 0;
	background-color: #121212;
	margin-bottom: 30px;
}
.block-system img {
    transition: opacity .3s;
    transform: translateZ(0);
}
.block-system img:hover {
    opacity: .85;
}
.vr-systems .block-system .btn {
	margin-top: 20px;
}

#benchmarks, #origin-difference {
    background: #181818;
}

section#video{position: relative;height:700px;overflow:hidden;}
section#video a{position:absolute;top: 50%;left:50%;transform: translate(-50%, -50%);z-index:2;color:rgba(204, 24, 30, 0.8);font-size:64px;cursor:pointer;}
section#video a:hover{color:#cc181e;}
.ytplayer-container{position: absolute;z-index: -1;top: 50%;left:50%;transform: translate(-50%, -50%);}
.modal-dialog {
    max-width: 100%;
}

.app-imgs .app:hover {
    opacity: .3;
    transform: scale(1.01);
}

.app-imgs .col-md-4 {
    overflow: hidden;
}

.app-imgs .app-logo img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: transform .3s, opacity .3s;
}

.app-imgs .col-md-4:hover .app-logo img {
    opacity: 1;
}

.carousel-fade .carousel-inner .item {
    min-height: 200px;
}

#myCarousel .carousel-control {
    top: 10%;
}

tbody td, thead th {
    text-align: center;
}
.table > thead > tr > th {
    border-bottom: none;
}
.specs-chart.table > thead > tr > th:nth-child(2) {
    width: 450px;
}
.table > tbody > tr > th, .table > tbody > tr > td {
    padding: 15px 20px;
    height: 75px;
    vertical-align: middle;
}
.table > tbody > tr {
    vertical-align: middle;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #333;
}

th {
    font-weight: 500;
}

.skills {
  width: 80%;
  max-width: 960px;
  position: relative;
}

.lines {
  height: 370px;
  position: relative;
}
.lines .line {
  height: inherit;
  width: 2px;
  position: absolute;
  background: rgba(238, 238, 238, 0.25);
  list-style-type: none;
}
.lines .line.l--0 {
  left: 0;
}
.lines .line.l--25 {
  left: 25%;
}
.lines .line.l--50 {
  left: 50%;
}
.lines .line.l--75 {
  left: 75%;
}
.lines .line.l--100 {
  left: calc(100% - 1px);
}
.lines .line .line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.lines .line .line__label.title {
  text-transform: uppercase;
  font-weight: bold;
}

.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.chart {
  margin: 30px 0 0;
}
.chart:first-child {
  margin: 0;
}

.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--prod .chart__title {
  animation-delay: 3s;
}
.chart--design .chart__title {
  animation-delay: 4.2s;
}

.chart--horiz {
  overflow: hidden;
}

.chart__bar {
  height: 50px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #911113 0%, #cc181e 100%);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  list-style-type: none;
}
.chart__bar.vr {
    background: linear-gradient(to right, #333 0%, #444 100%);
}
.lightspeed {
    animation: 1s anim-lightspeed-in ease forwards;
}
.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}
.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}
.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}
.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}
.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}
.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}
.chart__bar[data-skill='20'] {
  width: 20%;
}
.chart__bar[data-skill='57'] {
  width: 57%;
}
.chart__bar[data-skill='58'] {
  width: 58%;
}
.chart__bar[data-skill='83'] {
  width: 83%;
}
.chart__bar[data-skill='92'] {
  width: 92%;
}
.chart__label {
  float: right;
  padding-right: 20px;
  line-height: 50px;
  color: white;
  display: inline-block;
}
.labels ul li {
    padding: 5px 0;
    margin-bottom: 10px;
    height: 50px;
    list-style-type: none;
}
.visible {
    visibility: visible !important;
}
.animated {
    animation-duration: 1s;
    animation-timing-function: ease;
}
#main h2.subhead.animated {
    animation-delay: .3s;
}

.color-green {
    color: #039e27;
}
@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (min-width: 1920px) {
section#main, section#experience, section#quotes, section#performance-3 {
    background-size: cover;
}
}
@media (min-width: 1200px) {
    #quotes {
        padding: 110px 0 85px;
    }
    #quotes figcaption {
        height: 206px;
    }
}
@media (max-width: 1200px) {
section#main, section#experience {
    background-attachment: scroll;
    background-position: top;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    background-size: auto;
}
}
 @media (min-width: 992px) {
section#main h1 {
    font-size: 310%;
}
section#performance {
    padding-bottom: 150px;
}
section#vr-systems {
    min-height: 950px;
}
.app-imgs {
    padding: 75px 0;
}
#main h2.subhead {
    margin-top: -50px;
}
}

@media screen and (max-width: 992px) {
.app-imgs {
    padding: 20px 0;
}
section#performance {
    padding-bottom: 80px;
}
section#benchmarks {display:none}
#main h2.subhead {
    margin-top: -25px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
    #myCarousel .carousel-inner .item {
    height: 250px;
}
}
@media (min-width: 768px){
    .container-wide{width: 80%;max-width: 1600px;margin: 0 auto;}
}
 @media (min-width: 400px) and (max-width: 992px) {
section#vr {
    background-position: 0 50%;
}
}
@media (max-width: 768px){
    .container-wide .row {
        margin-left: 0;
        margin-right: 0;
    }
    #myCarousel .carousel-control { display: none; }
    .carousel-inner img {margin:0 auto}
    #myCarousel .carousel-inner .item {
    height: 450px;
    text-align: center;
}
    #main h2.subhead {
    margin-top: -15px;
}
}
 @media (max-width: 400px) {
section#main h1, section#systems h1 {
	font-size: 200%;
}
section#main h2 {
	font-size: 150%;
}
}

.table td, .table th {
    border-top: none !important;
}

.carousel-control-prev, .carousel-control-next {
    font-size: 90px;
}