/* 
 * This file (custom.css) is the css file that 
 * handles any overrides to joomla or the bootstrap css files.
 * ---------------------------------------- */
 
@font-face {
    font-family: 'sansanormal';
    src: url('../fonts/sansa-normal-webfont.eot');
    src: url('../fonts/sansa-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansa-normal-webfont.woff') format('woff'),
         url('../fonts/sansa-normal-webfont.ttf') format('truetype'),
         url('../fonts/sansa-normal-webfont.svg#sansanormal') format('svg');
    font-weight: normal;
    font-style: normal;
    }
@font-face {
    font-family: 'sansabold';
    src: url('../fonts/sansa-bold-webfont.eot');
    src: url('../fonts/sansa-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansa-bold-webfont.woff') format('woff'),
         url('../fonts/sansa-bold-webfont.ttf') format('truetype'),
         url('../fonts/sansa-bold-webfont.svg#sansabold') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: 'sansasemibold';
    src: url('../fonts/sansa-semibold-webfont.eot');
    src: url('../fonts/sansa-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansa-semibold-webfont.woff') format('woff'),
         url('../fonts/sansa-semibold-webfont.ttf') format('truetype'),
         url('../fonts/sansa-semibold-webfont.svg#sansasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
    }

@font-face {
    font-family: "sansanormal";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/sansa-normal-webfont.eot?#iefix") format("embedded-opentype"), 
    	 url("../fonts/sansa-normal-webfont.woff") format("woff"), 
    	 url("../fonts/sansa-normal-webfont.ttf") format("truetype"), 
    	 url("../fonts/sansa-normal-webfont.svg#sansanormal") format("svg");
    }

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
.wrapper#page {
	min-height:100%;
	position:relative;
}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 23px;
	}
a {
	color:#216aad;
	}
	a:hover,
	a:focus {
		text-decoration: underline;
		}
p {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
}
h1 {
	color: #0075b1;
	font-weight: 300;
	text-decoration: none;
	font-family: sansanormal,sans-serif;
	font-size: 20px;
	line-height: 26px;
}
h2 {
	color: #216aad;
	font-size:16px;
	line-height:24px;
	margin-bottom: 0;
	margin-top: 0;
}
h3,
h3.catItemTitle,
h3.catItemTitle a {
    color: #0075b1;
    font-size: 14px;
    margin-top: 0;
}

.clear {clear: both;float: none;display: block;position: relative;}

.btn-primary {
    background-color: #216aad !important;
    border-bottom-color: #357ebd;
    border-left-color: #357ebd;
    border-right-color: #357ebd;
    border-top-color: #357ebd;
    color: #fff;
    border-radius: 0;
}
.formResponsive input[type="submit"] {
    background-color: #216aad !important;
    background-image: none !important;
    border-bottom-color: #357ebd !important;
    border-left-color: #357ebd !important;
    border-right-color: #357ebd !important;
    border-top-color: #357ebd !important;
    color: #ffffff !important;
    text-shadow: none !important;
    border-radius: 0 !important;
}
.formResponsive input[type="reset"], 
.formResponsive input[type="reset"]:active, 
.formResponsive input[type="reset"].active, 
.formResponsive input[type="reset"].disabled, 
.formResponsive input[type="reset"][disabled] {
    text-shadow: none !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;    	
    background-image: none !important;
    color: #333 !important;
}
.btn-primary:hover,
.formResponsive input[type="submit"]:hover {
	background-color: #172982 !important;
}
.formResponsive input[type="reset"]:hover {
	background-color: #e6e6e6 !important;
}
.btn-default {
	border-radius: 0;
}

.main-header {
	background: #020092 url(../images/header_bg.jpg) center top repeat; 
	height: 163px;
	position: fixed;
	width: 100%;
	z-index: 499;
	}
.main-header .container {
	padding-bottom: 0;
	padding-top: 0;
	}
.navbar-brand {
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 12px;
}

.navbar-collapse {
    padding-left: 20px;
    padding-right: 20px;
	}
.navbar-right {
    float: right !important;
}
	
/*===== social icons =====*/
.social {
	width: 100%;
	/*height: 50px;*/
	position: relative;
	display: block;
	/*text-align: right;*/
	padding-top: 20px;
	padding-bottom: 20px;
}
ul.social-icons {
	width: 100%;	
}
ul.social-icons li {
	float: right;
}
ul.social-icons li a {
	opacity: 1;
	transition: none;
	}
	
ul.social-icons {
	margin-bottom: 10px;
	margin-top: 10px;
	z-index: 999;
}

.jj_sl_navigation {
    top: 50% !important;
}
	
/*===== bootstrap menu =====*/
nav#menu .container {
	border: none;
	background-color: #dfdfdf;
	max-width: 1130px;
}
@media (width: 1024px) {
	nav#menu li a {
		font-size: 15px !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
nav#menu { 
    background-color: #dfdfdf; 
    position: fixed;
    top: 103px;
    width: 100%;
    z-index: 500;
    } 
/* home button */
nav#menu li.item-195 { 
	min-width: 55px; 
	}
nav#menu li a { 
    color: #172982;
    font-family: sansanormal, sans-serif;
    font-size: 16px;
    }
nav#menu li.active a {
    color: #5bc4f4;
    }
nav#menu li a:hover {
	color: #5bc4f4;
 	background-color: #F4F4F4; 
}
nav#menu li.active a:hover {
	color: #5bc4f4;
}

nav#menu ul.dropdown-menu {
	background: #F4F4F4;
	}
nav#menu ul.dropdown-menu a {
	font-size: 13px;
	}
nav#menu li.active >.dropdown-menu a {
 	background-color: #F4F4F4; 
	color:#172982;
 	}
nav#menu ul.dropdown-menu li a:hover,
nav#menu li.active >.dropdown-menu a:hover {
	text-decoration: underline;
	color:#172982;
	}
nav#menu .dropdown-menu > .active > a, 
nav#menu .dropdown-menu > .active > a:hover, 
nav#menu .dropdown-menu > .active > a:focus {
    background-color: transparent;
  }
 	
/*===== service menu =====*/
.servicemenu {
    background: #f4f4f4;
}
.servicemenu .caret {
	display: none;
}
.navbar-nav.navbar-right:last-child {
	margin-right: 0;
    margin-right: 15px;
}
.navbar-nav > li > a {
    line-height: 26px;
    padding-top: 19px;
}
.nav > li > a:hover, 
.nav > li > a:focus {
	background: transparent;
}

