section#main {
	background: url('https://origincdn.blob.core.windows.net/cdn/landing/2017/4k-uncapped/img/main-bg.jpg') 50% 0 no-repeat;
}
section#laptops {
	background: url('https://origincdn.blob.core.windows.net/cdn/landing/2017/4k-uncapped/img/4k-laptops-bg.jpg') 50% 60% no-repeat;
}
/*section#systems {
    background: url('https://origincdn.blob.core.windows.net/cdn/landing/2017/4k-uncapped/img/4k-laptops-bg.jpg') 50% 0 no-repeat;
}*/
.block-system {
	padding: 15px 0 25px 0;
	background-color: rgba(0, 0, 0, .75);
	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;
}

.skills {
  width: 100%;
  max-width: 960px;
  position: relative;
}
.lines {
  height: 240px;
  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--10 {
  left: 10%;
}
.lines .line.l--20 {
  left: 20%;
}
.lines .line.l--30 {
  left: 30%;
}
.lines .line.l--40 {
  left: 40%;
}
.lines .line.l--50 {
  left: 50%;
}
.lines .line.l--60 {
  left: 60%;
}
.lines .line.l--70 {
  left: 70%;
}
.lines .line.l--80 {
  left: 80%;
}
.lines .line.l--90 {
  left: 90%;
}
.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.gray {
    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='75'] {
  width: 30%;
}
.chart__bar[data-skill='80'] {
  width: 81%;
}
.chart__bar[data-skill='40'] {
    width: 41%;
}
.chart__bar[data-skill='20'] {
    width: 21%;
}
.chart__bar[data-skill='10'] {
    width: 11%;
}

.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;
}
@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
    p.legend{font-size:90%;}
    .chart__bar{opacity:1;}
    .skills{width:100%;}
}
.visible {
    visibility: visible !important;
}
.animated {
    animation-duration: 1s;
    animation-timing-function: ease;
}
@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
 @media (min-width: 992px) {
section#main h1 {
    font-size: 310%;
}
/*section#systems {
    min-height: 1000px;
}*/
}
@media (min-width: 768px){
    section#main, section#laptops, section#systems {
        background-size: cover;
    }
    .container-wide{width: 80%;max-width: 1600px;margin: 0 auto;}
}
@media (max-width: 768px){
    section#main, section#laptops, section#systems {
        background-attachment: scroll;
        background-position: top;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        background-size: auto;
    }
    .container-wide .row {
        margin-left: 0;
        margin-right: 0;
    }
}
 @media (max-width: 400px) {
section#main h1, section#systems h1 {
	font-size: 200%;
}
}
