* {
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, .ant h1, .ant h2{
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	margin: 0px;
}
body, .ant, header, footer{
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	font-size: 16px;
}
h1{
	font-size: 30px;
	font-weight: normal;
	margin-top: 16px;
	margin-bottom: 16px;
}
h2{
	font-size: 25px;
	text-align: center;
}
.w3-blue{
	background-color: #890707 !important;
}
header{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
	line-height: 1;
}
header .w3-dropdown-content{
	font-size: 15px;
}
a, .ant a, footer a{
	text-decoration-line: none;
	color: black;
}
p, .ant p{
	line-height: 1.5;
	margin: 0px; 
}

a:hover, .ant a:hover, footer a:hover, header a:hover{
	text-decoration-line: none;
}
#main-logo{
	margin-top: 5px;
	margin-bottom: 5px;
}
#header-nav{
	background-color: #890707;
}
#header-nav .main-nav-button{
	padding-top: 28px;
	padding-bottom: 24px;
}

#header-nav a:hover, #header-nav .menu:hover{
	color: #E0E0E0 !important;
	background-color: #890707 !important;
}
#header-nav .main-nav-button:hover{
	border-bottom: 4px solid #E0E0E0;
}
#header-nav .submenu{
	width: 250px; 
	text-align: left;
}
#header-nav .container{
	padding-right: 0px;
}
.w3-dropdown-hover1{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover1:hover .w3-dropdown-content1{display:block}
.w3-dropdown-hover1:first-child{background-color:white;color:#000}
.w3-dropdown-hover1:hover > .w3-button:first-child{background-color:#890707;color:#E0E0E0;}
.w3-dropdown-content1{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:260px;margin:0;padding:0;z-index:1; left: 250px; top: 0px;}

.w3-dropdown-hover2{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover2:hover .w3-dropdown-content2{display:block}
.w3-dropdown-hover2:first-child{background-color:white;color:#000}
.w3-dropdown-hover2:hover > .w3-button:first-child{background-color:#890707;color:#E0E0E0;}
.w3-dropdown-content2{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:250px;margin:0;padding:0;z-index:1; left: 250px; top: 0px;}

.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child{background-color:white;color:#000}
.w3-dropdown-hover:hover > .w3-button:first-child{background-color: #890707 !important; color:#E0E0E0 !important; border-bottom: 4px solid #E0E0E0;}
.w3-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:250px;margin:0;padding:0;z-index:1;}
#header-nav .news-div .w3-dropdown-content{
	min-width: 201px;
}
#header-nav .contact-div .w3-dropdown-content{
	min-width: 124px;
}
#header-nav .news-div .submenu{
	width: 201px;
}
#header-nav .support-div .w3-dropdown-content1{
	min-width: 201px;
}
#header-nav .support-div .submenu1{
	width: 201px;
}
#header-nav .contact-div .submenu{
	width: 124px;
}
#header-nav .social{
	margin-top:13px;
	width: 124px;
}
#header-nav .social .item{
	float: left;
	font-size: 20px;
	margin-bottom: 13px;
	margin-left: 13px;
	width: 23px;
	text-align: center;

}
#header-nav .social .item i{ 
	color: black;
	background-color: white !important;
}
#header-nav .social .item i:hover{
	color: #890707;
	background-color: white !important;
}
#header-nav .social a:hover{
	background-color: white !important;
}
#small-menu .social{
	width: 100%;
	margin-top: 8px;
}
#small-menu{
	width: 350px;
	z-index: 5;
	color: black;
	font-size: 15px;
}
#small-menu .indentation{
	margin-left: 24px;
}
#small-menu .indentation2{
	margin-left: 48px;
}
#small-menu .indentation3{
	margin-left: 72px;
}
#small-menu .accordion:hover{
	color: white !important;
	background-color: #890707 !important;
}
footer a{
	color: white;
}
footer .social-section{
	background-color: #890707;
	color: white !important;
	padding-top: 16px;
	overflow: auto;
	line-height: 20px;
}
footer .social-section .social{
	float: left;
	margin-bottom: 15px;
	margin-right: 30px;
}
footer .social-section .social .item{
	float: left;
	margin-right: 16px;
	font-size: 20px;
}
footer .social-section .social .item a:hover{
	color: #E0E0E0;
}
footer .social-section .social .item a:visited, footer .social-section .social .item a, footer .social-section .address-item .text a{
	color: white;
}
footer .social-section .address-item{
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
footer .social-section .address-item .icon{
	float: left;
	font-size: 20px;
}
footer .social-section .address-item .text{
	float: left;
	margin-left: 16px;
}
footer .social-section .address-item .text a:hover{
	color: #E0E0E0;
}
footer .copyright{
	background-color: #080808;
	line-height: 1;
	color: white;
	padding-top: 16px;
	padding-bottom: 16px;
	height: 48px;
}
footer .copyright .w3-auto{
	overflow: hidden;
}
.w3-content {
    max-width: 1140px;
}
.pagination-button{
	background-color: #890707 !important;
	font-weight: bold;
	color: white;
	border: 1px solid #890707;
	line-height: 1;
}
.pagination-button:hover{
	background-color: white !important;
	font-weight: bold;
	color: black !important;	
	border: 1px solid #E0E0E0;
}
.slideshow-section .prev-button{
	margin-left: 16px;
}
.slideshow-section .next-button{
	margin-right: 16px;
}
.slideshow-section .text{
	margin-left: 100px;
	color: white !important;
}
.slideshow-section .text .top{
	font-family: 'Montserrat', sans-serif;
	font-size: 34px;
	font-weight: bold;
	line-height: 1;
	display: block;
	margin-bottom: 16px;
}
.slideshow-section .text .bottom{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.3;
}
.slideshow-section{
	margin-bottom: 16px;
}
h2.section-title,h2{font-family: 'Montserrat', sans-serif; font-size:25px; text-align:center; position:relative;line-height: 1;}
.ant .category-description h2{margin-bottom: 0px;}
.ant .container{
	padding-right: 0px;
}
.home-box-types, .home-box-applications, .home-box-featured-products{
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
}
.home-box-types .title p, .home-box-applications .title p{
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 0px;
	font-weight: bold;
	margin: 0px;
}
.home-box-types .image img, .home-box-featured-products .image img{
	border: 1px solid #E0E0E0;
}
.home-box-types a:hover >.title p, .home-box-applications a:hover > .title p, .home-box-featured-products a:hover > .text{
	color:  #890707 !important;
}
.home-box-featured-products a:hover > .image img{
	border-color:  #890707 !important;
}
#whip-antennas a:hover > .section-title,#antennas a:hover  > .section-title{
	color: #890707;
}
.no-right-margin{
	margin-right: 0px;
}
.home-box-featured-products .text{
	width: 358px;
	line-height: 1.3;
}
.home-box-featured-products .title, .home-box-featured-products .frequency{
	padding: 0px;
	text-align: center;
}
.home-box-featured-products .description{
	padding-top: 16px;
	padding-bottom: 0px;
}
.home-box-featured-products .title{
	padding-top: 16px;
	font-weight: bold;
}
.home-box-featured-products{
	//height: 328px;
}
#featured-products .w3-badge,#home-content .w3-badge{
	height:13px;
	width:13px;
	padding:0;
	cursor:pointer;
}
.request .w3-container,.newsletter .w3-container{
	background-color: #890707;
	color: white;
}
.request .w3-cell,.newsletter .w3-cell{
	width: 50%;
}
.request h2, .newsletter h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700; 
	font-size:25px; 
	text-transform:uppercase;
	text-align: center;
	color: white;
	line-height: 1;
	margin: 16px 0 16px 0;
}
.request p, .newsletter p{
	line-height: 1.5;
	margin: 0px; 
}
.request ul{
	margin-top: 0px; 
	margin-bottom: 0px;
	line-height: 1.5;
}
.request .w3-button, .newsletter .w3-button{
	background-color: #ffcb54 !important;
	color: white !important;
}
.request .w3-button:hover, .newsletter .w3-button:hover{
	background-color: white !important;
	color: black !important;
}
.gap{
	height: 16px;
	display:block;
}
footer-box{
	width:348px;
	height: 316px;
	float: left;
	margin-right: 32px;
	margin-bottom: 16px;
}
footer-box-last{
	margin-right: 0px;
}
footer footer-box h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700; 
	font-size:20px; 
	text-transform:uppercase;
	text-align: center;
	color: white;
	line-height: 1;
	margin: 16px 0 16px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid gray; 
}
footer .privacy p{
	line-height:1.5;
	color: gray;
}
footer .contact .w3-container{
	color: gray;
	line-height: 1.5;
}
footer .contact i{
	margin-right: 16px;
}
footer .contact .icons{
	line-height: 1.8;
	margin-top: 5px;
}
footer .post p{
	font-weight: bold;
	line-height: 1.3;
}
footer .post .w3-cell:first-child{
	width: 116px;
}
footer .post a:hover{
	color: #ffcb54 !important;
}
footer .post{
	margin-bottom: 16px;
}
footer .w3-input{
	width: 200px;
	padding: 5px 16px 5px 16px;
}
.ant {
	overflow: auto;
}
.ant .side-menu{
	padding-top: 16px;
	padding-left: 0px;
	padding-bottom: 16px;
	line-height: 1;
}
.ant .w3-auto{
	overflow: hidden;
}
.ant .item-page .slider-single{display: block;}
.ant .item-page .slider-double{display: none;}
.ant .item-page .slider-triple{display: none;}
.ant .item-page .slider-quadruple{display: none;}