/*===== off-canvas menu =====*/
.navbar-btn {
	margin-top: 28px !important;
}
.navbar-toggle .icon-bar {
	width: 34px;
	height: 4px;
	background: #ffffff;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px !important;
}
#mm-sidebar.mm-menu .navbar-right {
	float: none !important;
}
#mm-sidebar.mm-menu .mm-list {
}
#mm-sidebar.mm-menu .mm-panel > .mm-list {
	margin-left: 0 !important;
	margin-right: 0 !important; 
}
#mm-sidebar.mm-menu .search-module input {
	width: 100% !important;
	margin-left: 15px !important;
}
#mm-sidebar.mm-menu .module ul.nav > li.active > a {
	background: transparent !important;
}

#dj-megamenu263mobileWrap .dj-megamenu-offcanvas-custom263 .dj-mobile-open-btn {
	display: inline !important;
	float: left !important;
	text-align: left !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	margin-top: 45px !important;
	margin-right: 35px !important;
	margin-left: 20px !important;
	font-size: 15px !important;
	font-family: sansanormal,sans-serif !important;
	font-weight: normal;
}
.dj-offcanvas-custom263 .dj-offcanvas-top {
	background: #dfdfdf !important;
}
ul.dj-mobile-custom263 ul ul li.dj-mobileitem > a,
ul.dj-mobile-custom263 ul ul li.dj-mobileitem:hover > a,
ul.dj-mobile-custom263 ul ul li.dj-mobileitem.active > a {
	background: #dfdfdf !important;
}
.dj-offcanvas-modules .nav.menu {
	margin: 0 -15px;
	padding: 0;
	text-align: left;
}
.dj-offcanvas-modules .nav.menu a {
	color: #172982;
	border-top: 1px solid #f4f4f4;
}
.dj-offcanvas-modules .nav.menu .active a {
	color: #5bc4f4;
}
.dj-offcanvas-custom263 {
	background: #dfdfdf !important;
}
ul.dj-mobile-custom263 li.dj-mobileitem > a {
	background: #dfdfdf !important;
	border-top: 1px solid #f4f4f4;
}


/* megamenu */
.dj-megamenu-custom263 li ul.dj-subtree > li,
.dj-megamenu-custom263 li.active ul.dj-subtree > li {
    color: #172982 !important;
}
.dj-megamenu-custom263 li ul.dj-submenu > li > a {
	color: #172982 !important;
}
.dj-megamenu-custom263 li ul.dj-submenu > li > a:hover {
	text-decoration: underline;
}
.dj-megamenu-custom263,
.dj-megamenu-custom263 li a.dj-up_a {
	background: #dfdfdf !important;
}
.dj-megamenu-custom263 li:hover a.dj-up_a, 
.dj-megamenu-custom263 li.hover a.dj-up_a{
    background-color: #f4f4f4 !important;
    color: #5bc4f4 !important;
}
 
.dj-megamenu-custom263 li.active a.dj-up_a {
    color: #5bc4f4 !important;
}
.dj-megamenu-custom263 li ul.dj-subtree > li > a {
	color: #172982 !important;
}
.dj-megamenu-custom263 li ul.dj-subtree > li > a:hover {
	color: #172982 !important;
	text-decoration: underline;
}
nav#menu li .moduletable.yourbusiness a {
    font-size: 13px;
    text-decoration: none;
}
nav#menu li .moduletable.yourbusiness a:hover {
    text-decoration: underline;
}
.dj-submenu li.itemid193.first.parent a.dj-more,
.dj-submenu li.itemid193.first.active.parent a.dj-more-active.active  {
	color: #ff0000 !important;
	cursor: pointer !important;
}
.dj-submenu li.itemid193.first.parent a.dj-more:hover,
.dj-submenu li.itemid193.first.parent a.dj-more-active.active:hover {
	text-decoration: none !important;
}
.dj-submenu .menutextlink {
	color: #ff0000 !important;
}

@media (max-width:1024px) {
.dj-megamenu-custom263 li div.dj-subwrap .dj-subwrap-in {
	max-width: 980px !important;
	margin: 0 auto;
}

.dj-megamenu-custom263 li div.dj-subwrap .dj-subwrap-in .dj-subcol {
	max-width: 235px !important;
}
.dj-megamenu-custom263 li.itemid933 div.dj-subwrap .dj-subwrap-in .dj-subcol {
	max-width: 440px !important;
}
.dj-megamenu-custom263 li div.dj-subwrap, 
.dj-megamenu-custom263 li:hover div.dj-subwrap li div.dj-subwrap, 
.dj-megamenu-custom263 li.hover div.dj-subwrap li div.dj-subwrap {
	width: 930px;
}
}



/*===== go top * =====*/
a.go-top {
    color: #ff0000;
    text-decoration: none !important;
}
.go-top {
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    position: fixed;
    right: 0;
    z-index: 9999;
    bottom: 0.1em !important;
    background: transparent !important;
    color: #5bc4f4 !important;
    font-size: 28px;
    padding: 0 !important;
}
.go-top .glyphicon {
	padding-right: 8px;
}

/*===== breadcrumb =====*/
#breadcrumbs {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 4px;
	padding-top: 4px;
	}

.breadcrumb {
	border-bottom: 1px dotted #ccc;
	font-family: sansanormal,sans-serif;
    font-size: 12px;
    padding: 4px 0;
}
.breadcrumb > li,
.breadcrumb a {
	font-family: sansanormal,sans-serif;
    font-size: 12px;
}
.breadcrumb .divider {
	display: none;
	}
	
.frontpage #breadcrumbs {
visibility: hidden;
}


#mainbody .container.maincontainer {
	padding-top: 158px;
}
#mainbody #content.maincontent {
	padding-top: 4px;
}
.frontpage #mainbody #content.maincontent {
	padding-top: 0;
}

@media (max-width: 767px) {
	.dj-mobile-open-btn {
		width: auto !important;
		display: inline-block !important;
		text-decoration: none !important;
	} 
	.dj-mobile-open-btn .bars-text {
		font-size: 18px !important;
		padding-left: 5px;
	}
	.logo.pull-left {
		float: right !important;
		max-width: 50% !important;
	}
	.main-header { 
		height: 160px;
		/*position: relative;*/
		position: fixed;
	}
	.main-header .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
#dj-megamenu263mobileWrap .dj-megamenu-offcanvas-custom263 .dj-mobile-open-btn {
	margin-left: 30px !important;
}
	#header {
		background: #dfdfdf;
		padding: 5px;
	}
	.search-module input {
		width: 100%;
		border: 1px solid #dfdfdf !important;
		margin-bottom: 20px;
	}
	#mobile-above-menu {
		display: block;	
		clear: both;
		background: #ffffff;
	}
	#mobile-above-menu .container { 
		padding: 0 25px;
	}
	#mobile-above-menu .live-chat-mobile,
	#header .live-chat-mobile {
		width: 100%;
		margin: 5px 0;

	}
	#mobile-above-menu .contact-us-mobile,
	#header .contact-us-mobile {
		width: 100%;
		margin: 5px 0;

	}
	#mobile-above-menu a,
	#header a {
		color: #172982 !important;
		font-size: 17px !important;
		font-family: sansanormal,sans-serif !important;
		font-weight: normal;
	}
	#mobile-above-menu .fa,
	#header .fa {
		color: #172982 !important;
		font-size: 15px !important;
		font-weight: normal;
	}
	#mainbody .container.maincontainer {
		padding-top: 30px;
	}
	#mainbody .container.maincontainer #content {
		padding-left: 30px;
		padding-right: 30px;
	}
	#content-area {
    	padding: 15px 0 0 0;
    }
	.sidebar-right {
    	padding-top: 68px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#below-content .module.yourbusiness ul li {
    	width: 100% !important;
	}
	#above-content {
    	padding: 0 0 0 0;
    }
    #mobile-above-content {
	    margin-bottom: 20px;
    }
        #mobile-above-content img {
