/* NR5101 */ 
html body h2, html body h3, html body h4, html body h6 {
	color:#575757;	
}

html body h2 {
	font-size:40px;	
}

html body h4 {
    font-size:24px;
	line-height:1.4em;	
}

html body h6 {
	font-size:20px;
	line-height:1.4em;
}

.imgCenter {
	display:block;
	margin:0 auto;
}

.noPadding {
	padding:0;
} 
/* End NR5101 */


/* Top Navigation */
.deck-wrapper .section-navigation .navbar-default {
	background:rgba(0,0,0,0.7)!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:#ff8900!important;
}

#section-menu .btn-buy {
	background-color:#ff8900!important;
}

#section-menu .btn-buy:hover, #section-menu .btn-buy:active, #section-menu .btn-buy:focus {
	color:#ffffff!important;
}
/* End Top Navigation */


/* Main Banner */
.banner-section {
	position:relative;
	overflow:hidden;
    height:45vw;
	background:url('/library/assets/products/nr5101/nr5101_00_banner_1920x800.jpg');
    background-repeat:no-repeat;	
    background-position:50% 70%;	
	background-size:cover;
}

.mobile-banner-section {
	display:none;
}

.pc_pro_award{
    position: absolute;
    width: 150px;
}

@media screen and (max-width: 1440px) {
.pc_pro_award{
    position: absolute;
    width: 100px;
}
}

/* End Main Banner */