.ant .item-page .slider-single{
	width: auto;
}
.ant .item-page .slider-double{
	width: auto;
}
.ant .item-page .slider-triple{
	width: auto;
}
.ant .item-page .slider-quadruple{
	width: auto; 
	margin-left: 0px;
	margin-right: 0px;
}
.ant .item-page .picture-div .large-image{
	display: block;
	margin: auto;
}
.ant .item-page .picture-div .small-image{
	border: 1px solid #E0E0E0;
}
.ant .item-page .picture-div .w3-display-container{
	height: 500px;
}
@media (max-width: 1200px) and (min-width: 992px){
	.ant .item-page .picture-div .w3-display-container{height: 405px;}
	.ant .item-page .picture-div .small-image{width: 120px;}
	.ant .item-page .picture-div .connector-image{width: 120px;}
	.ant .item-page .picture-div .large-image{width: 333px;}
}	
@media (max-width: 991px) and (min-width: 980px){
	.ant .item-page .picture-div .w3-display-container{height: 310px;}
	.ant .item-page .picture-div .small-image{width: 92px;}
	.ant .item-page .picture-div .connector-image{width: 92px;}
	.ant .item-page .picture-div .large-image{width: 255px;}
}
.ant .item-page .picture-div .highlight-color1{ 
	border: 1px solid #E0E0E0;
}
.ant .item-page .picture-div .base-color1{
	border: 1px solid #E0E0E0;
}
.ant .item-page .picture-div .base-color1:hover{
	border: 1px solid #890707;
}
.ant .item-page .description-div .bullets{
	margin-top: 15px;
	padding-left: 17px;
	margin-bottom: 15px;
}
.ant .item-page .description-div .bullets ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
	line-height: 28px;
}

.ant .item-page .description-div .bullets ul li{
    list-style-type: none;
	list-style-position:inside;
}