height: auto;
width: 100%;
}
    #mobile-above-content .module.visible-xs {
		padding: 0;
		border-left: 0 solid #276cad;
		border-bottom: 0 solid #276cad;
		border-right: 0 solid #276cad;
	}
	#mobile-above-content .module.visible-xs .headline h4 {
		color: #ffffff !important;
		font-family: sansanormal,sans-serif;
		font-size: 18px !important;
		line-height: 28px;
		margin-bottom: 0;
		text-transform: none;
		background: url('../images/panel-header.jpg') no-repeat 0 0;
		background-size: 100% 100%;
		padding: 5px 10px;
	}
	#mobile-above-content .module.visible-xs .module-content {
		padding: 0;
		text-align: center;
	}
	#mobile-above-content .contactme a .contactbutton {
		background-color: #1fb7ee;
		background-image: url('../images/contactbutton.png') !important;
		background-position: 100% 50% !important;
		background-repeat: no-repeat !important;
		color: #fff;
		font-family: sansasemibold;
		font-size: 20px;
		padding: 10px;
		text-shadow: 1px 1px 2px #666;
		-webkit-border-radius: 2px; 
		-moz-border-radius: 2px; 
		border-radius: 2px; 
	}
	#mobile-above-content .contactme a:hover .contactbutton {
		background-color: #1da6d7;
	}
	#mobile-above-content .contactme a:hover {
		text-decoration: none;
	}
    .applications .itemImageContainer, .press .itemImageContainer, .news .itemImageContainer, .products .itemImageContainer {
    	width: 100% !important;	    
    }
    #above-content .module.downloads {
    	max-width: 100% !important;
	}
	#below-content {
    	padding: 0 0 0 0;
	}
	#above-content .module.distributors {
    	width: 100% !important;
		float: none !important;
	}
	div.itemListCategory img {
		max-width: 100% !important;
		height: auto !important;
	}
	.login .controls.col-sm-offset-4 {
    	margin-left: 0 !important;
	}
	.registration .form-actions.col-sm-offset-3 {
    	margin-left: 0 !important;
		margin-top: 10px;
	}
	#scEHpZ {
		right: 35% !important;
		display: none !important;
	}
	.module.slogan {
		border-bottom: 0 !important;
		margin: 15px 0;
		padding-top: 40px;
	}
	.frontpage .catItemView {
		margin-bottom: 0;
	}
	.frontpage div.catItemReadMore {
		display: none;
	}
	.slogan img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	.dj-mobile-open-btn {
		width: auto !important;
		display: inline-block !important;
		text-decoration: none !important;
	} 
	.dj-mobile-open-btn .bars-text {
		font-size: 18px !important;
		padding-left: 5px;
	}
	.logo.pull-left {
		float: right !important;
	}
	#mainbody .container.maincontainer {
		padding-top: 150px;
	}
	#mainbody .container.maincontainer #content {
		padding-left: 50px;
		padding-right: 50px;
	}	
	#above-content .module.col-md-3 {
		float: left;
		width: 50%;
	}
	.frontpage div.catItemReadMore {
		display: none;
	}
	.module.slogan {
		border-bottom: 0 !important;
		margin: 15px 0;
		padding-top: 40px;
	}
	.module.slogan h1 {
    	font-size: 24px !important;
    }
    div.catItemView {
	    min-height: 220px !important;
    }
    .tagView div.catItemView {
	    min-height: 235px !important;
    }
    #content-area {
    	padding: 15px 0 0 0;
	}
    .sidebar-right {
		padding-left:50px;
		padding-right:50px;
	}
	.sidebar-right .sidebarfeatured li {
		text-align: center;
	}
	div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
		float: none !important;
	}
	#above-content {
		padding: 0;
	}

	#header {
		background: #dfdfdf;
		padding: 5px;
	}
}
/*===== graph =====*/
div.itemListCategory .graph img {
	margin: 0 !important;
}
@media (max-width:1024px) {
	table#spectrometersimagemap {
		display: none !important;
	}
}

/*===== videos =====*/
.videos div.itemVideoBlock  {
	padding: 0;
	background: #ffffff;	
}

.jwlogo {
	display: none;
}
.jwplayer.playlist-none,
.jwplayer.playlist-none.jw-user-inactive,
.jwdisplay .jwpreview {
	background: #f4f4f4 !important;
}
div.itemVideoBlock span.itemVideoCaption {
	color: #216aad !important;
}

.jwplayer.playlist-none video {
	width: 100% !important;
}

div.itemView.videos {
	border-bottom: 0;
}

.videos .catItemImageBlock,
.videos .catItemImageBlock img {
	padding: 0;
}

.k2ItemsBlock.videos ul {
	margin-left: -15px;
	margin-right: -15px;
}

.k2ItemsBlock.videos ul li {
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	border: 1px solid #ccc;
	padding: 4px;
	min-height: 260px;
	margin-bottom: 20px;
}
.k2ItemsBlock.yourbusiness ul li {
	width: 22%;
	float: left;
	margin-left: 1.5%;
	margin-right: 1.5%;
	border: 1px solid #ccc;
	padding: 4px;
	min-height: 270px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
.k2ItemsBlock ul li {
	width: 100%;
	float: none;
	text-align: center;
}
.k2ItemsBlock.videos ul,
.k2ItemsBlock.yourbusiness ul {
	margin: 0;
}
.k2ItemsBlock.videos ul li,
.k2ItemsBlock.yourbusiness ul li {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-right: 0;
}

.k2ItemsBlock.videos ul li img,
.k2ItemsBlock.yourbusiness ul li img {
	margin: 0 auto;
}
}

.k2ItemsBlock.videos ul li.lastItem {
	margin-right: 0;
}
.k2ItemsBlock.videos h3 a,
.k2ItemsBlock.yourbusiness h3 a {
	color:#216aad;
	}