/* Intro */
.intro-section {
	position:relative;
    background:linear-gradient(to bottom, #e6f5f7 65%, #ffffff 100%);	
}
		
.intro-section .background {
	overflow:hidden;
    height:40vw;
	background:url('/library/assets/products/nr5101/nr5101_01_intro.png');
    background-repeat:no-repeat;	
    background-position:50% bottom;	
	background-size:100%;
	background-attachment:fixed;	
}

.intro-section .image {
	display:none;
}

.intro-section .content {
    width:80%;
	margin:0 auto;
}

.intro-section .content .text {
	padding-top:60px;
	padding-bottom:60px;	
    text-align:center;
}

.intro-section .content .text h2 {
	font-size:50px;
}

.intro-section .content .text h6 {
	font-size:30px;
}
/* End Intro */


/*Four Videos */
.video-section {
	position:relative;	
	background:#000000;
}

.video-section .image {
    position:absolute;
    margin:auto;
	top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
    text-align:center;	
}

.video-section .four-video video {
	width:50.1%;
    height:auto;
    margin-right:-0.1%;
    margin-bottom:-2%;	
}

.video-section .four-video video:last-child {
    float: left;
}
/* End Four Videos */


/* Speed, the Cornerstone for Future Life */
.life-section {
	position:relative;
	background:transparent;	
	margin-top:2%;
	padding-top:70px;
	padding-bottom:60px;	
	z-index:10;
}

.life-section .content .text {
    width:80%;	
	margin:auto;
	text-align:center;
}

.life-section .content .text h2{
    font-size:50px;
}

.life-section .content .description {
	width:80%;	
    background:#f4f4f4;
    padding:15px 15px 5px;
	margin:0 auto;
	margin-top:30px;	
    border-radius:50px;
	text-align:center;
}

.life-section .content .description .orange {
    display:inline-block;
}

.life-section .content .description .blue {
    display:inline-block;
	margin-left:50px;	
}

.life-section .content .description .circle {
    width:25px;
    height:25px;
    border-radius:999em;
    display:inline-block;
}

.life-section .content .description .orange .circle {
    background-color:#ff8900;
}

.life-section .content .description .blue .circle {
    background-color:#32a9bd;
}

.life-section .content .description h4 {
    line-height:1em;
}

.life-section .content .description h4 span {
	padding-left:10px;
    vertical-align:top;		
}

.life-section .content .thread {
    padding:0 0 6% 0;
    margin:0 auto;
    width:100%;
    position:relative;
    height:100px;
	margin-top:50px;	
}

.life-section .content .thread .line {
    background:#badde2;	
    border-top:3px solid #badde2;	
    width:80%;
	margin:0 auto;	
}

.life-section .content .thread .bullet {
    width:80%;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    top:-20px;
}

.life-section .content .thread .bullet .item {
    display:inline-block;
	width:14%;
    text-align:center;
    vertical-align:top;
    position:relative;
    cursor:pointer;
}

.life-section .content .thread .bullet .first {
	margin-left:-2%;
}

.life-section .content .thread .bullet .second {
	margin-left:-8%;
}

.life-section .content .thread .bullet .third {
	margin-left:-8%;
}

.life-section .content .thread .bullet .fourth {
	margin-left:5%;
}

.life-section .content .thread .bullet .fifth {
	margin-left:0%;
}

.life-section .content .thread .bullet .sixth {
	margin-left:5%;
}

.life-section .content .thread .bullet .seventh {
	margin-left:0;
}

.life-section .content .thread .bullet .item .wrapper {
    position:relative;
    z-index:0;
    width:40px;
    height:40px;
    border-radius:100%;
    padding:10px;
    margin:0 auto;
}

.life-section .content .thread .bullet .item .wrapper .circle {
    position:relative;
    margin:0 auto;
    width:20px;
    height:20px;
    border-radius:100%;
    background-color:#fff;
}

.life-section .content .thread .bullet .first .wrapper .circle {
    background-color:#ff8900;
}

.life-section .content .thread .bullet .second .wrapper .circle {
    background-color:#ff8900;
}

.life-section .content .thread .bullet .third .wrapper .circle {
    background-color:#ff8900;
}

.life-section .content .thread .bullet .fourth .wrapper .circle {
    background:linear-gradient(to right, #ff8900 0%, #32a9bd 100%);	
}

.life-section .content .thread .bullet .fifth .wrapper .circle {
    background:linear-gradient(to right, #ff8900 0%, #32a9bd 100%);	
}

.life-section .content .thread .bullet .sixth .wrapper .circle {
    background-color:#32a9bd;
}

.life-section .content .thread .bullet .seventh .wrapper .circle {
    background-color:#32a9bd;
}

.life-section .content .thread .bullet .item .title {
    color:#575757;
    font-size:17.5px;
}

.life-section .content .thread .bullet .item .title sub {
    font-size:50%;
    bottom:-0.05em;
}

.life-section .content .thread .speed {
    display:none;	
}

.life-section .content .thread .speed .left {
	width:60%;
	text-align:center;	
}

.life-section .content .thread .speed .left h6, .life-section .content .thread .speed .left .lv, .life-section .content .thread .speed .left .lh, .life-section .content .thread .speed .left .rh, .life-section .content .thread .speed .left .rv {
	display:inline-block;
}

.life-section .content .thread .speed .left .lv {
    position:relative;
    border-left:1.5px solid #575757;
    height:15px;
    margin-left:0;
    margin-bottom:5px;
    top:0;
}	

.life-section .content .thread .speed .left .lh {
    position:relative;
    border-bottom:1.5px solid #575757;
    width:42%;
    margin-left:-5px;
    margin-bottom:5px;
    top:0;
}

.life-section .content .thread .speed .left .rh {
    position:relative;
    border-bottom:1.5px solid #575757;
    width:42%;
    margin-right:-5px;
    margin-bottom:5px;
    top:0;	
}

.life-section .content .thread .speed .left .rv {
    position:relative;
    border-left:1.5px solid #575757;
    height:15px;
    margin-right:0;
    margin-bottom:5px;
    top:0;
}
	
.life-section .content .thread .speed .right {
	width:40%;
	text-align:center;	
}

.life-section .content .thread .speed .right h6, .life-section .content .thread .speed .right .lv, .life-section .content .thread .speed .right .lh, .life-section .content .thread .speed .right .rh, .life-section .content .thread .speed .right .rv {
	display:inline-block;
}

.life-section .content .thread .speed .right .lv {
    position:relative;
    border-left:1.5px solid #575757;
    height:15px;
    margin-left:0;
    margin-bottom:5px;
    top:0;
}	

.life-section .content .thread .speed .right .lh {
    position:relative;
    border-bottom:1.5px solid #575757;
    width:40%;
    margin-left:-5px;
    margin-bottom:5px;
    top:0;
}

.life-section .content .thread .speed .right .rh {
    position:relative;
    border-bottom:1.5px solid #575757;
    width:40%;
    margin-right:-5px;
    margin-bottom:5px;
    top:0;	
}

.life-section .content .thread .speed .right .rv {
    position:relative;
    border-left:1.5px solid #575757;
    height:15px;
    margin-right:0;
    margin-bottom:5px;
    top:0;
}

.life-section .content .thread .speed h6 {
	font-size:17.5px;
}

.life-section .content .horizontal {
	position:relative;
}

.life-section .content .horizontal .chart {
	width:80%;
	margin:0 auto;	
	margin-bottom:20px; 
/* 	background-color:#cae9ef; */
	background-color:#f4f4f4;	
	border-radius:50px;
}

.life-section .content .horizontal .chart .first {
	width:100%;
	background:linear-gradient(to right, #ff8900 0%, #32a9bd 100%);	
	border-radius:50px;
}

.life-section .content .horizontal .chart .second {
	background:linear-gradient(to right, #ff8900 0%, #32a9bd 90%);	
	border-radius:50px;
	margin-left:10%;
}

.life-section .content .horizontal .chart .third {
	background:linear-gradient(to right, #ff8900 0%, #32a9bd 75%);		
	border-radius:50px;
	margin-left:25%;	
}

.life-section .content .horizontal .chart .fourth {
	background:linear-gradient(to right, #ff8900 0%, #32a9bd 65%);		
	border-radius:50px;
	margin-left:35%;	
}

.life-section .content .horizontal .chart .fifth {
	background:linear-gradient(to right, #ff8900 -45%, #32a9bd 45%);	
	border-radius:50px;	
	margin-left:55%;	
}

.life-section .content .horizontal .chart .sixth {
	background:linear-gradient(to right, #ff8900 -45%, #32a9bd 45%);	
	border-radius:50px;
	margin-left:55%;	
}

.life-section .content .horizontal .chart .seventh {
	background:linear-gradient(to right, #ff8900 -45%, #32a9bd 45%);		
	border-radius:50px;
	margin-left:55%;		
}

.life-section .content .horizontal .chart .eighth {
	background:linear-gradient(to right, #ff8900 -45%, #32a9bd 45%);		
	border-radius:50px;
	margin-left:55%;		
}

.life-section .content .horizontal .chart .bar {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.life-section .content .horizontal .chart .term {
	color:white;
	font-size:17.5px;
	font-weight:bold;
}

.life-section .content .horizontal .word {
	display:none;
}

[data-aos=slide-left] {
	transform:translate3d(-10%,0,0);
}
/* End Speed, the Cornerstone for Future Life */


/* Empower the Way of Your Smart Life */
.empower-section {
    position:relative;		
	width:100%;
    margin:auto;
}

.empower-section .background {
	position:relative;
	background:url('/library/assets/products/nr5101/nr5101_02_smart_life_bg.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
	display:flex;
}
	
.empower-section .background .content {
	width:100%;
	margin:auto;
	padding-top:30px;
}
	
.empower-section .background .content .text {
	width:80%;
	margin:auto;
	padding-left:0;
	text-align:center;
}
/* End Empower the Way of Your Smart Life */


/* Next-Gen Connectivity */
.nextgen-section {
    position:relative;		
	padding-top:60px;
	padding-bottom:60px;
	background-color:#efefef;
}

.nextgen-section .content {
	width:80%;
    margin:auto;	
}

.nextgen-section .content .text {
    text-align:center;
}

.nextgen-section .content .image {
	padding-top:30px;
	padding-bottom:30px;
}

.nextgen-section .content .image #mobile {
	display:none;
}
/* End Next-Gen Connectivity */


/* Multifunction Router, All Up to You */
.router-section {
    position:relative;
    background:linear-gradient(to bottom, #efefef 0, #f7f7f7 100%);
	width:100%;
    margin:auto;
    padding-top:30px;
    padding-bottom:10px;
}

.router-section .content .text {
	width:80%;
	padding:0;
	margin:auto;
	margin-bottom:50px;		
	text-align:center;		
}

.router-section .content .image {
	width:100%;
	padding-right:5%;
	padding-left:5%;
}
/* End Multifunction Router, All Up to You */


/* Non-Stop Connectivity */
.nonstop-section {
    position:relative;	
    background:#f7f7f7;
	width:100%;
    margin:auto;
    padding-top:60px;
    padding-bottom:60px;
}

.nonstop-section .content .text {
	width:80%;
	padding:0;
	margin:auto;		
	text-align:center;		
}

.nonstop-section .content .image {
	width:100%;
}
	
.nonstop-section .content .image #pc {
	display:none;
}
	
.nonstop-section .content .image img {
	top:0px;
    left:0px;		
}
    
.nonstop-section .content .image img:nth-child(2) {
	position:absolute;
}
/* End Non-Stop Connectivity */


/* Next-Gen Connectivity */
.security-section {
    position:relative;		
	padding-top:60px;
	padding-bottom:60px;
	background-color:#f7f7f7;
}

.security-section .content {
	width:80%;
    margin:auto;	
}

.security-section .content .text {
    text-align:center;
}

.security-section .content .text .item {
	width:80%;
    margin:auto;
    padding-top:10px;
    padding-left:10%;
}	
.security-section .content .text .item ul {
	display:flex;
    flex-wrap:wrap;
}

.security-section .content .text .item ul li {
	padding:3px 0;
    width:50%;
	color:#575757;
	font-size:18px;
	text-align:left;
}
	
.security-section .image {
    position:relative;
	margin-top:30px;
    margin-bottom:20px;
}
	
.security-section .image #mobile {
	display:none;
}
	
.security-section .image img {
	top:0px;
    left:0px;		
}
    
.security-section .image img:nth-child(2) {
	position:absolute;	
    opacity:0.45;
}
/* End Next-Gen Connectivity */


/* Easy App & Web Management */
.management-section {
    position:relative;		
	width:100%;
    margin:auto;
	padding-top:60px;	
	background: #fafafa;
	/* background: linear-gradient(180deg,#fafafa 10%, #f6f6f6 30%,#f3f3f3 100%); */
}

.management-section .background .content .text {
	width:80%;
	margin:auto;
	padding-left:0;
	text-align:center;
}

.management-section .background .content {
	width:100%;
	margin:auto;
}

.management-section .background .content .text .gui {
	display:none;
}

.management-section .background .content .image {
	width:100%;
	padding-left:0;
}

.management-section .background .content .image #pc {
	display:none;
}

.management-section .background .content .image img {	
	width:100%;
	max-width:100%;
}
/* apps */
	.management-section .apps {
		padding-top:30px;
		padding-bottom:30px;
		width: 43%;
		margin: -7% auto 0 auto;
		margin:auto;
	}
		
	.management-section .apps .search {
	    background-color: #ffffff;
	    color: #888888!important;
	    width: 90%;
	    margin-left: 3%;
	    font-size:20px;
	    font-weight:bold;
	    /* border: 1px solid #3f3f3f!important; */
	    box-shadow: 0px 3px 11px rgb(0 0 0 / 27%);
	    display:inline-block;
	    padding: 15px 12px;
	    margin-bottom:0;
	    line-height:1.42857143;
	    border-radius:4px;
	    text-align:center;
	}

	.management-section .apps .downloads {
	 	display:flex;
	 	max-width: 96%;
	 	margin-top: 4px;
	 	align-self:center;
	 	text-align:center;
	}		

	.management-section .apps .logo {
	    position:relative;
	    width: 42%;
	    margin-right: -3px;
	    align-self:center;
	    -webkit-filter:drop-shadow(7px 7px 3px rgba(0 0 0 / 10%));
	    filter:drop-shadow(7px 7px 3px rgba(0 0 0 / 10%));
	}

	.management-section .apps .logo img {
	     width:200px;	
	}

	.management-section .apps .downloads .store {
		padding: 3px 0;
		display:flex;
		flex-direction:column;
		width:60%;
		justify-content:space-around;
	}

	.management-section .apps .downloads .store img {
		width:90%;
		-webkit-filter:drop-shadow(7px 7px 3px rgba(0 0 0 / 10%));
		filter:drop-shadow(7px 7px 3px rgba(0 0 0 / 10%));		
	}
/* End Easy App & Web Management */


/* Product Appearance */
.appearance-section {
    position:relative;		
    margin:auto;	
	background-color:#f7f7f7;	
}

.appearance-section img#mobile {
    display:none;	
}

.appearance-section .product#mobile {
    display:none;	
}

.appearance-section .product .modal-content {
    background-color:#ffa133;
	border-radius:15px;
}

.appearance-section .product .modal-content .close {
	font-size:12vw!important;
	right:3vw;
    text-shadow:0 1px 0 #000;
	outline:none; 
}

.appearance-section .product .modal-body {
   text-align:center;
}

.appearance-section .product .modal-body h4, .appearance-section .product .modal-body h6 {
   color:#ffffff;
}

.appearance-section .product-wps {
	position:absolute;    
	top:30%;
    left:27%;
}

.appearance-section .product-led {
	position:absolute;     
    top:82%;
    left:31%;
}
	
.appearance-section .product-antenna {
	position:absolute; 
    top:33%;
    left:68.5%;
}

.appearance-section .product-switch {
	position:absolute; 
    top:60%;
    left:58.5%;

}

.appearance-section .product-port {
	position:absolute; 
    top:59%;
    left:62%;
}

.appearance-section .product-wan {
	position:absolute; 
    top:68.5%;
    left:64%;
}

.appearance-section .product-lan {
	position:absolute; 
    top:59%;
    left:66%;
}

.appearance-section .product-usb {
	position:absolute; 
    top:68.5%;
    left:68%;
}

.appearance-section .product .popover {
	z-index:1;	
	background-color:#ffa133;
	border:0px;
	width:300px;	
	border-radius:15px;	
}

.appearance-section .product .popover-title {
    padding:10px 20px 6px 20px;
    margin:0;
    border-bottom:0px;
    border-radius:15px;
	background-color:transparent;
	box-shadow:none;
	text-align:center;
}

.appearance-section .product .popover-content {
    padding:0px;
}

.appearance-section .product .popover-title h4, .appearance-section .product .popover-title h6 {
    line-height:1.2em;
	color:#ffffff;	
	margin-bottom:5px;
}

.appearance-section .product .popover-title h4 {
	font-size:22px;
}

.appearance-section .product .popover-title h6 {
	font-size:18px;
}

.appearance-section .product .popover-title span {
	display:block;
}

.appearance-section .product .popover.right>.arrow, .appearance-section .product .popover.left>.arrow, .appearance-section .product .popover.top>.arrow, .appearance-section .product .popover.bottom>.arrow {
    display:none;
}

.appearance-section .circleBG {
    height:30px;
    width:30px;
    position:absolute;
    top:50%;
    left:50%;
    text-align:center;
    margin:-30px 0 0 -30px;
    border-radius:100px;
    z-index:1
}

.appearance-section .circleBG i {
    font-size:28px;
	padding:1px;
	color:#ff8900;
}

.appearance-section .circleBG .flash {
    position:absolute;
	width:100px;
    height:100px;
    z-index:-1;
    left:50%;
    top:50%;
    opacity:0;
    margin:-50px 0 0 -50px;
    border-radius:100px;
    -webkit-animation:flash 1.8s infinite;
    animation:flash 1.8s infinite
}

@-webkit-keyframes flash {
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

@keyframes flash {
    0%{
        opacity:1;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}

.appearance-section .fade.in {
    opacity:0.9;
}

.appearance-section .white {
    background-color:rgba(255,255,255,.6);
}
/* End Product Appearance */

/* Nebula Link */
.nebula-section .content{
	margin-top: -60px;
	width: 100%;
	background: #f4f4f4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nebula-section .content img{
	padding: 0 20px;
}
.nebula-section .link{
	font-weight: bold;
	font-size: 20px;
	color: #575757;
	text-align: center;
	padding: 36px 20px;
}
.nebula-section .link a{
	color: #575757;
	text-decoration: underline;
}
/* End Nebula Link */

/* What’s New */
.new-section {
    position:relative;
	padding:60px 0px 30px;
	background:#ffffff;
}

.new-section .content {
    width:90%;	
	margin:0 auto;
    max-width:1650px;	
}

.new-section .content h2 {
    color:#ff8900;
	text-align:center;
}

.new-section .content .new-wrap .slick-arrow:before {
    color:#ff8900;
    font-size:28px;
}

/* .new-section .content .new-wrap .slick-prev:before {
	font-family:"FontAwesome";
	content:"";
}

.new-section .content .new-wrap .slick-next:before {
	font-family:"FontAwesome";
	content:"";
}	
*/


.new-section .content .new-wrap .slick-dots li button:before {
    color:#ff8900;
}

.new-section .content .new-wrap .slick-dots li.slick-active button:before {
    color:#ff8900;
}

.new-section .content .new-wrap .item {
	margin:10px;	
}

.new-section .content .new-wrap .item .box {
    overflow:hidden;
}
	
.new-section .content .new-wrap .item .box .image {
    position:relative;	
    height:350px;
    background-repeat:no-repeat;
    background-size:cover;
	transition:.5s ease;	
}

.new-section .content .new-wrap .item .box .image.center {
    background-position:center center;
}
	
.new-section .content .new-wrap .item .box .image .overlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
	background:linear-gradient(to bottom, rgba(35,35,35, 0)45%, rgba(35,35,35, 0.6)100%);
}

.new-section .content .new-wrap .item .box .image .info {
	position:absolute;		
    width:80%;
	bottom:12%;
    padding:0 6%;	
}

.new-section .content .new-wrap .item .box .image .info .text {
    color:white;
    font-size:18px;
	font-weight:bold;
	text-shadow:black 0.1em 0.1em 0.2em;
}

.new-section .content .new-wrap .item .box .image .info .button {
    color:#000000;
    background-color:#ffffff;
    margin-top:10px;
	font-weight:bold;	
}

.new-section .content .new-wrap .item .box:hover .image {
  transform:scale(1.05);  
}
/* End What’s New */


/* Spec */
/* .panel-heading a {
   color:#6CBE45!important;    
} */

.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:"**";
}

.specnote li:nth-child(3):before {
   content:"***";
}
/* End Spec */


/* Downloads */
#download-files .btn-download span.icon-download {
    background-color:#ff8900;
}

#download-files .btn-download {
    color:#ff8900;
}
/* End Downloads */


/* Notice */
.notice-section {
	position:relative;		
}

.notice-section hr {
	margin-top:10px;
	border-top:1px solid #000000;
}

.productnotice {
	padding:10px 0 15px 0;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	color:#575757;
}
/* End Notice */


/* Related Links */
.product-page .related-link-item .related-link-wrapper .related-link-caption {
	background-color:#ff8900;
}

.deck-wrapper .btn-outline, .deck-wrapper .btn-outline:active, .deck-wrapper .btn-outline:focus, .deck-wrapper .btn-outline:hover {
    background-color:transparent;
    color:#ff8900!important;
    border-color:#ff8900;
}
/* End Related Links */

/* Downloads Page*/
.download-note .text{
	margin: 0 75px;
	font-size: 14px;
}
.download-note .text a,
.license-note a{
	cursor:pointer;
    color:#252525;
    text-decoration: underline;
}
/* End Downloads Page*/

/* RWD */
@media screen and (max-width:1440px){
	.life-section .content .description {
		width:88%;
	}
	.life-section .content .thread .line {
		width:88%;
	}
	.life-section .content .horizontal .chart {
		width:88%;
	}
	.new-section .content .new-wrap .item .box .image {
		height:305px;
	}	
	.new-section .content .new-wrap .item .box .image .info {
		bottom:7%;	
	}
}

@media screen and (max-width:1366px){
	.banner-section {
		height:38vw;
	}
}

@media screen and (max-width:1300px){
	.banner-section {
		height:50vw;
		background-position:40% bottom;		
	}
	.intro-section .background {
		display:none;
	}
	.intro-section .image {
		display:block;
	}
	.life-section .content .thread .bullet sub {
		display:none;
	}
	.life-section .content .thread .speed {
		width:90%;
		margin:0 auto;
		margin-top:50px;		
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:-o-flex;
		display:flex;
	}
	.life-section .content .horizontal .chart {
		margin-bottom:5px;
	}
	.life-section .content .horizontal .chart .term {
		display:none;
	}
	.life-section .content .horizontal .word {
		display:block;
		width:88%;
		margin:0 auto;		
		text-align:right;
		padding-bottom:10px;
		padding-right:10px;
		color:#575757;
		font-size:16px;
		font-weight:bold;
	}
	.security-section .content .text .item {
		width:100%;
		padding-left:0;
	}
	.new-section .content .new-wrap .item .box .image {
		height:280px;
	}	
	.new-section .content .new-wrap .item .box .image .info {
		width:100%;
		bottom:20px;	
	}	
}

@media screen and (max-width:1024px){
	.appearance-section .product#pc {
		display:none;	
	}
	.appearance-section .product#mobile {
		display:block;	
	}
}
	
@media screen and (max-width:991px){
	.video-section .text {
		top:46%;
	}
	.video-section .text span {
		font-size:120px;
	}
	.video-section .text h2 {
		font-size:60px;	
	}
	.life-section .content .description .blue {
		display:block;
		margin-left:0;
		margin-top:5px;
	}
	.life-section .content .description h4 {
		font-size:18px;
	}
	.life-section .content .description .circle {
		width:18px;
		height:18px;
	}
	.empower-section .background .content .image {
		width:65%;
		margin:auto;
	}
	.nextgen-section .content .image {
		padding-top:0;
		padding-bottom:0;
	}
	.nextgen-section .content .image #pc {
		display:none;
	}
	.nextgen-section .content .image #mobile {
		display:block;
	}
	.router-section {
		padding-bottom:60px;
	}
	.nonstop-section {
		padding-top:30px;
	}
	.security-section {
		padding-top:30px;
	}
	.security-section .content .text .item ul {
		display:block;
	}
	.security-section .content .text .item ul li {
		width:100%;
	}
	.security-section .image #pc {
		display:none;
	}
	.security-section .image #mobile {
		display:block;
	}
	.security-section .image img {
		max-width:150%!important;
		margin:0 -25%;
	}
	.appearance-section img#pc {
		display:none;	
	}
	.appearance-section .product#pc {
		display:none;	
	}
	.appearance-section img#mobile {
		display:block;
		width:100%;
		max-width:100%;		
	}
	.appearance-section .product#mobile {
		display:block;	
	}
	.appearance-section .product-wps { 
		top:10%;
		left:46%;
	}
	.appearance-section .product-led {
		top:34%;
		left:66%;
	}
	.appearance-section .product-antenna {
		top:67%;
		left:68.5%;
	}
	.appearance-section .product-switch {
		top:86%;
		left:31.5%;
	}
	.appearance-section .product-port {
		top:86%;
		left:42%;
	}
	.appearance-section .product-wan {
		top:90%;
		left:49%;
	}
	.appearance-section .product-lan {
		top:86%;
		left:57%;
	}
	.appearance-section .product-usb {
		top:90%;
		left:64%;
	}
	.management-section .apps_bg{
    	background:linear-gradient(to right, #eeeeee 0%, #f6f6f6 100%);	
	}
}

