h1{font-size:34px;} h2 {font-size:32px;}h3 {font-size:30px;}h4 {font-size:28px;}h5 {font-size:26px;}h6 {font-size:20px;}p {font-size:18px;}
.bold {
	font-weight: bold;
}
.container.maxwid {
    max-width: 1320px !important;
}

.btn.btn-lg {padding: 0 20px;}

/* start */

.xmg100-series-banner{
	 background:url('/sites/zyxel/files/library/assets/products/xmg100-series/xmg100_Banner_1920x765.jpg') no-repeat bottom center;
	 height:500px;
	 background-size:cover;
	 position:relative;
}

.xmg100-series-area{
    width: 100%;
    height: 100%;
}

.xmg100-series-box {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 45%;
	height: 100%;
	padding-left: 10%;
}

.xmg100-series-box h1{
	font-weight:bold;
}

@media screen and (max-width: 1440px) {
.xmg100-series-banner{
	 background:url('/sites/zyxel/files/library/assets/products/xmg100-series/xmg100_banner_1920x450.jpg') no-repeat bottom center;
	 height:450px;
	 background-size:cover;
	 position:relative;
}
.xmg100-series-box {
    width: 50%;
	padding-left: 5%;
}
}

@media screen and (max-width: 1025px) {
.xmg100-series-banner {
	height:350px;
}
.xmg100-series-box {
	padding-left: 5%;
	 width: 45%;
}
}

@media screen and (max-width: 450px) {
.xmg100-series-box {
	padding: 10px;
	width: 80%;
}
.xmg100-series-box h1{
	font-size: 20px;
}
}

/* start */

.Plug-and-play-section{
	padding-top: 62px;
}

.Plug-and-play{
	display: flex;
    flex-direction: row-reverse;
	width: 90%;
    margin: 0 auto;
}


.Plug-and-play .text{
	width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
}

.Plug-and-play .text h3{
	font-weight:bold;
	padding-bottom:30px;
}

.Plug-and-play .button a:hover{
	color:#fff!important;
}

.Plug-and-play img{
	width: 50%!important;
}


@media screen and (max-width: 991px) {
.Plug-and-play {
    display: flex;
    flex-direction: column;
}
.Plug-and-play .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
	padding-bottom: 10px;
}
.Plug-and-play img {
    width: 100%!important;
}
}


/* start */

.Bandwidth-intensive-section{
	padding-top: 62px;
}

.Bandwidth-intensive{
	display: flex;
    flex-direction: row;
	width: 90%;
    margin: 0 auto;
}


.Bandwidth-intensive .text{
	width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
}

.Bandwidth-intensive .text h3{
	font-weight:bold;
	padding-bottom:30px;
}

.Bandwidth-intensive .button a:hover{
	color:#fff!important;
}

.Bandwidth-intensive img{
	width: 50%!important;
}


@media screen and (max-width: 991px) {
.Bandwidth-intensive {
    display: flex;
    flex-direction: column;
}
.Bandwidth-intensive .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px;
	padding-bottom: 10px;
}
.Bandwidth-intensive img {
    width: 100%!important;
}
}


/* start */

.IoT_Connectivity {
	width:85%;
	margin:0 auto;
    text-align: center;
}

.IoT_Connectivity h3{
	font-weight:bold;
	padding-bottom:30px;
}

.IoT_Connectivity img{
	padding-top:20px;
}


 /* Why Multi-Gigabit */
 
.Super-Fast-Speeds{
	display:flex;
	width:100%;
	flex-direction: column;
    align-items: center;
}

.Super-Fast-Speeds .Speeds-table{
	width:100%;
}
 
.Cable{
	position:relative;
	overflow:hidden;
}

.CableLine{
	height: 100%;
    background: url(/sites/zyxel/files/library/assets/products/xmg100-series/04_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 200px;
    position: absolute;
    top: -15%;
    left: 500px;
}

.Speeds-table .Textspeed{
	font-size:55px;
	text-align: center;
}

.Speeds-table .panel-body{
    padding-bottom: 0;
    border: transparent;
    padding: 15px 15px !important;
}

.Speeds-table  .table-responsive {
    margin-bottom: 0;
    border-top: 1px solid #ff8900;
    border-bottom: 1px solid #ff8900;
}

.Speeds-table .table {
    margin-bottom: 0px;
}

.Speeds-table .table>thead {
	border-top: 1px solid #ff8900;
    border-bottom: 1px solid #c8c8c8;
}

.Speeds-table .table>thead>tr>th:first-child {
    padding-left: 0px;
}

.Speeds-table .table>tbody>tr>td:first-child {
    padding-left: 0px;
}

.Speeds-table .table>thead>tr>th {
    vertical-align: middle;
	padding-right: 0;
}

.Speeds-table .table .textblack {
	color:#000!important;
}

.Speeds-table .table .textorange {
	color:#ff8900!important;
	font-size: 26px;
}

.common{
	width:20%;
}

.OrangeColor{
	background: linear-gradient(to right, #ffefe0 10%, #ffefe0 100%);
}

.Speeds-table #specifications-accordion .panel.panel-default {
    border: none !important;
}

.Speeds-table #specifications-accordion .table-hover > tbody > tr:hover {
    background-color: transparent!important;
}

