.no-promo{
  display:none!important;
}
.products {
max-width:1170px;
margin:0 auto;
}
.landing-sep {
  height:3px;
  width:100%;
  background-color:#cf141c;
  display:block;
}
#jump {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #464646;
	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;
}
section#main.main-ind{
  padding: 0;
}
/**********************************products-card***********************************/
.products{
  background-color: #fff !important;
  max-width:1170px;
  margin:0 auto;
}
.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{
	height: auto;
}
.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: #ffffff;
}
.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: #000000;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #464646;
  border-color: #464646;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 10px 20px 20px 0px;
  background-color: #ffffff;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #464646;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #464646;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}
.product .column-ind-holder .column-content .product-image-holder{
  position: relative;
}
.product-image:after {
    background-image: url(/images/landing/asus/pba/pba-logo.png?);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    background-size: contain;
    left: -12px;
    top: 0;
    right: 0;
    width: 120px;
    height: 30px;
}
/**********************************products-card***********************************/
/*******NAV-SECTION*******/
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#464646;
}
.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:#3a3a3a;
}
.landing-nav li:hover {
	background:#3a3a3a;
}
.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;
}
.landing-nav li.responsive-promos {
  display:none;
}
#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;
}
.dropbtn {
  background-color: #464646;
	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: #464646;
  min-width: 250px;
  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: #3a3a3a}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: #3a3a3a;
}
/*******END-NAV-SECTION*******/
.config-btn-wrap{
  	padding: 20px;
    border-top: 3px solid #cf141c;
}
.config-container{
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    position: relative;
}
.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: #ffffff;
}
.config-btn-inner i{
    color: #ac0000;
	padding-left:5px;
}
.config-btn-inner:hover i{
    color: #ffffff;
}
.config-btn-inner:hover{
    background-color: #ac0000;
}

.landing-disclaimer {
margin: auto;
max-width: 1100px;
margin-top: 20px;
margin-bottom: 0;
}
.landing-disclaimer p {
text-align:center;
font-size:10pt;
color:#949494;
line-height:1.5;
padding-bottom: 15px;
}
section#main .inner {
max-width: 100% !important;
}
section#main.main-ind {
padding-top:0;
background:#ffffff;
}
.feature-one-fr-middle img {
margin:20px 0;
}
.feature-one-fr-middle a{
color: #e2011a;
}
.feature-one-fr-middle #terms{
color: #e2011a !important;
}
.landing-boxes-container .landing-container {
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: '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;
padding-bottom:15px;
}
.landing-button{
background-color: #000000;
border: none;
color: #ffffff;
padding: 20px;
margin: 20px 0 0 0;
text-transform: uppercase;
font-family: Montserrat-Bold, sans-serif;
font-size: 18px;
cursor: pointer;
float: left;
}
.landing-button:hover{
background-color: #4b4b4b;
}
.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/asus/pba/landing-bg.jpg?');
background-position: 0 0;
background-repeat: no-repeat;
background-color: #000000;
opacity: 0.4;
top: 0;
left: 0;
bottom: 0;
right: 0;
position:absolute;
background-attachment: fixed;
z-index: -1;
width: 100%;
height: 100%;
}
.landing-top-inner{
display: flex;
align-items: center;
padding: 100px 0;
}
.landing-top-fl{
display: flex;
align-items: center;
width: 60%;
}
.landing-top-fl #temp-title1{
color: #ffffff;
  padding:0;
}
.landing-top-fl #temp-title2{
color: #ffffff;
font-size: 28px;
  padding:0;
}
.landing-top-fl #temp-title2:nth-child(3){
font-size: 18px;
}
/*******END-HEADER-SECTION*******/
/*******FEATURE-SECTION*******/
.landing-intro{
background-color: #ffffff;
padding: 20px;
}
.landing-intro-wrap{
position: relative;
display: flex;
flex-direction: row-reverse;
}
.landing-intro-fl{
display: flex;
align-items: center;
width: 50%;
padding-right: 30px;
}
.landing-intro-fr{
display: flex;
position: relative;
top: -150px;
right: 0;
bottom: 0;
width: 50%;
text-align: center;
margin-bottom: -150px;
}
.landing-intro-fr img{
display: block;
max-width: 100%;
width:500px;
}
.header-image{
margin: 0 auto;
}
.landing-top-inner{
position: relative;
}
.vend-logo{
position: absolute;
top: 30px;
right: 20px;
}
.vend-logo img {
max-width:100%;
width:500px;
}
/*******END-FEATURE*******/

