.promo-dropdown {
  display:none;
}
@font-face {
  font-family: 'GeForce';
  src: url('/fonts/GeForce-Bold.woff');
  font-weight: 200;
}
@font-face {
  font-family: 'GeForce';
  src: url('/fonts/GeForce-Light.woff');
  font-weight: 100;
}
/*******GLOBAL*******/
section#main.main-ind{
 	padding: 0; 
}

#jump p{
  background: #000000;
  text-align: center;
  padding: 40px;
}
/*****************products****************/
.products{
  background-color: #000000!important;
}
.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****************/
/*******NAV-SECTION*******/
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#76b900;
}
.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:#66a000;
}
.landing-nav li:hover {
	background:#66a000;
}
.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: #76b900;
	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: #76b900;
  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: #66a000}

/* 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: #66a000;
}
/*******END-NAV-SECTION*******/



.landing-container{
	max-width:1170px;
	margin:0 auto;
}
.landing-wrap a{
	text-decoration:none;
}
.landing-wrap .temp-title1{
	font-family:'geforce';
	font-size:36px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	line-height:1;
}
.landing-wrap .temp-title2{
	font-family:'geforce';
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}
.landing-wrap{
	font-family:'Open Sans';
	font-size:16px;
	color:#fff;
	line-height:1.5;
}
.landing-button{
	font-family:'Montserrat-bold';
	text-transform:uppercase;
	background-color:#76b900;
	color:#fff;
	text-align:center;
	font-size:18px;
	padding:20px;
	cursor:pointer;
	margin-top:10px;
	display:inline-block;
}
.landing-button:hover{
	background-color:#96e805;
}
.landing-container i{
	padding-left:5px;
}
.landing-header-top{
	position:relative;
	background-color:#000000;
	background-image:url('/images/landing/nvidia/1660-super/geforce-laptop-bg.jpg');
	background-size:cover;
	background-position:70%;
	background-repeat:no-repeat;
	z-index:0;
	padding:0 20px;
	overflow:hidden;
}
.landing-row-top{
	display:flex;
	position:relative;
	align-items:center;
	padding:250px 0;
}
.landing-top-fl .temp-title1{
	font-size:56px;
}
.landing-top-fl{
	width:50%;
}
.landing-top-fl .temp-title2{
	color:#76b900;
	font-size:28px;
}
.landing-top-fl .temp-title2:nth-child(4){
	font-size:18px;
	margin-top:10px;
	color:#fff;
}
.landing-header-content{
	position:relative;
	display:flex;
}
.vend-sm{
	display:none;
}
.vend-lg{
	position:absolute;
	top:20px;
	right:0;
	width:200px;
}
.geforce-laptop-resp{
	display:none;
	background-image:url('/images/landing/nvidia/1660-super/geforce-laptop-bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	height:500px;
	width:100%;
	background-size:cover;
}
.nvidia-turing{
	overflow:hidden;
	background-image:url('/images/landing/nvidia/1660-super/turing-bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:0 50%;
	background-color:#000;
	padding:20px;
}
.nvidia-turing-inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	overflow:hidden;
}
.nvidia-turing-fr{
	width:50%;
	padding:150px 0;
}
.landing-feat1{
	overflow:hidden;
	background-color:#000;
	padding:80px 20px;
}
.landing-feat1-inner{
	display:flex;
	flex-direction:row-reverse;
	height:500px;
	align-items:center;
}
.landing-feat1-fl{
	width:40%;
}
.landing-feat1-fr{
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
	width:60%;
}
.landing-feat1-fr p{
	font-size:14px;
	color:#666;
	margin-top:20px;
}
.nvid-studio{
	background-image:url('/images/landing/nvidia/1660-super/nvid-studio.jpg');
	background-repeat:no-repeat;
	background-position:50%;
	overflow:hidden;
}
.nvid-studio-image{
    display: none;
}
.nvid-studio-inner{
    display:flex;
    flex-wrap: wrap;
	align-items:center;
	width:40%;
	height:700px;
}
.nvid-studio-content img{
    	margin-top: 20px;
    width: 150px;
}
.nvid-studio-image img{
    max-width: 100%;
}
.nvid-studio-inner .temp-title2{
	color:#76b900;
}
.nvid-studio-inner p{
	color:#ffffff;
}
.landing-feat2{
	overflow:hidden;
	background-color:#000;
	text-align:center;
	padding:40px 20px;
}
.landing-feat2-inner{
	display:flex;
	flex-wrap:wrap;
}
.landing-feat2-fl{
	width:60%;
}
.landing-feat2-fl img{
	max-width:100%;
}
.landing-feat2-fr{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:40%;
}
.landing-feat2-fr p{
	font-family:'Open Sans';
	font-size:16px;
	color:#fff;
	line-height:1.5;
	margin-top:10px;
}
.landing-feat2-content{
	text-align:left;
	max-width:550px;
}
.landing-feat3{
	overflow:hidden;
	background-color:#000000;
}
.landing-feat3-inner{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	flex-direction: row-reverse;
}
.landing-feat3-fl{
	display:flex;
	width:40%;
	justify-content:flex-end;
}
.landing-feat3-fr{
	width:60%;
}
.landing-feat3-fr img{
	max-width:100%;
}
.landing-feat3-fl p{
	font-family:'Open Sans';
	font-size:16px;
	color:#fff;
	line-height:1.5;
	margin-top:10px;
}
.landing-feat3-content{
	text-align:left;
	max-width:550px;
	padding-left:40px;
}
.landing-feat5{
	background-image:url('/images/landing/nvidia/1660-super/broadcast-pro.jpg');
	background-position:50%;
	background-repeat:no-repeat;
	background-color:#000;
	overflow:hidden;
}
.landing-feat5-inner{
	display:flex;
	align-items:center;
	flex-direction:row-reverse;
	height:550px;
}
.landing-feat5-fr{
	width: 50%;
}
.landing-feat5-fr p{
	font-family:'Open Sans';
	font-size:16px;
	color:#fff;
	line-height:1.5;
	margin-top:10px;
}
.nvid-terms{
	background-color:#000;
	overflow:hidden;
	padding:20px;
}
.nvid-terms p{
	font-family:'Open Sans';
	font-size:12px;
	color:#6a6a6a;
}
@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-header-top{
		background-image:none;
		padding:0;
}
	.geforce-laptop-resp{
		display:block;
		background-position:80%;
}
	.vend-sm{
		display:block;
		margin:0 auto;
}
	.vend-lg{
		display:none;
}
	.landing-top-fl:nth-child(1) img{
		width:200px;
		margin:20px auto;
}
	.nvid-fortnite-fl{
		width:100%;
}
	.nvid-fortnite-fr{
		width:100%;
}
	.nvidia-turing-fr{
		width:100%;
		max-width:550px;
		text-align:center;
		padding:0;
}
	.nvidia-turing{
		background-size:auto;
		background-position:10% 0;
}
	.nvidia-turing-inner{
		align-items:flex-end;
		justify-content:center;
		height:580px;
}
	.vend-logo{
		position:static;
		margin-bottom:20px;
}
	.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-feat1{
		background-image:none;
		padding:0 20px;
}
	.landing-feat1-inner{
		flex-wrap:wrap;
		justify-content:center;
		text-align:center;
		height:auto;
}
	.landing-feat1-fl{
		width:100%;
		max-width:550px;
}
.nvid-studio{
    background-image: none;
    background-color: #000000;
}
.nvid-studio-image{
    display: block;
    width: 100%;
}
.nvid-studio-inner{
    width:100%;
    text-align: center;
    height: auto;
}
.nvid-studio-content{
    padding: 40px;
}
	.landing-feat2-fl{
		width:100%;
		justify-content:center
}
	.landing-feat2-fr{
		width:100%;
		justify-content:center
}
	.landing-feat2-content{
		text-align:center;
		max-width:550px;
}
	.landing-feat3-content{
		text-align:center;
		padding:0 20px;
}
	.landing-feat3-fl{
		justify-content:center;
		width:100%;
}
	.landing-feat3-fr{
		width:100%;
		justify-content:center;
}
	.landing-feat3-fr img{
		width:100%;
}
	.landing-feat4-fl{
		width:100%;
		justify-content:center;
}
	.landing-feat4-fr{
		width:100%;
		justify-content:center;
}
	.landing-feat4-content{
		text-align:center;
		padding:0 20px;
}
	.landing-feat5{
		background-position: 30% 0;
}
	.landing-feat5-inner{
		justify-content:center;
		padding:0 20px;
		align-items:flex-end;
		height:750px;
}
	.landing-feat5-fr{
		width:100%;
		text-align:center;
		max-width:550px;
}
	.landing-feat5-fr p{
		max-width:100%;
}
}