.ant .item-page .description-div .bullets ul > li:before{
    content: "\2013"; /* en dash here */
    position: absolute;
    margin-left: -1.1em; 
}
#Specifications h2{
	margin: 16px 0 16px 0;
}
#similarProductsSlider, #ReplacementParts, #Accessories{
	width: auto;
	padding-left: 0px;
	padding-top: 16px;
}
#similarProductsSlider .antennas, #ReplacementParts .antennas, #Accessories .antennas{
	margin: 0px 16px 16px 0px;
}
#ReplacementParts .text, .ant .replacement-parts .antennas .text{
	height: 26px;
	text-align: center;
}
.ant .item-page p{
	line-height: 1.5;
	margin: 0px;
}
#popup1{
	line-height: 1.5;
}
.ant .floating-box {
    display: inline-block;
    width: 200px;
    height: 250px;
    margin-left: 16px;
	margin-bottom: 16px;
    border: 0px solid;  
	padding: 0 px;
	background-color: white;
	border-color: lightgray;
	text-align: center;
	position: relative;
}
.ant .floating-box a{
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.ant .floating-box a:link{
	color: black;
}

.ant .floating-box a:hover{
	color: black;
}


.ant .floating-box img {
	height: 150px;
	border: 0px;
	margin-bottom: 0px;
	box-shadow: 0px;
}
.ant .floating-box-manufacturer{
	position: absolute;
	top: 0px;
	right: 0px;
}
.ant .floating-box-manufacturer img{
	width: 45px;
	height: 19px;
}

.ant .text-overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0px;
  padding: 0px;
}

#level2Navigation{
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;     /** IE6+, Firefox 7+, Opera 11+, Chrome, Safari **/
        -o-text-overflow: ellipsis;  /** Opera 9 & 10 **/
        width: 180px; /* note that this width will have to be smaller to see the effect */
    }
#parent {
	display: table;
	height:45px;}

#child {
    display: table-cell;
    vertical-align: middle;
	text-align: left;
	width: 200px;
}
#back-button{
	width: 70px;
	float: left;
}
#first-page-button{
	width: 100px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#current-page-button{
	width: 70px;
	float: left;
}
#last-page-button{
	width: 100px;
	float: left;
	margin-left: 10px;
}
#front-button{
	width: 70px;
	float: left;
	margin-left: 10px;
}
#pagination{
	clear: left;
}
.ant .w3-bar .w3-button {
	box-shadow: none;
}

/** item **/
.ant .item img{
	height: 500 px;
}
.ant .noMargin {
	margin: 0px;
}
.ant .applications{
	float: left;
	margin-left: 16px;
	margin-top: 16px;
	width: 282px;
}
.ant .applicationsEnd{
	clear: both;
}
.ant .applications .text{
	width: auto;
	height: 55px;
	background-color: #f1f1f1;
}
.ant .applications .text p{
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
.ant .applications .text:hover{
	background-color: #E0E0E0;
	color: white;
}

.ant .antennas{
	float: left;
	margin-left: 16px;
	margin-bottom: 16px;
	width: 268px;
	position: relative;	
	padding: 10px;
	border: 1px solid lightgray;
}

.ant .antennas:hover{	
	border: 1px solid #890707;
}

.ant .antennas a:hover{
	cursor: pointer;
}

.ant .antennasEnd{
	clear: both;
}
.ant .antennas .text{
	width: auto;
	height: 86px;
}
.ant .antennas .image{
	text-align: center;
}
.ant .antennas .text p{
	padding-top: 5px;
	color: black;
	margin: 0px;
	line-height: 1.3;
}
.ant .antennas .text:hover{
	color: black;
}
.ant .antennas .manufacturer{
	position: absolute;
	top: 10px;
	right: 10px;
}
.ant .antennas .manufacturer img{
	width: 45px;
	height: 19px;
}


.antenna-search-button{
	background-color: #ffcb54 !important;
	color: white !important;
	font-weight: bold !important;
}
.antenna-search-button:hover{
	color: white !important;
	background-color: #890707 !important;
}
.ant .black-text{
	color: black;
}
#popup-go-back{
	margin-right: 10px;
	margin-bottom: 10px;
}
#popup-proceed{
	margin-left: 10px;
	margin-bottom: 10px;
}
.ant .number-of-items{
	padding-top: 8px;
	float: left;
}
.ant .pagination-button{
	color: white !important;
	background-color: #890707 !important;
	font-weight: bold;
	border: 1px solid #890707 !important;
}

.ant .pagination-button:hover{
	color: black !important;
	background-color: white !important;
	font-weight: bold !important; 
	border: 1px solid #890707 !important; 
}

.ant .pagination-bottom .pagination-button{
	color: black !important;
	background-color: white !important;
	font-weight: bold;
	border: 1px solid #E0E0E0 !important;
	margin-left: 16px;
}
.ant .pagination-bottom .pagination-button:hover{
	background-color: #890707 !important;
	color: white !important;
	font-weight: bold !important; 
	border: 1px solid #890707 !important;
}

.ant .pagination-bottom .pagination-button-selected{
	background-color: #890707 !important;
	color: white !important;
	font-weight: bold !important; 
	border-color: #890707 !important;
}

.ant .pagination-bottom{
	margin-bottom: 16px;
}