.k2ItemsBlock.videos h3 a:hover,
.k2ItemsBlock.yourbusiness h3 a:hover {
	text-decoration: none;
	color: #0075b1;
}

div.k2ItemsBlock.videos ul li div.moduleItemIntrotext {
	padding-top: 0;
	margin-bottom: 10px;
}
div.k2ItemsBlock a.moduleCustomLink {
	display: block;
	clear: both;
}
body.itemid-954  #content-area {
	padding-bottom: 0;
}

#content-area #k2Container {
	/*border-bottom: 1px dotted #ccc;*/
}
body.itemid-932 #content-area #k2Container,
body.frontpage #content-area #k2Container {
	border-bottom: none;
}
body.parentid-217 #content-area #k2Container {
}

body.view-itemlist.itemid-216 .module.infoform {
	display: none;
}

/*===== left sidebar =====*/
.sidebar-nav .leftmenu {
    background-color: #172982;
    padding-bottom: 15px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    
}
.sidebar-nav .leftmenu .nav li, 
.sidebar-nav .leftmenu .nav li a, 
.sidebar-nav .leftmenu li.mainlevel, 
.sidebar-nav .leftmenu li.mainlevel a.mainlevel, 
.sidebar-nav .leftmenu li.sublevel, 
.sidebar-nav .leftmenu li.sublevel a.sublevel, 
.sidebar-nav .leftmenu li.mainlevel_active a.mainlevel_active {
    color: #ffffff;
    font-family: sansasemibold,sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    padding-top: 0;
    padding-bottom: 0; 
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
    line-height: 24px;
}
.sidebar-nav .leftmenu li.mainlevel_active, 
.sidebar-nav .leftmenu li.sublevel_current, 
.sidebar-nav .leftmenu li.sublevel_current a#active_menu, 
.sidebar-nav .leftmenu li.mainlevel_current a#active_menu {
    color: #1decff;
    font-family: sansasemibold,sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
}
.sidebar-nav .leftmenu a:hover {
	text-decoration: underline;	
}
.sidebar-nav .myavantes {
	padding-bottom: 15px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.sidebar-nav .myavantes .nav li, 
.sidebar-nav .myavantes .nav li a, 
.sidebar-nav .myavantes li.mainlevel, 
.sidebar-nav .myavantes li.mainlevel a.mainlevel, 
.sidebar-nav .myavantes li.sublevel, 
.sidebar-nav .myavantes li.sublevel a.sublevel, 
.sidebar-nav .myavantes li.mainlevel_active a.mainlevel_active {
    padding-top: 0;
    padding-bottom: 0; 
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0;
    line-height: 24px;
}

.sidebar-nav .viewcatalog, 
.sidebar-nav .oemsolutions, 
.sidebar-nav .instructionvideos {
    background-color: #8f8fc8;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}

.sidebar-nav .acymailing,
.sidebar-nav .distributors,
.sidebar-nav .provide-support {
    background-image: url("../images/home-modules_bg.png");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
.sidebar-nav .distributors {
	border-top: 1px solid #ccc;
}
.sidebar-nav .K2FilterBlock.distributors {
	padding: 0;
	border-top: 0;
}	
.K2FilterBlock input.button {
	margin-top: 10px;
	background: inherit;
	padding: 6px 12px;
	border: 0;
}
.K2FilterBlock input.button.reset {
	margin-top: 10px;
	background: grey;
	padding: 6px 12px;
}
.sidebar-nav .infoform {
    background-color: #8f8fc8;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
.sidebar-nav .viewcatalog h4, 
.sidebar-nav .oemsolutions h4, 
.sidebar-nav .instructionvideo h4,
.sidebar-nav .infoform h4 {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-top: 0;
    font-weight: bold;
}
.sidebar-nav .acymailing h4,
.sidebar-nav .distributors h4,
.sidebar-nav .myavantes h4 {
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-top: 0;
    font-weight: bold;
	color: #216aad;
}
.sidebar-nav .instructionvideos h4 {
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-top: 0;
    font-weight: bold;
	color: #ffffff;
}
.sidebar-nav .K2FilterBlock.distributors h3 {
	display: none;
}
.sidebar-nav .K2FilterBlock.distributors label {
	color: 	#216aad;
	font-weight: normal;
	margin-left: 15px;
}		
.sidebar-nav .rsform.infoform {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}
.sidebar-nav fieldset.formFieldset ol.formContainer li {
	padding: 0;
}
.sidebar-nav .rsform.infoform .formBody,
.sidebar-nav .rsform.infoform input,
.sidebar-nav .rsform.infoform select,
.sidebar-nav .acymailing input {
	width: 100%;
	color: #555;
}
.sidebar-nav .acysubbuttons input {
	color:#fff;
}

.sidebar-nav .rsform.infoform select {
	padding: 5px 0;
	margin-bottom: 20px;
	border-radius: 0;
}

.sidebar-right .headline h4 {
	color: #ffffff !important;
    font-family: sansanormal,sans-serif;
    font-size: 18px !important;
    line-height: 28px;
    margin-bottom: 0;
    text-transform: none;
    background: url('../images/panel-header.jpg') no-repeat 0 0;
    background-size: 100% 100%;
    padding: 5px 10px;
}
.sidebar-right .contactme .headline h4 {
	background-image: none;
	color: #216aad !important;
	padding: 5px 0;
}
.sidebar-right .module-content {
	padding: 5px 10px;
	border-left: 1px solid #276cad;
	border-bottom: 1px solid #276cad;
	border-right: 1px solid #276cad;
}
.sidebar-right .sidebarnews ul,
.sidebar-right .sidebarfeatured ul,
.sidebar-right .officelocations ul {
	margin-left: 0;
}
.sidebar-right .officelocations p {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 150%;
}
.sidebar-right .moduleCustomLink {
	color: #ff0000;
}
.sidebar-right .sidebarnews a.moduleItemTitle {
	font-weight: bold;
}
.sidebar-right .sidebarnews a.moduleItemTitle:hover {
	text-decoration: none;
	color: #216aad;
}
.sidebar-right .sidebarnews .moduleItemReadMore {
	color: #ff0000;
	background-image: none;
	font-size: 14px;
}
.sidebar-right .sidebarnews li {
	border-bottom: 1px solid #bed3e6;
	padding: 10px 0;
	line-height: 1.2em;
}
.sidebar-right .sidebarfeatured li {
	padding: 20px 0;
}
.sidebar-right .contactme .module-content {
	border: none;
	padding: 0;
}
.sidebar-right .contactme a .contactbutton {
	background-color: #1fb7ee;
	background-image: url('../images/contactbutton.png') !important;
	background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
	color: #fff;
	font-family: sansasemibold;
	font-size: 20px;
	padding: 10px;
	text-shadow: 1px 1px 2px #666;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
}
.sidebar-right .contactme a:hover .contactbutton {
	background-color: #1da6d7;
}
.sidebar-right .contactme a:hover {
	text-decoration: none;
}

#above-content {
	display: block;
	position: relative;
	width: 100%;
	clear: both;
}
@media (min-width:980px) and (max-width:1024px) {
#above-content {
	max-width: 980px !important;	
}	
}

.itemListCategoriesBlock {
	/*border-bottom: 1px dotted #ccc;
	margin-bottom: 45px;*/
}
body.itemid-121 .itemListCategoriesBlock,
body.itemid-226 .itemListCategoriesBlock,
body.itemid-227 .itemListCategoriesBlock,
body.itemid-230 .itemListCategoriesBlock,
body.itemid-231 .itemListCategoriesBlock,
body.itemid-379 .itemListCategoriesBlock,
body.itemid-391 .itemListCategoriesBlock,
body.itemid-393 .itemListCategoriesBlock,
body.itemid-954 .itemListCategoriesBlock,
body.itemid-987 .itemListCategoriesBlock,
body.itemid-988 .itemListCategoriesBlock,
body.itemid-1008 .itemListCategoriesBlock {
	border-bottom: none;
	margin-bottom: 0;
}

div.itemRelated ul {list-style-type: none;border: none;margin-left: 0;}
div.itemRelated ul li {clear: both;border: none;padding: 10px 0;}
div.itemRelated ul li img {float: left;margin-right: 20px;}
div.itemRelated .even {background: none;}

#below-content {
	margin-bottom: 0;	
}
#below-content .module {
	/*border-bottom: 1px dotted #ccc;*/
}
body.itemid-932 #below-content .module {
	border-bottom: none;
}

