/* NWD7605 */
.noPadding {
	padding:0;
}
 
.deck-wrapper h6 {
	font-size:20px;
	line-height:1.4em;
}

.imgCenter {
	display:block;
	margin:0 auto;
}
/* End NWD7605 */


/* Top Navigation */ 
.product-page .deck-wrapper h1.page-title {
    color:#f49f42!important;
}

.deck-wrapper .section-navigation .navbar-default {
    background-color:#f5a64f!important;
}

.product-page .deck-wrapper .section-navigation .navbar-brand h2 {
    color:#ffffff!important;
}

.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a, .deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:active, .deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:focus {
    color:#ffffff!important;
}

.deck-wrapper .section-navigation .navbar-default .navbar-nav>li>a:hover {
    color:#000!important;
}
/* End Top Navigation */


/* Main Banner */
.banner-section {
	position:relative;
	overflow:hidden;
    height: 41vw;
	background:url('/library/assets/products/nwd7605/nwd7605_00_banner_1920x800.jpg');	
    background-repeat:no-repeat;	
    background-position:center top;	
	background-size:cover;
}
	
.banner-section .content {
    width:37%;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    display:flex;
	height:100%;
    margin-left: 12%;
}
 
.banner-section .content .text {
	align-self:center;
	margin-bottom: -11%;
}

.banner-section .content .text h1{
	font-size:80px;
}

.banner-section .content .text hr {
    margin-top: 3%;
    margin-bottom: 4.5%;
    margin-left:0;	
    border:0;
	width: 73%;	
    border-top:2px solid #ff8900;
}
/* End Main Banner */


/* Introduction */
.introduction-section {
    position:relative;
	padding:100px 0;
	background-color: #f6f6f6;
}

.introduction-section .content {
	width:80%;
	margin:auto;
}
	
.introduction-section .content .text {
    text-align:center;		
}

.introduction-section .feature-icons-group{
	margin-top: 5%;
	display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    display:flex;
	flex-direction: row;
	justify-content: space-between;
}