@media screen and (max-width:768px){
	.life-section .content .thread .speed .left .lh {
		width:40%;
	}
	.life-section .content .thread .speed .left .rh {
		width:40%;
	}
	.life-section .content .thread .speed .right .lh {
		width:35%;
	}
	.life-section .content .thread .speed .right .rh {
		width:35%;
	}
	.appearance-section .product .modal-dialog {
		width:86%;
		margin:0 auto;
	}
	.appearance-section .content{
		position: relative;
	}
	.nebula-section .content{
		margin-top: -30px;
	}
	.nebula-section .link{
		text-align: center;
		padding: 36px 15px;
	}
}

@media screen and (max-width:640px) {
	.banner-section {
		display:none;
	}
	.mobile-banner-section {
		display:block;
	}
}
	
@media screen and (max-width:600px) {
	html body h2 {
		font-size:28px;
	}
	html body h6 {
		font-size:22px;
	}
	html body h6 {
		font-size:18px;
	}
	.intro-section .content .text h2 {
		font-size:42px;
	}
	.intro-section .content .text h6 {
		font-size:28px;
	}
	.video-section .text {
		top:42%;
	}
	.video-section .text span {
		font-size:60px;
	}
	.video-section .text h2 {
		font-size:25px;	
	}
	.life-section .content .text h2 {
		font-size:42px;
	}
	.life-section .content .text h4 {
		font-size:18px;
	}
	.life-section .content .description {
		width:90%;
	}
	.life-section .content .description .circle {
		width:18px;
		height:18px;
	}
	.life-section .content .description h4 {
		font-size:18px;
	}
	.life-section .content .thread .line {
		width:90%;
	}
	.life-section .content .thread .speed .left .lh {
		width:37%;
	}
	.life-section .content .thread .speed .left .rh {
		width:37%;
	}
	.life-section .content .thread .speed .right .lh {
		width:32%;
	}
	.life-section .content .thread .speed .right .rh {
		width:32%;
	}
	.appearance-section .product-wan {
		top:91%;
	}
	.appearance-section .product-usb {
		top:91%;
	}	
	.new-section .content {
		width:88%;
	}
	.new-section .content .new-wrap .slick-prev {
		left:-22px;
	}
	.new-section .content .new-wrap .slick-next {
		right:-18px;
	}
	.new-section .content .new-wrap .item .box .image {
		height:300px;
	}	
	.nebula-section .content{
		margin-top: 0px;
		padding-top: 20px;
		flex-direction: column-reverse;
	}
	.nebula-section .link{
		font-size: 16px;
		text-align: center;
		padding: 15px 15px 20px 15px;
	}
}

