.nvidia-list-right p.terms {
  font-size:12px;
  color:#6a6a6a;
}

/*******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**********/

.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;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333333;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
	padding:18px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #76b900}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #76b900;
}
/*******END-NAV-SECTION*******/







/**********************************products-card***********************************/
.products{
  background-color: #000000 !important;
  margin:0 auto;
}
.product .column-ind-holder .column-ind-header {
    background: #464646;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-ind-header {
  background: #464646;
  border-radius: 5px 5px 0 0;
}
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 130px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius: 0 0 5px 5px;
  padding: 20px!important;
  background: #252525;
  border: 2px solid #464646;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
}

.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #76b900;
  border-color: #76b900;
  color: #fffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 10px 20px 20px 0px;
  background-color: #252525;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #76b900;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #ffffff;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #76b900;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #6aa502;
  border-color: #6aa502;
}
/**********************************products-card***********************************/
section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding:0;
background:#000000;
}
.spec-title{
	text-align: center;
  	background-color: #000000;
  	overflow: hidden;
  	padding-bottom: 20px;
}
.spec-title p{
  	font-family: 'Montserrat-Bold';
  	font-size: 32px;
  	color: #ffffff;
  	text-transform: uppercase;
  	margin-bottom: 10px;
}
.spec-title hr{
  border: none;
  border-bottom: 5px solid #76b900;
  max-width: 100px;
  margin: 0 auto;
}
.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: uppercase;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.landing-container .temp-title2{
    font-family: 'Montserrat-Light';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    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: #94886e;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	width: 250px;
	cursor: pointer;
	margin-top: 30px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #7e7258;
}
.landing-button i {
	padding-left:5px;
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(0, 0, 0) 0%,#2b2e31 20%);
	padding: 0 20px;
}
.landing-header-top:after{ 
    content: "";
    background-image: url(/images/landing/nvidia/titan-rtx/landing-bg.jpg);
    background-position: 20%;
    background-repeat: no-repeat;
    background-color: #36393c;
	background-attachment:fixed;
    opacity: 0.4;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.landing-row-top{
	position: relative;
    align-items: center;
    padding: 100px 0;
}
.landing-top-fl{
    width: 65%;
}
.landing-top-fl .temp-title1{
    color: #94886e;
}
.landing-top-fl .temp-title2{
    color: #ffffff; 
	font-size: 28px;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size: 18px;
	margin-top: 10px;
}
.landing-header-bottom{
    background-color: #ffffff;
    padding: 50px;
}
.landing-header-content{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.landing-bottom-fl{
    display: flex;
    align-items: center;
    width: 50%;
}
.landing-bottom-fr{
    display: flex;
	justify-content: center;
    position: relative;
    top: -220px;
    right: 0;
    bottom: 0;
    width: 50%;
    text-align: center;  
    margin-bottom: -250px;
}
.landing-bottom-fl-content{
	padding-right: 30px;
}
.vend-logo{
    position: absolute;
    top: 80px;
    right: 0;
}
.vend-logo img{
	width: 250px;
}
/*******HEADER-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1{
	background-color:#000000;
    overflow: hidden;
    padding: 40px 20px 0 20px;
}
.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: 40px;
}
.landing-feat1-fr .temp-title1{
    color: #76b900;
    font-size: 30px;
}
.landing-feat1-fr p{
    color: #ffffff;
}
.landing-sep {
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(178,163,132,1) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(178,163,132,1) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(178,163,132,1) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	height:3px;
	width:100%;
}
.nvidia-table {
	color:#ffffff;
	font-family:'Montserrat';
	margin-top:20px;
	border-collapse:collapse;
	font-size:16px;
  	background-color:#000000;
}
.nvidia-table td {
	color:#ffffff;
	padding:10px 30px;
    background-color:#000000;
	border: 1px solid #2c2c2c;
}
.nvidia-green-cell {
	border:0;
	background-color:#77b900 !important;
	color:#ffffff;
	font-family:'Montserrat-Medium';
}
/*******FEATURE-ONE-END*******/
.landing-feat2{
	background-color:#000000;
    overflow: hidden;
    padding: 40px 20px;
}
.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: 40px;
}
.landing-feat2-fl .temp-title1{
    color: #76b900;
    font-size: 30px;
}
.landing-feat2-fl p{
    color: #ffffff;
}
/*******FEATURE-TWO-END*******/
.landing-feat3{
   background-color: #000000;
}
.landing-feat3-inner{
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 20px;
    height: auto;
}
.landing-feat3-fl img{
    display: block;
    margin: 80px auto;
}
.landing-feat3-fl{
    position: relative;
}
.landing-feat3 .temp-title1{
    color: #76b900;
    font-size: 30px;
    margin: 50px auto;
	text-align:center;
	max-width:500px;
}
.landing-feat3 p{
    color: #ffffff;
	font-size:14px;
    margin: 0;
	padding-bottom:15px;
	padding-left:32px;
}
.rgb-responsive{
    display: none;
}
.nvidia-list ol {
	color:#ffffff;
	list-style: none;
	counter-reset: nvidia-counter;
}
.nvidia-list ol li {
	counter-increment: nvidia-counter;
}
.nvidia-list ol li::before {
	content: counter(nvidia-counter) ". ";
	color: #ffffff;
	font-weight: bold;
	font-family:'Montserrat-Bold';
	font-size:24px;
	float:left;
	margin-right:10px;
}

.nvidia-list li {
	padding-bottom:25px;
}
.nvidia-list .title-1 {
	color: #76b900;
    font-size: 18px;
	padding-bottom:5px;
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
}
.nvidia-list p {
	margin:0;
}
.nvidia-list-left {
	max-width:47.5%;
	float:left;
}
.nvidia-list-right {
	max-width:47.5%;
	float:right;
}
.nvid-specs{
  text-align: center;
  margin-top: 20px;
}
.nvid-specs .temp-title1{
 color: #ffffff;
}
@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-feat3-fl img {
	width:100%;
}
.nvidia-list-left {
	max-width:100%;
	float:left;
	padding-right:30px;
}
.nvidia-list-right {
	width:100%;
	max-width:100%;
	float:left;
	padding-right:30px;
}
/*******HEADER-SECTION*******/
.vend-logo{
    position: static;
}
.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: 40px 0 80px 0;
    text-align: center;
}
.landing-top-fl{
    display: block;
    align-items: center;
    width: 100%;
}
.landing-header-content{
    display: block;
}
.landing-bottom-fl{
    display: block;
    width: 100%;
    padding-right: 0px;
    overflow: hidden;
    text-align: center;
    margin-top: 100px;
}
.landing-bottom-fl-content{
	padding: 0px;
}
.landing-bottom-fr{
    display: block;
    position: relative;
    top: -80px;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;  
    margin-bottom: -150px;
}  
/*******HEADER-SECTION-END*******/
/*******FEATURE-ONE*******/
.landing-feat1-inner{
    display: block;
}
.landing-feat1-fl{
    width: 100%;
}
.landing-feat1-fr-inner{
	padding: 0;
	text-align: center;
	max-width: 760px;
	margin: 50px auto;
}
.landing-feat1-fl img {
    margin: 0 auto;
}
.landing-feat1-fr{
    width: 100%;
}
/*******FEATURE-ONE-END*******/
.landing-feat2-inner{
    display: block;
}
.landing-feat2-fr{
    width: 100%;
}
.landing-feat2-fl-inner{
	padding: 0;
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}
.landing-feat2-fr img {
    margin: 0 auto;
}
.landing-feat2-fl{
    width: 100%;
}
/*******FEATURE-TWO-END*******/
.feature-three{
    background-size: cover;
    background-position: 50% 0%;
}
.feature-three-inner{
    height: 500px;
}
}
@media screen and (max-width: 680px) {
.feature-three{
    background-size: contain;
    background-position: 50% 0%;
}
.feature-three-inner{
    height: auto;
}
.landing-specbox{
    display: flex;
    width: 100%;
}
.landing-specbox:nth-child(2) .landing-specbox-content{
    margin: 20px 0px;
}
}

@media screen and (max-width: 680px) {
.feature-three{
    background-image: none;
}
.rgb-responsive{
    display: block;
}
.feature-three-inner{
    display: block;
}
.feature-three-fr img{
    max-width: 100%;
}
}