.introduction-section .icon-wrapper{
	display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    display:flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.introduction-section .icon-wrapper h6{
	color: #7a7a7a;
	margin-top: 10px;
	margin-bottom: 2px;
}

.introduction-section .icon-wrapper .text{
	color: #7a7a7a;
}

.introduction-section .icon-wrapper .icon{
	width: 100px;
    height: 100px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.introduction-section .icon-wrapper .icon.wifi6{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_wifi6_g.png');
}

.introduction-section .icon-wrapper .icon.ax1800{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_ax1800_g.png');
}

.introduction-section .icon-wrapper .icon.ofdma{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_ofdma_g.png');
}

.introduction-section .icon-wrapper .icon.mu-mimo{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_mu_mimo_g.png');
}

.introduction-section .icon-wrapper .icon.cap-free{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_cap_free_design_g.png');
}

.introduction-section .icon-wrapper:hover h6,
.introduction-section .icon-wrapper:hover .text{
	color: #141414;
}

.introduction-section .icon-wrapper:hover .icon.wifi6{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_wifi6_o.png');
}

.introduction-section .icon-wrapper:hover .icon.ax1800{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_ax1800_o.png');
}

.introduction-section .icon-wrapper:hover .icon.ofdma{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_ofdma_o.png');
}

.introduction-section .icon-wrapper:hover .icon.mu-mimo{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_mu_mimo_o.png');
}

.introduction-section .icon-wrapper:hover .icon.cap-free{
	background-image: url('/library/assets/products/nwd7605/nwd7605_00_cap_free_design_o.png');
}
/* End Introduction */


/* Instant Upgrade to WiFi 6 */
.instant-section {
    background-color: #f7f7f7;position:relative;
}

.instant-section .background {
	position:relative;
}

.instant-section .background .image {
	display:none;
}
	
.instant-section .background .content .text {
    align-self:center;
}

/* End Instant Upgrade to WiFi 6 */

/* Speed, never compromised */
.speed-section{
	padding: 60px 0 0;
	background-color: #f5f5f6;
}
.speed-section .content{
	position: relative;
}
.speed-section .content .text .underline{
	text-decoration:underline;
}

.speed-section .content .product{
	position: absolute;
	width: 30%;
    right: -4%;
    bottom: -8%;
}
.speed-section .text {
	width:80%;
	margin:auto;
	text-align:center;	
	margin-bottom: 5%;
}

.speed-section .content .images{
	display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    display:flex;
	flex-direction: row;
}

.speed-section .content .images .pic{
	width: 50%;
}
.speed-section .content .images .pic img{
	width: 110%;
	height: auto;
}
.speed-section .content .images .color-bar.desktop{
	display: block;
	width: 40%;
}
.speed-section .content .images .color-bar.mobiel{
	display: none;
}
.speed-section .content .images .color-bar .wifi6{
	margin-bottom: 2%;
}
.speed-section .content .images .color-bar .wifi6 .title{
	position: relative;
	font-size: 20px;
	padding-left: 7%;
	line-height: normal;
}
.speed-section .content .images .color-bar .wifi6 .title .multiple{
	font-size: 42px;
}
.speed-section .content .images .color-bar .wifi6 .title .right{
	position: absolute;
	right: 7%;
	bottom: 0;
}
.speed-section .content .images .color-bar.desktop .wifi5 .title{
	font-size: 20px;
	text-align: right;
	margin-right: 7%;
}

.speed-section .content .images .color-bar .wifi6 img{
	width: 100%;
	height: auto;
}

.speed-section .content .images .color-bar.desktop .wifi5 img{
	width: 50%;
	height: auto;
	float: right;
}
/* End Speed, never compromised */

/* Perfect for Video conference and Data Transferring */
.perfect-section{
	padding: 80px 0 0;
}

.perfect-section .content{
	width: 80%;
	margin: auto;
}
.perfect-section .content h2{
	text-align: center;
}
.perfect-section .content .mu-mimo,
.perfect-section .content .ofdma{
	display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flexbox;
    display:-o-flex;
    display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.perfect-section .content .mu-mimo .image,
.perfect-section .content .ofdma .image{
	width: 50%;
}
.perfect-section .content .mu-mimo .text,
.perfect-section .content .ofdma .text{
	width: 44%;
}
.perfect-section .content .mu-mimo .image img,
.perfect-section .content .ofdma .image img{
	width: 100%;
	height: auto;
}
.perfect-section .content .mu-mimo .text,
.perfect-section .content .ofdma .text{
	margin: 0 3%;
}
/* End Perfect for Video conference and Data Transferring */



/* Retractable, cap-free Design */
.retractable-section{
	/* padding: 0 0 60px; */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

}
.retractable-section .content{
	position: relative;
}
.retractable-section .content .text{
	position: absolute;
	right: 10%;
	top: 20%;
	width: 42%;
}
.retractable-section .content img{
	width: 100%;
	height: auto;
}
/* End Retractable, cap-free Design */


/* Ensure a maximum level of security with WPA3 */
.wpa-section{
	padding-top: 60px;background-color: #fbfbfb;
}

.wpa-section .background .content .text {
    align-self:center;
}

.wpa-section .background .content .text .icon img{
	width:200px;
    max-width:100%;
	float:right;	
}
.wpa-section .background .content .text .icon {
	margin-top: 40px;
}
.wpa-section .background .mobile-image {
   display:none;	
}
/* End Ensure a maximum level of security with WPA3 */


/* Feature */
.feature-section {
    position:relative;	
    background-color:#f6f6f6;
	padding: 60px 0;	
}

.feature-section .content {
	width:80%;
	margin:auto;
}
	
.feature-section .content .text {
    text-align:center;		
}

.feature-section .content .box {
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;	
	margin-top:50px;
}

.feature-section .content .box .box-item {
    position:relative;	
    background-color:#e8e8e8;
    width:25vw;	
	height:25vw;	
}

.feature-section .content .box .box-item .image {
    display:flex;
    justify-content:center;
    align-items:center;
	height:15vw;	
}

.feature-section .content .box .box-item .image img {
    display:block;
    width:35%;
}

.feature-section .content .box .box-item .name h4 {
    color:#888888;
    text-align:center;
    padding:0 10px;
	line-height:1.3;
}

.feature-section .content .box .box-item .name .plus-icon  {
    color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 23px;
    background: #888888;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.feature-section .content .box .box-item .overlay{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background-color:#fd9217;
	overflow:hidden;
	width:100%;
	height:0;
	transition:.5s ease;
}

.feature-section .content .box .box-item:hover .overlay {
	height:100%;	
}

.feature-section .content .box .box-item .overlay .description {
	position:absolute;	
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);	
}

.feature-section .content .box .box-item .overlay .description h6 {
	font-size:20px;
	text-align:center;
	color:#ffffff;	
}

.feature-section .content .mobile-box {
	display:none;
	margin-top:50px;	
}

.feature-section .content .mobile-box .box-item {
    position:relative;	
    background-color:#e8e8e8;
	margin-bottom:30px;
}

.feature-section .content .mobile-box .box-item .image {
	padding:30px;
}

.feature-section .content .mobile-box .box-item .image img {
    display:block;
    width:30%;
}

.feature-section .content .mobile-box .box-item .name h4 {
    color:#888888;
    text-align:center;
    padding:0 10px;
	line-height:1.3;
}

.feature-section .content .mobile-box .box-item .description {
	padding:0 20px 30px;
}

.feature-section .content .mobile-box .box-item .description h6 {
	font-size:18px;
	text-align:center;
}
/* End Feature */


/* Diagram */
.diagram-section {
    position:relative;
	padding:70px 0;		
}

.diagram-section .content {
	width:80%;
	margin:auto;
}
	
.diagram-section .content .text {
    text-align:center;
	padding-bottom:50px;
}

/* .diagram-section .mobile-image {
    display:none;	
    width:94%;
    margin:auto;	
} */
/* End Diagram */


/* Spec */
.spec h4.panel-title {
    font-size:18px;
}

.specnote ul {
	margin:0;
	padding:0 5px 0 5px;
}

.specnote li {
	list-style-type:none;
    display:table-row;	
	font-style:italic;	
	font-size:16px;	
}

.specnote li:before {
    content:"*";
    display:table-cell;	
    padding-right:.5em;
    text-align:right;	
}

.specnote li:nth-child(1):before {
   content:"*";
}

.specnote li:nth-child(2):before {
   content:"*1";
}

.specnote li:nth-child(3):before {
   content:"*2";
}
/* End Spec */


/* Notice */
.productnotice {
	padding:10px 0 15px 0;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}
/* End Notice */


/* RWD */
@media (max-width:1440px){	
	.banner-section .content .text {
		margin-bottom: 0;
	}
	.banner-section .content {
		width:100%;
	}
	.banner-section .content .text h1{
		font-size:75px;
	}
	
}


@media (max-width:1280px){
	.feature-section .content .box .box-item .overlay .description h6 {
		font-size:18px;
	}
}

@media (max-width:1200px){	
	.banner-section {
	    height: 50vw;
		background:url('/library/assets/products/nwd7605/nwd7605_00_banner_1200x628.jpg');
		background-repeat:no-repeat;	
		background-position:center top;	
		background-size:cover;
	}
		
	.banner-section .content {
	    width:50%;
		height:100%;
	    margin-left: 10%;
	    margin-top: 2%;
	}
	
	.wpa-section .background .content .text .icon {
		margin-top: 20px;
	}
	.feature-section .content .box .box-item {
		height:28vw;
	}	
}

@media (max-width:1024px){	
	.introduction-section{
		padding: 80px 0;
	}
	.feature-section .content .box .box-item .overlay .description h6 {
		font-size:16px;
	}	
}

@media (max-width:991px){	
	.banner-section .content{
		margin-left: 11%;
	}
	.introduction-section .icon-wrapper{
		margin: 0 5px;
	}
	.retractable-section{
		padding: 40px 0 60px;
	}
	.wpa-section .background .content .text .icon{
		margin-top: 0;
	}
	.wpa-section .background .content .text .icon img{
		width: 150px;
		margin-bottom: 20px;
	}
	.speed-section .content .product{
		bottom: -10%;
	}
	.feature-section .content .box {
		display:none;		
	}	
	.feature-section .content .mobile-box {
		display:block;
	}	

}

@media (max-width: 860px){
	.banner-section .content .text h1{
		font-size:55px;
	}
	.banner-section .content .text h2{
		font-size:28px;
	}
	.banner-section .content .text hr{
		width: 66%;
	}
	.retractable-section .content .text{
		top: 6%;
	}
	
}
@media (max-width:768px) {
	.banner-section .content .text hr{
		width: 80%;
	}
	.introduction-section{
		padding: 60px 0;
	}
	.instant-section {
		background:#f7f7f7;		
	}	
	.instant-section .background .content .text{
		text-align: center;
	}		
	.instant-section .background .image {	
		display:block;
		position:relative;
		overflow:hidden;
		height:75vw;
		background:url('/library/assets/products/nwd7605/nwd7605_01_Instant_upgrade_to_wifi6_800.jpg');
		background-repeat:no-repeat;	
		background-position:right top;	
		background-size:cover;
	}
	.instant-section .background .content {
		width:80%;	
		margin:auto;		
	}
	.introduction-section .feature-icons-group{
		justify-content: center;
    	flex-wrap: wrap;
	}
	.introduction-section .icon-wrapper{
		margin: 10px;
	}
	.introduction-section .icon-wrapper .icon{
		width: 120px;
		height: 120px;
	}
	.speed-section .text{
		margin-bottom: 10%;
	}
	.speed-section .content .images .color-bar.desktop{
		display: none;
	}
	.speed-section .content .images .color-bar.mobiel{
		display: block;
		width: 65%;
		margin-bottom: 7%;
	}
	.speed-section .content .images .color-bar.mobiel .wifi5 img{
		width: 50%;
		height: auto;
	}
	.speed-section .content .images .color-bar.mobiel .wifi5 .title{
		padding-left: 7%;
	}
	.speed-section .content .images{
		flex-direction: column-reverse;
		align-items: center;
	}
	.speed-section .content .images .pic{
		width: 100%;
	}
	.speed-section .content .product{
		display: none;
	}
	.perfect-section{
		padding: 80px 0 40px;
	}
	.perfect-section .content .mu-mimo{
		flex-direction: column-reverse;
		margin-top: 20px;
	}
	.perfect-section .content .ofdma{
		flex-direction: column;
	}
	.perfect-section .content .mu-mimo .image, 
	.perfect-section .content .ofdma .image{
		width: 100%;
	}
	.perfect-section .content .mu-mimo .text, 
	.perfect-section .content .ofdma .text{
		width: 100%;
		text-align: center;
	}
	.retractable-section{
		padding: 0;
	}
	.retractable-section .content .text{
		position: relative;
		text-align: center;
		width: 80%;
		right: 10%;
		left: 10%;
		top: 0;
	}
	.retractable-section .content img{
		width: 130%;
	}			
	.wpa-section .background .content .text {
		width:80%;	
		margin:auto;		
		padding-right:0;
		text-align: center;
	}	
	.wpa-section .background .content .text .icon img {
		width: 200px;
	}
	.wpa-section .background .mobile-image {	
		display:block;
		position:relative;
		overflow:hidden;
		height:68vw;
		background:url(/library/assets/products/nwd7605/nwd7605_05_Ensure-a-maximum-level-of-security-with-WPA3_800.jpg);
		background-repeat:no-repeat;
		background-position:center bottom;
		background-size:cover;
	}
	.diagram-section .content .text {
		padding-bottom:0;
	}
	/* .diagram-section .content .image {
		display:none;		
	}	 */
	/* .diagram-section .mobile-image {
		display:block		
	} */	
}

@media (max-width:640px) {
	.banner-section {
		height:75vw;
 		background:url('/library/assets/products/nwd7605/nwd7605_00_banner_640x500.jpg');
		background-repeat:no-repeat;	
		background-position:right top;	
		background-size:cover;		
	}
	.banner-section .content {
		width:52%;
		margin-top: 0;
		margin-left: 9%;
	}	
	.banner-section .content .text {
		align-self:center;
	}
	.banner-section .content .text h1{
		font-size:45px;
	}
	.banner-section .content .text h2{
		font-size: 24px;
	}
	.feature-section .content .box .box-item .image {
		max-height:80px;
	}	
}

@media (max-width:600px) {
	.speed-section .content .images .color-bar.mobiel{
		width: 80%;
	}
	.feature-section .content .mobile-box .box-item .image img {
		width:50%;
	}	
}

@media (max-width:500px) {
	.banner-section .content .text h1{
		font-size:40px;
	}		
}

@media (max-width: 480px) {
	.speed-section .content .images .color-bar .wifi6 .title .multiple{
		font-size: 30px;
	}
}

@media (max-width:450px) {
	.banner-section .content .text {
		margin-bottom:10%;
	}	
	.banner-section .content .text hr{
		width: 92%;
	}
	.introduction-section .feature-icons-group{
    	flex-direction: column;
	}
	.introduction-section .icon-wrapper .icon {
	    width: 160px;
	    height: 160px;
	}
}

@media (max-width:400px) {
	.banner-section .content .text h1{
		font-size:36px;
	}
	.banner-section .content .text h2{
		font-size:20px;
	}		
	.banner-section .content .text hr {
		margin-top:0%;
	}	
}

@media (max-width:360px) {
	.banner-section .content.text {
		margin-bottom:5%;
	}	
	.banner-section .content .text h1{
		font-size:34px;
	}		
}

@media screen and (min-width:769px) {	
	.instant-section .background {
		position:relative;
		/* overflow:hidden; */
		/* height: 65vh; */
		background: url('/library/assets/products/nwd7605/nwd7605_01_Instant_upgrade_to_wifi6.jpg');
		background-repeat:no-repeat;	
		background-position: right bottom;
		background-size: contain;
	}
	.instant-section .background .content {
		width:35%;
		height: 100%;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:-o-flex;
		display:flex;
		margin-left:10%;
	}
	.wpa-section .background {
		position:relative;
		/* overflow:hidden; */
		/* height: 74vh; */
		background: url('/library/assets/products/nwd7605/nwd7605_05_Ensure-a-maximum-level-of-security-with-WPA3.jpg');
		background-repeat:no-repeat;	
		background-position: right bottom;
		background-size:contain;
	}		
	.wpa-section .background .content {
		width:35%;
		height: 100%;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:-o-flex;
		display:flex;
		align-items: center;	
		margin-left:10%;
	}
}

@media screen and (min-width:991px) {	
	.instant-section .background {
		position:relative;
		overflow:hidden;
		height:40vw;
		background:url('/library/assets/products/nwd7605/nwd7605_01_Instant_upgrade_to_wifi6.jpg');
		background-repeat:no-repeat;	
		background-position: right top;
		background-size:cover;
	}	
	.instant-section .background .content {
		height: 100%;
		width:31%;
	}
	.wpa-section .background {
		position:relative;
		overflow:hidden;
		height:40vw;
		background:url('/library/assets/products/nwd7605/nwd7605_05_Ensure-a-maximum-level-of-security-with-WPA3.jpg');
		background-repeat:no-repeat;	
		background-position: right top;
		background-size:cover;
	}
	.wpa-section .background .content {
		height: 100%;
		width:40%;
	}
}

@media screen and (min-width:1025px) {
	.instant-section .background {
		position:relative;
		overflow:hidden;
		background:url(/library/assets/products/nwd7605/nwd7605_01_Instant_upgrade_to_wifi6.jpg);
		background-repeat:no-repeat;
		background-position: right top;
    	background-size: cover;
	}	
	.wpa-section .background .content{
		width: 30%;
	}
}

@media screen and (min-width: 1600px){
	.banner-section{
		height: 38vw;
	}
	.deck-wrapper h6{
		font-size: 24px;
	}
	.introduction-section .icon-wrapper .text{
		font-size: 20px;
	}
}
/* End RWD */

/* Additions */
.container.maxwid {
    max-width: 1320px !important;
}

.btn {
    padding: 0 20px;
}