.ant .custom-design-bar{
	margin-bottom: 16px;
	padding-left: 16px;
	padding-right: 16px;
}
.ant .top-bar{
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 16px;
	margin-bottom: 16px;
}
.ant .gap{
	height: 16px;
}
.ant .categories{
	padding-left: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.page .menu-button, .page .inverse-menu-button:hover{
	color: white !important;
	background-color: #890707 !important;
	font-weight: bold;
	border: 1px solid #890707;
}
.ant .level3{
	color: black !important;
	font-weight: bold;
}
.ant .main-categories .level3{
	color: white !important;
	font-weight: bold;
	background-color: #890707 !important;
}
.ant .main-categories .single .menu-wrapper:hover{
	border: 1px solid #890707;
}
.ant .main-categories .single .level3:hover{
	color: black !important;
	background-color: white !important;
	font-weight: bold;
}
.ant .main-categories .single .level4sub:hover{
	color: black !important;
	background-color: white !important;
	font-weight: bold;
}
.page .menu-button:hover, .page .inverse-menu-button{
	background-color: white !important;
	color: black !important;
	font-weight: bold !important; 
	border: 1px solid #E0E0E0;
}
.ant .level3:hover, .ant .level3-active{
	background-color: #890707 !important;
	color: white !important;
	font-weight: bold; 
}
.ant .reset .menu-wrapper:hover{
	border: 1px solid #890707;
	background-color: white !important;
}
.ant .reset .level4:hover,.ant .reset .level4sub:hover{
	background-color: white !important;
}
.ant .frequency .pagination-button{
	background-color: white !important;
	color: black !important;
	font-weight: bold !important; 
	border: 1px solid #E0E0E0 !important; 
}
.ant .frequency .pagination-button:hover{
	background-color: white !important;
	color: black !important;
	font-weight: bold !important; 
	border: 1px solid #890707 !important; 
}
.page .side-menu .menu-button{
	width: 100%;
}

.ant .level4{
	color: black !important;
}
.ant .line{
	margin-left: 16px;
	margin-right: 16px;
	border-bottom: 1px solid #E0E0E0;
}
.ant .menu-wrapper {
    border: 1px solid #E0E0E0;
}
.ant .main-categories .level4sub:hover,.ant .main-categories .level4:hover{
	background-color: white !important;
	color: #890707 !important;
	font-weight: normal;
}

.ant .item-page .spec-table-div-left{
	padding-left:0px;
	padding-right: 16px;
}
.ant .item-page .spec-table-div-right{
	padding-left:0px;
	padding-right: 0px;
}
.ant .item-page .spec-table-div .spec-table-first-column{
	padding-left: 8px;
}
.ant .item-page .spec-table-div .spec-table-second-column{
	padding-left: 8px;
}
.ant .item-page{
	padding-top: 16px;
	padding-bottom: 16px;
}
.ant .item-page .picture-div{
	padding-left: 0px;
	padding-bottom: 0px;
}
.ant .item-page .description-div{
	padding-left: 16px;
	padding-bottom: 16px;
	padding-right: 0px;
}
.ant .item-page .tabs-div{
	padding-left: 0px;
	padding-right: 0px;
}
.ant .item-page .tab-div{
	padding-left: 0px;
	padding-right: 0px;
}

.ant .item-page .highlight-color,.ant .item-page .hover-color:hover{
	background-color: white !important;
	color: black !important;
	font-weight: bold !important;
	border: 1px solid #E0E0E0;
}
.ant .item-page .tabs-bar{
	color: white !important;
	background-color: #890707 !important;
	font-weight: bold !important;
	margin-left: 0px;
	width: auto;
}
.ant .item-page .request-button{
	background-color: #ffcb54 !important;
	color: white !important;
	font-weight: bold !important; 
}
.ant .item-page .request-button:hover{
	color: white !important;
	background-color: #890707 !important;
	font-weight: bold !important;
}

.ant .item-page .pagination-button-back{
	float: left;
}
.ant .item-page .pagination-button-prev{
	float: left;
	margin-left: 16px;
}
.ant .item-page .pagination-button-next, .ant .antenna-design .pagination-button-next{
	float: right;
}
.ant .antenna-design{
	margin-bottom: 16px;
	overflow: hidden;
}
.ant .item-page .submenu-button:hover{
	background-color: #890707 !important;
	color: white !important;
	font-weight: bold !important; 
}
.ant .item-page .submenu-button:{
	background-color: #f1f1f1!important;
	color: dimgray !important;
}
.ant .item-page .datasheet2:{
	padding-top: 16px;
	padding-left: 16px;
}
.ant .item-page .connector-image img{
	border: 1px solid #808080;
}
.ant .item-page .request-button-div{
	margin-top: 16px;
}
.ant .item-page .connector-div{
	margin-top: 16px;
	margin-bottom: 16px;
}
.ant .item-page .similar-left-button{
	margin-left: 16px;
}
.w3-content{max-width:1500px;}
.ant .search-page .search-bar{
	margin-left: 16px;
	margin-top: 16px;
	margin-right: 16px;
	width: auto;
}
#thisWebsite{
	padding: 0px;
}
#partnerWebsite{
	padding: 0px;
}
.ant .tabs-div{
	padding: 0px;
}
.ant .highlight-color{
	background-color: #ffcb54 !important;
	color: white !important;
	font-weight: bold !important; 
}
.ant .tabs-bar{
	color: white !important;
	background-color: #890707 !important;
	font-weight: bold !important;
	margin-left: 16px;
	width: auto;
	margin-top: 16px;
}
.ant .hover-color:hover{
	background-color: #890707 !important;
	color: white !important;
	font-weight: bold !important; 
}
.ant .base-color{
	color: white;
	background-color: #890707 !important;
	font-weight: bold !important;
}
.ant .number-of-items{
	padding-top: 0px;
}

.ant .top-bar .buttons{
	float: right;
	margin-left: 16px;
}

.ant .top-bar .search-section{
	float: left;
}
.contact_left{
	padding-bottom: 16px;
}
.singleright{
	padding-bottom: 16px;
}
.applications-box{
	float: left;
	margin-right: 7px;
	margin-left: 7px;
	margin-top: 10px;
}
.applications-box .title p{
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: bold;
}
.applications-box .image img{
	width: 274px;
}
#types{
	padding-top: 0px;
}
.datasheet2{
	margin-top: 16px;
	margin-left: 16px;
}
/* #Accessories{ */
	/* padding-left: 16px; */
	/* padding-top: 16px; */
