@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;
  background: #ffffff;
}
section#main .inner{
  max-width: 1170px;
}

/*****************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: 150px;
  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*******/

#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-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: 'GeForce Bold';
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
.landing-container .temp-title2{
    font-family: 'GeForce Bold';
    font-size: 18px;
    text-transform: uppercase;
    color: #000000;
    margin: 0px;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin-top: 10px;
}
.geforce-super-resp {
    display: none;
    height: auto;
    width: 100%;
}
.geforce-super-resp img {
	width:100%;
}
.super-text {
	margin:20px 0;
}
.super-text p {
	font-family:'GeForce Bold' !important;
	font-size:20px !important;
	text-transform:uppercase;
	margin:10px 0 !important;
	color:#76b900 !important;
}
.landing-button {
	font-family: 'Montserrat-bold';
	text-transform: uppercase;
  	background-color: #76b900;
	color: #ffffff;
	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;
}
/*******END-GLOBAL*******/
/*******HEADER-SECTION*******/
.landing-header-top{
    position: relative;
    background-color: #000000;
    background-image: url(/images/landing/nvidia/super/geforce-laptop-bg.jpg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 0;
	padding: 0 20px;
}
.landing-row-top{
    display: flex;
	position: relative;
    align-items: center;
    padding: 150px 0 0 0;
}
.landing-top-fl{
    width: 50%;
}
.landing-top-fl .temp-title1{
    color: #ffffff;
	font-size:50px;
}
.landing-top-fl .temp-title2{
    color: #76b900; 
	font-size: 35px;
	line-height:1.2;
}
.landing-top-fl .temp-title2:nth-child(4){
	font-size: 18px;
    margin-top: 10px;
    color: #ffffff;
}
.landing-header-bottom{
    padding: 0 0 150px 0;
}
.landing-header-content{
    position: relative;
    display: flex;
}
.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{
    margin-top: -100px;
}
.vend-sm{
    display: none;
}
.vend-lg{
    width: 200px;
	max-width:200px;
	display:block;
	margin:50px 0 0 0;
}
.nvidia-turing{
    overflow: hidden;
    background-image: url(/images/landing/nvidia/super/turing-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    background-color: #000000;
    padding: 100px 0;
}
.nvidia-turing-inner{
    display: block;
    overflow: hidden;
}
.nvidia-turing-inner .temp-title1{
    font-family: 'GeForce Light';
    font-weight: normal;
	text-transform:uppercase;
    color: #ffffff;
	text-align:center;
	font-size:50px;
}
.nvidia-turing-fr .temp-title2{
    color: #ffffff;
}
.nv-turing-flex {
	display:flex;
	position:relative;
	margin:50px auto;
	max-width:1000px;
}
.nv-turing-flex p {
	color:#ffffff;
}
.nv-turing-flex-fl {
	width:50%;
	margin-right:50px;
}
.nv-turing-flex-fr {
	width:50%;
}
.nv-title {
	font-family:'GeForce Bold' !important;
	color:#76b900 !important;
	text-transform:uppercase;
	font-size:24px !important;
	margin:10px 0;
}
.nvidia-turing-inner img {
	display:block;
	margin:20px auto;
	max-width:1000px;
	width:100%;
}
.nvidia-turing-inner img.ui-flip {
	  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
/*******FEAT1*******/
.landing-feat1{
    overflow: hidden;
    background-image: url(/images/landing/nvidia/super/games-performance.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: #000000;
    padding: 50px 20px;
}
.landing-feat1-inner{
    display: flex;
    height: 500px;
    align-items: center;
}
.landing-feat1-fl{
    width: 50%;
}
.landing-feat1 .temp-title1{
    color: #ffffff;
    font-weight: normal;
  	font-family:'GeForce Light';
}
.landing-feat1 p{
    color: #ffffff;
}
.landing-feat1-image{
    display: none;
}
/*******FEAT1*******/
/*******PERF-CHART********/
.nvidia-perf{
    overflow: hidden;
    background-color: #000000;
    padding: 80px 0;
}
.nvidia-perf-inner{
    display: block;
    overflow: hidden;
}
.nvidia-perf-inner .temp-title1{
    font-family: 'GeForce Light';
    font-weight: normal;
	text-transform:uppercase;
    color: #ffffff;
	text-align:center;
	font-size:50px;
}
.nvidia-perf img {
	width:100%;
	max-width:750px;
	margin:50px auto;
	display:block;
}
.nvidia-perf .perf-chart-terms {
	font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
	text-align:center;
}
/*******PERF-CHART********/


.nvidia-features{
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.nvidia-features-top{
    padding: 60px 0;
}
.nvidia-features-box{
    width: 33.333333%;
    float: left;
    min-height: 450px;
}
.nvidia-features-box p{
    color: #000000;
}
.nvidia-features-inner{
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
    padding: 20px;
    overflow: hidden;
}
.nvidia-features-top .temp-title1{
    color: #000000;
	font-weight:normal;
    font-family:'GeForce Light';
}
.nvidia-features-inner .temp-title2{
    text-align: center;
    color: #77b900;
    font-family: 'montserrat-medium';
    font-weight: bold;
    margin: 20px 0;
}
.nvidia-features-inner img{
    max-width: 100%;
}
.nvid-terms{
    background-color: #000000;
    overflow: hidden;
    padding: 20px;
}
.nvid-terms p{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
}
.text-terms {
  font-family:'Open Sans';
  font-size:12px !important;
  color:#6a6a6a !important;
  margin:30px 0 !important;
}
.nvid-terms img {
	margin:20px auto;
	display:block;
}
/*******HEADER-SECTION-END*******/
@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-super-resp{
		display: block;
	}
	.vend-sm{
		display: block;
		margin: 20px auto;
	}
	.vend-lg{
		display: none;
	}
	.landing-top-fl:nth-child(1) img{
		width: 200px;
		margin-bottom: 20px;
	}
	.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; 
	}
	/*******HEADER-SECTION*******/
	.vend-logo{
		position: static;
		margin-bottom: 20px;
	}
	.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: -80px;
		right: 0;
		bottom: 0;
		width: 100%;
		text-align: center;  
		margin-bottom: -150px;
	}  
	.landing-bottom-fr img{
		max-width: 100%;
	}
	/*******HEADER-SECTION-END*******/
	.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;
	}
	.landing-feat1-image{
		display: block;
	}
	.landing-feat1-image img{
		max-width: 100%;
	}
	.nvidia-features-box{
		width: 50%;
	} 
	.nvidia-turing{
		background-position: 50% 0;
		background-color: #000000;
		background-size:cover;
		padding: 20px 0;
	}
	.nvidia-turing-inner {
		height:auto;
	}
	.nv-turing-flex {
		display:block;
		position:relative;
		margin:50px 20px;
	}
	.nv-turing-flex-fl {
		width:100%;
		margin-right:50px;
	}
	.nv-turing-flex-fr {
		width:100%;
	}
}
@media screen and (max-width: 580px) {
    .nvidia-features-box{
        width: 100%;
    } 
}