@media (min-width: 991px){
.Super-Fast-Speeds {
	flex-direction: row-reverse;
}
.Super-Fast-Speeds .content{
	width:50%;
	padding-left:5%;
	padding-top:10px;
}
.Super-Fast-Speeds .Speeds-table{
	width:60%;
}
}

@media screen and (max-width: 2000px){
.CableLine{
    width: 200px;
    left: 200px;
}
}

@media screen and (max-width: 1700px){
.CableLine{
    width: 150px;
    left: 30px;
}
}

@media screen and (max-width: 1440px){
.Super-Fast-Speeds {
    width: 80%;
    margin: 0 auto;
}
.CableLine {
    left: 50px;
}
}

@media screen and (max-width:1025px){
.CableLine{
	display:none;
}
}

@media screen and (max-width: 768px){
.Super-Fast-Speeds .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
}

@media (max-width: 450px){
.Super-Fast-Speeds {
    width: 100%;
}
.Speeds-table .table>thead>tr>th {
	padding: 10px;
}
}

/* start */

.FlexibleDeployment{
	width: 75%;
    margin: 0 auto;
    text-align: center;
}

.FlexibleDeployment h3{
	font-weight:bold;
	padding-bottom:30px;
}

.FlexibleDeployment .area {
	position: relative;
}

.FlexibleDeployment .area .photo{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.FlexibleDeployment .area .photo img{
	width: 45%!important;
    margin-right: 50px;
}

@media screen and (max-width: 450px) {
.FlexibleDeployment .area .photo{
    flex-direction: column;
}
.FlexibleDeployment .area .photo img{
	width: 100%!important;
	margin-bottom: 20px;
}
}


/* start */

.Accelerate {
	width:85%;
	margin:0 auto;
    text-align: center;
}

.Accelerate h3{
	font-weight:bold;
	padding-bottom:30px;
}

.Accelerate img{
	padding-top:20px;
}


/* start */


.text-color {
    color: #ff8900 !important;
}

.spec-note{
	padding-top:20px;
}

.spec-note ol{
	list-style: none;
}

.spec-note ol li{
  text-indent: -20px;
  padding-left: 18px;
}


.product-page .deck-wrapper .table.table-specification, .product-page .deck-wrapper .table.table-specification tr th, .product-page .deck-wrapper .table.table-specification tr.border {
    border-bottom: 1px solid #000!important;
}

#specifications .panel-group .panel-body {
	padding: 30px 20px!important;
}

.XMG100-series-section .nav-tabs{
	border-bottom:none;
	padding-bottom:50px;
	padding-top:20px;
	margin:0 auto;
	display:block;
	width:100%;
	text-align: center;
}

.XMG100-series-section .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.XMG100-series-section .nav-tabs li{
    float: none;
    display: inline-block;
    border-radius: 5px;
margin-bottom: 10px;
}

.XMG100-series-section .nav-tabs>li>a{
	color:#000;
	font-size:18px!important;
}

.XMG100-series-section .nav-tabs>li>a:hover{
	color:#64be00;
	background-color: transparent;
    text-decoration: none;
    border-color: transparent;
}

.XMG100-series-section .nav-tabs>li.active>a, 
.XMG100-series-section .nav-tabs>li.active>a:focus, 
.XMG100-series-section .nav-tabs>li.active>a:hover{
    color: #64be00;
    border-bottom: 2px solid #64be00;
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
	font-weight:bold;
}

@media only screen and (max-width: 1025px){
.XMG100-series-section .nav-tabs{
	width:100%;
	text-align:center;
}
}

@media only screen and (max-width: 991px){
.XMG100-series-section .nav-tabs li {
    margin-bottom: 10px;
}
}