/* } */
.ant .item-page .picture-div .large-image{
	display: block;
	margin: auto;
}
.ant .item-page .picture-div .small-image{
	border: 1px solid #808080;
}
.ant .item-page .picture-div .highlight-color1{ 
	border: 1px solid #808080;
}
.ant .item-page .picture-div .base-color1{
	border: 1px solid #808080;
}
.ant .item-page .picture-div .base-color1:hover{
	border: 1px solid #890707;
}
.ant .item-page .part-number-div{
	margin-bottom: 16px;
}
.ant .item-page .custom-design-link{
	font-weight: bold;
}
.ant .application-header{
	margin-left: 16px;
	margin-bottom: 16px;
}
.ant .application-header h2{
	text-align: center;
}

.gap{
	height: 16px;
}

.newsletter-sign .button,.newsletter-sign .text{
	padding: 0px;
}

.newsletter-sign{
	padding: 3% 0;
}
.newsletter-sign .align{
	padding: 1% 0;
}

.sign-left{
	padding-right: 16px;
}
.sign-left h3{
	margin-top: 0px;
}

.sign-right div.wpcf7-response-output {
	margin-top: 5px;
	padding: 0.2em 1em;
	color: white;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.ant .compare .no-border{
	border-bottom-color: white;
}
.ant .compare{
	padding: 16px 0 16px 0;
	line-height: 1.5;
}
.ant .compare .w3-button{
	line-height: 1;
}
.ant .compare a{
	cursor: pointer;
}
.ant .compare ul{
	list-style-type:disc;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.ant .compareSubmit{
	float: right;
	font-weight: bold;
}
.ant .antennas label{
	padding-left: 5px;
}
.ant .antennas .submitButton{
	float: right;
	display: inline;
}
.ant .compare .remove{
	position: absolute;
	right: 0px;
	top: 0px;
}
.ant .compare .imgCell{
	position: relative;
}
#sensor{
	padding: 0px;
}
#sensor .container{
	padding: 0px;
}
.button{
	font-weight: bold;
}
.ant .page .breadcrumbs{
	padding-left: 0px;
	margin-bottom: 16px;
}
.ant .page{
	padding-left: 16px;
}
.ant .category-description .breadcrumbs{
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 16px;
	margin-bottom: 16px;
}
.ant .category-description .breadcrumbs .pagination-button-next{
	float: right;
}
.ant .category-description .breadcrumbs p{
	float: left;
}
.ant .category-description .text{
	padding-left: 16px;
	padding-right: 0px;
	width: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	line-height: 1.5;
}
.ant .category-description .categories{
	padding-top: 0px;
	overflow: hidden;
	padding-bottom: 0px;
	margin-bottom: 16px;
}
.ant .category-description .categories .category, .news .category, #news-front .category{
	float: left; 
	width: 268px;
	margin-left: 16px;
	margin-top: 16px;
}
#news-front .category{
	margin: 0 16px 16px 0;
}
#whip-antennas .category, #antennas .category{
	float: left; 
	width: 268px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.ant .category-description .categories .category img, .news .category img,  #news-front .category img, #whip-antennas .category img, #antennas .category img{
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
.ant .category-description .categories .category .image{
	height: 150px;
}
#whip-antennas .category .image,#antennas .category .image{
	height: 150px;
}
.ant .category-description .categories .category .pagination-button, .news .category .pagination-button, #news-front .category .pagination-button, #whip-antennas .category .pagination-button, #antennas .category .pagination-button{
	width: 100%;
}
.news .category:hover > .pagination-button, #news-front .category:hover > .pagination-button, .ant .category-description .category:hover > .w3-button, #antennas .category:hover > .w3-button, #whip-antennas .category:hover > .w3-button{
	background-color:  white !important;
	color: black !important;
	border-color: #890707;
}
.ant .category-description .category:hover > .image img, #antennas .category:hover  > .image img, #whip-antennas .category:hover > .image img, .news .category:hover > .image img, .news .category:hover > .image2 img, #news-front .category:hover > .image2 img{
	border-color: #890707 !important;
}
.news .category:hover > a .text2 .date2, .news .category:hover > a .text2 .name2, #news-front .category:hover > a .text2 .date2, #news-front .category:hover > a .text2 .name2{
	color: #890707;
}
.ant .category-description .inline-categories{
	margin-left: 16px;
	overflow: hidden;
}
.ant .category-description .inline-categories a{
	margin-right: 16px;
	margin-bottom: 16px;
	float: left;
}
.ant .category-description .categories h2,.ant .category-description .inline-categories h2{
	margin-top: 0px;
	margin-bottom: 0px;
}
.ant .category-description .categories .section-title-decor{
	margin-bottom: 0px;
}
.ant .category-description .breadcrumbs a, .news .breadcrumbs a{
	font-weight: bold;
}
.section-title-decor{
  position: relative;
  display: block;
  height: 2px;
  width: 148px;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}
