/* nebula_lte7461_m602 */
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 nebula_lte7461_m602 */


/* Top Navigation */
.deck-wrapper .section-navigation .navbar-default {
    background-color:#64be00!important;
}

.product-page .deck-wrapper h1.page-title {
    color:#64be00!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;
}

#section-menu .btn-buy {
	background-color:#ffb866!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;
    height:46vw;
	background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_00_Banner_1920x800.png");	
    background-repeat:no-repeat;
    background-position:center bottom;
	background-size:cover;
}

.banner-section .slogan {
	width: 46%;
	/* margin: 0 39.5vw; */
	margin: 0 42.5vw;
	display:flex;
    height:100%;
}

.banner-section .slogan .text {
    align-self: flex-end;
    /* margin-bottom: 9vw; */
    margin-bottom: 4vw;
}

.banner-section .slogan .text h3 {
	color:#fefefe;
	/* text-shadow:0 0 0.2em rgb(0 0 0 / 90%), 0 0 0.2em rgb(0 0 0 / 90%);	 */
	text-shadow: 0 0 0.2em rgb(0 0 0 / 60%), 0 0 0.2em rgb(0 0 0 / 40%);
}
.banner-section .slogan .text h3 .line1{
	font-size: 2.3vw;
	text-align: right;
	line-height:1.15;
}
.banner-section .slogan .text h3 .line2{
	font-size: 2vw;
	text-align: right;
	line-height:1.15;
}
/* End Main Banner */


/* Easily Expand Connection with Reliable Signal */
.signal-section {
    position:relative;
    /* top: -1px; */
}
.signal-section .background{
	background: #b5d8eb; /* Old browsers */
	background: -moz-linear-gradient(top,  #b5d8eb 0%, #b5d8eb 18%, #f0f7fd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #b5d8eb 0%,#b5d8eb 18%,#f0f7fd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #b5d8eb 0%,#b5d8eb 18%,#f0f7fd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}

.signal-section .background .content {
	padding-top:60px;
}

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

.signal-section .background .image {
	display:block;
	height:80vw;
	margin-top:-5vw;
	background:url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_01_Easily_Expand_Connection_with_Reliable_Signal.png');
	background-repeat:no-repeat;
	background-position:right bottom;
	background-size:cover;
}
/* End Easily Expand Connection with Reliable Signal */

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

.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-evenly;
}

.introduction-section .feature-icons-group .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;
	text-decoration: none;
}

.introduction-section .feature-icons-group .icon-wrapper .text{
	color: #8e8e8e;
	font-weight: 600;
}

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

.introduction-section .feature-icons-group .icon-wrapper .icon.nebula_cloud{
	background-image: url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_icons_0_Nebula_Cloud_Management.png');
}

.introduction-section .feature-icons-group .icon-wrapper .icon.mobile{
	background-image: url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_icons_0_Extreme_Weather.png');
}

.introduction-section .feature-icons-group .icon-wrapper .icon.extreme{
	background-image: url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_icons_0_Mobile_Broadband_Internet_and_Failover.png');
}

.introduction-section .feature-icons-group .icon-wrapper .icon.instant{
	background-image: url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_icons_0_Instant_Deployment.png');
}

.introduction-section .feature-icons-group .icon-wrapper:hover .text{
	color: #6ac010;
}

.introduction-section .feature-icons-group .icon-wrapper:hover .icon.nebula_cloud{
	background-image: url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_icons_1_Nebula_Cloud_Management.png');
}

.introduction-section .feature-icons-group .icon-wrapper:hover .icon.mobile{
	background-image: url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_icons_1_Extreme_Weather.png');
}

.introduction-section .feature-icons-group .icon-wrapper:hover .icon.extreme{
	background-image: url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_icons_1_Mobile_Broadband_Internet_and_Failover.png');
}

.introduction-section .feature-icons-group .icon-wrapper:hover .icon.instant{
	background-image: url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_icons_1_Instant_Deployment.png');
}
/* End Introduction */

