@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');
}

.pcs_vid_btn {
    font-family: 'montserrat';
    font-weight: bold;
    color: #76b900;
    cursor: pointer;
	margin: 50px auto;
	display:block;
}
.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: 1500px;
      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;
}

.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.intro-terms {
    font-size: 16px!important;
    color: #5d5d5d!important;
    max-width: 500px;
}
section#main.main-ind{
  padding: 0;
}
#jump {
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #76b900;
    margin: 0;
    display: block;
}
#jump h2{
  font-family: montserrat-bold;
  font-size: 32px;
  color: #ffffff;
  padding: 15px 0;
}
/************************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,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.landing-container h1{
    font-family: 'GeForce Bold';
	font-weight:bold;
    font-size: 55px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #76b900;
    margin-bottom: 10px;
    line-height: 1.2;
}
.landing-container h1 sup{
  font-size: 16px;
  vertical-align: super;
}
.landing-container h2, .landing-container h3{
    font-family: 'GeForce Bold';
	font-size: 26px;
	font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}
.landing-container h3{
	font-size: 20px;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 10px;
}
.landing-container .lp-terms{
	font-size: 14px;
	margin-top: 40px;
}
.landing-button {
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
  	background-color: #76b800;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	cursor: pointer;
	margin-top: 20px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #76b800;
}
.landing-button i {
	padding-left:5px;
}
.pcs__col-inner{
	padding: 40px;
}
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-color: #000000;
    background-image: url(/images/landing/nvidia/3070/3070ti_landing_feat.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: 60% 50%;
	padding: 250px 40px;
}
.landing-top-fl{
	width: 50%;
}
.landing-top-fl img{
	display: block;
	margin-top: 40px;
    padding-bottom: 40px;
}
#responsive-img {
	display:none;
}
/*******HEADER-SECTION-END*******/
.landing-bottom {
	background-color: #000000;
}
.landing-bottom h2{
	font-size: 35px;
	margin-bottom: 40px;
}
.landing-feat1, .landing-feat2, .landing-feat3, .landing-feat4{
	text-align: center;
	padding: 40px;
}
.landing-feat1 .sec__outer{
	margin: 0 auto;
    max-width: 720px;
}
.landing-feat1 ul p{
  margin: 0;
}
.landing-feat1 ul li:nth-child(even){
  margin: 20px 0;
}
.landing-feat1 .para-small, .landing-feat1 .para-large{
	font-family: 'Geforce Light';
	text-align: left;
}
.landing-feat1 .para-small{
	font-size: 15px;
}
.landing-feat1 .para-large{
	font-size: 25px;
}
.landing-promo{
    background-image: url(/images/landing/nvidia/3070/bundle-bg.jpg);
    background-size: cover;
    background-position: center top;
}
.landing-promo img{
  display: block;
  margin: 0 auto;
}
.landing-feat3{
	background-image: url(/images/landing/nvidia/raytracing/dlss-bg.jpg);
}
.landing-feat3 h2, .landing-feat3 h3, .landing-feat3 p{
	margin-bottom: 20px;
	color: #000000;
}
.landing-vid{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 56.25%; 
	margin-top: 60px;
}
.landing-vid iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.landing-feat3 .lp-terms{
	color: #ffffff;
}
.landing-feat4{
	position: relative;
	background-image: url(/images/landing/nvidia/3070/rtx_on.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}
.landing-feat4 p{
	max-width: 800px;
	margin: 0 auto;
}
.rtx-on, .rtx-off, .logo1, .logo2{
	position: absolute;
}
.rtx-on{
	right: 0;
	bottom: 0;
}
.rtx-off{
	left: 0;
	bottom: 0;
}
.logo2{
	left: 40px;
	bottom: 160px;
}
.logo1{
	right: 40px;
	bottom: 160px;
}
.landing-feat5{
	background-image: url(/images/landing/nvidia/3070/feature5_bg.jpg);
	background-position: 75%;
	background-repeat: no-repeat;
}
.landing-feat5 .pcs__col-2:last-child{
	padding: 175px 0;
}
.landing-feat7{
	background-image: url(/images/landing/nvidia/3070/feature7_bg.jpg);
	background-position: 75%;
	background-repeat: no-repeat;
	background-size: cover;
}
.landing-feat7 .sec__outer{
	flex-direction: row-reverse;
}
.landing-footer .lp-terms{
	text-align: center;
	color: #808080;
  	padding: 40px;
}
.landing-footer .nvid-line{
	margin: 0 auto;
	display: block;
}
.lp-footerlogos{
	text-align: center;
	margin-top: 40px;
}
.lp-footerlogos img{
	display: inline-block;
	padding: 10px;
}
@media screen and (max-width: 1170px) {
	.landing-header-top{
		background:#000000;
		padding: 0;
	}
	.landing-top-fl{
		display: block;
		align-items: center;
		width: 100%;
	}
	.landing-top-inner{
		padding: 0 40px;
	}
	#responsive-img {
		display:block;
		width: 100%;
	}
	/*******FEATURE-ONE*******/
	.landing-feat1-inner{
		display: block;
		text-align:left;
		padding:0;
	}
	.landing-feat1-fl{
		width: 100% !important;
	}
	.landing-feat1-fr-inner{
		text-align: left;
		margin: 0 auto;
		padding:20px !important;
	}
	.landing-feat4{
		height: 400px;
	}
	.rtx-on, .rtx-off, .logo1, .logo2{
		width: 100px;
	}
	.landing-feat5, .landing-feat7{
		background-image: none;
	}
	.landing-feat5 .pcs__col-2:last-child{
		padding: 0;
	}
}