.section-title-decor:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #890707;
}
.section-title-decor:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 66px;
    width: 6px;
    height: 3px;
    background: #fff;
    transform: skewX(-30deg);
}
.ant .category-description .category-image{
	padding-right: 16px;
	margin-top: 16px;
}	
#applications{
	padding-top: 0px;
}
#distributors{
	padding-left: 0px;
	padding-right: 0px;
}
#distributors a{
	font-weight: bold;
}
#distributors .w3-button{
	padding-top: 0px;
	padding-bottom: 0px;
}
.ant .other-categories a{
	font-weight: bold;
}
.ant .other-categories .text{
	font-weight: bold;
}
.ant .category-description .no-bottom-margin{
	margin-bottom: 0px;
}
.ant .items-table, .ant .items-table td{
	border: 1px solid #ddd;
    text-align: center;
	line-height: 1.5;
}
.ant .items-table th{
	border: 1px solid #ddd;
    text-align: center;
	line-height: 1;
}
.ant .items-table td,.ant .items-table th{
	vertical-align: middle;
}
.ant .items-table td{
	padding: 5px;
}
.ant .table-section{
	margin-top: 16px;
	margin-left: 16px;
	margin-right: 0px;
}
.ant .table-section tr:nth-child(odd){
	background-color: #F0EFEF;
}
.ant .table-section .items-table .column-image{
	width: 161px;
	background-color: #FFFFFF;
}
.ant .table-section .column-image img{
	width: 150px;
	min-width:150px;
	min-height:150px;
}
.ant .table-section .column-compare{
	width: 50px;
}
.ant .table-section .column-description,.ant .table-section .column-gain{
	padding: 10px;
}
.ant .table-section .column-description{
	text-align: left;
	width: 260px;
	min-width: 100px;
}
.ant .table-section th{
	background-color: #890707;
	color: white;
	padding: 8px;
}
.ant .table-section .item-name{
	color: black;
	text-decoration: none;
}
.ant .table-section .item-name:link{
	color: black;
}
.ant .table-section .item-name:hover{
	color: #890707;
}
.ant .table-section .sort:visited{
	color: #E0E0E0;
	font-weight: bold;
}
.ant .table-section a{
	cursor: pointer;
}
.ant .table-section .column-frequency{
	width: 200px;
	min-width: 120px;
}
.ant .table-section .column-gain{
	width: 121px;
	min-width: 80px;
}	
.ant .table-section .arrows i{
    margin: 0;
    padding-left: 11px;
	padding-right: 11px;
	padding-top: 8px;
	padding-bottom: 9px;	
}
.ant .table-section .arrows a{
	float: left;
}
.ant .table-section .arrow-not-selected{
	background-color: #890707;
	color: #E0E0E0;
}
.ant .table-section .arrow-selected{
	background-color: white; 
	color: #890707;
}
.ant .table-section .arrow-not-selected:hover{	
	background-color: white; 
	color: #890707;
}
.ant .table-section .arrows{
	width: 64px;
	padding: 0px;
}
.ant .table-section .sorted{
	padding: 0px;
}
.ant .table-section .title{
	line-height: 33px;
}
.ant .top-bar .sorting-div{
	width: 310px;
}
.page .side-menu{
	padding: 16px 0 16px 16px;
}
.page .side-content{
	padding: 16px 16px 16px 16px;
}
.page .breadcrumbs p{
	margin: 0px;
}
.page h1.page-title{
	margin-top: 0px;
}
.page a, .ant .applications-categories a, .ant .sales-channels a{
	font-weight: bold;
}
.page a:hover, .ant .breadcrumbs p a:hover,.ant .other-categories a:hover,.ant .applications-categories a:hover{
	color: #890707 !important;
}
.page h2{
	margin: 16px 0 0 0;
}

.page ul{
	line-height: 1.5;
}
.partners .boxes{
	float: left;
	margin: 16px 16px 0 0;
}
.partners h2{
	margin-bottom: 0px;
}
.news .category .date, #news-front .category .date, {
	display: block;
}
.news .category .date,.news .category .name, #news-front .category .date,#news-front .category .name{
	text-align: left;
	line-height: 1.3;
}

