@font-face {
  font-family: 'DINPro';
  src: url('/fonts/DINPro-Regular.woff');
}
@font-face {
  font-family: 'DINPro';
  src: url('/fonts/DINPro-Light.woff');
  font-weight:200;
}
@font-face {
  font-family: 'GeForce Bold';
  src: url('/fonts/GeForce-Bold.woff');
}
@font-face {
  font-family: 'GeForce Light';
  src: url('/fonts/GeForce-Light.woff');
}
section#main.main-ind {
  padding: 0;
}
/*******NAV-SECTION*******/
#nav-hide {
  display:none;
}
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#333333;
}
.landing-nav .landing-container {
	max-width:100%;
}
.landing-nav-inner {
	display:flex;
	align-items:center;
	margin: 0 auto;
	justify-content:center;
}
.landing-nav ul {
	list-style-type: none;
	text-align:center;
	width:100%;
	overflow:hidden;
	padding:0;
    align-items:center;
}
.landing-nav img {
	padding:0;
	margin-right: 20px;
}
.landing-nav li {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	color:#ffffff;
	padding: 15px 25px;
	margin:0 auto;
    align-items:center;
    font-weight:normal;
    list-style: none;
}
.landing-nav li sup {
	font-size:6px;
}
.dropdown sup {
	font-size:6px;
}
.landing-nav li#nav-active {
	background:#76b900;
}
.landing-nav li:hover {
	background:#76b900;
}
.landing-nav li span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
#hub-nav-bar {
	display:none;
	font-size: 22px;
	color:#ffffff;
}
#navbar-responsive {
	display:block;
}
#logo-hover{
    float: left;
}
#logo-hover img:hover {
	opacity:0.8;
}
/**********Nav-icon**********/
#nav-icon{
    width: 28px;
    height: 28px;
    position: absolute;
    top: 13px;
    right: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
#nav-icon span{
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
#nav-icon span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 9px;
  }
  
  #nav-icon span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  
 /**********Nav-icon**********/
