.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;
}
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';
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: bold;
    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;
    line-height: 1.2;
}
.landing-container p{
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin-top: 10px;
}
.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: 20px;
	display: inline-block;
}
.landing-button:hover{
	background-color: #76d300;
}
.landing-container 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/gtx1050/landing-bg.jpg');
    background-position: 20% 0;
    background-repeat: no-repeat;
    background-color: #000000;
	background-attachment:fixed;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.landing-row-top{
    display: flex;
	position: relative;
    align-items: center;
    padding: 100px 0;
}
.landing-top-fl{
    width: 50%;
}
.landing-top-fl .temp-title1{
    color: #ffffff;
}
.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: #ffffff;
    padding-right: 50px;
}
.landing-header-bottom{
    background-color: #ffffff;
    padding: 40px 20px;
}
.landing-header-content{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.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-fr{
    width: 50%;
    text-align: right;
}
.landing-bottom-fr img{
    margin-top: -100px;
}
.vend-logo{
    position: relative;
}
.vend-lg{
    position: absolute;
    top: 20px;
    right: 0;
    width: 250px;
}

.nvid-performance{
    background-image: url('/images/landing/nvidia/gtx1050/gtx-1050-performance.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    text-align: center;
    padding: 100px 40px;
}
.nvid-performance-top{
    max-width: 920px;
    margin: 0 auto;
}
.nvid-performance-top img{
    margin-top: 40px;
}
.nvid-performance .temp-title1{
    color: #ffffff;
}
.nvid-performance p{
    color: #ffffff;
}

.nvid-tech{
    display: flex;
    align-items: center;
    background-image: url('/images/landing/nvidia/gtx1050/gaming-technologies.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    text-align: center;
    min-height: 400px;
    padding: 100px 40px;
}
.nvid-tech-top{
    max-width: 920px;
    margin: 0 auto;
}
.nvid-tech-top img{
    margin-top: 40px;
}
.nvid-tech .temp-title1{
    color: #ffffff;
}
.nvid-tech p{
    color: #ffffff;
}
.nvid-vid{
    background-color: #000000;
    text-align: center;
}
.nvid-vid-title{
    padding: 80px 40px;
}
.nvid-vid-title .temp-title1{
    color: #ffffff;
}
.n-vid {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.n-vid iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.nvid-icons p{
    color: #ffffff;
}
.nvid-icons ul{
   padding: 0;
   margin: 0;
}
.nvid-icons li{
    width: 33%;
    display: inline-block;
}
.nvid-icon{
    padding: 20px;
}
.nvid-vid-bottom{
    margin-top: 40px;
    overflow: hidden;
}
.nvid-vid-bottom p{
   color: #ffffff;
}
.nvid-vid-bottom .temp-title1{
    color: #76b900;
}
.nvid-terms{
    background-color: #000000;
    overflow: hidden;
    padding: 20px;
}
.nvid-terms p{
    font-family: 'Open Sans';
    font-size: 12px;
    color: #6a6a6a;
}
/*******HEADER-SECTION-END*******/
@media screen and (max-width: 1170px) {
    .landing-top-fl:nth-child(1) img{
        width: 200px;
        margin-bottom: 20px;
    }
/*******HEADER-SECTION*******/
  /*******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*******/
.vend-lg{
    position: static;
}
  .vend-logo{
   text-align: center; 
  }
 .landing-bottom-fr img{
    max-width: 100%;
    margin: 0 auto;
}
.landing-row-top{
    display: block;
    align-items: center;
    padding: 20px 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;
}  
.landing-bottom-fr img{
    max-width: 100%;
}
}