.news .category .name, #news-front .category .name{
	white-space: normal;
}
.news .category .date, #news-front .category .date{
	font-weight: normal;
}
.news .category .date:hover, #news-front .category .date:hover{
	font-weight: normal;
}
.news .categories{
	padding-top: 0px;
	margin-bottom: 16px;
	overflow: auto;
}
.ant .side-content, .news .side-content{
	padding-left: 0px;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.news .side-content{
	padding-bottom: 16px;
}
.news .breadcrumbs{
	margin-left: 16px;
}
.news .breadcrumbs p{
	margin: 0px;
}
.news h1.page-title{
	line-height: 1.0;
	margin-bottom: 0px;
}
.news .article .main-image{
	border: 1px solid #e0e0e0;
	margin: 16px 0 0 0;
}
.news .article{
	padding-left: 16px;
}
.news .article .date{
	text-align: center;
	margin: 16px 0 16px 0;
}
.news .article .pagination{
	margin-right: 0px;
	margin-top: 16px;
}
.news-link{
	font-weight: bold;
}
.news-link:hover{
	color: #890707 !important;
}
.ant .other-categories{
	line-height: 1.5;
}
.news .article h1.page-title{
	margin-bottom: 16px;
	margin-top: 16px;
}
.news{
	overflow: auto;
	margin-bottom: 16px;
}
.news .container{
	padding-left: 16px;
}
.ant .category-description .breadcrumbs p{
	margin: 0px;
}
.contact-us{
	padding: 16px 0 0 16px;
}
.contact-us .fields .w3-half{
	padding-right: 16px;
}
.contact-us .info{
	padding-right: 0px;
}
.contact-us textarea{
	height: 200px; 
	resize: none;
	padding: 8px 16px 8px 16px;
}
.contact-us .textarea{
	margin-right: 16px;
}
.contact-us .breadcrumbs{
	margin-bottom: 48px;
}
.contact-us .menu-wrapper{
	padding: 8px 16px 8px 16px;
}
.contact-us .line{
	margin: 8px 0 8px 0;
}
.contact-us .menu-wrapper .icon{
	width: 36px;
}
.contact-us .pagination-button{
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
}
.custom-design form .menu-button{
	margin-bottom: 16px;
}
.contact-us .fields input, .custom-design input, .custom-design select, .catalog input, .catalog select{
	padding-top: 8px; 
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	margin-bottom: 16px;
}
.custom-design h2{
	margin: 0 0 16px 0;
}
.custom-design label{
	padding-bottom: 5px;
	display: block;
}
.custom-design form p{
	margin: 0px;
}
.custom-design .side-content{
	padding-bottom: 0px;
}
input:focus, textarea:focus, select:focus{
outline-color: #890707;
}
.contact-us .info p{
	margin: 0;
}
.contact-us .info span{
	font-size: 20px; 
	color: #890707; 
	margin-right: 16px;
}
a{
	text-decoration: none;
}
.custom-design p{
	margin-top: 16px;
	margin-bottom: 16px;
}
.antenna-selection-guide{
	padding-left: 16px;
}
.ant .category-description .main-image{
	 padding-left: 15px; 
	 margin-bottom: 15px;
}
.ant .side-menu .reset .menu-wrapper{
	margin-bottom: 16px;
}
.ant .side-menu .reset{
	overflow: auto;
}
.ant .side-menu .main-categories{
	overflow: auto;
}
.ant .side-menu .main-categories .menu-wrapper{
	margin-bottom: 16px;
}
@media screen and (max-width: 632px) {
	.ant .side-menu .main-categories .bubble,.ant .side-menu .main-categories .single{
		height:auto;
		width: 284px;
	}
}
@media screen and (max-width: 1210px) and (min-width: 633px) {
	.ant .side-menu .main-categories .bubble,.ant .side-menu .main-categories .single{
		height:198px; 
		width: 284px;
		float: left;
		margin-right: 16px;
		margin-bottom: 16px;
	}	
}
@media screen and (max-width: 1210px) {
	.ant .menu-wrapper{
		width: 284px;
	}
	.ant .side-menu{
		width: 100%;
		display: inline-block;
		padding-bottom: 0px;
	}
	.ant .reset{
		width: 284px;
	}
	.ant .side-content{
		width: 100%;
		padding-top: 0px;
	}
	.ant .side-menu .reset{
		width: 100%;
	}
	.ant .side-menu .reset .menu-wrapper{
		width: 284px;
		float: left;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.custom-design .side-content .page{
		padding-left: 0px;
	}
	.custom-design-oem .large{
		display: none;
	}
}
@media screen and (min-width: 1211px){
	.custom-design-oem .medium{
		display: none;
	}
}
@media screen and (max-width: 1210px) and (min-width: 991px)  {
	.ant .side-content .category-description .breadcrumbs{
		padding-left: 0px;
	}
	.ant .side-content .category-description .main-image{
		padding-left: 0px;
	}
	.ant .side-content .category-description .text{
		padding-left: 0px;
	}
	.ant .side-content .category-description .categories{
		margin-left: -16px;
	}
	.ant .side-content .category-description .antenna-selection-guide{
		margin-left: 0px;
	}
	.ant .side-content .top-bar{
		padding-left: 0px;
	}
	.ant .side-content .table-section{
		margin-left: 0px;
	}
	.ant .side-content .news{
		margin-left: -16px;
	}
	.ant .page{
		padding-left: 0px;
	}
}
@media screen and (max-width: 600px) {
	.ant .side-menu{
		width: 100%;
		padding-right: 16px;
	}
	.ant .side-content{
		width: 100%;
	}
}
@media screen and (max-width: 990px) {
	.ant .side-content{
		padding-right: 16px;
	}
	.page .side-menu{
		display: none;
	}
	.ant .side-menu{
		padding-left: 16px;
	}
	.page .side-content{
		width: 100%;
	}
	footer .social-section .w3-auto, footer .copyright .w3-auto,#whip-antennas, #antennas, #news-front{
		padding-left: 16px;
		padding-right: 16px;
	}
	.item-page{
		padding-left: 16px;
		padding-right: 16px;
	}
	.ant .item-page .description-div{
		padding-left: 0px;
		width: 100%;
		padding-bottom: 0px;
	}
	.ant .item-page .picture-div{
		width: 100%;
		padding-bottom: 16px;
	}
	.custom-design .side-content .page{
		padding-left: 16px;
	}
}
#small-menu .bottom{
	width: 100%;
	height: 1000px;
}
.noscroll { 
  overflow: hidden;
}
.w3-overlay{
	opacity: 0;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.iwce2019-section{
	margin-bottom: 16px;
}
.iwce2019-section .buttons{
	margin-top: 40px;
	margin-right:40px; 
}
.iwce2019-section .buttons a{
	margin-bottom: 16px;
	display: block;
}
.iwce2019-section .w3-button{
	width: 170px;
}
@media screen and (max-width: 1200px) {
	.iwce2019-section .buttons{
		margin-top: 32px;
		margin-right:32px; 
	}
	.iwce2019 .categories .box{
		margin-left: 15px;
	}
	.iwce2019 .content .main{
	margin-left: 0px;
	}
	.catalog .page{
		padding-left: 0px;
	}
}
@media screen and (max-width: 990px) {
	.iwce2019-section .buttons{
		margin-top: 16px;
		margin-right:16px; 
	}
	.iwce2019-section .buttons a{
		float: left; 
		display: inline-block;
		margin-left: 16px; 
	}
	.contact-us{
		padding-right: 16px;
	}
	.sales-channels{
	padding-left: 16px;
	}
	.catalog .page{
		padding-left: 16px;
	}
}
@media screen and (max-width: 600px){
	.iwce2019-section .buttons a{
		margin-left: 0px; 
		margin-bottom: 0px;
	}
	.iwce2019-section .buttons a:first-child{
		margin-bottom: 16px;
	}
	.iwce2019-section .buttons{
		overflow: auto;
		margin-right: 0px; 
	}
	.contact-us .info{
		padding-bottom: 16px;
	}
}
.iwce2019 .categories .w3-button{
	width: 138px; 
	float: left;
}
.iwce2019 .categories .box{
	width: 292px; 
}
.iwce2019 .categories .first{
	margin-right: 15px;
}
.iwce2019 .categories img{
	margin-bottom: 8px;
}
.iwce2019 .content .main{
	margin-left: 15px;
	margin-bottom: 15px;
}
.iwce2019 .content h2{
	margin-left: 15px;
	margin-top: 0px;
}
.ant h1, .page h1{
	font-size: 44px;
	text-align: center;
	line-height: 1.1;
	margin: 0px;
}
.ant .header-title{
	border-bottom: 10px solid #890707;
	padding: 16px 0 16px 0;
}
.ant .header-title .w3-auto{
	overflow: hidden;
}
.full-page{
	height: calc(100vh - 156px - 104px);
}
.sales-channels{
	margin-top: 16px;
	margin-bottom: 16px;
}

.sales-channels .partners{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 149px;
}
.sales-channels .partners-clear{
	clear: left;
}
.sales-channels .partners img{
	border: 1px solid #E0E0E0;
}
.sales-channels .partners img:hover{
	border: 1px solid #890707;
}
.news .category .name2, .news .category .date2, #news-front .category .name2, #news-front .category .date2{
	text-align: center;
}
.news .category .date2, #news-front .category .date2{
	margin-top: 6px;
}
.news .category .line, #news-front .category .line{
	border-bottom: 5px solid #890707;
	width: 100%;
	margin: 0px;
}
.news .category .text2, #news-front .category .text2{
	height: 78px;
}
.news .category .text-short{
	height: 54px;
	margin-top: 6px;
}
.news h2{
	margin-top: 16px;
}
.item-page .videos .first-column{
	padding-right: 7px;
}
.item-page .videos .second-column{
	padding-left: 7px;
}
.ant .level3Active{
	background-color: #890707 !important;
	color: white !important;
	font-weight: bold !important; 
}
.ant .level3Active:hover{
	background-color: #890707 !important;
	color: white !important;
	font-weight: bold !important; 
}
.catalog-section{
	margin-bottom: 16px;
}
.catalog input, .catalog select{
	margin-bottom: 16px;
}
.catalog form{
	margin-bottom: 16px;
}
.catalog .menu-button{
	margin-bottom: 16px;
}
#Demo0, #Demo1, #Demo2, #Demo3,#Demo4,#Demo5,#Demo6,#Demo7,#Demo8,#Demo9,#Demo10{
	max-height: 131px;
	overflow: auto;
}
.news-small-image{
	border: 1px solid #e0e0e0;
}
.responsive {
  padding: 0 8px;
  float: left;
  width: 49.99999%;
}
.responsive:nth-child(odd){
    clear:both;
}
.responsive-row{
	margin-left: -8px; 
	margin-right: -8px;
}
@media only screen and (max-width: 600px) {
  .responsive {
    width: 100%;
  }
}
.search-div{
	padding-top: 19px;
	padding-bottom: 15px;
}
@media (min-width:1208px){.w3-hide-large-custom{display:none!important}}
@media (max-width:1207px) and (min-width:601px){.w3-hide-medium-custom{display:none!important}}
.three-bars{
	padding-left: 0px !important;
}
.oem .item{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 165px;
	height: 455px;
	background-color: #F5F5F5;	
	position: relative;	
}
.oem .item p{
	line-height: 1.3;
}
.oem .item .description{
	position: absolute;
	width: 105px;
	bottom: 100px;
	left: 10px;
	z-index: 2;
}
.oem .item .header-div{
	position: absolute;
	width: 165px;
	height: 50px;
	bottom: 0;
	left: 0;
	padding-top: 5px;
}
.oem .item img{
	position: absolute;
	top: 0;
	right: 0;
}

