.promo-dropdown {
  display:none;
}
.landing-hub-banner {
  display:none !important;
}
@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;
}
section#main.main-ind {
  padding: 0;
  background: #ffffff;
}
section#main .inner{
  max-width: 100%;
}
.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;
}
p#temp-title1{
    font-family: 'Geforce';
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    line-height: 1.2;
}
p#temp-title2 {
    font-family: 'Montserrat-Light';
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
	margin:0 0 15px 0;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
}
.landing-container sup {
	font-size:60%;
	line-height:1.6;
}
.landing-button{
    background-color: #76b900;
    border: none;
    color: #ffffff;
    padding: 15px;
    margin: 20px 0;
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 16px;
    cursor: pointer;
    float: left;
}
.landing-button:hover{
    background-color: #66a000;
}
.landing-button i{
    padding-left: 5px;
}
.landing-button#landing-promo {
		background-color:#ffffff;
		color:#000000;
}
.landing-button#landing-promo:hover {
		background-color:#dddddd;
}
/*******END-GLOBAL*******/






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



/*******HEADER-SECTION*******/
.landing-top{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    padding: 0 20px;
    z-index: 0;
}
.landing-top:after{ 
    content: "";
    background-image: url('/images/landing/nvidia/nvidia-hub/landing-bg.jpg');
    background-repeat: no-repeat;
    background-color: #000000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	position:absolute;
	background-attachment: fixed;
	z-index: -1;
	width:100%;
	height:100%;
}
.landing-top-inner{
    align-items: center;
    padding: 100px 0;
}
.landing-top-fl{
    align-items: center;
    width: 100%;
	text-align:center;
}
.landing-top-fl #temp-title1{
    color: #ffffff;
	text-shadow: 2px 2px #000000;
    font-size: 57px;
    margin: 40px 0;
    line-height: 1;
}
.landing-top-fl #temp-title2{
    color: #ffffff;
	text-shadow: 2px 2px #000000;
	text-transform:none;
	font-size: 22px;
}
.landing-top-fl #temp-title3 {
	font-size: 18px;
	color:#ffffff;
	text-shadow: 2px 2px #000000;
	max-width:950px;
	margin:0 auto;
}
/*******END-HEADER-SECTION*******/


/*******AFTER-SECTION*******/
.landing-after {
	background:#ffffff;
	width:100%;
	height:100%;
}
/*******END-AFTER-SECTION*******/

/*******HUB-BANNER-SECTION*******/
.landing-hub-banner {
    position: relative;
	background:#000000;
	max-width:100%;
    margin: 20px;
    padding: 40px;
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    z-index: 0;
}
.landing-hub-banner:after{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    width: 100%;
    height: 100%;
	background-image:url('/images/landing/nvidia/nvidia-hub/promo-banner-cod.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 0;
    z-index: -1;
}

.landing-hub-banner:last-child{
    margin-top: 0;
}
.landing-hub-banner:last-child:after {
	background-image:url('/images/landing/nvidia/nvidia-hub/banner-bg2.jpg');
}	
.landing-hub-banner-fl {
	width: 50%;
}
.landing-hub-banner-fr {
    position: relative;
	width: 50%;
}
.landing-hub-banner-fr img{
    position: absolute;
    top: 0;
    right: 0;
	width: 200px;
}
.landing-hub-banner-fl #temp-title1{
    color: #ffffff;
}
.landing-hub-banner-fl #temp-title2{
    font-family: 'Geforce';
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    color: #76b900;
    margin-top: 10px;
    margin-bottom: 25px;
}
.landing-hub-banner-fl p {
	color:#ffffff;
	font-size:14px;
}
.landing-hub-banner-fl .landing-button{
    margin: 0;
}
	
