@font-face {
  font-family: 'NVIDIA Bold';
  src: url('/fonts/NVIDIASans_Bold.woff');
}
@font-face {
  font-family: 'NVIDIA Regular';
  src: url('/fonts/NVIDIASans_Regular.woff');
}
@font-face {
  font-family: 'NVIDIA Light';
  src: url('/fonts/NVIDIASans_Light.woff');
}
section#main.main-ind{
 	padding: 0; 
}
section#main .inner{
	max-width: 100%;
}
.product .column-ind-holder .column-content .product-image-holder .product-image .landing_img_laptop {
    width: 220px;
    height: 132px;
}
.rec-specs h2{
 	text-align: center; 
  	margin-top: 40px;
}
.nvid-hero-title img {
    margin-top: 40px;
}
/************************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: 150px;
 	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';
}
.landing-wrapper{
    color: #ffffff;
  	background-color: #000000;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.lg-container{
    max-width: 1920px;
    margin: 0 auto;
}
.landing-wrapper h1, .landing-wrapper h2{
    text-transform: none;
}
.landing-wrapper h1{
    font-family: 'NVIDIA Bold';
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 40px;
}
.landing-wrapper h2{
    margin-bottom: 20px;
}
.pos-rel{
    position: relative;
}
.col-inner{
    z-index: 2;
}
.landing-button {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    background-color: #76b900;
    color: #000000;
    margin: 40px 0;
}
.landing-button:hover{
  background-color: #91c733
}
.nvid-hero{
    background-color: #000000;
}
.nvid-hero-holder{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    max-width: 2560px;
    margin: 0 auto;
}
.nvid-hero p{
    font-size: 18px;
    line-height: 1.2;
}
.nvid-hero-title{
    padding: 35px;
}
.nvbg-grey{
    background-color: #1a1a1a;
}
.sec-pad{
    padding: 15px;
}
.align-center{
    text-align: center;
}
.nvid-50-mod{
    background-color: #000;
}
.nvid-50-mod{
    min-height: 580px;
}
.nvid-50-mod .col-inner{
    margin-left: 5%;
}
.txt-limit p{
    font-size: 18px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.nvid-logo{
    display: block;
}
.nvid-hero .nvid-logo{
    margin-top: 40px;
}
.landing-wrapper .sec-title{
    margin-top: 40px;
    margin-bottom: 60px;
}

.nvid-mod{
    margin-bottom: 40px;
}

.rec-specs{
    min-height: 600px;
}
.rev{
    flex-direction: row-reverse;
}

@media screen and (min-width:960px){
  .landing-wrapper h2{
    font-size: 36px;
}
  .nvid-hero p {
    font-size: 24px;
  }
    .nvid-hero-mob{
        display: none;
    }
    .nvid-hero-title{
       justify-content: flex-end;
        min-height: 500px;
    }
    .nvid-hero-holder{
        background-image: url(/images/landing/nvidia/nvidia-hub/nvidia-50-hero.jpg);
    }
    .pcs-col2{
        width: 50%;
    }
    .sec-pad{
        padding: 15px;
    }
    .col-inner{
        max-width: 680px;
    }
    .landing-wrapper picture {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .landing-wrapper picture img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
        object-position: 50%;
        width: 100%;
        height: 100%;
        user-select: none;
    }
}
@media screen and (min-width:1200px){

  .nvid-hero-title{
        min-height: 800px;
    }
}