#bottom .container {
	padding-top: 0;
}

#bottom1 .viewcatalog, 
#bottom1 .oemsolutions, 
#bottom1 .instructionvideos {
    background-color: #8f8fc8;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
}
#bottom1 .viewcatalog h4, 
#bottom1 .oemsolutions h4, 
#bottom1 .instructionvideos h4 {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.3em;
    margin-bottom: 10px;
    padding-top: 0;
    font-weight: bold;
    text-align: center;
}

#bottom {
    background: #ffffff;	
    padding-top: 0;
    color: #216aad !important;
}
#bottom a {
    color: #216aad !important;
}
body #bottom1 .module, 
body #bottom2 .module, 
body #bottom3 .module, 
body #bottom4 .module {
    border: 0;
    min-height: 120px;
}

#footer {
	position: relative;
	background: url('../images/header_bg.jpg') no-repeat 50% 50%;
	background-size: 100% 100%;
	padding-top: 40px;
	font-family: sansanormal,sans-serif;
}
@media (max-width: 767px) {
#footer {
	background: #172982;
}
}
@media (max-width: 979px) and (min-width: 768px) {
	#footer {
		padding-left: 30px;
		padding-right: 30px;
	}
}
#footer1, #footer2, #footer3 {
	width: 100%;
	display: block;
	clear: both;
}

#footer1 .container {
	border-bottom: 1px solid #fff;
}

#footer .newsletter {
		padding-bottom: 30px;
		/*border-bottom: 1px solid #ffffff;*/
}	
#footer .newsletter .headline h4 {
	color: #ffffff;
	font-family: sansasemibold,sans-serif;
    font-size: 12px;
}

#footer .newsletter label {
	font-weight: 400 !important;
	}

#footer .newsletter .acymailing_form {
	margin-left: 0;
	width: 100%;
}

#footer .newsletter .acymailing_form p.onefield {
	width: 30% !important;
	float: left;
}

#footer .newsletter .acymailing_form p.onefield input {
	width: 95% !important;
}

#footer .newsletter .acymailing_form p.acysubbuttons {
	width: 10% !important;
	float: left;
}

#footer .newsletter .acymailing_form p.acysubbuttons input {
	width: 100% !important;
	border: 0;
	margin-top: 22px;
	background-color: #5bc4f4 !important;
	color: #ffffff;
}

#footer h4 {
	text-transform: none;
	font-weight: 700;
	color: #ffffff;
	font-size: 12px;
	font-family: sansasemibold,sans-serif;
}

#footer1 ul.nav {
	margin-left: 0;
}
#footer1 ul.nav li {
	display: block;
	float: none;
	padding: 0 0 10px 0;
	margin: 0 !important;
	line-height: 1.5em;
}
#footer1 .nav > li > a {
	padding-left: 0;
	padding-right: 0;
	font-size: 12px !important;
	font-family: sansanormal,sans-serif;
}
#footer1 .nav > li > a .caret {
	display: none;
}

#footer3 {
	text-align: center !important;
}
#footer .contact {
	float: left;
	font-size: 11px;
	line-height: 2em;
	margin: 8px 0;
	padding-right: 20px; 
	text-align: left;
}

#footer .module.menu {
	width: auto;
	float: left;
	/*width: 28.33%;*/
	text-align: center;
}
#footer .module.iso {
	width: auto;
	float: right;
	width: 33.33%;
	text-align: right;
}
@media (max-width: 767px) {
	#footer1 ul.nav li {
	text-align: center;
	}
	#footer h4 {
	text-align: center;	
	font-size: 1.5em;	
}
	#footer3 {
		display: none;
	}
	
#footer1 ul.nav li {
	padding: 10px 0;
}
#footer1 .nav > li > a {
	font-size: 1.5em !important;
	padding-bottom: 5px;
	padding-top: 5px;
}
}

/*===== frontpages =====*/
body.frontpage #above-content {
	border-bottom: 0 dotted grey;	
}
body.frontpage #above-content .module
body#item231 #above-content .module, 
body#item230 #above-content .module, 
body#item229 #above-content .module {
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    background-image: url("../images/home-modules_bg.png");
    padding-bottom: 15px;
    min-height: 180px;
    margin-bottom: 20px;
    border-top:1px solid #ccc;
}
body.frontpage #above-content .module.slider {
	border-right: 1px solid #ccc;
	padding-bottom: 0;
}