.oem .item .description hr{
	margin: 0px;
	border: 1px solid black;
}
.oem .item .description .header{
	color: #890707;
	text-align: right;
}
.oem .item .description p{
	text-align: right;
}
.oem .item .header-div .header{
	font-weight: bold;
}
.oem .item .header-div p{
	text-align: center;
}
@media (max-width:1140px){.oem-page{padding-left:15px; padding-right:15px;}}
.custom-design-oem .table1{
	border: 1px solid #890707;
	margin-bottom: 16px;
}
.custom-design-oem .table1 .header{
	text-align: center;
	background-color: #E0E0E0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	border-bottom: 6px solid #890707;
}
.custom-design-oem .table1 .level1{
	font-weight: bold;
}
.custom-design-oem .table1 .level2 li{
    list-style-type: none;
	list-style-position:inside;
}
.custom-design-oem .table1 .bullets{
	padding-right: 8px;
}
.custom-design-oem .table1 .image{
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	width: 232px;
	text-align: center;
}
.custom-design-oem .table1 .level2 > li:before{
    content: "\2013"; 
    position: absolute;
    margin-left: -1.1em; 
}
.custom-design-oem .table2{
	border: 1px solid #890707;
}
.custom-design-oem .table2 .medium .w3-cell{
	text-align: center;
}
.custom-design-oem .table2 .medium .image{
	margin-bottom: 16px;
}
.custom-design-oem .table2 .header1{
	text-align: center;
	background-color: #E0E0E0;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.custom-design-oem .table2 .header2{
	text-align: center;
	background-color: #890707;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: white;
	font-weight: bold;
}
.custom-design-oem .table2 .bullets{
	padding-right: 8px;
}
.custom-design-oem .table2 .images{
	margin-top: 16px;
	overflow: auto;
}
.custom-design-oem .table2 .images .image{
	margin-left: 16px;
	margin-bottom: 16px;
	float: left;
}
.video-js{
	border: 1px solid #e0e0e0; 
}
.play-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}
.play-button::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    top: 6px;
    left: 9px
}