@charset "utf-8";
/* CSS Document */

.wrapper {
	width: auto;
	margin: auto;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
/* GLOBAL STYLES ===================================================== */

body {
	padding-bottom: 0px;
	color: #5a5a5a;
}
.html, body { position: relative; }
.imgLeft {
	float: left;
	margin: 20px 20px 20px 0;
}
.imgRight, .flagImg, .linuxBut {
	float: right;
	margin: 20px 0 20px 20px !important;
}
.flagImg { margin: 0px 0 00px 0px !important; }
.sixthouIm {
	margin: 0 !important;
	width: 250px;
}
.flagImg, .linuxBut { margin: 0; }
.linuxBut {
	font-size: 22px;
	line-height: 32px;
	padding: 15px 20px;
	letter-spacing: -1px;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 10px 0 20px 20px;
}
.manLink {
	float: left;
	line-height: 32px;
}
.manSize, .update, .version { line-height: 32px !important; }
.version { text-align: center; }
a[rel~="external"], a[rel~="external"]:link, a[rel~="external"]:link:hover {
	background: url("/images/ext.png") no-repeat 100% 0;
	padding: 0 15px 0 0;
}
/* CUSTOMIZE THE NAVBAR
------------------------------------------------------------------- */

/* TOP BAR ======================================================== */

/* CART and SEARCH ================================================ */
.barElements {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 17px;
	height: 40px;
}
.barElements li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
}
.barElements li.searchList {
	border-left: 1px solid #fff;
	padding-left: 10px;
}
form#searchBox {
	margin-bottom: 0;
	margin-top: 0;
}
form#searchBox input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	background: #5777a5;
}
form#searchBox input::-webkit-search-decoration, form#searchBox input::-webkit-search-cancel-button {
display: none;
}
form#searchBox input[type=search] {
	background: #fff url(/images/search-icon-active.png) no-repeat 9px center;
	border: none;
	padding: 0 10px 0 32px;
	margin-top: 6px;
	width: 0px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	/*width: 150px;*/
	color: transparent;
	cursor: pointer;
}
div#searchHolder {width:150px; height:20px;}
form#searchBox input[type=search]:hover {
	background-color: #5777a5;
	background: #fff url(/images/search-icon-active.png) no-repeat 9px center;
}
form#searchBox input[type=search]:focus {
	width: 140px;
	padding-left: 32px;
	color: #5777a5;
	background-color: #fff;
	cursor: auto;
	border-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 10px;
}
form#searchBox input:-moz-placeholder {
color: transparent;
}
form#searchBox input::-webkit-input-placeholder {
color: transparent;
}
.cart a {
	display: block;
	height: 24px;
	line-height: 24px;
	min-width: 120px;
	color: #fff;
	background: url(/images/cartIcon.png) right top no-repeat;
	padding-right: 34px;
	margin: 9px 15px 0 0;
}
.cart a:hover {
	text-decoration: none;
	background-position: right -24px;
	color: #bbc9dd;
}
/* END TOP BAR ==================================================== */

