.hide-title {
  display:none;
}  

section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding-top:0;
background:#ffffff;
}
.products {
max-width:1170px;
margin:0 auto;
}
#terms {
	font-size:12px;
}

/*******NAV-SECTION*******/
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#fecb00;
}
.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:#000000;
	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:#e5b700;
}
.landing-nav li:hover {
	background:#e5b700;
}
.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:#000000;
}
#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: #000000;
    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: #000000;
	float:right;
	cursor:pointer;
}
.responsive-dropdown {
	display:none;
}
/* Style The Dropdown Button */
.dropbtn {
  background-color: #fecb00;
	font-family: Montserrat-Medium, sans-serif;
    font-size: 14px;
    cursor: pointer;
	padding: 15px 25px;
	color:#000000;
	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: #fecb00;
  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:#000000;
	font-weight:normal;
	text-decoration:none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #e5b700}

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

.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: 'Montserrat-Bold';
    font-size: 36px;
	font-weight:normal;
    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: #fecb00;
    border: none;
    color: #000000;
    padding: 15px;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: Montserrat-Bold, sans-serif;
    font-size: 16px;
    cursor: pointer;
    float: left;
}
.landing-button:hover{
    background-color: #e5b700;
}
.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*******/


/*******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/corsair/hub/new/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: 50px 0 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-family:'Montserrat-Bold';
    font-size: 50px;
	margin: 20px 0;
}
.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;
}
.header-content img {
	max-width:250px;
	margin:20px auto;
}
/*******END-HEADER-SECTION*******/

.config-container{
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    margin-top: -50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}
.config-btns{
    width: 50%;
}
.config-btn-inner{
    background: #dddddd;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
.config-btns:first-child .config-btn-inner{
   margin-right: 10px;
   margin-bottom: 20px;
}
.config-btns:nth-child(2) .config-btn-inner{
    margin-left: 10px;
    margin-bottom: 20px;
 }
 .config-btns:nth-child(3) .config-btn-inner{
    margin-right: 10px;
 }
 .config-btns:last-child .config-btn-inner{
     margin-left: 10px;
}
.config-btns #temp-title1{
    font-size: 20px;
}
.config-btns #temp-title1{
    padding: 20px;
}
.config-btns #temp-title1:hover{
    color: #000000;
}
.config-btn-inner i{
	padding-left:5px;
}
.config-btn-inner:hover{
    background-color: #fecb00;
}
.config-btn-inner span {
	text-transform:lowercase;
}

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

/*******HUB-BANNER-SECTION*******/
.landing-hub-banner {
	background:#000000;
	background-image:url('/images/landing/corsair/hub/new/banner-bg1.jpg');
	background-repeat:no-repeat;
	background-position:50%;
	width:auto;
	height:280px;
	margin:0 20px 20px 20px;
	display:flex;
	align-items:center;
	flex-direction: row-reverse;
}
.landing-hub-banner-fl {
	width:50%;
	margin-left:50px;
}
.landing-hub-banner-fr {
	align-items:center;
	width:50%;
}
.landing-hub-banner-fr img {
	max-width:350px;
	margin:0 0 0 100px;
}
.landing-hub-banner-fl p span {
	text-transform:lowercase;
}
.landing-hub-banner-fl #temp-title1{
    color: #ffffff;
	font-size:30px;
}
.landing-hub-banner-fl #temp-title2{
    color: #ffffff;
}
.landing-hub-banner-fl p {
	color:#ffffff;
	font-size:14px;
}
	
/*******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: #ffffff;
}
.hub-tile-title #temp-title1 span {
	text-transform:lowercase;
}
.hub-tile-text{
    position: absolute;
    bottom: -15px;
    left: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s ease;
    opacity: 0;
}
.hub-tile-text p{
    color: #ffffff;
}
.hub-tile-btn{
    font-weight: bold;
    background-color: #fecb00;
    padding: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}
p.hub-tile-btn {
	color:#000000;
}
.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.3;
}
.hub-tile-top:hover{
    transition: 0.6s;
}
/*******HUB-TILES-SECTION*******/

.landing-hub-tiles-container {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}
.landing-hub-tile {
    width: 49%;
    margin-right: 2%;
    overflow: hidden;
    height: auto;
}
.hub-tile-top{
    position: relative;
    margin-bottom: 20px;
    background-color: #000000;
    overflow: hidden;
}
.landing-hub-tile:nth-child(even){
    margin-right: 0;
}
.landing-hub-tile img {
    display: block;
    max-width: 100%;
    transition: 0.6s ease-in-out;
}
.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 {
		width:auto;
		height:auto;
		margin:20px;
		align-items:center;
		overflow:hidden;
		display:block;
	    padding: 20px;
	}
	.landing-hub-banner-fl {
		width:100%;
		display:block;
		text-align:center;
		margin:0 auto;
	}
	.landing-hub-banner-fr {
		align-items:center;
		width:100%;
		display:block;
		text-align:center;
	}
	.landing-hub-banner-fr img {
		margin:30px 0;
	}
	.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{
        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;
    }
}

@media screen and (max-width: 780px) {
    .config-btns{
        width: 100%;
    }
    .config-btns:first-child .config-btn-inner{
        margin-right: 0px;
     }
     .config-btns:nth-child(2) .config-btn-inner{
         margin-left: 0px;
      }
      .config-btns:nth-child(3) .config-btn-inner{
         margin-right: 0px;
      }
      .config-btns:last-child .config-btn-inner{
          margin-left: 0px;
     }
     .config-btn-inner{
         margin-bottom: 20px;
     }
}

@media screen and (max-width: 600px) {
		.landing-hub-tile img {
		width:100%;
    }
}