/* Effortlessly */
.manage-devices-section{
	padding:60px 0;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #e7f0f3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#e7f0f3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#e7f0f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e7f0f3',GradientType=0 ); /* IE6-9 */
}
.manage-devices-section .content{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.manage-devices-section .content .text{
	width: 55%;
}
.manage-devices-section .content .image{
	width: 40%;
}
.manage-devices-section .content .image img{
	width: 100%;
	height: auto;
}
/* End Effortlessly */

/* Non-stop Connectivity */
.connectivity-section {
    position:relative;		
	width:100%;
    margin:auto;
    background: #e7f0f3;
    /* top: -1px; */
}
.connectivity-section .background .image {
	display:none;
}
/* End Non-stop Connectivity */

/* Designed for all Environments */
.environments-section {
    position:relative;		
	width:100%;
    margin:auto;
    /* top: -1px; */
    background: #c1dcf7; /* Old browsers */
    background: -moz-linear-gradient(left,  #c1dcf7 0%, #c0ddf8 73%, #bbdaf7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #c1dcf7 0%,#c0ddf8 73%,#bbdaf7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #c1dcf7 0%,#c0ddf8 73%,#bbdaf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.environments-section .background .content .text{
	text-align: center;
	margin-top: 5%;
}
.environments-section .background .content .logo {
	margin-top:20px;
	width:100%;
}
	
.environments-section .background .content .logo .bar {
 	width:100%;
 	padding-left:0px;
	list-style:none;
}

.environments-section .background .content .logo .bar li {
    display:inline-block;
}

.environments-section .background .content .logo .bar .icon {
	width:100%;
	height:80px;
}

.environments-section .background .content .logo .bar .dirt .icon {
    background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_04_icon_dirt.png") no-repeat;
	background-size:contain;
	background-position:center;
}

.environments-section .background .content .logo .bar .rain .icon {
    background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_04_icon_Rain.png") no-repeat;
	background-size:contain;
	background-position:center;
}

.environments-section .background .content .logo .bar .hurricane .icon {
    background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_04_icon_hurricane.png") no-repeat;
	background-size:contain;
	background-position:center;
}

.environments-section .background .content .logo .bar .lightning .icon {
    background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_04_icon_lightning.png") no-repeat;
	background-size:contain;
	background-position:center;
}

.environments-section .background .content .logo .bar .snow .icon {
    background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_04_icon_snow.png") no-repeat;
	background-size:contain;
	background-position:center;
}

.environments-section .background .content .logo .bar .name {
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
	color:#636363;
	text-align:center;
}

.environments-section .background .content .logo .bar .description {
    font-size:17px;
    color:#636363;
    text-align:center;
	padding-top:5px;
    line-height:1.4;
}
/* End Designed for all Environments */

/* 5-Column Layout */
.environments-section .col-sm-2dot4 {
    position:relative;
    width:100%;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
	float:left;
}
/* End 5-Column Layou */

/* Effortless Installation */
.installation-section {
    position:relative;		
	width:100%;
    margin:auto;
	background:#eff7f9;
	/* top: -1px; */
}

.installation-section .background .content .text .more {
    width:100%;
	margin-top:15px;
    padding:3%;
    background:rgba(249,249,249, 0.55);
}

.installation-section .background .content .text .more span {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	text-shadow:#000000 0.01em 0.01em 0.01em;
}

.installation-section .background .content .text .more .popup-youtube {
	color:#000000;
	font-size:18px;
	text-decoration:underline;
	text-shadow:#000000 0.01em 0.01em 0.01em;
}

.installation-section .background .image {
	display:none;
}
/* End Effortless Installation */


/* Effortless Installation - Zyxel LTE Ally */
.installation-section .background .content .app {
	display:flex;
	margin-top:10px;
}

.installation-section .background .content .app .logo {
    width:100%;
    position:relative;
    max-width:100px;
	margin-right:30px;
    margin-top:10px;	
    align-self:center;	
}

.installation-section .background .content .app .download {
    max-width:150px;
    align-self:center;
}

.installation-section .background .content .app .download img {
    margin-top:10px;	
}
/* End Effortless Installation - Zyxel LTE Ally */


/* Effortless Installation - Zyxel Air */
.management-section .background .content .apps,
.installation-section .background .content .apps {
	display:flex;
	margin-top:30px;
}
.management-section .background .content .apps .logo,
.installation-section .background .content .apps .logo {
    width:100%;
    position:relative;
    max-width:100px;
	margin-right:20px;
    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 .background .content .apps .downloads,
.installation-section .background .content .apps .downloads {
    max-width:250px;
    align-self:center;	
	text-align:center;
}
.management-section .background .content .apps .downloads .search,
.installation-section .background .content .apps .downloads .search {
    background-color:transparent;
    color:#3f3f3f!important;
    width:95%;
    font-size:20px;
    font-weight:bold;
    border:2px solid #3f3f3f!important;	
	box-shadow:7px 7px 10px rgba(0 0 0 / 10%);		
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    line-height:1.42857143;
    border-radius:4px;		
}
.management-section .background .content .apps .downloads .store,
.installation-section .background .content .apps .downloads .store {
	display:flex;
	margin-top:10px;
}
.management-section .background .content .apps .downloads .store img,
.installation-section .background .content .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 Effortless Installation - Zyxel Air */

/*Easy Remote Management */
.management-section {
    position:
    relative;		
	width:100%;
    margin:
    auto;
    background-color: #eff7f9;
    /* top: -1px; */
}

.management-section .background .image {
	display:none;
}
/* End Easy Remote Management */


/* Spec */
.spec .panel-heading a {
/* 	color:#64be00!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 */

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


/* Related Links */
.product-page .related-link-item .related-link-wrapper .related-link-caption {
    background-color: #64be00!important;
}

.deck-wrapper .btn-outline, .deck-wrapper .btn-outline:active, .deck-wrapper .btn-outline:focus, .deck-wrapper .btn-outline:hover {
    background-color:
    transparent;
    color: #64be00!important;
    border-color: #64be00;
}
/* End Related Links */

/* LicensePack Table */
.section-features{
	color: #252525;
}
#pack th {
	text-align:center;
	border-bottom:1px solid #000000;
}

#pack td {
	text-align:center;
}

#pack td.FeatureText {
    text-align:left;
}

.fa-circle {
	color:#ccc;
	text-align:center;	
}

.fa-blue {color:#00b2ff;}
.fa-green {color:#64be00;}
.fa-orange {color:#ff8900;}

.icense {
	text-align:center;
}

.icense .btn-outline, .icense .btn-outline:active, .icense .btn-outline:focus, .icense .btn-outline:hover {
    background-color:transparent!important;
    color:#64be00!important;
    border-color:#64be00!important;
}

#pack hr {
    margin-top:-15px;
}
.download-note .text a, .license-note a{
	cursor: pointer;
    color: #252525;
	text-decoration: underline;
}
/* End LicensePack Table */


/* RWD */

@media screen and (max-width:1023px){
	.installation-section .background .content .app {
		width:50%;
		margin:auto;
		margin-top:10px;
		text-align:center;
		justify-content:space-around;
	}
	.installation-section .background .content .app img {
		-webkit-filter:drop-shadow(12px 12px 7px rgba(0 0 0 / 10%));
		filter:drop-shadow(12px 12px 7px rgba(0 0 0 / 10%));
	}
	.installation-section .background .content .app .logo {
		max-width:100%;
	}
	.installation-section .background .content .app .download {
		max-width:55%;
	}
}




@media screen and (max-width:1366px){
	.banner-section {
		height:38vw;
	}
	.banner-section .slogan {
		margin:0 41vw;
	}
	.banner-section .slogan .text {
		/* margin-bottom:8.5vw; */
		margin-bottom: 3vw;
	}
}

@media screen and (max-width:1300px){
	/* .signal-section .background {
		height:50vw;
	} */
	.banner-section {
		height:45vw;
	}
}

/* @media screen and (max-width:1199px) and (min-width:992px) {
	.environments-section .background .content .logo {
		padding:3%;
		background:rgba(249,249,249, 0.55);
	}	
} */


@media screen and (max-width:1024px){	
	.introduction-section{
		padding: 80px 0;
	}
}

@media screen and (max-width:991px){
	.connectivity-section .background .content {
		width:100%;
		margin:auto;
		padding-top:40px;		
	}
	.connectivity-section .background .content .text {
		width:80%;
		margin:auto;
		text-align:center;
	}
	.connectivity-section .background .image {
		display:block;
		height:80vw;
		background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_03_Non-stop_Connectivity.jpg");
		background-repeat:no-repeat;
		background-position:right bottom;
		background-size:cover;		
	}
	.environments-section{
		background: #c0d5eb;
	}
	.environments-section .background .content {
		width:100%;
		margin:auto;
		padding-top:60px;	
		background: #c9dcef;		
	}
	.environments-section .background .content .text {
		width:80%;
		margin:auto;
		text-align:center;
	}
	.environments-section .col-sm-4 {
		width:33.33333333%;
	}
	.environments-section .background .content .logo {
		padding-bottom:50px;
	}	
	.environments-section .background .content .logo .bar li:nth-child(4) {
		margin-top:20px;
		margin-left:16.66666666%;
	}
	.environments-section .background .content .logo .bar li:nth-child(5) {
		margin-top:20px;
	}
	.environments-section .background .content .logo .bar .icon{
		width: 100%;
    	height: 110px;
	}
		
	.installation-section .background .content {
		width:100%;
		margin:auto;
		padding-top:60px;
		padding-bottom:30px;
		background: #c9dcef;		
	}
	.installation-section .background .content .text {
		width:80%;
		margin:auto;
		text-align:center;
	}
	.installation-section .background .image {
		display:block;
		height:80vw;
		background:url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_05_Efficient-and-Precise-Installation_mobile.gif');
		background-repeat:no-repeat;
		background-position:center bottom;
		background-size:cover;		
	}	
	.introduction-section .feature-icons-group .icon-wrapper{
		margin: 0 5px;
	}
	.installation-section .background .content .apps {
		width:50%;
		margin:auto;
		margin-top:20px;
		justify-content:center;
	}
	.management-section .background .content .apps{
		width:60%;
		margin:auto;
		margin-top:20px;
		justify-content:center;
	}

	.management-section .background .content .apps .logo,
	.installation-section .background .content .apps .logo {
		margin-right:10px;
	}	
	.management-section .background .content .apps .downloads,
	.installation-section .background .content .apps .downloads {
		max-width:60%;
	}	
	.management-section .background .content {
		padding:60px 0 20px;
	}
	.management-section .background .content .text {
		width:80%;
		margin:auto;
		text-align:center;
	}
	.management-section .background .image {
		display:block;
		height:80vw;
		background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_06_Easy_Remote_Management.jpg");
		background-repeat:no-repeat;
		background-position:right bottom;
		background-size:cover;		
	}
	.signal-section .background .image{
		height: 44vw;
	}
	/* .signal-section .background{
		height: 64vw;
	} */
	.manage-devices-section .content{
		width: 100%;
		flex-direction: column-reverse;
	}
	.manage-devices-section .content .text{
		width: 80%;
		text-align: center;
		margin-bottom: 2%;
	}
	.manage-devices-section .content .image{
		width: 80%;
	}
}

@media screen and (max-width: 800px){
	/* .signal-section .background{
		height: 69vw;
	} */
	.signal-section .background .image{
		height: 43.5vw;
	}
}

@media screen and (max-width:768px){
	.environments-section .background .content .logo .bar .icon {
		height:80px;
	}
	.environments-section .background .content .logo .bar .description {
		font-size:16px;
		line-height:1.25em;
	}
	.introduction-section{
		padding: 60px 0;
	}
	.introduction-section .feature-icons-group{
		justify-content: center;
    	flex-wrap: initial;
	}
	.introduction-section .feature-icons-group .icon-wrapper{
		margin: 10px;
	}
	.introduction-section .feature-icons-group .icon-wrapper .icon{
		width: 120px;
		height: 120px;
	}
	.management-section .background .content .apps,
	.installation-section .background .content .apps {
		width:60%;
	}
	.management-section .background .content .apps .downloads,
	.installation-section .background .content .apps .downloads {
		max-width:65%;
	}
}

@media screen and (max-width:640px) {
	.banner-section {
		position:relative;
		height:80vw;
		background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_00_Banner_640x500.jpg");
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
	}
	.banner-section .slogan {
		width:80%;
		margin:0 auto;
		display:flex;
		justify-content: center;
		height:100%;
	}
	.banner-section .slogan .text {
		margin-bottom:2.5vw;
		align-self: auto;
		padding-top: 36%;
	}
	.banner-section .slogan .text h3 .line1,
	.banner-section .slogan .text h3 .line2{
		color:#fefefe;
		text-align: left;
		font-size:4vw;
		line-height:1.2;
		text-shadow:0 0 0.2em rgb(0 0 0 / 60%), 0 0 0.5em rgb(0 0 0 / 60%);
	}	
}

@media screen and (max-width:600px) {
	html body h2 {
		font-size:28px;
	}
	html body h6 {
		font-size:22px;
	}
	html body h6 {
		font-size:18px;
	}
	.introduction-section .feature-icons-group{
		justify-content: space-evenly;
    	flex-wrap: wrap;
	}
	.introduction-section .feature-icons-group .icon-wrapper{
		width: 40%;
	}
	.management-section .background .content .apps,
	.installation-section .background .content .apps {
		width:80%;
	}
}

@media screen and (max-width: 500px){
	.management-section .background .content .apps,
	.installation-section .background .content .apps{
		width: 100%;
	}
	.management-section .background .content .apps .logo, 
	.installation-section .background .content .apps .logo{
		max-width: 100px;
	}
}

@media screen and (max-width:450px) {
	.introduction-section .feature-icons-group{
    	flex-direction: column;
    	align-items: center;
	}
	.introduction-section .feature-icons-group .icon-wrapper .icon {
	    width: 160px;
	    height: 160px;
	}
	.environments-section .background .content .logo {
		padding-bottom:20px;
	}		
	.environments-section .background .content .logo .bar .description {
		display:none;
	}
}

@media screen and (max-width: 360px){
	.management-section .background .content .apps .downloads .search, 
	.installation-section .background .content .apps .downloads .search{
		font-size: 14px;
	}
}

@media (min-width:992px) {
	.signal-section .background {
			height: 53.5vw;
		}
		.signal-section .background .home {
			position: absolute;
			width:100%;
			top:0;
			height: 100%;
			background:
			url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_01_Easily_Expand_Connection_with_Reliable_Signal.png');
			background-repeat: no-repeat;
			background-position: right bottom;
			background-size: contain;
		}
		.signal-section .background .content {
			position:absolute;
			width:55%;
			height:100%;
			top:0;
			margin-left:2%;
			padding-top:8vw;
		}
		.signal-section .background .content .text {
			text-align:left;
		}
		.signal-section .background .image {
			display:none;
		}
	.connectivity-section .background {
		overflow:hidden;
		height:56vw;
		background:url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_03_Non-stop_Connectivity.jpg");
		background-repeat:no-repeat;	
		background-position:center bottom;	
		background-size:contain;
		display:flex;
	}			
	.connectivity-section .background .content {
		display: flex;
		width: 43%;
		margin-left: 10%;
	}		
	.connectivity-section .background .content .text {
		align-self: center;
		margin-top: -40%;
	}	
	.environments-section .background {
		overflow:hidden;
		height: 70vw;
		background:	url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_04_Designed_for_all_Environments.jpg");
		background-repeat:no-repeat;
		background-position: center bottom;
		background-size:contain;
		display:flex;
	}			
	.environments-section .background .content {
		display:flex;
		width:70%;
		margin: 0 auto;
		flex-direction:column;
		align-items:center;
	}		
	.environments-section .background .content .text {
		align-self:center;
	}	
	.environments-section .col-sm-2dot4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 20%;
		flex:0 0 20%;
		max-width:20%;
	}
	.installation-section .background {
		overflow:hidden;
		height:55vw;
		background:url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_05_Efficient-and-Precise-Installation_1330.gif');
		background-repeat:no-repeat;	
		background-position:center top;	
		background-size:contain;
		/* display:flex; */
	}				
	.installation-section .background .content {
		display:
		flex;
		width:42%;
		margin-left: 48%;
	}		
	.installation-section .background .content .text {
		align-self:center;	
	}
	
	.management-section .background {
		overflow:
		hidden;
		height:65vw;
		background:
		url("/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_06_Easy_Remote_Management.jpg");
		background-repeat:
		no-repeat;
		background-position:
		center bottom;
		background-size: contain;
		display:
		flex;
	}			
	.management-section .background .content {
		display:flex;
		width:42%;
		margin-left:8%;			
	}		
	.management-section .background .content .text {
		align-self:center;
	}		
}

@media (min-width: 1024px) {
	.signal-section .background {
		height: 50.5vw;
	}
}

@media (min-width:1200px) {
	.connectivity-section .background {
		height:45vw;
		background-position:bottom center;
	}			
	.management-section .background {
		height: 53vw;
		background-position: left bottom;
	}
	.environments-section .background {
		overflow:hidden;
		height: 60vw;
	}
	.installation-section .background{
		height: 46vw;
	}
}

@media (min-width:1300px) {
	.environments-section .background {
		height:55vw;
	}
	.installation-section .background {
		overflow:hidden;
		height:41vw;
		background:url('/sites/zyxel/files/library/assets/products/nebula_lte7461_m602/nebula_LTE7461_m602_05_Efficient-and-Precise-Installation.gif');
		background-repeat:no-repeat;	
		background-position: center top;	
		background-size:cover;
		/* display:flex; */
		/* flex-direction: initial; */
	}
	.installation-section .background .content{
		margin-top: 5%;
	}
}

@media (min-width:1441px) {
	.environments-section .background {
		height:51vw;
	}	
	.management-section .background {
		height: 42vw;
		background-position: left bottom;
	}
}

@media (min-width: 1600px){
	.introduction-section .feature-icons-group .icon-wrapper .text{
		font-size: 20px;
	}
	.connectivity-section .background{
		height: 44vw;
	}
	.installation-section .background {
		height:34vw;
	}
}

/* End RWD */


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

.btn {
    padding: 0 20px;
}

.panel-body ul li {
    margin-left: 20px;
}