section#main.main-ind{
  padding: 0;
}
@font-face {
  font-family: 'GeForce Bold';
  src: url('/fonts/GeForce-Bold.woff');
}
@font-face {
  font-family: 'GeForce Light';
  src: url('/fonts/GeForce-Light.woff');
}
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/DIN Pro 700.otf');
}
@font-face {
  font-family: 'DIN Pro';
  src: url('/fonts/DIN Pro 400.otf');
}
/************************specs**********************/
.products .system-builder-container{
  	max-width:1170px;
  margin:0 auto;
}
.products{
  padding-top: 40px;
  background-color: #000000;
}
.product .column-ind-holder .column-ind-header {
    background: #464646;
}
.product .column-ind-holder .column-content {
  border-radius: 5px;
  padding: 0 0 20px 0!important;
  background: #252525;
  border: 2px solid #464646;
}
.product .column-ind-holder .column-content .products-points-holder{
  background: transparent;
  margin:0;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
    background-color: #76b900;
    border-color: #76b900;
    color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover {
    color: #ffffff;
    background-color: #6aa502;
    border-color: #6aa502;
}
.product .column-ind-holder .column-content .from-inc-price{
  color: #ffffff;
  margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span{
  color: #76b900;
}
ul.exceptions_list li:before, ul.list-caret li:before, ul.list-chevron-right li:before {
  color: #76b900;
}
.product .column-ind-holder .column-content .product-image-holder .product-image {
  	height:auto;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  	width: 180px;
 	height: auto;
    padding: 0px 0;
  	margin:15px auto;
}
.column-ind-holder {
    box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.08);
}
.config_button_holder{
	margin: 0 20px;
  margin-top: auto;
}
.product .column-ind-holder .column-content .products-points-holder ul li{
  color: #ffffff;
}
.config_button_holder p{
  font-family: 'Montserrat-Medium';
}
/************************specs**********************/
.lp-wrap p{
  color: #ffffff;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container h1{
    font-size: 55px;
    color: #76b900;
}
.landing-container h1 span{
    text-transform: none;
}
.landing-container p {
  color:#ffffff;
}
.landing-container h1, .landing-container h2, .landing-container h3{
    font-family: 'GeForce Bold';
    text-transform: uppercase;
}
.landing-container h2, .landing-container h3{
    color: #ffffff;
    font-size: 38px;
}
.intro-terms{
    font-size: 12px!important;
    color: #5d5d5d!important;
    max-width: 500px;
}
.landing-button{
    font-family: 'montserrat-bold';
    text-transform: uppercase;
    background-color: #76b900;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    width: auto;
    cursor: pointer;
    display: inline-block;
}
.landing-button:hover {
    background-color: #76d300;
}
.rt_top{
    background-image: url(/images/landing/nvidia/raytracing/rt__feature.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #000000;
    padding: 150px 40px;
    overflow: hidden;
}
.hide-feature{
    display: none;
}
.rt_top h2{
   font-family: 'Din Pro';
}
.rt_top p{
    margin: 30px 0;
}
.rt_top sup{
  font-size: 50%;
  top: -.7em;
}
.rt_top .rtx-logo{
    display: block;
    margin-top: 60px;
}
.rt-specs-header{
    background-color: #76b900;
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    text-transform: uppercase;
}
.rt-specs-header h2{
  margin: 0;
  font-size: 40px;
}
/*********vid-lightbox*********/
.biggest_games{
    background-color: #000000;
    background-image: url(/images/landing/nvidia/raytracing/games-vid-bg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 80px 40px;
}
.biggest_games h2{
    margin-bottom: 60px;
}
.pcs_vid_btn {
    font-family: 'montserrat-bold';
    color: #76b900;
    cursor: pointer;
}
.pcs_vid_btn:hover{
    opacity: 0.75;
}
.vid_lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  .vid_lightbox-container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 960px;
      z-index: 10;
  }
  .vid_lightbox-content {
      padding: 40px;
  }
  .vid_lightbox-close {
      cursor: pointer;
      color: #fff;
      background: transparent;
      font-size: 31px;
      font-weight: bold;
      display: inline-block;
      line-height: 20px;
      padding: 6px 10px 10px 10px;
      position: absolute;
      right: 40px;
      top: 3px;
      border: none;
      z-index: 999;
      outline: none;
  }
  .vid_lightbox-close:before{
      content: "×";
  }
  .pcs_video-container {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
  }
  .pcs_video-container iframe,
  .pcs_video-container object,
  .pcs_video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
/*********vid-lightbox*********/
  .rtx-games{
      background-color: #000000;
      padding: 60px 40px;
      text-align: center;
  }
  .rtx-games h2{
      margin-bottom: 60px;
  }
  .rtx-games img{
    cursor: pointer;
  }
  .rtx-games .pcs_vid_btn{
    margin: 30px 0;
  }
  .rtx-games .pcs__col-2 .pcs__col-inner img{
      margin-bottom: 30px;
  }
  .rtx-games .pcs__col-2 .pcs__col-inner img:hover{
      opacity: 0.75;
  }
  .rtx-games .pcs__col-2 .pcs__col-inner{
    max-width: 462px;
    text-align: left;
  }
  .rtx-games .pcs__col-2:nth-child(odd) .pcs__col-inner{
    margin-left: auto;
    padding-right: 15px;
  }
  .rtx-games .pcs__col-2:nth-child(even) .pcs__col-inner{
    margin-right: auto;
    padding-left: 15px;
  }
.ray-tracing{
    position: relative;
    background-image: url(/images/landing/nvidia/raytracing/ray-tracing-bg.jpg);
    background-position: center;
    background-size: cover;
    height: 600px;
    text-align: center;
    padding: 90px 40px;
    z-index: 0;
  	overflow: hidden;
}
.ray-tracing:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: -1;
}
.rtx-on, .rtx-off{
    position: absolute;
    bottom: 60px;
}
.logo-left, .logo-right{
    position: absolute;
    top: 0;
}
.rtx-on{
    right: 0;
}
.rtx-off{
    left: 0;
}
.logo-left{
    left: 40px;
}
.logo-right{
    right: 40px;
}
.dlss{
    background-image: url(/images/landing/nvidia/raytracing/dlss-bg.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}
.dlss .landing-container{
    position: relative;
    padding: 60px 40px;
}
.dlss h2, .dlss h3, .dlss p{
    color: #000000;
}
.dlss h3{
    font-size: 26px;
}
.dlss p:last-of-type{
    color: #ffffff;
    margin-bottom: 80px
}
.landing-vid-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 40px 0;
}
.landing-vid-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.kjp-logo{
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.ds-logo{
    position: absolute;
    bottom: 0px;
    right: 40px;
}
.rtx-on-games{
    background-image: url(/images/landing/nvidia/raytracing/rtx-on-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 350px 40px;
}
.rt-footer{
    text-align: center;
    padding: 60px 40px;
    background-color: #000000;
}
.rt-footer p{
    font-size: 12px;
    color: #666666;
    margin-top: 30px;
}
@media screen and (max-width:1170px){
    .rtx-games .pcs__col-2{
        width: 50%;
    }
    .pcs__col-inner{
        padding: 40px;
    }
    .rt_top{
        background-image: none;
        padding: 0;
    }
    .hide-feature{
        display: block;
    }
    .rtx-on-games{
        background: none;
        background-color: #000000;
        padding: 0px;
    }
}
  @media screen and (max-width:700px){
    .rtx-games .pcs__col-2{
        width: 100%;
    }
      .landing-container h1{
        font-size: 40px;
      }
      .landing-container h2{
          font-size: 30px;
      }
      .rtx-games .pcs__col-2:nth-child(odd) .pcs__col-inner, .rtx-games .pcs__col-2:nth-child(even) .pcs__col-inner{
          margin: auto;
          padding: 0;
      }
      .rtx-games .pcs__col-2 .pcs__col-inner{
          max-width: 100%;
      }
      .rtx-games .pcs__col-2 .pcs__col-inner img{
        width: 100%;
      }
      .ray-tracing{
          height: 300px;
      }
      .ray-tracing:before{
          height:150px;
      }
    .ray-tracing{
      height: auto;
    }
    .rtx-on, .rtx-off{
      bottom: 0;
    }
      .ray-tracing img{
        width: 75px;
      }
  }