@font-face {
font-family: 'Intel Clear Pro';
src: url('/fonts/IntelClearPro-Bold.woff');
}
section#main.main-ind {
	padding-top:0;
  	padding-bottom:0;
    background-color: #f7f7f7 !important;
}
.landing-recommended {
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #0071c5;
	margin: 0;
	display: block;
}
.landing-recommended p {
	font-family: 'Montserrat-Bold' !important;
	font-size: 32px !important;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 15px 0;
}
/**********************************products-card***********************************/
#navbar-hide{
  display: none;
}
ul.exceptions_list, ul.list-caret, ul.list-chevron-right{
	margin: 0;
}
.products{
  background-color: #f7f7f7 !important;
  max-width:1170px;
  margin:50px auto;
}
.product .column-ind-holder .column-ind-header {
	background:#0062ac;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 250px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius: 0 0 5px 5px;
  padding: 0px!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: #0062ac;
  border-color: #0062ac;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
 	padding: 10px 20px 20px 10px;
  background-color: #ffffff;
  margin-top: 0;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #0062ac;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #000000;
  	padding: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #0062ac;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  color: #ffffff;
  background-color: #006dc0;
  border-color: #006dc0;
}
.config_button_holder{
	margin-top: auto;
    margin: 0 20px 20px 20px;
}
/**********************************products-card***********************************/


/*******NAV-SECTION*******/
.landing-nav {
  	position: relative;
    display: flex;
	width:100%;
	background:#0062ac;
}
.landing-nav .landing-container {
	max-width:100%;
  	margin:0 auto;
}
.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:#005391;
}
.landing-nav li:hover {
	background:#005391;
}
.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: #0062ac;
	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: #0062ac;
  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;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
    display: block;
  	padding:18px;
}

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

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




/****************columns****************/
.lp__row{
    display: flex;
    flex-wrap: wrap;
}
.lp__col{
    width: 100%;
}
.lp__col-2{
    width: 50%;
}
.lp__col-3{
    width: 33.333%;
}
.lp__col-4{
    width: 25%;
}

/****************columns****************/
.lp-btn{
    background-color: #0062ac;
    border: none;
    color: #ffffff;
    padding: 20px;
    margin: 20px 0 0 0;
    text-transform: uppercase;
    font-family: 'Montserrat-Bold';
    font-weight: normal;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
}
.lp-btn i{
    padding-left: 5px;
}
.lp-top{
    position: relative;
    background-color: #05011b;
    padding: 0 20px;
    z-index: 0;
}
.lp-top-inner{
    display: flex;
    align-items: center;
    height: 500px;
}
.lp-container{
    max-width: 1170px;
    margin: 0 auto;
}
.lp-flex-container{
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.lp-wrap {
  background-color:#f7f7f7;
}
.lp-wrap h1{
   font-family:'Intel Clear Pro';
    font-size: 90px;
    text-transform: uppercase;
    color: #ffffff ;    
  	letter-spacing: 3px;
  	line-height: 0.8;
  	font-weight:normal;
}
.lp-wrap li{
    font-family: 'open sans';
    color: #ffffff;
    margin-top: 10px;
  	margin-left: 30px;
}
.lp-wrap li:before{
    content: "\f054";
    font-family: 'FontAwesome';
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    float: left;
    margin-right: 10px;
    margin-left: -33px;
}
.lp-wrap p{
    font-family: 'open sans';
    font-size: 16px;
    color: #ffffff ;
    line-height: 1.5;
}
p.lp-title{
   	font-family:'Intel Clear Pro';
 	font-size: 60px;
  	letter-spacing: 3px;
  	line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px;
}
.lp-top .lp__col p{
    max-width: 600px;
    margin-top: 20px;
}
.lp-top::after{
    content: "";
    background-image: url('/images/landing/intel/intel-10thgen-laptops/top-section-bg.jpg');
    background-position: 50% 25%;
    background-repeat: no-repeat;
    background-color: #05011b;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.lp-feat1{
    background-color: #0e0c19;
}
.lp-feat1-inner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 40px;
}
.lp-feat1 .lp__col-2:first-child{
    text-align: right;
}
.lp-feat1 img{
    max-width: 100%;
}
.lp-feat1 .lp-title{
    color: #ffffff;
    max-width: 800px;
    margin-bottom: 40px;
}
.lp-feat1 li i{
    margin-right: 5px;
}
.lp-feat1 li{
    margin-left: 30px;
}
.lp-feat1 li:before{
    content: "\f054";
    font-family: 'FontAwesome';
    display: inline-block;
    color: #60abfa;
    font-size: 20px;
    float: left;
    margin-right: 20px;
    margin-left: -30px;
}

.lp-feat1 li p:first-child{
    color: #60abfa;
 	font-family:'Montserrat-Bold';
    font-weight: normal;
    font-size: 26px;
    text-transform: uppercase;
}
.lp-feat1 li p:last-child{
    font-weight: normal;
    font-size: 18px;
    color: #cccbcf;
    margin-top: 10px;
    margin-left: 5px;
}
.feat1-content{
    padding: 40px;
}
.lp-feat1 .lp-flex-container{
  max-width: 2560px;
  align-items: center;
}