@media screen and (max-width:500px) {	
	.life-section .content .thread .speed .left .lh {
		width:35%;
	}
	.life-section .content .thread .speed .left .rh {
		width:35%;
	}
	.life-section .content .thread .speed .right .lh {
		width:30%;
	}
	.life-section .content .thread .speed .right .rh {
		width:30%;
	}
	.appearance-section .product .modal-body h4 {
		font-size:20px;
		line-height:1.2em;
	} 
	.appearance-section .product .modal-body h6 {
		font-size:17px;
		line-height:1.2em;
	}
	.appearance-section .product-port {
		left:44%;
	}
	.appearance-section .product-wan {
		top:93%;
		left:52%;
	}
	.appearance-section .product-lan {
		left:60%;
	}
	.appearance-section .product-usb {
		top:93%;
		left:67%;
	}
	/* apps */
	.management-section .apps {
		padding-top:10px;
		padding-bottom:30px;
		width: 45%;
		margin: 0 auto;
	}
	.management-section .apps .search {
	    padding: 5px 12px;
	    width: 94%;
	}
	.management-section .apps .downloads{
		max-width: 100%;
	}
}

@media screen and (max-width:400px) {
	.life-section .content .thread .speed .left .lh {
		width:32%;
	}
	.life-section .content .thread .speed .left .rh {
		width:32%;
	}
	.life-section .content .thread .speed .right .lh {
		width:20%;
	}
	.life-section .content .thread .speed .right .rh {
		width:20%;
	}
	.new-section .content .new-wrap .item .box .image {
		height:250px;
	}	
	.new-section .content .new-wrap .item .box .image .info {
		bottom:15px;	
	}	
	.nebula-section .content{
		margin-top: 0px;
		padding-top: 20px;
		flex-direction: column-reverse;
	}
	.nebula-section .link{
		font-size: 16px;
		text-align: center;
		padding: 15px 15px 20px 15px;
	}
}