.nav-hide {
  display:none;
}
.mob-menu{
    display: inherit;
    align-items: center;
}
.mob-menu img {
	margin-left:10px;
}
.menu-icon{
    display: none;
    font-size: 28px;
    color: #ffffff;
	float:right;
	cursor:pointer;
}
.responsive-dropdown {
	display:none;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #333333;
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	padding: 15px 25px;
	color:#ffffff;
	font-weight:normal;
	border:none;
}
.dropbtn span {
	font-family:Montserrat-Bold;
	background:#fbdc03;
	color:#000000;
	text-transform:uppercase;
	font-size:8px;
	padding:2px;
	position:relative;
	top:-8px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333333;
  min-width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
	padding:18px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
    display: block;
}
.dropdown-content a:hover {background-color: #76b900}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #76b900;
}
/*******END-NAV-SECTION*******/
/************************specs**********************/
.products .system-builder-container{
  	max-width:1170px;
  margin:0 auto;
}
.column-ind-holder {
    box-shadow: none !important;
}
.products{
  padding-top: 40px;
  background-color: #ffffff;
}
.product .column-ind-holder .column-ind-header {
    background: #c6c6c6;
  color:#464646;
}
.product .column-ind-holder .column-content {
  border-radius: 5px;
  padding: 0 0 20px 0!important;
  background: #f8f8f8;
  border: 2px solid #c6c6c6;
}
.product .column-ind-holder .column-content .products-points-holder{
  background: transparent;
  margin:0;
  padding-top: 0 !important;
}
.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: #5b8e00;
    border-color: #5b8e00;
}
.product .column-ind-holder .column-content .from-inc-price{
  color: #464646;
  margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span{
  color: #000000;
}
ul.exceptions_list li:before, ul.list-caret li:before, ul.list-chevron-right li:before {
  color: #000000;
}
.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: 130px;
 	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: #464646;
}
.config_button_holder p{
  font-famoily: Montserrat-Medium,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.product .column-ind-holder .column-ind-header h3 {
    color: #464646 !important;
}
/************************specs**********************/
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #76b900;
	margin: 0;
	display: block;
}
#jump p {
	font-family: 'Montserrat-Bold';
	font-size: 32px; 
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0;
}
.landing-navbarbutton{
    background-color: #000000;
    border: none;
    color: #77b900;
    padding: 10px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: Montserrat-Bold,sans-serif;
    font-size: 12px;
    float:left;
  	font-weight:normal !important;
}
.landing-navbarbutton:hover{
    background-color: #484848;
}
.landing-navbarbutton a:hover{
	color:#ffffff;
}
.landing-navbarbutton i{
    padding-left: 5px;
}
.landing-navbar{
    background-color: #77b900;
    padding: 80px 0;
    overflow: hidden;
    padding: 10px;
	display:block;
	height:auto;
	margin:0 auto;
}
.landing-navbarbutton a{
    margin: 0;
    padding: 0;
    color: #484848;
	text-decoration:none;
  font-weight:normal;
}
.landing-navbarbutton-inner{
    margin: 10px ;
    background-color: #fff;
    padding: 20px 10px;
    cursor: pointer;
}
.landing-navbar .landing-navbarbutton{
    width: 25%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    margin: 0;
}
.landing-navbarbutton-inner:hover{
    background-color: #4b4b4b;
}
.landing-navbar-inner {
		max-width:1170px !important;
		margin: 0 auto;
}
.blurb-terms {
	font-size:12px !important;
	margin-top:25px !important;
	color:#909090 !important;
}
.blurb-terms span {
	color:#76b900;
}
.landing-terms {
	background-color:#ffffff;
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
	padding:20px 0;
}
.landing-terms-inner p, .landing-terms-inner li {
	font-family:'Open Sans' !important;
	color:#959595 !important;
	font-size:12px !important;
}
.landing-terms-inner ol {
	padding-left:10px;
}
.landing-terms-inner li {
	padding:5px 0;
}
.landing-terms img {
	margin:20px auto;
	display:block;
}
.landing-container{
    max-width: 1170px;
    margin: 0 auto;
}
.landing-container a{
    text-decoration: none;
}
.landing-container hr{
    border: 0;
    border-bottom: 2px solid #000000;
    clear: none;
    margin: 10px auto;
}
.landing-container .temp-title1{
    font-family: 'Montserrat-Bold';
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: none;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.landing-container .temp-title2{
    font-family: 'Montserrat-Light';
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    color: #000000;
    margin: 0px;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    margin-top: 10px;
}
.landing-button {
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
  	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding: 20px;
	width: auto;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
  font-weight:normal;
}
.landing-button:hover{
	background-color: #ffffff;
	color:#000000;
}
.landing-button i {
	padding-left:5px;
}
.landing-button2 {
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
  	background-color: #76b900;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	width: auto;
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
}
.landing-button2:hover{
	background-color: #5b8e00;
	color:#ffffff;
}
.landing-button2 i {
	padding-left:5px;
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-color: #000000;
    background-image: url(/images/landing/nvidia/rtxstudio/q42020/landing-bg.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 0;
	padding: 0 20px;
}
.landing-row-top{
    display: flex;
	position: relative;
    align-items: center;
    padding-top:50px;;
}

.landing-bottom-fl .temp-title1{
	font-family:'DINPro';
	font-weight:normal;
	font-size:60px;
    color: #000000 !important;
	text-transform:uppercase;
	padding:0;
}
.landing-bottom-fl .temp-title2{
    color: #000000; 
	font-family:'DINPro';
	font-weight:bold;
	font-size: 28px;
	text-transform:uppercase;
	line-height:1;
	padding:15px 0;
}
.landing-bottom-fl p {
	color:#000000 !important;
	font-size:16px;
	padding-top:15px;
}
.landing-bottom-fl-content img {
	display:block;
	margin:25px 0;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size: 18px;
	margin-top: 10px;
	margin-bottom:50px;
}
.landing-header-bottom{
    padding: 170px 0;
}
.landing-header-content{
    position: relative;
    display: flex;
		flex-direction:row-reverse;
}
.landing-bottom-fl{
    display: flex;
    align-items: center;
    width: 50%;
    padding-right: 10px;

}
.landing-bottom-fl-content{
	padding-right: 30px;
}
.landing-bottom-fl .terms-top{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
}
.landing-bottom-fl p{
    color: #ffffff;
}
.landing-bottom-fr{
    width: 50%;
    text-align: right;
}
.landing-bottom-fr img{
	display:block;
}
.vend-logo{
    position: absolute;
    top: 20px;
    right: 0;
}
.vend-logo img{
	width: 140px;
}
/*******HEADER-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1 {
    background-image:url('/images/landing/nvidia/rtxstudio/q42020/feature1-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
.landing-feat1-inner{
     display: flex;
	 align-items:center;
}
.landing-feat1-fl{
    width: 50%;
}
.landing-feat1-fl img{
    max-width: 100%;
    display: block;
}
.landing-feat1-fr{
    width: 50%;
    display: flex;
    align-items: center;
}
.landing-feat1-fr-inner {
    padding: 60px 0;
}
.landing-feat1-fr-inner img {
	margin:30px 0;
	display:block;
}
.landing-feat1-fr .temp-title1{
	font-family:'DINPro';
	font-weight:normal;
    color: #000000;
    font-size: 40px;
	line-height:1;
}
.landing-feat1-fr .temp-title1a{
	font-family:'DINPro';
	font-weight:normal;
    color: #000000;
    font-size: 30px;
	margin:0;
	line-height:1;
}
.landing-feat1-fr p{
    color: #000000;
}
.landing-sep {
background: rgb(0,0,0); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 20%, rgba(79,79,79,1) 50%, rgba(0,0,0,1) 80%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 20%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 80%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,1) 20%,rgba(79,79,79,1) 50%,rgba(0,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	height:3px;
	width:100%;
}
#featcenter {
  	background-image:none;
	background-color:#f8f8f8;
    overflow: hidden;
}
#featcenter .landing-feat1-inner {
	text-align:left;
	display:block;
	padding:50px 0;
}
#featcenter .landing-feat1-inner p {
	color:#000000 !important;
	font-size:16px;
	margin:20px 0 ;
}
#featcenter .landing-feat1-inner p.temp-title1 {
	font-family:'DINPro';
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
}
#featcenter ol {
	font-family:'DINPro';
	font-size:14px;
}
#featcenter li {
	padding:10px 0;
}
#featcenter a {
	color:#76b900;
}
#featcenter a:hover {
	color:#000000;
}
/*******FEATURE-ONE-END*******/
.landing-feat2{
    background-image:url('/images/landing/nvidia/rtxstudio/q42020/feature2-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
.landing-feat2-inner{
     display: flex;
	 align-items:center;
	 flex-direction:row-reverse;
}
.landing-feat2-fr{
    width: 50%;
}
.landing-feat2-fr img{
    max-width: 100%;
    display: block;
}
.landing-feat2-fl{
    width: 50%;
    display: flex;
    align-items: center;
}
.landing-feat2-fl-inner{
    padding: 200px 0;
}
.landing-feat2-fl .temp-title1{
	font-family:'DINPro';
	font-weight:normal;
    color: #ffffff;
    font-size: 30px;
}
.landing-feat2-fl p{
    color: #ffffff;
}
#featcc {
    background-image:url('/images/landing/nvidia/rtxstudio/q42020/featurecc-bg.jpg');
	background-size:cover;
    overflow: hidden;
}
#featcc .landing-feat2-fl-inner {
	padding:0;
}
#featcc .landing-feat2-fr {
	width:50%;
}
#featcc .landing-feat2-fl-inner {
    padding: 200px 0;
}
#featcc .landing-feat2-fl-inner img {
	display:block;
	margin:20px 0;
}
#featcc .landing-feat2-fl .temp-title1{
	font-family:'DINPro';
	font-weight:200;
    color: #77b900;
    font-size: 50px;
	line-height:1.2;
}
#featcc .landing-feat2-fl .temp-title2{
	font-family:'DINPro';
	font-weight:bold;
    color: #000000;
    font-size: 22px;
	line-height:1.5;
}
#featcc .landing-feat2-fl .temp-title3{
	font-family:'DINPro';
	font-weight:normal;
    color: #000000;
    font-size: 20px;
}
#featcc .landing-feat2-fl p {
	font-family:'DINPro';
	color:#000000;
}
#responsive-img {
	display:none;
}
/*******FEATURE-TWO-END*******/
/*******FEATURES*********/
.add-feats{
	background-color: #ffffff;
	padding: 50px 0;
}
.add-feats .temp-title1 {
	font-family:'DINPro';
	font-size:50px;
}
.add-feats .landing-container{
	display: flex;
	flex-wrap: wrap;
}
.add-feat{
	display: flex;
	width: 33.333%;
}
.add-feat-inner{
	background-color: #ffffff;
}
.add-feats .add-title{
	text-align: center;
	margin-bottom: 40px;
}
.add-feats p, .add-feats{
	color: #000000;
	font-size:14px;
}
.add-text{
	padding: 15px 25px 15px 0;
}
.add-feats .add-text a{
	font-family:'DINPro';
	color:#76b900;
	font-size:18px;
}
.img-link a {
	border-bottom:5px solid #fff;
}
.img-link a:hover{
	opacity:0.8;
	border-bottom:5px solid #76b900;
}
.add-feats .add-text a:hover {
	color:#000000 !important;
}
.add-feats .add-text a:visited {
	color:#76b900;
}
.add-feat .temp-title1{
	color: #000000;
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}
.add-feat .temp-title2{
	color: #000000;
	font-size: 35px;
	line-height:1.2;
}
/*******FEATURES-END*********/

