section#main.main-ind{
	padding: 0;
}
/**********************************products-card***********************************/
.products{
  background-color: #000000;
  max-width:1170px;
  margin:50px auto;
}
.config_button_holder{
  margin-top: auto;
  padding: 0 20px 20px 20px;
}
.product .column-ind-holder .column-ind-header {
	background:#02aee5;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image {
  height:auto;
  padding:10px 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: 0px!important;
  background: #343434;
  border: none;
}
.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: #02aee5;
  border-color: #02aee5;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
  padding: 0 20px 20px 20px;
  background-color: transparent;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #02aee5;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #ffffff;
  	padding: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #02aee5;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #006dc0;
  border-color: #006dc0;
}
/**********************************products-card***********************************/

.landing-wrapper{
    background-color: #000000;
}
.landing-wrapper h1,.landing-wrapper h2, .landing-wrapper h3, .landing-wrapper p {
    color: #ffffff;
}
.landing-wrapper h1{
    margin-bottom: 20px;
}
.landing-wrapper h2{
    font-size: 40px;
    font-weight: 700;
}
.landing-wrapper h3{
    font-size: 30px;
    font-weight: 700;
}
.landing-wrapper p{
    margin-bottom: 10px;
}
.landing-wrapper p:last-of-type{
    margin: 0;
}
.landing-wrapper li{
    color:#ffffff;
    font-family: 'Montserrat';
    list-style: none;
}
#disclaim {
	font-family: 'Open Sans';
	font-size: 12px;
	line-height: 1.2;
	color: #666;
	padding-top: 20px;
}
.landing-container{
    max-width: 1170px;
    margin: auto;
}
.landing-button{
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    border: 2px solid #02aee5;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    width: auto;
    cursor: pointer;
    margin-top: 40px;
    display: inline-block;
}
.rec-specs-header{
    background-color: #02aee5;
    text-align: center;
    padding: 15px;
}
.rec-specs-header h2{
    font-size: 32px;
    margin: 0;
}
.asus-headline{
    background-image: url(/images/landing/asus/z790/z790-headline.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 35px;
}
.asus-headline h1 {
	font-size: 42px;
}
.asus-headline .vas{
    min-height: 600px;
}
.asus-headline img {
    display: block;
}
#mbicons {
	margin-top: 40px;
}
.asus-vis{
    display: none;
}
/**sec1**/
#asus-sect1 .landing-container{
    max-width: 1400px;
}
.asus-sec h2, .asus-motherboards h2{
    text-align: center;
}
/**tabs**/
.pcs_tabs{
    margin: 0 35px;
}
.tab-header{
    padding: 35px;
    margin-top: 60px;
}
.tabs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px solid #02aee5;
    max-width: 1170px;
}
ul.tabs li.active{
    opacity: 1;
    border-bottom: 4px solid #02aee5;
}
ul.tabs li {
    cursor:pointer;
    margin-top: 20px;
    padding: 10px;
    opacity: 0.5;
    width: 25%;
    font-size: 16px;
  }

.tabs_container .tab_content{
    display: none;
    animation: fadeIn .25s ease-in;
  }
  .tabs_container .tab_content.active{
    display: block;
  }
  .tab_content_inner{
      padding: 35px;
      min-height: 800px;
  }

/**sub-tabs**/
  .tabs-content div:not(:first-child) {
    display: none;
  }
  .tabs-sub{
      display: flex;
      justify-content: center;
      margin-top: 40px;
      gap: 20px;
  }
  .tabs-sub li{
      background-color: #000000;
      color: #ffffff;
      border: 2px solid #02aee5;
  }
  .tabs-sub li.active{
    background-color: #02aee5;
  }
  .tabs-sub li.active a{
    color: #000000;
  }
  .tabs-sub li a{
      display: block;
      padding: 10px;
      color: #ffffff;
  }
  .tabs-content{
    padding: 35px 0;
}
.tabs-content > div{
    animation: fadeIn .25s ease-in;
}
  #sub-content{
      position: relative;
  }
  #sub-content ul{
    position: absolute;
    width: 50%;
    left: 50%;
    height: 100%;
  }
