h1{font-size:36px;} h2 {font-size:32px;}h3 {font-size:30px;}h4 {font-size:28px;}h5 {font-size:26px;}h6 {font-size:24px;}p {font-size:18px;}
.btn-center{text-align:center;}
.wax650s-banner{position:relative;background-repeat:no-repeat; background-position:center center;height:600px;background-size:cover;}
.wax650s-banner-box {position: absolute; left: 20%; top: 30%; width: 25%;}
.wax650s-banner-box h1,h6 {color:#fff;}
.backgroundcolor{background-color: rgba(255,255,255,0.2); width:100%; height:100%;}
.bannerTitle{font-size:46px;}
.smart-bg{background-color:#bbbac0;}
.hardware-design-bg{background-color:#bbbac0;box-shadow: 0px -10px 10px #b4b5ba;}
.antenna-video-canvas{position:relative; height: 650px;}
.antenna-video{position: absolute; width: auto; left: 0;right: 0;margin: 0 auto; overflow: hidden;}
.antenna-video video{width:100%;}
.Manage{width: 85%; margin: 0 auto; text-align: center;}
.manage-network{margin-left: -90px; margin-right: -50px; width: 1300px}
.manage-network-line{border: 2px solid #ffa133; border-radius: 25px; padding: 25px 10px;height: 330px;width: 380px;margin-right: 20px;}
.manage-section{margin-left: -40px;}
.manage-box{width: 1200px;}
.manage-image{border: 2px solid #ffa133; border-radius: 25px; padding: 25px 10px;}
.shield_PCB-content-section {top:0%;width: 100%;left: 0%;}
.shield_PCB-section {display: block;width: 100%;background: #EFEFEF;}
#benefit-video {width: 100%;height: auto; display: block;}
.benefit-images {display: none;}
.benefit-images img {width: 100%;}
.antenna-mobile-section{display:none;}
.WAX650S_shield_PCB-mobile-section{display:none;}
.wax650s-banner-box img{
	width:30%;
}


@media screen and (max-width: 1601px) {	
.wax650s-banner-box {width: 30%;}
}
@media screen and (max-width: 1440px) {	
.wax650s-banner-box {width: 40%;}
.wax650s-banner{height:450px;}
.antenna-video-canvas{height:600px;}
.antenna-video{width:90%;}
}
@media screen and (max-width: 1025px) {	
.wax650s-banner-box {width: 45%;left:15%;}
.manage-network-line{width: 320px;height: 300px;}
.antenna-video-canvas{height:400px;}
}
@media screen and (max-width: 991px) {	
.wax650s-banner{height:350px;}
.wax650s-banner-box {left: 10%;top: 30%; width: 50%;}
.manage-section{margin-left: 0px;}
.manage-network-line{width: 100%;height: auto;}
.manage-box{width:auto;}
#antenna-video{display:none;}
.antenna-mobile-section{display:block;}
#shield_PCB_video{display:none;}
.WAX650S_shield_PCB-mobile-section{display:block;}
}
@media only screen and (max-width: 450px) {	
.wax650s-banner{height:200px;background-position:right center;}
.bannerTitle {color: #fff;font-size:30px;}
.bannerText{font-size:18px!important;}
.wax650s-banner-bg{background: rgba(73,73,73,0.8);width:100%;height: 100%;}
.wax650s-banner-box {left: 5%; top: 10%;padding: 25px;    width: 90%;}
.antenna-video-canvas{height:160px;}
}

@media screen and (max-width: 350px) {	
.wax650s-banner-box {left: 5%;top: 10%; padding: 10px;width: 90%;}
}


.PoEInjectorOptions{background: linear-gradient(to bottom, #ffe7cd 0%, #fff 5%);}
.PoEInjector {width:120px!important;}
.Diagram{
	width:90%!important;
	margin:0 auto;
}

@media screen and (max-width: 768px){
.table-responsive {
    border: none;
}
}


.PoEInjectorOptions .panel-group {
    width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 450px){
.PoEInjectorOptions .panel-group {
    width: 100%;
    margin: 0 auto;
}
}

.LearnMore{
	text-align: center;
	padding-top:20px;
}


.video_configuration{
	display:none;
}

.nebula_video{
	display: flex;
    flex-direction: row;
    width: 100%;
	padding-top:5%;
}

.video_area ul{
	list-style: none;
    display: flex;
    justify-content: space-around;
}

.video_area ul li{
	width:30%;
	box-shadow: 0px 0px 28px 3px rgb(0 0 0 / 15%);
	transform: scale(1.01, 1.01);
}

.video_area .zoom:hover {
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.0); 
}

@media screen and (max-width: 450px) {
.video_configuration{
	display:block;
	text-align:center;
	margin:0 auto;
	padding-top:30px;
}
.video_area ul {
    flex-direction: column;
	padding: 20px;
}
.video_area ul li {
    width: 100%;
	margin-top: 20px;
}
}

.related-link{
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

.related-link div{
	transform: scale(1.01, 1.01);
}

.related-link .image{
	width:30%;
}

.related-link .zoom:hover {
  -ms-transform: scale(1.0); /* IE 9 */
  -webkit-transform: scale(1.0); /* Safari 3-8 */
  transform: scale(1.0); 
}

@media screen and (max-width: 450px) {
.related-link{
    flex-direction: column;
    width: 100%;
}
.related-link .image{
	width:100%;
	padding-bottom:20px;
}
}


.Nebula-Mobile-App{
	background:url('/library/assets/products/wax650s/Nebula-Mobile-App.jpg') no-repeat left center; height:600px; background-size:cover; position:relative;	
}

.Nebula-Mobile-App .area{
	display: flex;
    align-items: center;
    height: 100%;
	justify-content: flex-end;
    padding-right: 2%;
}

.Nebula-Mobile-App .area .box{
	width:45%;
}

.Nebula-Mobile-App .area .box .text ul{
	list-style: none;
	line-height: 2em;
    padding-left: 0px;
}

.Nebula-Mobile-App .area .box .text ul li{
	text-indent: -10px;
    padding-left: 20px;
}

.Nebula-Mobile-App .area .box .text h3{
	padding-bottom:30px
}

.Nebula-Mobile-App .area .box .text .fa-check{
	color:#ff8900;
}

.Nebula-Mobile-App .Watch{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
	bottom:-10px;
}

.app_icon{
	width:60%;
}

.WatchMobile{
	display:none;
}

@media screen and (max-width: 1025px) {
.Nebula-Mobile-App{
	height:500px;
}
.Nebula-Mobile-App .Watch{
	display:none;
}
.WatchMobile{
    text-align: center;
    margin: 0 auto;
	display: block;
}
}


@media screen and (max-width: 991px) {
.Nebula-Mobile-App {
    background: url(/library/assets/products/wax650s/Nebula-Mobile-App-small.png) no-repeat bottom center;
    height: 1200px;
    background-size: contain;
    position: relative;
}

.Nebula-Mobile-App .area {
	align-items: flex-start;
    justify-content: flex-end;
    padding-top: 10%;
	padding-right: 1%;
}
.Nebula-Mobile-App .area .box {
    width: 95%;
}
}


@media screen and (max-width: 450px) {
.Nebula-Mobile-App {
    height: 950px;
}
}


@media screen and (min-width: 2100px) {
.Nebula-Mobile-App{
	background:url('/library/assets/products/wax650s/Nebula-Mobile-App.jpg') no-repeat left center; height:900px; background-size:cover; position:relative;	
}
}

/* start */
.justconnect-features {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.justconnect-area {
    width: 100%;
    padding: 5%;
}

.justconnect-title {
    padding-top: 60px;
}

.justconnect-title h3 {
    padding-bottom: 30px;
    text-align: center;
    margin: 0 auto;
}

.justconnect-features .box {
    width: 90%;
    position: relative;
}

.justconnect-features .image {
    padding-left: 40px;
    position: relative;
}

.justconnect-features .panel-heading {
    padding: 0;
    position: relative;
    cursor: pointer;
    background-color: #fff !important;
}

.justconnect-features .panel-title {
    color: #000;
    font-size: 18px;
    padding-right: 60px !important;
}

.justconnect-features a.panel-title.collapsed {
    padding-right: 60px !important;
}

.justconnect-features .panel-body p {
    width: 95%;
}

.justconnect-features div.panel-body {
    padding: 30px !important;
}
.justconnect-features .panel {
    border-top: 1px solid #ff8900 !important;
    padding: 10px 0;
    border-bottom: 0;
}

#justconnect-section #accordion .panel-title:after {
    border-color: #ff8900;
}

@media screen and (max-width: 1025px) {
    .justconnect-features .box {
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
    .justconnect-features {
        flex-direction: column;
    }
}

/* Additions */
.btn.btn-lg {padding: 0 20px;}

.container.maxwid {
    max-width: 1320px !important;
}

.PoEInjectorOptions .panel-default {
    border: none !important;
}

.PoEInjectorOptions .table>thead>tr>th {
    color: black;
}

.PoEInjectorOptions .table>thead {
    border-top: none !important;
    border-bottom: 1px solid #ff8900
}

.PoEInjectorOptions .table>tbody {
    border-bottom: 1px solid #ff8900;
}

.PoEInjectorOptions .table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.page-node-type-product .btn.btn-lg,
.page-node-type-product .btn.btn-lg:hover {
    background-color: #ff8900;
}

.text-color {
    color: #ff8900 !important;
}

.spec-note ol{
	list-style: none;
}