section#main.main-ind{
  padding:0;
}
.hide-title{
  display: none;
}
@font-face {
  font-family: 'GeForce Bold';
  src: url('/fonts/GeForce-Bold.woff');
}
@font-face {
  font-family: 'GeForce Light';
  src: url('/fonts/GeForce-Light.woff');
}
.recommended-specs{
  text-align: center;
  background: #000000;
  padding: 40px;
}
.recommended-specs h2{
	font-family: 'Geforce Bold';
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: 1;
}
/************************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 img{
  	width: 250px;
 	height: auto;
    padding: 10px 0;
}
.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-famoily: Montserrat-Medium,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

/************************specs**********************/

/*******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%;
  }
.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*******/
.landing-container{
	max-width:1170px;
	margin:0 auto;
}
.lp__fl, .lp__fr{
	width: 50%;
}
.lp__feat-inner{
	display: flex;
	flex-wrap: wrap;
}
/**********global*******************/
.landing-wrap h2{
	font-family: 'Geforce Bold';
	font-size:56px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	line-height:1;
}
.landing-wrap h3{
	font-family: 'Geforce Bold';
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	line-height:1;
}
.landing-wrap .temp-title2{
	font-family: 'Geforce Bold';
	font-size: 24px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	margin:0;
  	line-height: 1.2;
}
.landing-wrap p{
	font-family:'Open Sans';
	font-size:16px;
	color:#fff;
	line-height:1.5;
	margin-top:10px;
}
.landing-wrap a{
	text-decoration: none;
}
.lp__logo{
	margin-top: 40px;
	width: 200px;
}
.landing-button {
    font-family: 'Montserrat-bold';
    text-transform: uppercase;
    background-color: #76b900;
    color: #ffffff;
  	font-weight:normal;
    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/nvidia-gpu-laptops/laptop-tops-bg.jpg);
	background-position: 60%;
	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{
	width:50%;
}
.landing-top-fl .temp-title2{
	color:#76b900;
	font-size:35px;
	line-height: 1.2;
}
.landing-top-fl .temp-title2:nth-child(3){
	font-size:18px;
	margin-top:10px;
	color:#fff;
}
.landing-row-top p:last-of-type{
	padding: 20px 0;
}
.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/nvidia-gpu-laptops/geforce-top-bg-sm.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:500px;
	width:100%;
}
.landing-btm h2{
	font-size: 36px;
	color: #76b900;
}
.nvidia-perform{
	background-color: #000000;
	padding: 40px;
	text-align: center;
}
.nvidia-perform img{
	margin-top: 40px;
}
.lp__feat1{
	overflow:hidden;
	background-image:url(/images/landing/nvidia/nvidia-gpu-laptops/laptop-left.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position: 20% 50%;
	background-color:#000;
	padding: 40px;
}
.lp__feat1 .lp__feat-inner{
	justify-content:flex-end;
	align-items: center;
	height: 550px;
}
.lp__feat1-fr{
	width:50%;
	padding:150px 0;
}
.lp__feat1-fr .temp-title1{
	font-family:Montserrat-Light;
	font-weight:400;
}
.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;
}
/***********lp__feat2*****************/
.lp__feat2{
	background-image: url(/images/landing/nvidia/nvidia-gpu-laptops/feat2.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	background-color: #000000;
	padding: 200px 40px;
	overflow: hidden;
}
.lp__feat2 .lp__feat-inner{
	align-items: center;
}
.lp__hide{
	display: none;
}
.lp__feat2 h2{
  color: #ffffff;
}
/***********lp__feat3*****************/
.lp__feat3{
	background-image: url(/images/landing/nvidia/nvidia-gpu-laptops/feat--3.jpg);
	background-repeat: no-repeat;
	background-position: 30%;
	background-color: #000000;
	padding: 200px 40px;
	overflow: hidden;
}
.lp__feat3 .lp__feat-inner{
	justify-content: flex-end;
}
.lp__feat3 .lp__feat-content img{
	width: 250px;
}
/***********lp__feat4*****************/
.lp__feat4{
	background-image: url(/images/landing/nvidia/nvidia-gpu-laptops/feat-4.jpg);
	background-repeat: no-repeat;
	background-position: 70% 50%;
	background-color: #000000;
	padding: 200px 40px;
	overflow: hidden;
}
/***********lp__feat5*****************/
.lp__feat5{
	background-image: url(/images/landing/nvidia/nvidia-gpu-laptops/feat5.jpg);
	background-repeat: no-repeat;
	background-position: 20% 50%;
	background-size: cover;
	background-color: #000000;
	padding: 200px 40px;
	overflow: hidden;
}
.lp__feat5 .lp__feat-inner{
	justify-content: flex-end;
}
/***********lp__feat6*****************/
.lp__feat6{
	background-image: url(/images/landing/nvidia/nvidia-gpu-laptops/feat6-bg.jpg);
	background-repeat: no-repeat;
	background-position: 20% 50%;
	background-size: cover;
	background-color: #000000;
	padding: 80px 40px;
	overflow: hidden;
}
.lp__feat6 .lp__feat-content{
	text-align: center;
}
.lp__feat6 ul{
	display: flex;
}
.lp__feat6 li{
	padding: 20px;
	width: 33%;
}
.lp__feat6 li svg{
	fill: #76b900;
}

.lp__feat6 li:last-child svg{
	fill: #76b900;
	transform: rotate(90deg)
}
.feat6-terms{
   font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
}
/***********lp__feat7*****************/
.lp__feat7{
	background-color: #000000;
	padding: 80px 40px;
	overflow: hidden;
}
.lp__feat7-top{
  text-align: center;
  margin-bottom: 20px;
}
.lp__feat7 ul{
	display: flex;
	flex-wrap: wrap;
}
.lp__feat7 li{
	width: 33.3333%;
}
.lp__feat7 ul li h3{
	text-align: center;
  margin-top: 20px;
}
.lp__feat7 ul li img{
	margin: 0 auto;
	display: block;
}
.feat7-content{
	padding: 15px;
}
.nvid-terms{
    background-color: #000000;
    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*******/
	.lp__fl, .lp__fr{
		width: 100%;
	}
	.lp__feat-content{
		padding: 40px;
	}
	.lp__hide{
		display: block;
	}
  .lp__feat3 .lp__feat-inner, .lp__feat5 .lp__feat-inner{
    	display: block;
  }
	.landing-header-top{
		background-image:none;
		padding:0;
}
	.geforce-laptop-resp{
		display:block;
		background-position: 50%;
}
	.vend-sm{
		display:block;
		margin:0 auto;
}
	.vend-lg{
		display:none;
}
	.landing-top-fl:nth-child(1) img{
		width:200px;
		margin:20px auto;
}
	.lp__feat1-fr{
		width:100%;
		max-width:550px;
		text-align:center;
		padding:0;
}
	.lp__feat1{
		background-size:auto;
		background-position:10% 0;
}
.lp__feat1 .lp__feat-inner{
	height: auto;
}
	.vend-logo{
		position:static;
		margin-bottom:20px;
}
	.landing-row-top{
		display:block;
		align-items:center;
		padding: 40px;
		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;
}
/***********lp__feat2******************/
.lp__feat1, .lp__feat2, .lp__feat3, .lp__feat4, .lp__feat5{
	background-image: none;
	height: auto;
}
.lp__feat1, .lp__feat2, .lp__feat3, .lp__feat4, .lp__feat5{
	padding: 0;
	text-align: center;
}
.lp__feat1 .lp__feat1-inner{
	height: auto;
}
.lp__feat2 img{
	margin:  0 auto;
}
.lp__feat6 ul{
	flex-wrap: wrap;
}
.lp__feat6 li, .lp__feat7 li{
	width: 100%;
	text-align: center;
}
}