/* NAVBAR ========================================================= */ 
.navbar {
	background: #093c6b;
	min-height: 40px;
	/*height:40px;*/
	box-sizing: content-box;
	border: none;
	margin-bottom: 0;
}
.navbar-home { height: 40px; }
/* TOP EXTERNAL SITE NAV ========================================== */
.navbar-default .navbar-nav {
	float: right;
	height: 40px;
	margin-left:50px;
}
.navbar-default .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-shadow: none;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background: #6885ae;
	color: #fff;
	box-shadow: none;
}
/* MAIN SITE NAV */
.navbar-default .navbar-right li a {
	color: #5676a5;
	font-size: 26px;
	line-height: 38px;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
	background: none;
	letter-spacing: -1px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child { margin-right: 0px; }
.navbar-default .navbar-right li a:hover, .navbar-default .navbar-right li.active a, .navbar-default .navbar-right li.active a:hover, .navbar-default .navbar-right li.active a:focus {
	color: #b7d1e3;
	background: none;
}
.collapseHeader {
	padding: 8px;
	background: #807f83;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
}
.head-wrap, .navbar-home { z-index: inherit; }
.navbar-brand {
	padding: 0; /* Increase vertical padding to match navbar links */
	/*position: absolute;*/
	z-index: 1000;
	width: auto;
	/*height: 95px;*/
	font-size: 16px;
	font-weight: bold;
	text-indent: -9999px;
	/*background: url(/images/pico-logo.png) no-repeat;*/
}
.container.main .navbar-brand { margin-top: -240px; margin-left:-20px }
.container .home-brand { margin-top: -50px; }
.home-brand {background:none;}
.wrapper {
	width: auto;
	margin: auto;
}
.caro-wrap {
	height: 454px;
	margin-top: 0;
	padding-top: 60px;
	box-sizing: content-box;
	background: url(/images/caroBgWave.jpg) center top no-repeat;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.caro-wrap .container { margin-top: 0; }
.body-wrap { padding-top: 10px; }
.body-wrap-home { padding-top: 20px; }
.body-wrap-home h1 { margin-top: 0px; margin-bottom: 5px; line-height:36px; }
.head-wrap {
	background: url(/images/presswave.jpg) center top no-repeat;
	padding-bottom: 150px;
	margin-bottom: 0px;
	margin-top: 0;
}
.nav-home {
	background: url(/images/presswavehome.jpg) center top no-repeat;
	height:290px;
}

/* FOOTER =================================================================== */

.foot-wrap-home {
	margin-top: 0px;
	padding-top: 0px;
}
.foot-wrap {
	margin-top: 10px;
}
.foot-wrap .aboutPico { padding: 10px 0 20px 0; }
.foot-wrap .aboutPico h2 {
	font-size: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #5676a5;
	margin-bottom: 20px
}
.newsletter {
	background: #fff;
	padding: 10px 19px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: auto;
}
.newsletter .newsLetterRow label {
	display: none;
}

.newsletter p {
	font-size: 18px;
	line-height: 22px;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
	color: #405f9e;
}
.newsletter .newsLetterRow input[type=text] { width: 220px; }
.newsletter .newsLetterRow input[type=submit] {
	float:right;
	margin-left: 30px;
	margin-top: -30px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.footBar {
	background: #093c6b;
	height: 50px;
}
.footBar p {
	color: #fff;
	font-size: 22px;
	line-height: 50px;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:0;
}

.footBar .picofoot { float: left; }
.footBar .telephone {
	float: right;
	text-align: right;
}
/* AFFIX STYLES =========================================================
.affix { position: static; }*/
@media screen and (min-width: 992px) {
.affix {
	position: fixed !important;
	top: 0px;
	width: 360px;
	bottom: auto;
}
.affix-top { width: 360px; }
.affix-bottom {
	top: auto;
	width: 360px;
	bottom: 655px;
}	

.stickem {box-sizing: border-box; width:380px; margin-right:0; padding:0;}
		
.container.main, .stickem-container {position:relative;}

#stickem-container:after { 
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
		
.leftCol, .stickem-container, .body-wrap { position:relative; clear:both; }

		
.mainContent { /*min-height: 710px;*/
	padding-top: 5px
}
}


/* body copy styling - FLOATERS! */

.imgLeft {
	float: left;
	margin: 20px 20px 20px 0;
}
.imgRight {
	float: right;
	margin: 20px 0 20px 20px;
}
.imgBlockLeft {
	float: left;
	margin: 20px 0;
	padding: 0 20px 0 0;
}
.imgBlockRight {
	float: right;
	margin: 20px 0 20px 40px;
	padding: 0 20px 0 0;
}
.img-thumbnail {
	text-align: center;
	margin-bottom: 20px;
}
.img-responsive { margin: auto; }
.img-caption {
	padding: 10px 0 0 0;
	text-align: center;
}
a .img-caption:hover { text-decoration: none; }
.tableLeft {
	float: left;
	width: 66%;
	margin: 20px 0;
	padding: 0 20px 0 0;
}
/*=====================================*/

a.zoom {
	display: block;
	position: relative !important;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
a.zoom span {
	display: block;
	position: absolute;
	z-index: 1000;
	background-image: url(/images/zoom.png);
	background-repeat: no-repeat;
	width: 50px;
	height: 53px;
	left: 15px;
	top: 15px;
}

.quan { width: 20px; }
.button {
	display: block;
	width: 120px;
	height: 30px;
	background: url(/images/addtocart.png) no-repeat;
	text-indent: -9999px;
	border: none;
}
.well {
	border: 1px solid #e3e3e3;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: #f3f9ff;
}
.well-nobg {
	margin-top: 20px;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.salesPanel { background: #fff; }

.supSal  { background: #f1f6f9 url(/images/paneBG-salesEnq1.jpg) no-repeat -160px top; }
a.list-group-item { padding: 7px 25px 7px 15px; }
a.oscLand p.pr20 { padding-right: 20px; }

/* Chevrons */

[class^="icon-"], [class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 margin-top: 1px;
 *margin-right: 20px;
 line-height: 14px;
 vertical-align: text-top;
 background-image: url("/images/glyphicons-halflings.png");
 background-position: 14px 14px;
 background-repeat: no-repeat;
}
.glyphicon-plus { top: 3px; }

/* White icons with optional class, or on hover/focus/active states of certain elements */

a.list-group-item .icon-chevron-right, a.moreBut .icon-chevron-right, li.list-group-item a .icon-chevron-right, li.list-group-item a:hover .icon-chevron-right {
	background-image: url(/images/glyphicons-halflings.png);
	background-position: -456px -72px;
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	opacity: .25;
	position: absolute;
	right: 10px;
	top: 6px;
}
li.list-group-item .glyphicon-chevron-down {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
	opacity: .25;
	position: absolute;
	right: 10px;
	top: 6px;
}
li.list-group-item.active a .glyphicon-chevron-down { opacity: 1;}
a.moreBut .icon-chevron-right {
	right: 10px;
	top: 4px;
}
a.list-group-item:hover .icon-chevron-right, a.moreBut:hover .icon-chevron-right, li.list-group-item.active a .icon-chevron-right, a.list-group-item.active .icon-chevron-right {
	background-image: url(/images/glyphicons-halflings-white.png);
	background-position: -456px -72px;
	opacity: 1;
}
a.moreBut {
	text-align: left;
	width: 73px;
	color: #428bca;
	font-weight: normal;
	position: relative;
}
a.moreButAutolink {
	text-align: left;
	width: 146px;
	color: #428bca;
	font-weight: normal;
}
a.moreBut:hover, a.moreButAutolink:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #fff;
}
a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active, a.list-group-item.active, a.list-group-item.disabled, a.list-group-item[disabled] {
	color: #fff;
	background-color: #428bca;
 *background-color: #428bca;
}
a.list-group-item:hover a.list-group-item:focus {
	color: #fff;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
a.list-group-item:hover .badge, a.list-group-item:focus .badge {
	background: #fff;
	color: #999;
}
.PWhalf {
	width: 49%;
	float: left;
}
.PWthird {
	width: 33%;
	float: left;
}
.PWtwothird {
	width: 66%;
	float: left;
}
.PWfull {
	width: 98%;
	float: left;
}
.salesbox {
	padding: 10px;
	
}
.stickem {box-sizing: border-box; width:360px; margin-right:0; padding:0; padding-top: 20px;}

h4.normalCase {
	margin-bottom: 0;
	text-transform: none;
}
.modelDesc {
	text-transform: none;
	font-weight: normal;
	color: #405f9e;
}
.modelDesc span {
	text-transform: uppercase;
	color: red;
}
.btn {
	font-weight: normal;
	padding: 4px 10px;
}
.btn-grp-atoz {margin-left:0!important;}
.btn-atoz {
	width:36px;
	margin:0 7px 10px 0!important;
}
.btn-info {
	background-color: #5779a6;
	border-color: #fff;
}
.btn-info:hover {
	background-color: #c3d7f0;
	color: #5779a6;
	border-color: #5779a6;
}
.buttonList { margin-bottom: 10px; }
.nav-header {
	display: block;
	padding: 3px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	letter-spacing: -1px;
}
.nav-header span { text-transform: none; }
.nav-header h4 { font-size: 18px }
.salesbox .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.nav-header h4 { margin-top: 0px; }

/* SCROLL TOP ===============================================*/

.scrollup {
	width: 40px;
	height: 56px;
	opacity: 0.3;
	position: fixed;
	bottom: 100px;
	right: 60px;
	display: none;
	text-indent: -9999px;
	background: url('/images/icon_top.png') no-repeat;
	z-index: 8000;
}
.dataTables_info {
	padding: 5px 0 10px;
	font-size: 14px;
	color: #5777a5;
}
/*
 * customRadioCheck: jQuery plugin for checkbox and radio replacement
 * Usage: $('input[type=checkbox], input[type=radio]').customRadioCheck();
 * Author: Cedric Ruiz
 * License: MIT
*/
.custom-label {
	display: inline-block;
	margin-right: .8em;
	cursor: pointer;
}
.custom-check {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -.15em; /* Adjust to for best fit */
	margin: 0 .4em;
	width: 20px;
	height: 20px;
	background: url('/images/customRadioCheck.png') 0 0 no-repeat;
}
.custom-check:focus, .custom-check:hover { background-position: -20px 0; }
.custom-check.checked { background-position: -40px 0; }
.custom-check.checked:focus, .custom-check.checked:hover { background-position: -60px 0; }
.form-control {
	display: inline-block;
	width: 100%;
	height: 34px;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* Tabbed padding ============================= */
.nav>li>a { padding: 8px 9px; }
.vidTab>li>a { padding: 8px 18px; }
.tab-content { margin-top: 0px; }
.about-tab { margin-top: 20px; }
.content-head {
	margin-top: 20px;
	border-bottom: 1px solid #EEEEEE;
}
/* OSCILLOSCOPE CAROUSEL ========================================================= */

.caroWrapper {
	background-color: transparent;
	width: 280px;
	height: 180px;
	padding-top: 27px;
	margin: 0;
}

/*--PRoduct Carousel--*/

.caroWrapperProd {
	background-color: transparent;
	width: 350px;
	height: 360px;
	padding-top: 27px;
	margin: 0;
}

/*--End PRoduct Carousel--*/

.tabs > div {
	width: 280px;
	height: 180px;
	float: left;
	overflow: hidden;
}
.caroWrapperProd .tabs > div { height: 360px; width:350px; }

.tabs img {
	display: block;
	margin: 0 10px 0 0;
	float: left;
}
.tabs h3 {
	font-size: 12px;
	display: none;
}
#pager1 a, #pager2 a, #pager3 a, #pager4 a, #pager5 a, #pager6 a { }
.pageTab {
	width: 280px;
	margin: -27px auto 5px auto;
	text-align: center;
}
.pageTab a {
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #b7d1e3;
	margin: 3px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.1) inset,  1px 1px 1px rgba(255,255,255,0.1);
}
.pageTab a:hover {
	color: #666666;
	background: #fff;
}
.pageTab a:first-child { border-left: 1px solid #ccc; }
.pageTab a.selected {
	background-color: #5777a5;
	color: #fff;
}
#myTab>li>a:hover, .softTab>li>a:hover, .measureTab>li>a:hover, .discTab>li>a:hover { background-color: #fdfefe; }
#myTab>li.active>a, .softTab>li.active>a, .measureTab>li.active>a, .discTab>li.active>a { background-color: #f6f9fb; }
.softTab>li>a:hover, .measureTab>li>a:hover, .discTab>li>a:hover { background-color: #f6f9fb; }
.softTab>li.active>a, .measureTab>li.active>a, .discTab>li.active>a {
	background-color: #5777a5;
	color: #fff;
}

.discTab>li.active, .discTab>li.list-group-item-info.active {border-color:#ddd;}
.discTab>li.list-group-item-info a {
	background-color: #e5f0fe; /*cae2ee*/
	color: #5777a5;
}
.discTab>li.list-group-item-info.active>a {
	background-color: #7FAEF1; /*cae2ee*/
	color: #fff;
}

.discTab>li.list-group-item-info a:hover, .discTab>li.list-group-item-info.active>a:hover { background-color:#abbbd2; color:#fff; }

.pageTab span.pageTab-current:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.calcWidgetAWG:focus { outline: none; }
.colTop { margin-top: 20px; }
.rule {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.title {
	border-bottom: 2px solid #ddd;
	padding-bottom: 5px;
}
.borTop { border-top: 1px solid #EEEEEE; }
.borBot { border-bottom: 1px solid #EEEEEE; }
.borLef { border-left: 1px solid #EEEEEE; }
.borRig { border-right: 1px solid #EEEEEE; }

address {
	width: 33%;
	padding: 0 20px;
	float: left;
}
address h2 {
	font-size: 24px;
	letter-spacing: -1px;
	line-height:24px;
	margin-top:0px;
}
address h4 { letter-spacing: -1px; font-size:18px; }
h5.telephone {
	color: ##405f9e;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-size: 16px;
	letter-spacing: -1px;
	background: url(/images/officePhone.png) no-repeat left center;
}
h5.fax {
	color: ##405f9e;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-size: 16px;
	letter-spacing: -1px;
	background: url(/images/fax.png) no-repeat left center;
}
/* SOCIAL NETWORL ICONS =================================================================================================================================== */
.social-networking {
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.social-networking li {
	display: inline-block;
	float: left;
	margin: 0 2px;
	padding: 0;
}
.social-networking li a:hover {
	background: none;
	opacity: 0.5;
}

.panel-heading {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 8px 15px;
	color: #807f83 !important;
}
.dload {
	font-size: 22px;
	line-height: 22px;
	padding: 10px 15px;
	letter-spacing: -1px;
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.dloadIcon {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(/images/downldIcon.png) no-repeat;
	padding: 5px 0;
	margin-right: 10px
}
.dloadIconMan {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	line-height:40px;
	background: url(/images/dloadCircle.png) no-repeat;
	padding: 5px 0;
	margin-left: 15px;
	padding-left:60px;
}




/*!*** Post ***!*/

img.attachment-post-thumbnail {
	height: auto !important;
	max-width: 60%;
	position: relative;
	margin-bottom: 15px;
	float:right;
}
.newsItem ul {padding-left:20px;}
a.readmore {
	text-decoration: none;
	font-size: 16px; font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
}
hr.heavy { border-width: 2px; }
.readmore {
	display: block;
	height: 20px;
}
.post p a { text-decoration: none; }
.post h2 a { text-decoration: none; }
.readmore { margin-bottom: 20px }
.item h4 { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75); }
.item h4 a { color: #fff; }
.time-ago {
	background: none repeat scroll 0 0 #0088CC;
	color: #FFFFFF;
}
.dateTime { color: #666666; }
.post p a { color: #428bca; }
.post p a:hover {
	color: #2a6496;
	text-decoration: underline;
}
/*.post h2 a { color: #333; }*/
.discTab { margin-top: 10px;
max-height: 422px;
overflow: auto; 
}
#prodFilter, #langFilter, #docFilter, #accsFilter, #disconFilter { margin-left: 15px; }
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
	text-decoration: none;
	color: #ffffff;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
th.hide_me, td.hide_me { display: none; }
.prod-feat-mod {
	float: left;
	border-bottom: 1px solid #EEEEEE;
	width: 100%;
}
.prod-feat-mod ul li { margin: 7px 0; }
.prod-feat-mod ul { margin: 25px 0 20px 0; }
.prod-feat-mod img.imgRight { margin-right: 20px !important; }

.formbut { margin-top: 16px; }
form.formbut { margin-top: 0px; }
.PWfull.formbut {
	margin-top: 0;
	margin-bottom: 10px
}
.formbut input[type="submit"], .atc {
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	letter-spacing: -1px;
	padding-right: 32px;
	background: #5cb85c url(/images/cartButIcon.png) no-repeat right center !important;
}
.fancybox, .imSize { width: 47%; }
.table { margin-top: 20px; }
.input-mini { width: 60px; }
.panel { margin-top: 5px; -webkit-box-shadow:none; box-shadow:none; }
.sidePanel { border: 0px; }
table.table thead .tablehead {
	background: #5777a5 !important;
	color: #fff;
}
table.table tbody .tableHead, table.table thead .tableheadSub {
	background: #7fb2de !important;
	color: #fff;
}
table.table {
	margin-bottom: 0px !important;
	border-bottom: 1px solid #ddd;
}
.table>thead>tr>th { border-bottom: 1px solid #ddd; }
table.table { border-bottom: 0; }
table.tabDown { margin-top: 0px; }
.table>tbody+tbody { border-top: 1px solid #ddd; }
.table>thead>tr>th>a { color: #2b6fa9; }
.norm { font-weight: normal; }
#aster {
	margin-top: 20px;
	text-transform: lowercase;
}
.asterRow #aster {
	font-size: 10px;
	margin-bottom: 0px
}
.breadcrumb { margin-bottom: 0px; }
.newsMonth {
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: 5px;
}
.vid-tab { margin-top: 20px; }
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border: none;
}
.form-horizontal .form-group {
	margin-right: 0px;
	margin-left: 0px;
}
.nLetterImg {
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
	max-width:300px;
}
.queensaward {
	width: auto;
	height: 210px;
	background: url(/images/QAfooter.png) center top no-repeat;
}
.newsNav .panel { border: 0px solid transparent; }
.panel-group .panel-heading+.panel-collapse .newsBody { border-top: 0px solid #ddd; }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #F93;
	background-color: #f7fcff !important;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}
.breadcrumb>.active { color: #F93 }
.search-form-control {
	display: inline-block;
	width: 100%;
	height: 28px;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline: #5777a5;
	margin-top: 4px;
}
.oscTable { width: 100%; }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 6px; }

/* ==============================================================================================================================================================
 RESPONSIVE CSS
================================================================================================================================================================= */
@media (max-width: 1199px) {/*TABLETS landscape*/
.navbar-default .navbar-right>li>a {
	font-size: 20px;
	line-height: 20px;
	color: #5777a5 !important;
}
.navbar-default .navbar-right li a:hover, .navbar-default .navbar-right li.active a, .navbar-default .navbar-right li.active a:hover, .navbar-default .navbar-right li.active a:focus {
	color: #b7d1e3 !important;
	background: none;
}

.nav-home {}

.stickem {box-sizing: border-box; width:100%; margin-right:0; padding:0; padding-top: 20px;}
.affix {width:27.5%;}
.PWhalf { width: 48%; }
.PWthird { width: 33%; }
.PWtwothird { width: 66%; }
.PWfull { width: 100%; }

.testFoot { margin-left: 115px; margin-top: 29px; }

.newsletter .newsLetterRow input[type=text] { width: 158px; }
.newsletter .newsLetterRow input[type=submit] { margin-left: 140px; }
.newsletter p {font-size: 18px; }

}

/* ============================================================================================================================================================== */
 @media (max-width: 979px) {/*TABLETS - portrait*/
.head-wrap { background: url(/images/wave.png) -640px top no-repeat; }
.container.navbar-wrapper {
	margin-bottom: 0;
	width: auto;
}
.barElements { margin-top: 0px; }
nav {
	border-radius: 0;
	margin: -20px 0;
}
.navbar-default .navbar-right li a {
	font-size: 16px;
	line-height: 40px;
}
.navbar-brand img{width:50%;}

.footBar { height: auto; }
.footBar p {
	font-size: 18px;
	margin-left: 15px;
}
.caroCol {
	padding-right: 0;
	padding-left: 0;
}
.caro-wrap { height: 444px; }
.caro-wrap .container {
	padding-left: 0;
	padding-right: 0;
	height: 390px;
}
.body-wrap { padding-top: 20px; }
.homeSubNav a.list-group-item { font-size: 11px; }
.PWhalf {
	width: 48%;
	float: left;
}
.PWthird {
	width: 33%;
	float: left;
}
.PWtwothird {
	width: 66%;
	float: left;
}
.PWfull {
	width: 100%;
	float: left;
}
.salesbox .btn { font-size: 11px; }
.breadcrumb { margin-bottom: 0px; }
.newsletter {
	padding: 10px;
	height: auto;
}
.newsletter .newsLetterRow label {
	width: 40px;
	font-size: 12px;
	line-height: 24px;
}
.newsletter h2 {
	font-size: 26px;
	margin-top: 10px;
}
.newsletter p {
	font-size: 18px;
	line-height: 20px;
}
.newsletter .newsLetterRow input[type=text] { width: 140px; }
.newsletter .newsLetterRow input[type=submit] {
	margin-left: 102px;
	margin-top: 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
blockquote p {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
}
blockquote {
	padding: 0 0 0 30px;
	margin: 0 0 20px;
	border-left: none;
	background: url(/images/quote-sml.png) no-repeat 0 0;
}
blockquote small { line-height: 14px; }
.testFoot { margin-left: 75px; margin-top:36px; }
.footTest { padding: 12px; }
.scrollup { display: none !important; }
.navbar-default .navbar-right>li>a {
	line-height: 20px;
	color: #5777a5 !important;
}
.navbar-default .navbar-right li a:hover, .navbar-default .navbar-right li.active a, .navbar-default .navbar-right li.active a:hover, .navbar-default .navbar-right li.active a:focus {
	color: #b7d1e3 !important;
	background: none;
}
.container.main .navbar-brand {
	/*background: url(/images/pico-logo-mid.png) no-repeat;*/
	margin: -140px 0 0 0;
	position: absolute;
}
.stickem {box-sizing: border-box; width:100%; margin-right:0; padding:0; padding-top: 20px;}
.affix {width:27.5%;}
.PWhalf { width: 48%; }
.PWthird { width: 33%; }
.PWtwothird { width: 66%; }
.PWfull { width: 100%; }


}

/* ============================================================================================================================================================== */
 @media (max-width: 767px) { /*MOBILES*/
.barElements {
	float: left;
	padding-left: 0;
	margin-top: 0;
	margin-left: 15px;
	height: 50px;
}
.barElements li {
	height: 50px;
	padding-top: 5px;
}
.navbar {
	box-sizing: border-box;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0;
	min-height: 40px;
	background: #5777a5;
}
.navbar-default .navbar-nav {
	float: none;
	height: auto
}
.navbar-default .navbar-right { background: #f1f6f9; }
.navbar-default .navbar-nav>li>a:hover {
	background: #6885ae;
	color: #fff;
}
.navbar-default .navbar-nav>li>a { color: #fff; }
.navbar-default .navbar-right>li>a {
	font-size: inherit;
	line-height: 20px;
	color: #5777a5 !important;
}
.navbar-default .navbar-right>li>a:hover, .navbar-default .navbar-right li.active a, .navbar-default .navbar-right li.active a:hover {
	color: #b7d1e3;
	background: #dae1ec;
}
.navbar-brand {
	/*background: url(/images/logo-mobile.png) no-repeat;*/
	margin: -70px 0 0 20px;
	position: absolute;
}
.container.main .navbar-brand {
	/*background: url(/images/logo-mobile.png) no-repeat;*/
	margin: -110px 0 0 0;
	position: absolute;
}
.home-brand { background:none; width:100px !important; }
.caro-wrap {
	height: 30px;
	background: url(/images/mobile-carousel.png) left top no-repeat;
}

.body-wrap {
	padding-top: 120px;
	background: url(/images/mobile-carousel.png) left top no-repeat;
}
.navbar-collapse { height: auto; }
.caroCol {
	padding-right: 0;
	padding-left: 0;
}
.body-wrap-home { padding-top: 10px; }
.footBar p {
	font-size: 14px;
	margin-left: 10px;
}
.telephone p {
	font-size: 12px;
	margin-left: 0px;
}
.footBar .telephone { margin-right: 15px; }
.telephone {float:left; margin:0!important; padding:0;}
.testFoot { margin-left: 135px; }
.newsletter {
	padding: 10px;
	height: auto;
}
.newsletter .newsLetterRow label {
	width: 60px;
	font-size: 12px;
	line-height: 24px;
}
.newsletter h2 {
	font-size: 26px;
	margin-top: 10px;
}
.newsletter p {
	font-size: 18px;
	line-height: 20px;
}
.newsletter .newsLetterRow input[type=text] { width: auto; }
.newsletter .newsLetterRow input[type=submit] {
	margin-left: 0px;
	margin-top: 14px;

	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.scrollup { display: none !important; }

.series3000ch2, .series3000ch4, .series3000mso, .series3000diff, .series4000-4224, .series4000-4262, .series4000-4824 {
	background-position:right 15px !important;
}

.stickem {box-sizing: border-box; width:100%; margin-right:0; padding:0; padding-top: 20px;}
.affix {width:27.5%;}
/*.well {width:420px;}
.nav-list {width:380px;}*/
.PWhalf { width: 48%; }
.PWthird { width: 33%; }
.PWtwothird { width: 66%; }
.PWfull { width: 100%; }

.testFoot {
	margin-top: 36px;
}
.navbar-collapse .navbar-nav.navbar-right:last-child {margin-right:inherit;}

address { width:100%; padding:20px 0;}
.telephone {float:none;}
#map_canvas_uk, #map_canvas_us { width: 100%; }
#key .well table tr td { padding:5px; vertical-align:top;} 
}

/* ============================================================================================================================================================== */

@media (max-width: 479px) { /*MOBILES portrait*/

.oscLand .tableHolder { width: 100%; }
.oscCompBut { width: 240px; margin: 20px; }
.stickem {box-sizing: border-box; width:100%; margin-right:0; padding:0; padding-top: 20px;}
.affix {width:27.5%;}
/*.well {width:260px;}
.nav-list {width:220px;}*/
.PWhalf { width: 50%; }
.PWthird { width: 33%; }
.PWtwothird { width: 66%; }
.PWfull { width: 100%; }
	
}

/* BOOTSTRAP AMEND ============================================================================================================================================== */

small, .small { font-size: 75% }
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th { background-color: #f3f9ff }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {background-color: #f0f5f9;}
.breadcrumb {
	padding: 2px 0;
	background-color: transparent;
}

/* ============================================================================================================================================================== */

.teleText { font-size:18px; float:left; margin-left:20px; padding-top:5px; }
.enquiriesText { font-size:12px; line-height:16px; }
.skypeicon {
	display:block;
	width:23px;
	height:22px;
	background:url(/images/skypeBW.png) no-repeat 0 3px;	
	float:left;
	box-sizing: border-box;
}
.contPad {padding:10px}
.contPad a { float:left; margin-left:20px; }
h2.contHead {margin-top:10px;}
.fancybox-skin, .fancybox-inner {background:#f0f5f9!important;}
/*.imgBlockRight { width:30%; padding: 5px; }
.imgBlockLeft { width:30%; margin-right:10px; text-align:center; padding: 5px; }*/

.prod-title {
	color: #405f9e;
	font-family: "Roboto",Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 33px;
	line-height: 40px;
	letter-spacing: -1px;	
	margin-top: 10px;
}
.prod-sub-title {
	color: #405f9e;
	font-family: "Roboto",Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	margin-top: 10px;
}
.prod-intro { margin-bottom: 10px; }

.newsSoftCol { border-left:1px solid #ddd }
.newsItem {float:left;}

.series3000ch2, .series3000ch4, .series3000mso, .series3000diff, .series4000-4224, .series4000-4262, .series4000-4824 {
	background: transparent;
	min-height: 200px;
}



.leftCol, #myTab {margin-top:10px}
a.topicImRight {width:150%}
a.topicImLeft {width:90%}
.imgBlockLeft { /*width:25%;*/ margin-right:0px; text-align:center; padding: 5px 0; margin-bottom: 0; }

.imgBlockLeft {
	float: left;
	margin: 20px 0;
	padding: 0 0 0 20px;
}
.imgBlockRight {
	float: right;
	margin: 20px 0;
	padding: 0 0 0 20px;	
}
.imgBlockCenter {
	float: none;
	margin: 20px auto;
	padding: 0;
	text-align:center;	
}

.duoRight {	
	width:50%;
	float: right;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
}
.duoRight .imgBlockRight { margin:0; padding:0; width:100%; }

.img-thumbnail {width:100%} 

.triggerTypes, .triggerTypes li {
	display:block;
	margin:0; padding:0;
	list-style:none;
}


.tnail {margin-bottom:0;}

.col-md-offset-4 h1 {padding-left:15px;}

p.bg-warning, p.bg-danger, p.bg-primary, p.bg-success, p.bg-info {padding:15px;}


.popover{
	position:absolute;top:0;left:0;z-index:1010;display:none;max-width:366px;padding:1px;
	text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);
	border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box;
}

.vcalendar { float:left; width:100%; }
.vcalendar h3, .vcalendar .vevent {padding-left:20px;}

.accsTabs {margin-top:20px;}
.accsTabs li {margin-right:5px;}

.product-information {position:relative;}
.rotate-icon { width:41px; height:37px; position:absolute; bottom:0; left:10px; z-index:999; background:url(/images/imgRotateIcon.png); }

#reviewForm {display:none}
#reviewForm .required {color:red}
.reviewRow { margin-top:20px; margin-bottom:20px; border-bottom:1px solid #EEEEEE }
.reviewRow p {line-height:20px;}
.revBut {font-weight:normal;}

.discTab .list-group-item-info a {padding-left:40px;}

/*FOCUS ISSUE  -------------------------------------------------------------------------------------------------------*/ /*removes the dotted border*/
:focus {
	outline-color: rgba(200,200,200,0.5)!important;
	box-shadow:none;
	border-color:transparent;
}
a:focus { outline-style: thin dotted; } 
input[type=submit]:focus, input[type=submit]:active{
    background-color:#ccc; /*different color than regular*/
}

/*Button hover*/
.btn-default:hover {background-color:#f3f3f3;}
.btn-default.active:hover {background-color:#98bede;}
.btn-default.active {color: #fff;
	background-color: #428bca;}

.awardsColQuart {
width: 25%;
float: left;
}
.awardsCol2Quart {
width: 75%;
float: left;
padding-top: 20px;
}
.awardsRow {
margin: 5px 0;
}

.fb_halfColLeft { width:58%; float:left; }
.fb_halfColRight { width:38%; float:right; }
.fancybox-inner h2 { margin-top:0; font: bold 22px/1.6 ; }

.gm-style-iw {width:180px;}
.gm-style-iw div {overflow:none}

.accsInc {display:none}
.btn.fancyAccs, .bFull { width:100%; letter-spacing:-1px; }

td.tick{
	background:url(/images/check.png) center no-repeat;
	width:18px;
	height:20px;
	text-indent:-9999px; }
	
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

.charProg {margin-bottom:0px;}
.formPad { padding:10px 0; }
.rat { float:left; padding:10px 8px; text-align:center; margin-left:auto; margin-right:auto; }




.well { background: #fff; }
.well p {  margin-bottom: 0; }
.mediaBankWell { display:block; background:#fff url(/images/tux2204.jpg) right bottom no-repeat; height:338px; }
.wellAbout { margin-top: 0; }
.wellAbout p, .wellArt p { margin: 15px 0 0 0; }
.well h2 { margin-top: 0; }
.mediaBankWell h4 {color: #5a5a5a;}

.mediaBankWell, .wellAbout, .wellArt {height:355px;}

/* CURRENCY POPOVER */
.caroCol {z-index:999;}
.caro-wrap-foot {z-index:998;}
.popover {z-index:999999;}
.popover-content {z-index:99999; padding:0;}
.popover-content a { display:block; padding:3px 10px;  width:180px;}
.currSym {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px; color:#5777a5; 
}
.popover-content a:hover {text-decoration:none; background:#dde4ed; }
.currencyBut {
	font-family: "Roboto", Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin:6px 10px 0 20px;
	float:left;
	border:1px solid #537798;
	padding: 0px 6px;
	color:#b7d1e3;
	border-radius: 4px;
	font-size:18px;	
}
.currencyBut:hover {text-decoration:none; color:#fff;}
.currencyBut span.glyphicon {
    top: 4px; }

th.welease, .panel>.table>tbody>tr td:first-child { width: 75%; }
th.date { width: 25%; }

.nav-sub {height:280px; padding:0;}

.table>thead>tr>th, .table>tfoot>tr>th, .table>tbody>tr>td { padding: 6px 15px; }

table#mediaTable>tbody>tr>td>h3 {margin-top: 7px;}

.mediaDl { float:left; margin-right:10px; }
.medTable {
 	border-bottom: 1px solid #e3e3e3 !important;
	border-top: 1px solid #e3e3e3 !important;
}
.table>tbody>tr>td.imgCell {vertical-align:middle}

.lazy { display: none; }

header.partcont {text-align:center; display:flex;}
header.partcont .well {margin: 50px auto; text-align: left;}
header.partcont .well h1 {text-align:center;}
header.partcont .well img {margin:20px auto;}
header.partcont .well form {margin-top:20px;}


/* DISTRIBUTOR PORTAL */

td a span.icon { padding: 3px 0 3px 24px; background-position:0 0; width:16px; height:16px; }

.icon-folder { background: transparent url(/images/icons/folder.png) no-repeat 0 4px; }

td a span.icon-png, td a span.icon-jpeg, td a span.icon-jpg, td a span.icon-gif { background-image: url(/images/icons/image.png); }

td a span.icon-zip { background-image: url(/images/icons/zip.png); }

td a span.icon-doc, td a span.icon-docx { background-image: url(/images/icons/word.png); }

td a span.icon-xls, td a span.icon-xlsx { background-image: url(/images/icons/excel.png); }

td a span.icon-pdf { background-image: url(/images/icons/pdf.png); }

.memb-info h2 { margin-top: 10px; float:right; }
.portLogo { margin-top:50px; margin-bottom:16px; }
.portLogo img {margin:0;}
.port-wrap {
    padding-bottom: 0px;
    margin-bottom: 0px;
	border-bottom: 1px solid #f3f9ff;
    margin-top: 0;
	background:transparent;
}
.oem-table table tr td ul { padding-left: 22px; }
.port-body { background: url(/images/distSprite.png) left top repeat-x; } 
.avatar { float:right; margin-right:0; margin-top:50px; border:10px solid #fff; }
.logout { position:absolute; top:3px; right:15px; }

.loginpanel h1 {text-align:center;}

.loginpanel { margin:50px auto; float:none !important; }
.loginpanel img {margin-bottom:20px;}
.loginpanel h1 {margin-top:0px;}
.loginpanel .list-group { margin-bottom: 0px; }
.loginpanel p {margin-bottom:10px;}
button.list-group-item {width: 100%;}
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
footer {margin-top:20px;}
.partBar {background:#5777a5;}

ol.tandcreg {padding-left:16px;}
ol.tandcreg li {margin-bottom:10px;}
.tandcbod {height:150px; overflow:auto;}

table tbody tr td a {line-height:22px;}