/*******END-HUB-BANNER-SECTION*******/
.hub-tile-title{
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 1;
    transition: 0.3s ease;
    transition-delay: 0.2s;
}
.hub-tile-top:hover .hub-tile-title{
    opacity: 0;
    bottom: -15px;
    transition: 0.3s ease;
}
.hub-tile-title #temp-title1{
    font-size: 22px;
    color: #76b900;
}
.hub-tile-text{
    position: absolute;
    bottom: -15px;
    left: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 0;
}
.hub-tile-text p{
    color: #FFF;
}
.landing-hub-tile a{
  font-weight: normal;
}
.hub-tile-btn{
    font-weight: bold;
    background-color: #76b900;
    padding: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
.hub-tile-top:hover .hub-tile-text{
    bottom: 20px;
    transition: 0.4s;
    opacity: 1;
    transition-delay: 0.2s;
}
.hub-tile-top:hover img{
    transition: 0.2s ease-in-out;
	opacity:0.1;
}
.hub-tile-top:hover{
    transition: 0.6s;
}
/*******HUB-TILES-SECTION*******/
.landing-hub-tiles-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  	margin-top:20px;
}
.landing-hub-tile {
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    height: auto;
}
.hub-tile-top{
    position: relative;
    margin-bottom: 20px;
    min-height: 300px;
    overflow: hidden;
    background-color: #000000;
    z-index: 0;
}
.landing-hub-tile:nth-child(even){
    margin-right: 0;
}
.landing-hub-tile img {
    display: block;
    max-width: 100%;
    transition: 0.6s ease-in-out;
}
.hub-tile-top:after{
    content:"";
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('/images/landing/nvidia/nvidia-hub/hub-tile-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    transition: 1s ease-in-out;
}
.hub-tile-top:hover:after{
    opacity: 0.1;
    transition: 0.3s ease-in-out;
}
.tile-even:after{
    background-image: url('/images/landing/nvidia/nvidia-hub/hub-tile-bg2.jpg');
}

.landing-hub-tile p {
	display:inline-block;
	font-size:14px;
	text-align:left;
}
.landing-hub-tile i {
	font-size:12px;
	padding-left:2px;
}
.landing-hub-tile a {
    margin-top: 10px;
}
.landing-hub-tile a:link {
	font-family:'Montserrat-Bold';
	color:#dd0031;
    font-size: 14px;
}
.landing-hub-tile a:visited {
	font-family:'Montserrat-Bold';
	color:#dd0031;
}


/*******END-HUB-TILES-SECTION*******/

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

}
@media screen and (max-width:960px) {
	.landing-hub-banner {
		max-width:100%;
		height:auto;
		align-items:center;
		overflow:hidden;
    }
    .landing-hub-banner:after{
        opacity: 0.5;
    }
	.landing-hub-banner-fl {
		width:100%;
		display:block;
		text-align:center;
		margin:0 auto;
    }
    .landing-hub-banner-fr img{
        position: static;
        margin-bottom: 20px;
    }
	.landing-hub-banner-fr {
		align-items:center;
		width:100%;
		display:block;
		text-align:center;
	}
	.landing-button {
		float:none;
		display:inline-block;
    }    
    .landing-hub-tiles-container {
		max-width: 100%;
	}
	.landing-hub-tile {
		margin: 20px auto;
        width: 100%;
        height: auto;
    }
    .landing-hub-tile:last-child{
        margin-top: 0;
    }
	.landing-hub-tile img {
        margin: 0 auto;
        width: 100%;
    }
    .hub-tile-top:hover:after{
        opacity: 1;
    }
    .hub-tile-top{
        margin: 0;
    }
	.landing-hub-tile:nth-child(1), .landing-hub-tile:nth-child(3){
    margin-top: 0;
    margin-right:0;
    }
    .landing-hub-tile:nth-child(even){
        margin-top: 0;
    }
    .hub-tile-info{
        padding: 20px;
    }
    .hub-tile-text{
        position: static;
        opacity: 1;
        transition: 0s;
        transition-delay: 0s;
    }
    .hub-tile-title{
        position: static;
        opacity: 1;
        transition: 0s;
        transition-delay: 0s;
    }
    .hub-tile-top:hover .hub-tile-title{
        opacity: 1;
    }
    .hub-tile-top:hover img {
        opacity: 1;
    }
    .hub-tile-top:hover{
        transition: 0s;
    }
}