/*****************lp__feat2********************/
.lp-feat2{
    background-color: #000000;
    background-image: url('/images/landing/intel/intel-10thgen-laptops/feat2.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
}
.lp-feat2 .lp-flex-container{
    height: 600px;
}
.lp-feat2 .lp__col-2:first-child{
    display: flex;
    align-items: center;
}
.lp-feat2 .lp__col-2:last-child{
    position: relative;
}
.lp-feat2 .lp__col-2:last-child img{
    position: absolute;
    right: 15%;
    bottom: 8%;
    max-width: 100%;
}
 .show-laptop{
    display: none;
}
.feat2-content{
    padding: 40px;
}

.lp-feat2 ul{
    margin-top: 20px;
}

/***********************feat3***********************/
.lp-feat3{
    background-image: url('/images/landing/intel/intel-10thgen-laptops/chart-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}
.feat3-tr{
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.feat3-tr:last-child{
    align-items: flex-start;
}
.feat3-tr:last-child .feat3-tc:last-child{
   padding-bottom: 40px;
}
.feat3-tr:last-child .feat3-tc:last-child .feat3-circle{
 margin-bottom: -15px;
}
.feat3-tr:last-child .feat3-tc:nth-child(3){
      padding-bottom: 30px;
}
.feat3-table .feat3-tr:first-child .feat3-tc{
    background: none;
    margin: 0;
    height: auto;
}
.feat3-table .feat3-tr .feat3-tc{
   height: 20px;
}
.feat3-table .feat3-tr:nth-child(2) .feat3-tc:nth-child(3){
     padding-bottom: 30px;
}
.feat3-table .feat3-tr:nth-child(2) .feat3-tc:nth-child(3) .feat3-circle{
    margin-bottom: -5px;
}
.feat3-table .feat3-tr:nth-child(2) .feat3-tc:nth-child(4){
    padding-bottom: 40px;
}
.feat3-table .feat3-tr:nth-child(2) .feat3-tc:nth-child(4) .feat3-circle{
    margin-bottom: -15px;
}
.feat3-table .feat3-tr:first-child .feat3-tc:first-child{
    display: block;
    width: 46%;
}
.feat3-table .feat3-tr:first-child .feat3-tc:first-child p:first-child{
   	font-family:'Intel Clear Pro';
 	font-size: 60px;
  	letter-spacing: 3px;
  	line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 40px;
}
.feat3-tc img{
    max-width: 6vw;
    transform: skewX(-12deg);
}
.feat3-table .feat3-tr:nth-child(odd) .feat3-tc:after{
    content: none;
}
.feat3-tr:nth-child(odd) .feat3-tc:first-child, .feat3-tr:nth-child(odd) .feat3-tc{
    background-color: transparent;
}

.feat3-tr .feat3-tc:first-child{
    width: 50%;
    justify-content: flex-start;
    background-color: #4175ba;
    margin-right: 15px;
}
.feat3-tr .feat3-tc:first-child:after{
    content: " ";
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #4175ba;
    transform-origin: top right;
    transform: skew(12deg, 0deg);
}
.feat3-tc {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 120px;
    padding: 25px 8px;
    font-size: 20px;
    color: #FFF;
    background: #4175ba;
    z-index: 1;
    transition: 1s ease;
}
.feat3-tc:not(:first-child){
    transform: skewX(12deg);
    margin-right: 10px;
    width: 16.666%;
}
.feat3-circle{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color:#79b6f5;
    transform: skewX(-12deg);
}

.feat3-tr:nth-child(5) .feat3-tc:nth-child(2) .feat3-circle{
    background-color: transparent;
}
.feat3-tr:nth-child(6) .feat3-tc:nth-child(n+1):nth-child(-n+3) .feat3-circle{
    background-color: transparent;
}




@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*******/
    .lp__col-2{
        width: 100%;
    }
    .lp-feat1 .lp__col-2:first-child{
        text-align: center;
    }
    .lp-feat1 .lp-title{
        margin-top: 20px;
    }
    .lp-feat2{
       background-image: none;
    }
    .lp-feat2 .lp-flex-container{
        flex-direction: column-reverse;
        height: auto;
    }
    .lp-feat2 .lp__col-2:last-child img{
        position: static;
        right: 0;
        bottom: 0;
    }
    .hide-laptop{
        display: none
    }
    .show-laptop{
        display: block;
        margin: 0 auto;
    }
    .feat3-tr .feat3-tc:first-child{
        width: 70%;
    }
    .feat3-tc:not(:first-child){
        width: 10%;
    }
    .feat3-table .feat3-tr:first-child .feat3-tc:first-child{
        width: 62%;
}
    .feat3-tc p{
        font-size: 12px;
    }
}


@media screen and (max-width: 500px){
    .feat3-tc p{
        font-size: 10px;
    }
}