body.frontpage #above-content .module.newsletter {
    border-right-color: #ccc;
    border-right-style: solid;
    border-right-width: 1px;	
}
body.frontpage #above-content div.acymailing_module, 
body.frontpage #above-content .acymailing_module div {
	width: 100%;
}
body.frontpage #above-content input,
body.frontpage #above-content select {
	padding: 0;
	line-height: 1;
	margin: 0;
}
body.frontpage #above-content .acymailing_form p {
	padding: 4px;
	line-height: 1;
	margin: 0;
}
body.frontpage #above-content p.acysubbuttons input {
	width: 100%;
	margin-bottom: 0;
	border-radius: 0;
	padding: 6px 0;
}
body.frontpage #above-content .module h4,
body #bottom1 .module h4,
body #bottom2 .module h4,
body #bottom3 .module h4,
body #bottom4 .module h4 {
    color: #ff0000;
    font-family: sansasemibold,sans-serif;
    font-size: 12px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.module.slogan {
	/*border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;*/
}
.module.slogan h1 {
	font-size: 30px;
	line-height: 52px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0px;
}

/* solutions modules */
#above-content .module.solutions {
	 /*max-width: 68.5%;*/
	 float: left;
}
@media (max-width: 767px) {
	#above-content .module.solutions {
		max-width: 100%;
		float: none;
	}
}
#above-content .module.solutions.infoform {
	/* width: 48.5%;*/
	 width: 23%;
	 border:1px solid #cccccc;
	 float: right; 
	 padding: 10px 6px 0;
	 margin-top: 20px;
}
@media (max-width: 767px) {
#above-content .module.solutions.infoform {
	 width: 100%;
	 float: none; 
}
}
	 
#above-content .module.solutions h4,
#below-content .module.solutions h4,
#above-content .module.yourbusiness h4,
#below-content .module.yourbusiness h4 {
    color: #216aad !important;
    font-family: sansasemibold,sans-serif;
    font-size: 18px !important;
    line-height: 1em;
    text-transform: none;
}

#above-content .module.solutions.infoform h4 {
    color: #216aad !important;
    font-size: 12px !important;
    line-height: 1em;
    text-transform: uppercase;
    font-family: arial,sans-serif;
}
#above-content .module.solutions ul {
	list-style-type: square;
	margin-left: 15px;
}

#below-content .module.solutions {
	/*width: 48.5%;*/
	 /*width: 23%;*/
	 /*border-bottom : none;*/
	 /*padding: 10px 6px 0;*/
	 margin-top: 20px;
}
#below-content .module.yourbusiness {
	 background: #ffffff;
	 /*width: 48.5%;*/
	 /*border:1px solid #cccccc;*/
	 /*margin-right: 3%;*/
	 padding-bottom: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
#below-content .module.yourbusiness ul {
	margin-left: 0;
}
#below-content .module.yourbusiness ul li {
	width:30.2%;
}
#below-content .module.yourbusiness.last {
	 margin-right: 0;
}

#below-content .contactme .module-content {
	border: none;
	padding: 20px 0;
}
#below-content .contactme a .contactbutton {
	background-color: #1fb7ee;
	background-image: url('../images/contactbutton.png') !important;
	background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
	color: #fff;
	font-family: sansasemibold;
	font-size: 20px;
	padding: 10px;
	text-shadow: 1px 1px 2px #666;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	max-width: 250px;
}
#below-content .contactme a:hover .contactbutton {
	background-color: #1da6d7;
}
#below-content .contactme a:hover {
	text-decoration: none;
}


/*===== downloads =====*/
#above-content .module.downloads {
	 max-width: 48.5%;
}


/*===== select region =====*/
#above-content .module.distributors h4 {
    font-size: 12px;
    line-height: 1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    text-transform: uppercase;
	color: #0075b1;
}
#above-content .module.distributors {
	width: 25%;
	float: right;
}
#above-content .module.distributors select {
	padding: 10px 2px;
}

/*===== k2 =====*/
div.itemHeader h2.itemTitle {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}
div.itemBody h1 {
	font-family: sansasemibold,sans-serif;
	font-size: 18px !important;
	color:#216aad !important;
	line-height: 1em;
}
div.catItemView {
	border: 1px solid #ccc !important;
}
.frontpage .catItemView {
	border: 0 !important;
	padding-left: 0;
	padding-right: 0;
}
div.catItemView.news,
div.catItemView.tradeshows {
	border: 0 !important;
}
div.catItemView.news div.catItemImageBlock,
div.catItemView.tradeshows div.catItemImageBlock {
	border: 1px solid #ccc !important;
}
div.catItemView.news h3.catItemTitle,
div.catItemView.tradeshows h3.catItemTitle {
    font-size: 14px;
    font-weight: bold;
}
div.catItemView.press {
	border: 0 !important;
	min-height: auto;
}
div.catItemView.jobs {
	border: 0 !important;
	min-height: auto;
	padding: 0;
}
div.catItemView.webinars {
	border: 0 !important;
}
div.catItemView.distributors {
	border: 0 !important;
}
div.catItemView.contact {
	border: 0 !important;
}
div.catItemView.distributors h3.catItemTitle {
    font-size: 14px;
    letter-spacing: 0.06em;
    margin: 0;
    text-transform: uppercase;
}
div.catItemView.distributors div.catItemImageBlock {
	padding: 0;
}	
div.catItemView.distributors span.catItemImage {
    display: block;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    text-align: left;
}
div.catItemView.distributors span.catItemImage img {
	padding: 0;
}
div.catItemView.jobs div.catItemAttachmentsBlock {
    border:0;
    padding:0;
}
div.catItemView .catItemIntroText p {
	margin-bottom: 0;	
}	
div.catItemReadMore a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/read_more.png");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #2b6bab;
    font-size: 10px;
    padding-right: 15px;
}

.sbox-content-image img {
	width: auto !important;
	max-height: 500px;
	max-width: 740px;
	margin: auto auto !important;
}

/*===== faq =====*/
.ifaq-tpl-basic .collapse-close {
	background-color: #fff !important;
}
h2.ifaq-category-title {
    color: #216aad !important;
    font-family: sansanormal,sans-serif;
    font-size: 24px !important;
    line-height: 36px;
    text-transform: none;
margin-bottom: 15px;
}
.ifaq-tpl-basic .ifaq-collapsible h3 {
    color: #333 !important;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.ifaq-tpl-basic .ifaq-collapsible > a {
	background-position: left center !important;
	padding-left: 45px !important;
}
.ifaq-tpl-basic .ifaq-container-open {
	background: #ffffff !important;
	color: #333 !important;
}

/*===== captcha ===== */
.rc-anchor-logo-text,
.rc-anchor-logo-img-portrait,
.rc-anchor-logo-img,
.rc-anchor-normal-footer,
.rc-anchor-normal .rc-anchor-pt,
.rc-anchor-pt a:link, .rc-anchor-pt a:visited {
	display: none !important;
}

/*users*/
.registration legend { 
	border: 0; 
	color: #216AAD; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 100%; 
	margin-bottom: 14px; 
	margin-top: 0; 
	text-transform: none;
	}
.registration legend + .control-group { 
	margin-top: 0; 
	display: inline;
	}