#sub-content li{
    position: absolute;
    margin-right: 30px;
    margin-left: 30px;
    top: 16%;
}
#sub-content  li:nth-child(2){
    top: 50%;
}
.tab_content:last-child{
    text-align: left;
}
/**sub-tab-end**/
.cooling-mob{
    display: none;
}
.tab-btm li{
    list-style:disc;
    margin-bottom: 20px;
    line-height: 1.5;
}
.tab-1 .pcs__col-2:last-child{
    margin-left: 30px;
}
#tab6 li:last-child{
    margin-left: 30px;
}
#tab5 h2 {
	padding-bottom: 40px;
}
/**pba-sec**/
.pba{
    background-image: linear-gradient(to right, #ab0658, #490f7a);
    text-align: center;
    padding: 80px 35px;
}
.pba img{
    margin-bottom: 40px;
}
.pba .landing-button{
    background-color: #ffffff;
    color: #000000;
    border: none;
}

/**asus-motherboards**/
.asus-motherboards .series-title{
    text-align: center;
    margin: 0 auto;
    max-width: 1170px;
}
.asus-motherboards .series-title p{
    margin-top: 40px;
}
.asus-motherboards .tab_content_inner{
    min-height: 600px;
    margin-top: 140px;
    padding: 0;
}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
#rog-m .mb-strip{
    background-image: linear-gradient(to right, #6f0001, #8a0001);
}
#rog-s .mb-strip{
    background-image: linear-gradient(to right, #ab0658, #490f7a);
}
#rog-t .mb-strip{
    background-image: linear-gradient(to right, #9C6C01, #A96700);
}
#rog-p .mb-strip{
    background-image: linear-gradient(to right, #1C7F9F, #0880A7);
}
.board-image{
    position: absolute;
    max-width: 500px;
    top: -15%;
}
.mb-strip{
    position: relative;
    padding: 0 35px;
}
.mb-strip .vas{
    min-height: 400px;
}
.mb-strip ul{
    margin-top: 20px;
}
.mb-strip ul li{
    margin-bottom: 10px;
    list-style: disc;
	line-height: 1.2;
}
.mb-title-mob{
    display: none;
}


@media screen and (max-width: 1170px){
    .pcs__col-2{
        width: 100%;
    }
    .asus-vis{
        display: block;
    }
    .landing-wrapper .vas{
        flex-wrap: wrap;
    }
    .asus-headline{
        background-image: none;
        padding: 0;
    }
	.asus-motherboards .series-title {
    padding: 35px;
	}
    .asus-headline .pcs__col-2{
        padding: 35px;
    }
	.asus-sec h3 {
		padding-top: 20px;
	}
    ul.tabs li{
        font-size: 14px;
    }
    #sub-content li{
        position: static;
    }
    #sub-content ul{
        width: 100%;
        position: static;
    }
    .cooling-mob{
        display: block;
    }
    .cooling-lg{
        display: none;
    }
    .tabs_container .tab_content{
        text-align: center;
    }
    .tab-1 .pcs__col-2:last-child{
        margin: 0;
    }
    #tab6 img{
        margin-bottom: 30px;
    }
    .mb-title-mob{
        display: block;
    }    
    .mb-title {
        display: none;
    }
    .mb-strip ul {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
	}
	.mb-strip .vas {
		flex-direction: column-reverse;
	}
	.mb-strip{
		padding: 35px;
	}
	.board-image {
		position: static;
		margin: 0 auto;
	}
}


@media screen and (max-width: 700px){
    .tabs{
        flex-wrap: wrap;
        border-bottom: 4px solid #000000;
    }
    ul.tabs li{
        width: 100%;
    }
}