/*******NAVBAR*******/
.asus-button{
    background-color: #000000;
    border: none;
    color: #fff;
    padding: 10px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: Montserrat-Bold,sans-serif;
    font-size: 16px;
    float:left;
}
.asus-button:hover{
    background-color: #484848;
}
.asus-button i{
    padding-left: 5px;
}
.asus-buttons{
    background-color: #cbcbcb;
    padding: 80px 0;
    overflow: hidden;
    padding: 10px;
	display:block;
	height:auto;
	margin:0 auto;
}
.asus-button a{
    margin: 0;
    padding: 0;
    color: #ffffff;
	text-decoration:none;
}
.asus-button-inner{
    margin: 10px ;
    background-color: #cf131c;
    padding: 20px 10px;
    cursor: pointer;
}
.asus-buttons .asus-button{
    width: 25%;
    padding: 0;
    text-align: center;
    background-color: transparent;
    margin: 0;
}
.asus-button-inner:hover{
    background-color: #bb1a22;
}
.asus-buttons-inner {
		max-width:1500px !important;
		margin: 0 auto;
}
/*******FEATURE-ONE*******/
.feature-one{
 display: none;
background-image:url('/images/landing/asus/pba/pba-overview.jpg?');
background-size:cover;
background-position:top center;
overflow: hidden;
padding: 40px 20px;
}
.feature-one-inner{
display: flex;
min-height:400px;
}
.feature-one-fl{
width:40%;
}
.feature-one-fl p{
font-family: 'Montserrat-Light';
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
color: #f3d54e;
max-width: 250px;
text-align: center;
}
.feature-one-fl img{
max-width: 100%;
display: block;
}
.feature-one-fr{
width:60%;
display: flex;
align-items: center;
}
.feature-one-fr-inner{
padding: 40px;
}
.feature-one-fr-top #temp-title3{
text-transform: uppercase;
}
.feature-one-fr-top #temp-title1{
font-family: 'open sans condensed';
font-size: 140px;
font-weight: bold;
line-height: 1;
letter-spacing: 0;
}
.feature-one-fr #temp-title1{
color: #ffffff;
font-size: 30px;
}
.feature-one-fr p{
color: #ffffff;
padding-bottom:15px;
}
/**********Feature-Center-One********/
.feature-center-one {
		width:100%;
		display:flex;
		align-items:center;
		min-height:400px;
		background-image:url('/images/landing/asus/pba/rog-pattern.jpg?');
		background-size:cover;
		background-position:top center;
		overflow: hidden;
		padding: 50px 0;
}
.feature-center-one-inner {
		max-width:800px;
}
.feature-center-one p {
		text-align:center;
}
.feature-center-one img {
		margin: 0 auto 50px auto;
		display:block;
		max-width:100%;
		width:500px;
}
/**********Feature-Two**********/
.feature-two{
background-image:url('/images/landing/asus/pba/feature-2.jpg?');
background-size:cover;
background-position:top center;
overflow: hidden;
padding: 40px 20px;
}
.feature-two-inner{
display: flex;
flex-direction: row-reverse;
padding: 40px 20px;
min-height:400px;
}
.feature-two-fl{
display: flex;
align-items: center;
width: 50%;
}
.feature-two-fr{
text-align: center;
width: 50%;
}
.feature-two #temp-title1 {
color: #ffffff;
font-size: 30px;
}
.feature-two p{
color: #ffffff;
}
.feature-two-textbox{
background-color: rgba(132,50,155,0.57);
padding: 20px;
}
.aura-sep {
    height: 2px;
    margin: 10px auto 20px;
    background: rgba(199, 207, 221, .5);
    background: -webkit-linear-gradient(left, red, yellow, #00CB07, #07A9FF, #1044FF, #1B2F7F, #D92F7F);
    background: -o-linear-gradient(left, red, yellow, #00CB07, #07A9FF, #1044FF, #1B2F7F, #D92F7F);
    background: -moz-linear-gradient(left, red, yellow, #00CB07, #07A9FF, #1044FF, #1B2F7F, #D92F7F);
    background: linear-gradient(to right, red, yellow, #00CB07, #07A9FF, #1044FF, #1B2F7F, #D92F7F);
}
/**********Feature-THREE**********/
.feature-three{
background-image:url('/images/landing/asus/pba/feature-3.jpg?');
background-size:cover;
background-position:top center;
overflow: hidden;
padding: 40px 20px;
}
.feature-three-inner{
display: flex;
min-height:400px;
}
.feature-three-fl{
width:40%;
}
.feature-three-fl p{
font-family: 'Montserrat-Light';
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
color: #f3d54e;
max-width: 250px;
text-align: center;
}
.feature-three-fl img{
max-width: 100%;
display: block;
}
.feature-three-fr{
width:60%;
display: flex;
align-items: center;
}
.feature-three-fr-inner{
padding: 40px;
}
.feature-three-fr-top #temp-title3{
text-transform: uppercase;
}
.feature-three-fr-top #temp-title1{
font-family: 'open sans condensed';
font-size: 140px;
font-weight: bold;
line-height: 1;
letter-spacing: 0;
}
.feature-three-fr #temp-title1{
color: #ffffff;
font-size: 30px;
}
.feature-three-fr p{
color: #ffffff;
 padding-bottom:20px;
}
#image-responsive {
display:none;
}
@media screen and (max-width: 1500px) {
	.asus-buttons .asus-button{
    width: 50%;
}
}
@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;
		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-logo{
position: static;
margin:50px;
}
.landing-intro-fl .landing-button{
margin: 0 auto;
float: none;
display: inline-block;
padding: 20px 40px;
margin-top: 20px;
}
.landing-intro-fr img{
max-width: 100%;
margin: 0 auto;
}
.landing-top-inner{
display: block;
align-items: center;
padding: 40px 0 80px 0;
text-align: center;
}
.landing-top-fl{
display: block;
align-items: center;
width: 100%;
}
.landing-intro{
padding: 40px 20px;
}
.landing-intro-wrap{
display: block;
}
.landing-intro-fl{
display: block;
width: 100%;
padding-right: 0px;
overflow: hidden;
text-align: center;
margin-top: 100px;
}
.landing-intro-fr{
display: block;
position: relative;
top: -80px;
right: 0;
bottom: 0;
width: 100%;
text-align: center;
margin-bottom: -150px;
}
.feature-one .landing-container{
max-width:100%;
}
.feature-one-inner{
display: block;
width:100%;
}
.feature-one-fr-inner{
padding: 20px;
}
.feature-one-fr {
text-align: center;
width: 100%;
}
.feature-one-fl {
width: 100%;
margin-top: 20px;
}
.feature-one-fl #image-responsive, .feature-two-fr #image-responsive, .feature-three-fl #image-responsive {
display:block;
width:100%;
}
.feature-one img, .feature-three img {
max-width:500px;
margin: 50px auto;
}
.feature-two img {
	margin:0 auto 20px auto;
}
.feature-two {
background-image:url('/images/landing/asus/pba/feature-2-bg.jpg?');
background-size:cover;
background-position:0;
background-color:#000000;
overflow: hidden;
}
.feature-three {
background-image:url('/images/landing/asus/pba/feature-3-bg.jpg?');
background-size:cover;
background-position:0;
background-color:#000000;
overflow: hidden;
}
.feature-one {
background-image:none;
background-position:0;
background-color:#000000;
overflow: hidden;
}
.feature-two-inner{
display: block;
}
.feature-two-fl {
text-align: center;
width: 100%;
}
.feature-two-fr {
width: 100%;
margin-top: 10px;
}
.feature-three-inner{
display: block;
}
.feature-three-fr {
text-align: center;
width: 100%;
}
.feature-three-fl {
width: 100%;
margin-top: 20px;
}
}
@media screen and (max-width: 720px) {
.asus-buttons .asus-button{
    width: 100%;
  }
   .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;
     }
}