.registration label,
.profile-edit label { 
	float: left;
	font-size: 13px; 
	font-weight: normal;
	}
.registration #jform_profileavantes_mailing-lbl span.optional {
	display: none !important;
}
.registration label#jform_profileavantes_offer-lbl {
	float: none;
	}
.registration #jform_profileavantes_mailing label {
	padding-right: 50px;
	}
.registration .form-actions {
	background-color: #ffffff;
	border: 0;
	margin-top: 0;
	}
.registration .form-horizontal .control-group {
	margin-bottom: 10px;
	}
.registration label#jform_spacer-lbl {
	margin-bottom: 10px;
	font-size: 10px;
	}
.registration label.hasPopover {
	display: block !important;
}
.registration form#member-registration fieldset dt,
.registration form#member-registration fieldset dd {
	width: 100% !important;
}
.registration form#member-registration fieldset dt {
	margin-top: 10px !important;
}
.registration form#member-registration fieldset dd {
	margin-bottom: 10px !important;
}
.registration form#member-registration fieldset dd input,
.registration form#member-registration fieldset dd select,
.registration form#member-registration fieldset dd textarea {
	width: 50% !important;
}

.registration .recaptcha {
	margin-top: 20px;
	margin-bottom: 20px;
}
.registration .recaptcha label {
	display: none !important;
}

.recaptchatable td {
	background-image: none !important;
	}

/*.login  {
	text-align: center;
	max-width: 50%;
	margin: 0 auto;
}*/
.login .form-group {
    margin-bottom: 4px;
}
.login .page-header {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}
.login fieldset.well {
	background: #fff;
	border-radius: 0;
	padding: 0;
	text-align: left;
}
.login .col-sm-4.control-label {
    display: inline-block;
    font-weight: 300;
    margin-bottom: 5px;
    max-width: 120px;
}
.login label {
	font-weight: 300;
}
.login input {
	background-color: #ebebed;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
    width: 290px;
    border: 1px solid #ccc !important;
    margin-bottom: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
}
.login input#remember {
	width: auto;
}
.login .col-sm-offset-4 {
	margin-left: 0;
}
.login .controls.col-sm-offset-4 {
	margin-left: 120px;
}
.login .controls .btn-primary {
	width: 290px;
}
.login .checkbox {
	margin-top: 20px;
	padding-left: 120px;
}
.login .checkbox input[type="checkbox"] {
	margin-left: -20px;
}
.login .checkbox label {
	padding-left: 0;
	text-indent: 20px;
}
.nav.login {
	margin-left: 0;
}
.nav.login > li > a {
	padding: 5px 0 5px 0;
}
.nav.login a:hover {
	background: #fff;
	text-decoration: underline;
	color: #216aad;
}

/*===== registration =====*/
.registration input {
	background-color: #ebebed;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
    width: 300px;
    border: 1px solid #ccc !important;
    margin-bottom: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
}
.registration #jform_profileavantes_mailing input {
	width: auto;
	margin-left: 0;
}
.registration .form-group {
    margin-bottom: 5px;
}
.registration select {
	background-color: #ebebed;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 300px;
    border: 1px solid #ccc !important;
    height: 26px;
}
.registration textarea {
    width: 300px;
    border: 1px solid #ccc !important;	
}
.registration .form-actions.col-sm-offset-3 {
	margin-left: 25.7%;
	margin-top: 10px;
}
.registration .form-actions .btn-primary {
	width: 300px;
}


/*===== search ===== */
#top-toolbar {
	/*position: fixed;*/
	z-index: 600;
	width: 100%;
	top:	0;
}
#top-toolbar .container {
	width: 1130px;
	margin: 0 auto;
	padding: 0;
}
@media (width:1024px) {
#top-toolbar .container {
	width: auto;	
}
}
@media (min-width: 801px) and (max-width: 1024px) {
#top-toolbar .container {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}
}
@media (min-width:1025px) {
#top-toolbar .container {
	width: 1130px;
}	
}
#top-toolbar .container .search-module {
	float: right;
	margin-top: 35px;
}
.search-module input {
    border-radius: 0;
    box-shadow: none !important;
    color: #b2b2b2;
    font-size: 1em;
    transform: none;
    border: 0;
    line-height: 28px;
    padding: 2px 10px;
    z-index: 998;
}
.search-module input:hover, 
.search-module input:focus {
    border: 0;
    color: #565656;
    transform: none;
}
.searchsearch .form-limit {
	display: none;
}

/*===== docman =====*/
h3.koowa_header {
	color: #216aad;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-top: 5px;
    text-transform: none;
}
.koowa h3.koowa_header .koowa_header__item {
	width: 100% !important;
}
.koowa .docman_category--style {
    background-image:none !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    padding-bottom: 0  !important;
    padding-left: 0  !important;
    padding-right: 0  !important;
    padding-top: 10px;
}
h4.koowa_header {
	text-transform: none !important;
    font-size: 14px;
}
.docman_sorting {margin: 10px 0;}
.docman_sorting label {font-weight: 400;}

.koowa .docman_document_details {border-bottom: none !important;}
.koowa .docman_document {border-bottom: 1px dotted #ddd;}
.koowa .docman_description {
    padding-bottom: 30px !important;
    width: 65%;
}
.koowa .docman_category .docman_description {
    padding-bottom: 0 !important;
}

.koowa .label.label-draft {
	color: #FF0000 !important;
}

.k-ui-namespace .docman_document_details {
    border-bottom: 0 !important;	
}
.k-ui-namespace .docman_document {
	border-bottom: 1px dotted #ccc;	
}
.k-ui-namespace .docman_download {
	width: 25% !important;
}
.k-ui-namespace .docman_download__info {
	display: inline-block !important;
}
.k-ui-namespace .docman_categories {
	border-top: 1px dotted #ccc !important;	
}
.k-ui-namespace .docman_category--style {
	background-image: none !important;
	border-bottom: 1px dotted #ccc !important;	
}
.k-ui-namespace .docman_description {
	padding-bottom: 20px !important;
	padding-top: 20px !important;
}
.k-ui-namespace .k-toolbar {
	margin-bottom: 1em;
    background: rgba(0,0,0,0) !important;
    border-bottom: 0 !important;
    padding: 0;
}


/*.tagView .itemContainer:nth-child(3n+4) {
clear: both;
}*/

#k2ModuleRelated .even {
clear: both;
}
.jwts_tabberlive ul.jwts_tabbernav {
    margin-bottom: 11px !important;
    margin-left: 0 !important;
}
ul.jwts_tabbernav li a {
    background-color: #ffffff !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    color: #216aad !important;
    font-size: 13px !important;
    font-weight: normal;
    padding-bottom: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 14px !important;
}
.itemImage a.modal {
    display: inline !important;
    position:relative !important;
}

