.header_top_bg_container {
	background: #6b6b6b;
}
.header_contact, 
.header_contact a:link, 
.header_contact a:visited { 
	color: #fff;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.header_bg_container { 
	background: #fff url(../../images/backgrounds/header_bg.png) repeat-x left bottom;
	color: #000; 
}
.container_header { 
	color: #000;
	background: url(../../images/backgrounds/header-flag.png) no-repeat center bottom;
	min-height: 130px;
}
.header_logo img {
	max-width: 100%;
}
.smallText {
  font-size: 14px;
  font-weight: normal;}
.sf-menu {
	background: url(../../images/backgrounds/menu_bg.png) repeat-x left bottom; 
	-webkit-box-shadow: 6px 0 5px -4px #000, -6px 0 5px -4px #000;
	box-shadow: 6px 0 5px -4px #000, -6px 0 5px -4px #000;	
}
.sf-menu li {
	padding-right: 2px;
	background: url(../../images/backgrounds/nav_lines.png) no-repeat right top;	
}
.sf-menu a { 
	color: #fff;
	padding: 8px 10px;
}
.sf-menu ul li { 
	background:#fff url(none); 
	padding-right: 0;
}
.sf-menu ul li a { 
	color: #142d6a;
}
.sf-menu a:hover { 
	color: #bbb; 
}
.sf-menu ul li a:hover { 
	color: #fff;
	background: #142d6a;
}
.sf-menu li.services ul {
	display: none;
	left: -100%;
	position: absolute;
	top: 100%;
	z-index: 9999;
}
.mean-container .mean-bar { 
	background: #142d6a; 
}
.mean-container .mean-nav {
	background: #142d6a;
}
p.quicklinks {
	color: #142d6a;
	text-align: right;
}
p.quicklinks a {
	color: #142d6a;
	padding: 2px 10px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.content_bg_container { 
	background: #fff url(../../images/backgrounds/content_bg.png) repeat-x left top; 
}
.container_main { 
	background: #fff url(../../images/backgrounds/container_main.png) repeat-x left top; 
	-webkit-box-shadow: 6px 0 5px -4px #000, -6px 0 5px -4px #000;
	box-shadow: 6px 0 5px -4px #000, -6px 0 5px -4px #000;
}
.body-home .container_main { 
	padding: 5px 5px 20px 5px;
}
.slider_container {
	padding: 0;
	border: 0;
}
.caption {
	background: none;
	top: 10px;
	bottom: 50px;
	left: 5px;
	color: #fff;
	font-weight: normal;
	padding: 10px;
	position: absolute;
	width: 50%;
}

.item .caption h1 {
	font-family: "Arial Black", Impact, Haettenschweiler, "Franklin Gothic Bold", sans-serif;
	color: #fff;
	font-size: 20px;
}
.item .caption p {
	color: #fff;
	font-size: 14px;
}
.item .caption a.slider-btn {
	color: #6b6b6b;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 10px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.item .caption a.slider-btn:hover {
	color: #142d6a;
	background: #ccc;
}
.caption.withbg {
	background: rgba(0,0,0,.5);
	top: auto;
	bottom: 5px;
	right: 5px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 80%;
}
.item .caption.withbg h1 {
	font-size: 18px;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.item .caption.withbg p {
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
a { 
	color: #142d6a; 
	text-decoration: none; 
}
a:hover { 
	color: #ccc; 
	text-decoration: none; 
}
h1.hometitle {
	font-size: 24px;
	color: #142d6a;	
}
h1.hometitle span {
	font-size: 30px;
	color: #6b6b6b;	
}
h2.dialog_title {
  color: #142d6a;
}
.panel-default-m { 
	border-color: #142d6a;
}
.panel-default-m > .panel-heading { 
	color: #fff; 
	background-color: #16276d; 
	border-color: #142d6a; 
background: #16276d; /* Old browsers */
background: -moz-linear-gradient(top,  #16276d 0%, #1d3387 51%, #16276d 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16276d), color-stop(51%,#1d3387), color-stop(99%,#16276d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #16276d 0%,#1d3387 51%,#16276d 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #16276d 0%,#1d3387 51%,#16276d 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #16276d 0%,#1d3387 51%,#16276d 99%); /* IE10+ */
background: linear-gradient(to bottom,  #16276d 0%,#1d3387 51%,#16276d 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16276d', endColorstr='#16276d',GradientType=0 ); /* IE6-9 */

	text-shadow: 1px 1px 2px #000000;
}
.panel-default-d { 
	border-color: #142d6a; 
}
.panel-default-d > .panel-heading { 
	color: #fff; 
	background-color: #16276d; 
	border-color: #142d6a; 
	background: #16276d; /* Old browsers */
background: -moz-linear-gradient(top,  #16276d 0%, #1d3387 51%, #16276d 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16276d), color-stop(51%,#1d3387), color-stop(99%,#16276d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #16276d 0%,#1d3387 51%,#16276d 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #16276d 0%,#1d3387 51%,#16276d 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #16276d 0%,#1d3387 51%,#16276d 99%); /* IE10+ */
background: linear-gradient(to bottom,  #16276d 0%,#1d3387 51%,#16276d 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16276d', endColorstr='#16276d',GradientType=0 ); /* IE6-9 */
	text-shadow: 1px 1px 2px #000000;
}
.d_underlined h2 { 
	text-transform:uppercase; border-bottom: none;font-size: 16px;line-height: 22px;
}
.m_underlined h3 { 
	border-bottom: 3px solid #142d6a; 
}
.f_underlined h3 { 
	border-bottom: 3px solid #142d6a ; 
}
.resp-tab-item.resp-tab-active { 
	border-top: 3px solid #142d6a; 
}
div.resp-vtabs .resp-tab-item.resp-tab-active { 
	border-left: 3px solid #142d6a; 
}
.resp-arrow { 
	border-top: 12px solid #142d6a; 
}
.resp-accordion.resp-tab-active, 
.resp-accordion.resp-tab-active:hover { 
	background: #fff; 
	color: #fff; 
}
ul.row_view li .product_block:hover { 
	border: 1px solid #ccc; 
}
.footer_bg_container { 
	background: #142d6a; 
}
.container_footer { 
	color: #fff; 
	padding: 10px;
}
.container_footer .col-md-5 h2 {
	font-family: "Times New Roman", times, serif !important;
	font-size: 32px;	
	line-height: 32px;
	margin: 0;
	padding: 0;
}
.container_footer .col-md-5 p {
	font-family: "Times New Roman", times, serif;
	font-size: 18px;	
}
p.footer_links {
	text-align: right;
}
p.copy {
	width: 40%;
	float: left;
}
p.iww {
	width: 40%;
	float: right;
}
.container_footer a:link, 
.container_footer a:visited { 
	color: #fff; 
}
.container_footer a:hover { 
	color: #bbb; 
}
.accordion a {
	line-height: 1.1em;
}
.accordion ul a {
	padding: 5px 10px 5px 25px;
}
.accordion ul li ul a {
	padding: 2px 10px 2px 35px;
}
.accordion a.dcjq-parent.active, .accordion a.dcjq-parent {
background: #1248A8;
border-radius: 0;
font-weight: normal;
color: #fff;
}
.accordion ul a.dcjq-parent, .accordion ul a.dcjq-parent.active {
background: #6aa9d1;
border-radius: 0;
font-weight: normal;
color: #1248A8;
}
.accordion ul li ul a.dcjq-parent, .accordion ul li ul a.dcjq-parent.active {
background: #a9d0e8;
border-radius: 0;
font-weight: normal;
color: #1248A8;
}
a.printlink {
	margin-top: -16px;
	border-radius: 0 !important;
	line-height: 18px;
}
.btn-custom {
	color: #142d6a; 
	background-color: #fff; 
	border-color: #142d6a; 
}
.btn-custom:hover { 
	color: #fff; 
	background-color: #142d6a; 
	border-color: #142d6a; 
}
.btn-custom:active, 
.btn-custom.active { 
	background-color: #fff; 
}
.pagination > li > a, 
.pagination > li > span { 
	color: #000; 
	background-color: #fff; 
	border: 1px solid #000; 
}
.pagination > li > a:hover, 
.pagination > li > a:focus { 
	background-color: #000; 
}
.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus { 
	color: #000; 
	background-color: #fff; 
	border-color: #000;
}
.prodlist-table th.tablesorter-header {
	padding-right: 11px !important;
	padding-left: 5px !important;
	background: url(../../images/sort.png) no-repeat right center !important;
}
table.prodlist-table, 
table.cat-descr, 
table.product-properties {
	border-top: solid 1px #1a4088;
	border-right: solid 1px #1a4088;
}
table.prodlist-table th, 
table.cat-descr th, 
table.product-properties th {
	border-bottom: solid 1px #1a4088;
	border-left: solid 1px #1a4088;
	text-align: center;
}
table.prodlist-table td,
 
table.cat-descr td, 
table.product-properties td {
	border-bottom: solid 1px #1a4088;
	border-left: solid 1px #1a4088;
	text-align: center;
}
table.prodlist-table tr.odd td {
	background-color: #eee;
}
table.prodlist-table tbody {
	border-right: solid 1px #1a4088;
}
a.pdfdownload {
	display: block;
	float: right;
	text-align: center;
	height: 85px;
	width: 100px;
	font-size: 13px !important;
	text-decoration: none !important;
	padding-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	color: #142d6a !important;
	border: 1px solid #142d6a;
}
a.pdfdownload.prod {
	background: #fff;
}
a.pdfdownload:hover {
	color: #FF0000 !important;
	border-color: #FF0000 !important;
}
table.quote-form {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.quote-form td,
table.quote-form th {
	padding: 4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.quote-form .red {
	font-size: 24px;
	font-weight: bold;
}
table.quote-form .form-control {
	width: auto;
}
input.btn {
	padding: 3px 6px;
	margin: 2px;
	width: auto;
}
#center-main img {
  max-width: 100% !important;}

/* Extra Field for videos, with responsive iframe */
.video-holder {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 25px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.prodphotos img {
	max-width: 90%;
	margin: 2%;
}
li.green a {
	color: green !important;
}
li.green a:hover {
	color: black !important;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
	.container_header {
	  background: url(../../images/backgrounds/header-flag.png) no-repeat right top;
	}
	.sf-menu a {
	  	padding: 8px 5px;
		font-size: 14px;
	}
	.sf-arrows .sf-with-ul {
		padding-right: 25px;
	}
	p.quicklinks {
	  	text-align: left;
		padding: 15px 0 0 0;
	}
	p.quicklinks a:first-child {
		padding-left: 0;
	}
	.header_contact {
		text-align: center;	
	}
	p.footer_links {
		text-align: left;
	}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	table.prodlist-table, 
	table.prodlist-table thead, 
	table.prodlist-table tbody, 
	table.prodlist-tableth, 
	.prodlist-table td, 
	.prodlist-table tr { 
		display: block; 
	}
	table.prodlist-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.prodlist-table tr { border: 1px solid #ccc; }
	table.prodlist-table td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 43%;
		text-align: left;
	}
	table.prodlist-table tr.odd td { 
		border-bottom: 1px solid #bbb; 
	}
	table.prodlist-table td:before { 
		width: 40%;
		text-align: right;
		position: absolute;
		left: 0;	
	}
	table.prodlist-table td.produ:before { 
		content: "P/N:";	
	}
	table.prodlist-table td.POWER:before { 
		content: "Power:";	
	}
	table.prodlist-table td.NOMINAL_POWER:before { 
		content: "Nominal Power:";	
	}
	table.prodlist-table td.POWER_AVG:before { 
		content: "Power Avg.:";	
	}
	table.prodlist-table td.POWER_PEAK:before { 
		content: "Power Peak:";	
	}
	table.prodlist-table td.LENGTH:before { 
		content: "Length:";	
	}
	table.prodlist-table td.WIDTH:before { 
		content: "Width:";	
	}
	table.prodlist-table td.TAB_WIDTH:before { 
		content: "Tab Width:";	
	}
	table.prodlist-table td.TERMINAL:before { 
		content: "Terminal:";	
	}
	table.prodlist-table td.TERMINAL_WIDTH:before { 
		content: "Terminal Width:";	
	}
	table.prodlist-table td.TOLERANCE:before { 
		content: "Tolerance:";	
	}
	table.prodlist-table td.OVERALL_HEIGHT:before { 
		content: "Overall Height:";	
	}
	table.prodlist-table td.INSIDE_DIAM:before { 
		content: "Inside Diam.:";	
	}
	table.prodlist-table td.INSIDE_TERMINAL:before { 
		content: "Inside Terminal:";	
	}
	table.prodlist-table td.OUTSIDE_DIAM:before { 
		content: "Outside Diam.:";	
	}
	table.prodlist-table td.OUTSIDE_TERMINAL:before { 
		content: "Outside Terminal:";	
	}
	table.prodlist-table td.IMPEDANCE:before { 
		content: "Impedance:";	
	}
	table.prodlist-table td.WEIGHT:before { 
		content: "Weight (Grams Max.):";	
	}
	table.prodlist-table td.MOUNTING_HOLES:before { 
		content: "Mounting Holes:";	
	}
	table.prodlist-table td.DISC_DIAMETER:before { 
		content: "Disc Diam.:";	
	}
	table.prodlist-table td.ATTENUATION:before { 
		content: "Attenuation (dB):";	
	}
	table.prodlist-table td.DISC_THICKNESS:before { 
		content: "Disc Thickness:";	
	}
	table.prodlist-table td.ROD_LENGTH:before { 
		content: "Rod Length:";	
	}
	table.prodlist-table td.ROD_DIAMETER:before { 
		content: "Rod Diameter:";	
	}
	table.prodlist-table td.THICKNESS:before { 
		content: "Thickness:";	
	}
	table.prodlist-table td.FREQUENCY:before { 
		content: "Frequency (GHz):";	
	}
	table.prodlist-table td.SUBSTRATE:before { 
		content: "Substrate:";	
	}
	table.prodlist-table td.VSWR:before { 
		content: "VSWR:";	
	}
	table.prodlist-table td.MOUNT_DIRECTION:before { 
		content: "Mount Direction:";	
	}
	table.prodlist-table td.OHMS:before { 
		content: "Resistance Value (OHMS):";	
	}		
}

@media only screen and (min-width: 0px) and (max-width: 578px) {
	.container_header {
	 	background: none;
	}
	.prodphotos img {
                float: none;
                max-width: 100%;
                margin: 2%;
        }
}