@media screen and (max-width:360px) {
	.life-section .content .description h4 {
		padding-left:5px;
		vertical-align:middle;
		font-size:14px;		
	}
}

@media screen and (min-width:992px) {	
	.life-section {
		padding-bottom:0;
	}
	.empower-section {
		margin-top:-5vw;	
	}
	.empower-section .background {
		height:60vw;
		background-position:center top;	
	}
	.empower-section .background .content {
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:-o-flex;
		display:flex;
		margin:auto;
		padding-top:0;
	}
	.empower-section .background .content .text {
		width:50%;
		padding-left:8%;
		align-self:center;
		text-align:left;
		margin:unset;
	}	
	.empower-section .background .content .image {
		width:50%;
		margin-top:10%;
	}
	.router-section .content {
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:-o-flex;
		display:flex;
		margin:auto;
	}
	.router-section .content .text {
		width:50%;
		padding-left:8%;
		padding-right:8%;
		align-self:center;
		text-align:left;
		margin:unset;
		margin-bottom:0;
	}
	.router-section .content .image {
		width:50%;
		padding-right:1%;
		padding-left:0;
		align-self:center;
	}	
	.nonstop-section .content {
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:-o-flex;
		display:flex;
		flex-direction:row-reverse;
		margin:auto;
	}
	.nonstop-section .content .text {
		width:55%;
		padding-left:3%;
		padding-right:8%;
		align-self:center;
		text-align:left;
	}
	.nonstop-section .content .image {
		position:relative;	
		width:45%;
		align-self:center;
	}	
	.nonstop-section .content .image #pc {
		display:block;
	}
	.nonstop-section .content .image #mobile {
		display:none;
	}	
	.management-section {
		padding-top:0;
	}	
	.management-section .background {
		background:url('/library/assets/products/nr5101/nr5101_07_concise_exterior_bg.jpg');
		background-repeat:no-repeat;	
		background-position:center bottom;	
		background-size:cover;
		padding-top:10vw;
		padding-bottom:8vw;
		display:flex;
	}
	.management-section .background .content {
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:-o-flex;
		display:flex;
		margin:auto;
	}
	.management-section .background .content .text {
		width:40%;
		padding-left:8%;
		align-self:center;
		text-align:left;
		margin:unset;
	}	
	.management-section .background .content .text .gui {
		position:relative;				
		width:100%;
		height:30vw;
		margin-top:30px;
		display:block;
	}
	.management-section .background .content .text .gui #slideshow .one {
		position:absolute;
		background:url('/library/assets/products/nr5101/nr5101_07_concise_exterior_phone_01.png');		
		background-repeat:no-repeat;				
		width:100%;
		height:30vw;		
		background-position:center;			
		background-size:cover;
		background-size:contain;		
	}		
	.management-section .background .content .text .gui #slideshow .two {
		position:absolute;
		background:url('/library/assets/products/nr5101/nr5101_07_concise_exterior_phone_02.png');	
		background-repeat:no-repeat;				
		width:100%;
		height:30vw;		
		background-position:center;			
		background-size:cover;
		background-size:contain;		
	}		
	.management-section .background .content .text .gui	#slideshow .three {
		position:absolute;
		background:url('/library/assets/products/nr5101/nr5101_07_concise_exterior_phone_03.png');	
		background-repeat:no-repeat;				
		width:100%;
		height:30vw;		
		background-position:center;			
		background-size:cover;
		background-size:contain;		
	}
	.management-section .background .content .text .gui	#slideshow .four {
		position:absolute;
		background:url('/library/assets/products/nr5101/nr5101_07_concise_exterior_phone_04.png');	
		background-repeat:no-repeat;				
		width:100%;
		height:30vw;		
		background-position:center;			
		background-size:cover;
		background-size:contain;		
	}
	.management-section .background .content .image {
		width:55%;
		padding-left:5%;
	}
	.management-section .background .content .image #pc {
		display:block;
	}
	.management-section .background .content .image #mobile {
		display:none;
	}
	/* apps */
	.management-section .apps {
		padding-top:30px;
		padding-bottom:30px;
		width: 35%;
		margin:auto;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.management-section .apps .search {
	    padding: 4px 12px;
	}
}

@media screen and (min-width:1300px) {
	.empower-section .background .content .text {
		width:45%;
		padding-left:0;
		margin-left:15%;
		margin-top:-3%;
	}
}
/* End RWD */

.slick-list {
    width: 95%;
    margin: auto !important;
}

button.close.ui-dialog-titlebar-close {
    right: 0;
}

button.close.ui-dialog-titlebar-close i{
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 0;
    height: 40px;
    width: 40px;
}

.btn.btn-lg.btn-call-to-action {padding: 0 20px;}


/* Product Specs Bullets */
#specifications .panel-default ul {
	padding-left: 40px;
}

#specifications .panel-default li {
	list-style-type: disc;
}

#specifications .panel-default ul li ul li {
    list-style-type: circle;
}


/* Additions */
.container.maxwid {
    max-width: 1320px;
}

.slick-dots {
    display: none !important;
}

button.slick-arrow:hover:before, div.slick-arrow:hover:before {
    border-color: #ff8900 !important;
}

.info > .text > a {
    color: #fff;
}

.info > .text > a:hover {
    text-decoration: none;
}

.info > .btn.button > a {
    color: #000;
}

@media screen and (max-width: 991px) {
	.link h6 ul li {
		list-style-position: inside;
	}
}	