div#itemListLinks {
	background: #fff !important;
	border: 0 !important;
	padding: 3px !important;
}
div.itemAttachmentsBlock {
	border-bottom: 0 !important;
}

.componentheading h1,
.products .componentheadingproducts h1,
.spectrometers .componentheadingspectrometers,
.docman_category .whitespace_preserver,
h1.title.componentheading.faq,
h1.contentheading,
div.itemHeader h2.itemTitle, 
div.itemHeader h1.itemTitle,
.news .componentheadingnews h1,
.press .componentheadingpress h1,
.webinars .componentheadingwebinars h1,
.tradeshows .componentheadingtradeshows h1,
.jobs .componentheadingjobs h1,
.avanteuk .componentheadingavanteuk h1,
.registration h1,
.login h1,
.view-article .page-header h2,
.searchsearch h1.page-title,
.com_rsform h1,
.profile-edit .page-header h1,
.registration-complete h1,
h1.componentheading.spectrometers,
#below-content h4 {
	font-family: sansasemibold,sans-serif;
	font-size: 18px !important;
	color:#216aad !important;
	line-height: 1em;
	text-transform: none;
}
.tagView .componentheadingproducts h1,
.news .componentheadingnews h1,
.webinars .componentheadingwebinars h1,
.distributors .componentheading.distributors h1,
.tradeshows .componentheadingtradeshows h1,
.contact .componentheading.contact h1 {
	margin-bottom: 30px;
}
.docman_category .whitespace_preserver a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	text-transform: none;
}
.docman_category {
	padding-top: 10px;
	padding-bottom: 30px;
}
div.itemListCategory {
	padding-bottom: 0;
}
.login .page-header,
.registration .page-header,
.view-article .page-header,
.profile-edit .page-header {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.itemid-188 #content-area,
.itemid-188 #k2Container {
	padding-bottom: 0;
}

#member-profile legend {
 display: none;
}

/* newsletter */
.com_acymailing.view-archive h1.contentheading {text-align: center;}
#acyuserinfo label, #acyusersubscription label {font-weight: 300;}
#acymodifyform div.acykey, #acymodifyform .captchakeycomponent {width: 120px !important;}
#acymodifyform input {    
	background-color: #ebebed;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
    width: 290px;
    border: 1px solid #ccc !important;
    margin-bottom: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
}
#trcaptcha,
.acymodifybutton input {
	margin-left: 120px;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
input#user_captcha_ {
	width: 134px !important;
}
img.captchaimagemodule,
.refreshCaptchaModule {margin-right: 10px;}

/* styles */
.rood {color:#ff0000;}
.colsinslider {width: 31%!important;float: left;margin: 10px 1.11%!important;}
@media (max-width: 768px) {
	.colsinslider {width: 47.7%!important;float: left;margin: 10px 1.11%!important;}
}
@media (max-width: 575px) {
	.colsinslider {width: 100%!important;float: left;margin: 10px 0!important;}
}

/* multiple images */
.itemImageContainer {float: right;width: 48.5%;}

.applications .itemImageContainer,
.press .itemImageContainer,
.news .itemImageContainer,
.products .itemImageContainer {width: 32%;}
.applications span.itemImage img,
.press span.itemImage img,
.news span.itemImage img,
.products span.itemImage img {width: 100%;}
.applications div.itemIntroText,
.press div.itemIntroText,
.news div.itemIntroText,
.products div.itemIntroText {width: 62%;}

.itemFullText td {
	padding: 5px;
}
div.itemListCategory #spectrometersimagemap img {
	margin: 0 !important;
}
@media (max-width: 768px) {
.itemFullText img,
.itemFullText iframe {
	float: none !important;
	margin: 20px auto !important;
	display: block;
	max-width: 100% !important;
	}
}
@media (max-width: 767px) {
.itemImageContainer {
	float: none;width: 100%;
	}
}

/* alerts */
.close {
	color:#ffffff !important;
	text-shadow: none !important;
	opacity: 1 !important;
}

/* form elements */
.form-control {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0; 
-moz-border-radius: 0; 
border-radius: 0; 
}
select,
select.form-control {
  -webkit-appearance: none;
-moz-appearance:none;
  -webkit-border-radius: 0px;
-moz-border-radius: 0;
background-image: url('../images/select.png') !important;
background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
}
select::-ms-expand {
    display: none;
}

/*sliders*/
.rl_sliders.accordion > .accordion-group > div > a:focus, .rl_sliders.accordion > .accordion-group.active > div > a:focus {
    box-shadow: 0 0 2px #66afe9 inset!important;
}
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rl_sliders.accordion > .accordion-group {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
/* multiple categories */
.frontpage .w357-item-categories {
	display: none;
}

/**** CHAT ****/
.call-box {
    width: 211px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    position: fixed;
    z-index: 7100;
    -webkit-backface-visibility: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.call-box .phone-number {
    background: url('../images/phone-number-bg-red@2x.png');
    background-size: 161px 34px;
}
}
.call-box .phone-number {
    width: 161px;
    height: 34px;
    float: left;
    margin: 8px 0;
    padding: 8px 11px;
    color: white;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../images/phone-number-bg-red@2x.png') no-repeat top left;
    background-size: 161px 34px;
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
.call-box .call-button {
    background: url(../images/support-phone.png);
    background-size: 50px 50px;
}
}
.call-box .call-button {
    width: 50px;
    height: 50px;
    float: left;
    background: url(../images/support-phone.png);
    background-size: 50px 50px;
}
@media (max-width: 768px) {
.call-box {
    width: 211px;
    height: 30px;
    top: 7px;
    right: 20px;
    position: fixed;
    z-index: 7100;
    -webkit-backface-visibility: hidden;
    text-align: right;
}
.call-box .call-button {
    width: 30px;
    height: 30px;
    float: right;
    background: url(../images/support-phone.png);
    background-size: 30px 30px;
}
.call-box .phone-number {
	display: none;
}
.psmw_9xJ4 {
	top: 7px !important; 
	right: 70px !important;
	height: 30px !important;
	width: auto !important;
	}
.psmw_9xJ4 img {
	top: 7px !important; 
	right: 70px !important;
	height: 30px !important;
	width: auto !important;
	}
	
}
.module.covid-19 {
	width: 100%;
	background: #172982;
	color:  #ffffff;
	text-align: center;
	min-height: 40px;
	margin-bottom: 30px;
	margin-top: 30px;
	line-height: 40px;
}
.module.covid-19 a {
	color: #ffffff;
	text-decoration: underline;
}
.module.covid-19 a:hover {
	text-decoration: none;
}
.module.covid-19  p {
	margin: 0;
	} 