@media screen and (max-width:900px){
	.landing-navbar .landing-navbarbutton {
		width:50%;
	}
}
@media screen and (max-width:600px){
	.landing-navbar .landing-navbarbutton {
		width:100%;
	}
}
@media screen and (max-width: 1170px) {
  /*******NAV-SECTION*******/
    .landing-nav {
		display:block;
         height:auto;
         overflow: auto;
    }
    .landing-nav-inner {
        display:block;
		height:auto;
    }
	#navbar-responsive {
		display:none;
    }
    .landing-nav a {
        display: block;
        overflow: hidden;
        clear: both;
    }
    .landing-nav li {
        text-align: center;
    }
	.landing-nav img {
		margin:0;
		padding:10px 20px;
		display:block;
		float:left;
	}
	#hub-nav-bar {
		display:block;
		float:right;
		padding: 15px 10px 10px 10px;
	}
    .menu-icon{
        display: block;
    }
	.mob-menu li {
        display: none;
    }
    .mob-menu.responsive {
        position: relative;
    }
    .mob-menu.responsive li {
      float: none;
      display: block;
    }
	.responsive-promos {
		display:block;
	}
	.dropdown {
		display:none;
	}
/*******END-NAV-SECTION*******/
	.landing-bottom-fl-content img {
		margin:30px auto;
	}
		.add-feats .landing-container{
		max-width: 800px;
		padding: 0 20px;
	}
	.add-feat{
		width: 50%;
	}
	#featcc .landing-feat2-fl-inner {
		padding: 0 10px;
	}
	#featcc .landing-feat2-fl .temp-title2{
		color: #000000;
	}
	#featcc .landing-feat2-fl .temp-title3{
		color: #000000;
	}
	#featcc .landing-feat2-fl p {
		color:#000000;
	}
	.landing-header-top{
		background-image: none;
		background-color:#dcdcde;
		padding:0;
	}
	/*******HEADER-SECTION*******/
	.vend-logo{
			position: static;
			margin-bottom: 20px;
	}
	.landing-header-top {
		padding-bottom:0 !important;
	}
	.landing-bottom-fl .landing-button{
		margin: 0 auto;
		float: none;
	}
	 .landing-bottom-fr img{
		max-width: 100%;
		margin: 0 auto;
	}
	.landing-row-top{
		display: block;
		align-items: center;
		padding: 0 20px;
		text-align: center;
	}
	.landing-top-fl{
		display: block;
		align-items: center;
		width: 100%;
	}
	.landing-header-content{
		display: block;
	}
	.landing-header-bottom{
		padding: 0 20px 40px 20px;
	}
	.landing-bottom-fl{
		display: block;
		width: 100%;
		padding-right: 0px;
		overflow: hidden;
		text-align: center;
	}
	.landing-bottom-fl-content{
		padding: 0px;
	}
	.landing-bottom-fr{
		display: block;
		position: relative;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		text-align: center;  
		margin-bottom: 0;
	}  
	.landing-bottom-fr img{
		max-width: 100%;
	}
	/*******HEADER-SECTION-END*******/
	/*******FEATURE-ONE*******/
	.landing-feat1-inner{
		display: block;
		text-align:left;
	}
	.landing-feat1-fl{
		width: 100% !important;
	}
	.landing-feat1-fr-inner{
		text-align: left;
		margin: 0 auto;
		padding:20px !important;
	}
	.landing-feat1-fl img {
		max-width:450px !important;
		width:100%;
		margin: 20px auto;
		padding:0 !important;
		text-align:center;
	}
	.landing-feat1-fr{
		width: 100% !important;
	}
	#feat3, #feat4, #feat5, #feat6, #feat7, #featcc { 
		width:100%;
	}
	.landing-feat1, .landing-feat2 {
		background-image:none !important;
		background-color:#ffffff !important;
		border-bottom:1px #575757 solid !important;
	}
	.landing-feat1#feat-cpu {
		 background-image:url('/images/landing/nvidia/rtxstudio/q42020/featcpu-bg.jpg') !important;
	}

	#responsive-img {
		display:block;
		padding:0 !important;
		margin:0 !important;
		max-width:1170px !important;
		width:100% !important;
	}
	/*******FEATURE-ONE-END*******/
	.landing-feat2-fr img{
		max-width:450px !important;
		width:100%;
		margin: 0 auto;
		padding:0 !important;
		text-align:center;
	}
	.landing-feat2-inner{
		display: block;
		margin:0 auto;
	}
	.landing-feat2-fr {
		text-align: left;
		width: 100% !important;
	}
	.landing-feat2-fl {
		width: 100% !important;
		margin: 20px;
	}
	.landing-feat2-fl-inner {
		padding:0;
	}
	#featcenter {
    background-image:none;
	background-color:#d4d4d4;
    overflow: hidden;
}
#featcenter .landing-feat1-inner {
    padding: 20px;
}
}
@media screen and (max-width: 760px) {
	.add-feats .landing-container{
		max-width: 390px;
		margin: 0 auto;
		text-align:center;
	}
	.add-feat{
		width: 100%;
	}
	.add-feats {
		padding:0;
	}
}