html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
a img {
	border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/* =============================================================================
Variables
========================================================================== */
/* Colors =================================================================== */
/** tecan colors, anta, 20150520 **/
.blue {
	color: #00acff;
}
/* link and button blue */
.red {
	color: #e84e0e;
}
/* blue mouse-over */
.red {
	color: #e84e0e;
}
/* tecan red */
.black {
	color: #000000;
}
/* tecan black */
.lgray {
	color: #e84e0e;
}
/* used for thin lines */
.gray {
	color: #666666;
}
/* gray dark */
.gray2 {
	color: #999999;
}
/* gray medium */
.gray3 {
	color: #cccccc;
}
/* gray light */
.pink {
	color: #ea5198;
}
/* tecan barcode PINK */
.blue {
	color: #22bbef;
}
/* tecan barcode BLUE */
.orange {
	color: #f39200;
}
/* tecan barcode ORANGE */
.yellow {
	color: #fecc00;
}
/* tecan barcode YELLOW */
.green {
	color: #96c11f;
}
/* tecan barcode GREEN */
/** ---------------------------- **/
/* Typography =============================================================== */
/* Layout =================================================================== */
.border--top, .panel--download.active .inner {
	position: relative;
}
.border--top:before, .panel--download.active .inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	top: 1px;
	left: 1px;
	border-top: solid 1px #dddddd;
}
.dark.border--top:before, .panel--download.active .dark.inner:before {
	border-color: #999999;
}
.border--bottom, .panel--download, .panel--download.active .pre-content {
	position: relative;
}
.border--bottom:after, .panel--download:after, .panel--download.active .pre-content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 1px;
	left: 1px;
	border-top: solid 1px #dddddd;
}
.dark.border--bottom:before, .dark.panel--download:before, .panel--download.active .dark.pre-content:before {
	border-color: #999999;
}
.border--left {
	position: relative;
}
.border--left:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 1px;
	left: 1px;
	border-right: solid 1px #dddddd;
}
.dark.border--left:before {
	border-color: #999999;
}
.border--right {
	position: relative;
}
.border--right:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 1px;
	right: 1px;
	border-left: solid 1px #dddddd;
}
.dark.border--right:before {
	border-color: #999999;
}
/* Easing =================================================================== */
/* =============================================================================
materialize
========================================================================== */
/* =============================================================================
   Mixins
   ========================================================================== */
/* Typography =============================================================== */
/* REM font size =============================================================== */
/* REM font size =============================================================== */
/* Size / Square ============================================================= */
/* Hide text - Image replacement ============================================ */
/* Placeholder text ============================================================= */
/* Lists =============================================================== */
/* Layout =================================================================== */
/* Clearfix ===============================================================
 * The Magnificent Clearfix
 * Updated to prevent margin-collapsing on child elements
 * @see http://j.mp/bestclearfix
 */
/* Box sizing =============================================================== */
/* Position =================================================================
 * thanks to: http://hugogiraudel.com/2013/08/05/offsets-sass-mixin/ */
/* Examples =========================
.a {
  @include absolute();
}

.b {
  @include absolute(top);
}

.c {
  @include absolute(top right);
}

.d {
  @include absolute(top right bottom);
}

.e {
  @include absolute(top right bottom left);
}

.f {
  @include absolute(top right 1em);
}

.g {
  @include absolute(top 1em right);
}

.h {
  @include absolute(top 1em right 100%);
}

.i {
  @include absolute(top right mistake);
}

.j {
  @include absolute(top 1em right 1em bottom 1em left 1em)
}
*/
/* Size / Square ============================================================= */
/* Scale ============================================================= */
/* Transform ============================================================= */
/* Buttons ================================================================== */
/* Button style ============================================================= */
/* (Smarter) Link Underline ==================================================== */
/* Color ==================================================================== */
/* Horizontal gradient =============================================================== */
/* Vertical gradient =============================================================== */
/* CSS3 Filters - Blend modes ===================================================
 * @see https://developer.mozilla.org/en-US/docs/Web/CSS/filter
 *
 * grayscale      ex: grayscale(100%);
 * sepia          ex: sepia(100%);
 * saturate       ex: saturate(0%);
 * hue-rotate     ex: hue-rotate(45deg);
 * invert         ex: invert(100%);
 * brightness     ex: brightness(15%);
 * contrast       ex: contrast(200%);
 * blur           ex: blur(2px);
 */
/*
.filter(@filter) {    
	-webkit-filter: @filter;
	   -moz-filter: @filter;
	    -ms-filter: @filter;
	        filter: @filter;
}
*/
/* Misc ===================================================================== */
/* Appearance =============================================================== */
/* =============================================================================
   Loader animation - fully css
   ========================================================================== */
/* Various CSS3 mixins ====================================================== */
/* Various CSS3 Mixins ==========================================================
  Thanks to: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
        CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                           - Examples: @include transition (all 2s ease-in-out);
    -                                       @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

  ============================================================================== */
/* Browser prefix ============================================================ */
/* Radial gradient ========================================================== */
/* Background size =========================================================== */
/* Background color opacity ================================================= */
/* Border radius ============================================================ */
/* Box ====================================================================== */
/* Box rgba ================================================================= */
/* Box shadow =============================================================== */
/* Text shadow ============================================================== */
/* Columns ================================================================== */
/* Double borders =========================================================== */
/* Triple borders =========================================================== */
/* Flex ===================================================================== */
/* Flip ===================================================================== */
/* Opacity ================================================================== */
/* Outline radius =========================================================== */
/* Resize =================================================================== */
/* Rotate =================================================================== */
/* Transform ================================================================ */
/* Transform origin ========================================================= */
/* Transform style ========================================================== */
/* Transition =============================================================== */
/* Keyframes ================================================================ */
/* Animation ================================================================ */
/* project specific ====================================================== */
/* media queries */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 999999;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif);
	/* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: rgba(51, 51, 51, 0.5);
	z-index: 999991;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite@2x.png);
	background-size: 44px 152px;/*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url(fancybox_loading@2x.gif);
	background-size: 24px 24px;/*The size of the normal image, half the size of the hi-res image*/
}
}
/* ==========================================================================
Helpers
========================================================================== */
/* Vertical alignment ====================================================== */
.align-baseline {
	vertical-align: baseline !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-top {
	vertical-align: top !important;
}
/* Lists =================================================================== */
.list-unstyled, .list-inline {
	padding-left: 0;
	list-style: none;
}
/* Resets both margin and padding ========================================== */
.list-clean {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* Standard horizontal list */
.list-inline > li {
	display: inline-block;
}
/* Perfect circle */
.img-circle {
	border-radius: 50%;
}
/* Clearfix */
.clearfix:before, .clearfix:after, .panel--text:before, .panel__more-content:before, .cart__inner:before, .panel--text:after, .panel__more-content:after, .cart__inner:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after, .panel--text:after, .panel__more-content:after, .cart__inner:after {
	clear: both;
}
.lt-ie9 .clearfix, .lt-ie9 .panel--text, .lt-ie9 .panel__more-content, .lt-ie9 .cart__inner {
	zoom: 1;
}
/* Box shadow */
.box-shadow {
	box-shadow: 0 2px 2px rgba(102, 102, 102, 0.4);
}
.input-box-shadow {
	box-shadow: 0 2px 4px -2px rgba(102, 102, 102, 0.2) inset;
}
.input-box-shadow-focus {
	box-shadow: 0 2px 4px -2px rgba(102, 102, 102, 0.4) inset;
}
/* Responsive embeds (useful for video iframe and such) ==================== */
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0;
}
.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-3by2 {
	padding-bottom: 66.6667%;
}
.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}
/* Non-semantic helpers ==================================================== */
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}
.inline {
	display: inline;
}
.center {
	margin: 0 auto;
}
.borderless {
	border: 0;
}
.clear {
	clear: both;
}
.pull-left {
	float: left !important;
}
.pull-right {
	float: right !important;
}
.pull-right--absolute {
	position: absolute !important;
	right: 0;
	top: 0;
}
.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase {
	text-transform: uppercase;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.emphasis {
	font-style: italic;
}
.underline {
	border-bottom: 1px solid;
}
.no-bg {
	background: none;
}
.no-margin {
	margin: 0 !important;
}
.no-padding {
	padding: 0 !important;
}
.no-indent {
	margin-left: 0;
	padding-left: 0;
}
.no-bullet {
	list-style: none;
	list-style-image: none;
}
/* Visibility ============================================================== */
/**
* Only display content to screen readers
* See: http://a11yproject.com/posts/how-to-hide-content/
*/
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/**
* Use in conjunction with .sr-only to only display content when it's focused.
* Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
*/
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
/**
* Hide from screenreaders and browsers
* Credit: HTML5 Boilerplate
*/
.hidden {
	display: none !important;
	visibility: hidden !important;
}
/* Hide only visually, but have it available for screenreaders */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.invisible {
	visibility: hidden;
}
.hide {
	display: none;
}
.opaque {
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
 
.js .show-if-js, .hide-if-js {
	display: block;
}
.js .hide-if-js, .show-if-js {
	display: none;
}
/* Image replacement ======================================================= */
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
}
.lt-ie8 .ir {
	text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}
/* Logged in visibilty ======================================================= */
.logged-in-only {
	display: none !important;
}
.logged-in .logged-in-only {
	display: inline-block !important;
}
.logged-out-only {
	display: inline-block;
}
.logged-in .logged-out-only {
	display: none;
}
/* table-shim ======================================================= */
.full-width {
	width: 100%;
	height: auto;
}
.table-outer {
	position: absolute;
	width: 100%;
	height: 100%;
}
.table-wrap {
	display: table;
	height: 100%;
	width: 100%;
}
.table-cell {
	display: table-cell;
	width: 100%;
	float: none;
}
.table-cell.align-middle {
	vertical-align: middle;
}
.table-cell.align-bottom {
	vertical-align: bottom;
}
/* whitespac'n ======================================================= */
.padding--xs {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding--sm {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding--md {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding--lg {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding--xl {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding--xxl {
	padding-top: 55px;
	padding-bottom: 55px;
}
.padding--bottom--xs {
	padding-bottom: 10px;
}
.padding--bottom--sm {
	padding-bottom: 25px;
}
.padding--bottom--md {
	padding-bottom: 35px;
}
.padding--bottom--lg {
	padding-bottom: 45px;
}
.padding--bottom--xl {
	padding-bottom: 55px;
}

@media only screen and (max-width: 991px) {
.padding--bottom--xl {
	padding-bottom: 35px;
}
}
.padding--top--xs {
	padding-top: 10px;
}
.padding--top--sm {
	padding-top: 25px;
}
.padding--top--md {
	padding-top: 35px;
}
.padding--top--lg {
	padding-top: 45px;
}
.padding--top-xl {
	padding-top: 55px;
}

@media only screen and (max-width: 991px) {
.padding--top-xl {
	padding-top: 35px;
}
}
.margin--xs {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin--sm {
	margin-top: 25px;
	margin-bottom: 25px;
}
.margin--md {
	margin-top: 35px;
	margin-bottom: 35px;
}
.margin--lg {
	margin-top: 45px;
	margin-bottom: 45px;
}
.margin--xl {
	margin-top: 50px;
	margin-bottom: 55px;
}
.margin--bottom--xs {
	margin-bottom: 10px;
}
.margin--bottom--sm {
	margin-bottom: 25px;
}
.margin--bottom--md {
	margin-bottom: 35px;
}
.margin--bottom--lg {
	margin-bottom: 45px;
}
.margin--bottom--xl {
	margin-bottom: 55px;
}
.margin--top--xs {
	margin-top: 10px;
}
.margin--top--sm {
	margin-top: 25px;
}
.margin--top--md {
	margin-top: 35px;
}
.margin--top--lg {
	margin-top: 45px;
}
.margin--top--xl {
	margin-top: 55px;
}

/* responsive visibility ======================================================= */
@media only screen and (max-width: 600px) {
.hide--sm {
	display: none !important;
}
}

@media only screen and (max-width: 769px) {
    .hide--sm-plus {
    	display: none !important;
    }
}


@media only screen and (max-width: 992px) {
.hide--md {
	display: none !important;
}
}

@media only screen and (max-width: 1100px) {
.hide--lg {
	display: none !important;
}
}
.show--sm, .show--sm-plus {
	display: none !important;
}

@media only screen and (max-width: 600px) {
    .show--sm {
    	display: inline-block !important;
    }
}

@media only screen and (max-width: 768px) {
    .show--sm-plus {
    	display: inline-block !important;
    }
}

.show--md {
	display: none !important;
}

@media only screen and (max-width: 992px) {
.show--md {
	display: inline-block !important;
}
}
.show--lg {
	display: none !important;
}

@media only screen and (max-width: 1100px) {
.show--lg {
	display: inline-block !important;
}
}
.list--inline {
	list-style: none;
	padding-left: 0;
}
.list--inline > li {
	display: inline-block;
}
.list--clean {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: "AvenirNextLTW01-Regular";
	letter-spacing: 0.045em;
	color: #666666;
}
h1 {
	font-family: "Electra LT W01 Bold Display";
	font-size: 44px;
	color: #111111;
}
h2 {
	font-family: "Electra LT W01 Bold Display";
	font-size: 32px;
	color: #111111;
	line-height: 1.2em;
}
h3 {
	font-family: "Electra LT W01 Bold Display";
	font-size: 28px;
	color: #111111;
}
h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
	color: #333333;
	line-height: 1.32em;
}
h5 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	text-transform: none;
	color: #333333;
}
h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
	font-size: .67em;
	margin: 0 .02em 0 0em;
	top: -0.6em;
}
h1 .focus, h2 .focus, h3 .focus {
	color: #e84e0e;
}
ul li sup {
	margin: 0 0em 0 -0.1em;
	top: -0.1em;
}

.col-md-3 .panel--img ul, .panel--lead ul, .panel--text ul, .panel__more-content ul {
	float: left;
	width: 100%;
	margin-left: 1em;
}
.col-md-3 .panel--img ul li, .panel--lead ul li, .panel--text ul li, .panel__more-content ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0.75em 0;
	margin-bottom: 0;
	line-height: 1.32;
}
.col-md-3 .panel--img ul li:after, .panel--lead ul li:after, .panel--text ul li:after, .panel__more-content ul li:after {
	content: '';
	position: absolute;
	float: left;
	width: 7px;
	height: 7px;
	top: 0.4em;
	left: -1em;
	background-color: #e84e0e;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}


.col-md-4 .panel--img ul, .panel--lead ul, .panel--text ul, .panel__more-content ul {
	float: left;
	width: 100%;
	margin-left: 1em;
}
.col-md-4 .panel--img ul li, .panel--lead ul li, .panel--text ul li, .panel__more-content ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0.75em 0;
	margin-bottom: 0;
	line-height: 1.32;
}
.col-md-4 .panel--img ul li:after, .panel--lead ul li:after, .panel--text ul li:after, .panel__more-content ul li:after {
	content: '';
	position: absolute;
	float: left;
	width: 7px;
	height: 7px;
	top: 0.4em;
	left: -1em;
	background-color: #e84e0e;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.col-md-6 .panel--img ul, .panel--lead ul, .panel--text ul, .panel__more-content ul {
	float: left;
	width: 100%;
	margin-left: 1em;
}
.col-md-6 .panel--img ul li, .panel--lead ul li, .panel--text ul li, .panel__more-content ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 0.75em 0;
	margin-bottom: 0;
	line-height: 1.32;
}
.col-md-6 .panel--img ul li:after, .panel--lead ul li:after, .panel--text ul li:after, .panel__more-content ul li:after {
	content: '';
	position: absolute;
	float: left;
	width: 7px;
	height: 7px;
	top: 0.4em;
	left: -1em;
	background-color: #e84e0e;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.panel--text form ul li:after{
  display: none!important;
}


*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body, html {
	height: 100%;
}
.wysiwyg-master-theme {
	overflow-x: hidden;
}

.wysiwyg-master-theme .row.transition {
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.wysiwyg-master-theme .row.push-in {
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  .wysiwyg-master-theme .row.narrow-xs {
    padding: 0px;
  }
  
  .wysiwyg-master-theme .narrow-xs .panel--img.horizontal >div:first-child {
  	padding: 0;
  }  
}

@media only screen and (max-width: 640px) {
.wysiwyg-master-theme .row.narrow-xs {
	padding: 0px;
}
}

@media only screen and (max-width: 460px) {
   
    .wysiwyg-master-theme .row.narrow-xs {
    	padding: 0;
    }
    
    .panel--img.horizontal .img-link {
        width: 100%; margin-bottom: 15px;    
    }
}


.wysiwyg-master-theme .row.bg_grey {
	
	background-color: #f3f3f3;
}



@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .row.bg_grey {
	padding-top: 20px;
}
}
.wysiwyg-master-theme .row-fluid [class*="span"] {
	min-height: 0px;
}
.wysiwyg-master-theme a:hover, .wysiwyg-master-theme a:active, .wysiwyg-master-theme a:focus, .wysiwyg-master-theme button:hover, .wysiwyg-master-theme button:active, .wysiwyg-master-theme button:focus {
	outline: 0;
}

@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .col-sm-6:nth-child(3n) {
	clear: left;
}
}
.body-container .wrap-full-width {
	float: left;
	width: 100%;
	position: relative;
}
.body-container .wrap-full-width > .container {
	padding-left: 0;
	padding-right: 0;
}
.body-container .wrap-full-width.grey {
	background: #ebebeb;
}
.body-container .wrap-full-width.grey:after {
	background: #ebebeb;
}
.body-container .wrap-full-width:after {
	position: absolute;
	display: block;
	content: ' ';
  width: 300%;
	top: 0;
	left: -100%;
	height: 100%;
	z-index: -1;
}
.body-container .container {
	position: relative;
	width: 100%;
}

@media screen and (max-width: 767px ) {
.body-container .wrap-full-width:after {
	position: absolute;
	display: block;
	content: ' ';
  width: 108%;
	top: 0;
  left: -4%;
	height: 100%;
	z-index: -1;
  
}  
  
}

@media only screen and (min-width: 768px) {
.body-container .container {
	max-width: 768px;
}
}

@media only screen and (min-width: 992px) {
.body-container .container {
	max-width: 1000px;
}
}

@media only screen and (min-width: 1200px) {
.body-container .container {
	max-width: 1170px;
}
}
.body-container .container .row.first {
	padding-top: 0;
	margin: 90px -15px 0 -15px;
}

@media only screen and (max-width: 767px) {
.body-container .container .row.first {
	margin-top: 120px;
}
}
.body-container .container .row.grey--light {
	background-color: #f3f3f3;
}
.body-container .flex-content {
	float: left;
	position: relative;
	width: 100%;
}
.body-container .flex-content > .row:first-child {
	display: none;
	padding: 40px 100px 0 100px;
    margin-bottom:30px;
	background-color: #f3f3f3;
}

@media only screen and (max-width: 991px) {
.body-container .flex-content > .row:first-child {
	padding-left: 0px;
	padding-right: 0px;
}
}

@media only screen and (max-width: 460px) {
    .body-container .flex-content > .row:first-child {
        padding-top: 0;
    }
}   

.body-container .flex-content .grey {
	background-color: transparent;
}
.body-container .flex-content .wrap-full-width.grey {
	background-color: transparent;
}
.body-container .flex-content .wrap-full-width:after {
	display: none;
}
.body-container .flex-content .wrap-full-width.padding--xl {
	padding: 35px 0 0 0;
}
.body-container .flex-content .wrap-full-width.margin--bottom--xl {
	margin-bottom: 0;
}
.body-container .flex-content .row.padding--xl {
	padding: 35px 0;
}

.body-container .flex-content .single-panel {
  padding-bottom: 45px;
}

@media only screen and (max-width: 460px) {
   .body-container .flex-content .single-panel {
        padding-bottom: 0;
    }
}   

.body-container .flex-content .single-panel .panel--text {
    padding-bottom: 0;
}


 
.body-container .flex-content > .col-xs-12 > .row {
	float: left;
	width: 100%;
}
.body-container .flex-toggle {
	margin-top: 15px;
}

@media only screen and (max-width: 991px) {
.col-sm-12.col-md-6.border--right:after,  .col-sm-12.col-md-4.border--right:after {
	border: none;
}
}
.wysiwyg-master-theme .body-container a {
	color: #00acff;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.wysiwyg-master-theme .body-container a.hs-button.primary {
	color:white;
}

.wysiwyg-master-theme .body-container a.hs-button.primary:hover {
  background-color: #24cdff;
} 

.wysiwyg-master-theme .body-container a:hover {
	color: #e84e0e;
}
.read-more, .panel--img ul li a, .panel--text ul.clean-list li a, .panel--text .panel--sidebar ul li a, .panel--sidebar .panel--text ul li a, .panel--article-list ul li a {
	position: relative;
	float: left;
	clear: left;
	display: inline-block;
	width: auto;
}
.read-more .glyphicon, .panel--img ul li a .glyphicon, .panel--text ul.clean-list li a .glyphicon, .panel--text .panel--sidebar ul li a .glyphicon, .panel--sidebar .panel--text ul li a .glyphicon, .panel--article-list ul li a .glyphicon {
	margin-left: 0.2em;
	font-size: 0.61em;
	vertical-align: middle;
	top: 0;
}
.read-more .glyphicon.glyphicon-download-alt, .panel--img ul li a .glyphicon.glyphicon-download-alt, .panel--text ul.clean-list li a .glyphicon.glyphicon-download-alt, .panel--text .panel--sidebar ul li a .glyphicon.glyphicon-download-alt, .panel--sidebar .panel--text ul li a .glyphicon.glyphicon-download-alt, .panel--article-list ul li a .glyphicon.glyphicon-download-alt {
	margin-right: 0.45em;
	margin-left: 0;
	margin-bottom: 0.2em;
	font-size: 0.8em;
}
.read-more .glyphicon.glyphicon-plus, .panel--img ul li a .glyphicon.glyphicon-plus, .panel--text ul.clean-list li a .glyphicon.glyphicon-plus, .panel--text .panel--sidebar ul li a .glyphicon.glyphicon-plus, .panel--sidebar .panel--text ul li a .glyphicon.glyphicon-plus, .panel--article-list ul li a .glyphicon.glyphicon-plus, .read-more .glyphicon.glyphicon-minus, .panel--img ul li a .glyphicon.glyphicon-minus, .panel--text ul.clean-list li a .glyphicon.glyphicon-minus, .panel--text .panel--sidebar ul li a .glyphicon.glyphicon-minus, .panel--sidebar .panel--text ul li a .glyphicon.glyphicon-minus, .panel--article-list ul li a .glyphicon.glyphicon-minus {
	margin-right: 0.35em;
	margin-left: 0;
	margin-bottom: 0.3em;
	font-size: 0.55em;
}
.go-back {
	position: relative;
	display: inline-block;
	width: auto;
}
.go-back .glyphicon {
	display: inline-block;
	top: 0;
	margin-right: 0.35em;
	font-size: 0.6em;
	line-height: 1.2em;
}
.download {
	position: relative;
	display: inline-block;
	width: auto;
	padding-left: 25px;
}
.download .glyphicon {
	position: absolute;
	left: 0;
	font-size: 12px;
	top: 1.5px;
}
/*-- CTA's --*/
/***2019-06-06 took .hs-cta-node span out of class below WL**/
.wysiwyg-master-theme .btn, .wysiwyg-master-theme .body-container .btn, .wysiwyg-master-theme input[type="submit"], .wysiwyg-master-theme .body-container .btn--cart-request-quote, .wysiwyg-master-theme .btn--cart-checkout, .wysiwyg-master-theme .body-container .btn--cart-checkout, .wysiwyg-master-theme .buy-button, .buy-button, .btn--close,
.wysiwyg-master-theme .panel--know-more .cta_button {
	display: inline-block;
	height: 37px;
	padding: 0 15px !important;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 37px;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	/*font-family: "Proxima Nova Soft W03 Reg";*/
	/*font-family: "Arial";*/
	font-family: "AvenirNextLTW01-Regular";
	background-color: #00acff;
	-webkit-border-radius: 0.3em;
	-khtml-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: none;
}
.wysiwyg-master-theme .btn:hover, .wysiwyg-master-theme input[type="submit"]:hover, .wysiwyg-master-theme .body-container .btn--cart-request-quote:hover, .wysiwyg-master-theme .btn--cart-checkout:hover, .buy-button:hover, .btn--close:hover,
.wysiwyg-master-theme .panel--know-more .cta_button:hover {
	color: white !important;
	background-color: #24cdff;
}
.wysiwyg-master-theme .btn.small, .wysiwyg-master-theme .body-container .btn.small, .hs-cta-node span.small, .wysiwyg-master-theme input[type="submit"].small, .wysiwyg-master-theme .body-container .btn--cart-request-quote.small,
.wysiwyg-master-theme .panel--know-more .cta_button {
	font-size: 13px;
	-webkit-border-radius: 0.2em;
	-khtml-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	border-radius: 0.2em;
}
.wysiwyg-master-theme .btn.big, .wysiwyg-master-theme .body-container .btn.big, .hs-cta-node span.big, .wysiwyg-master-theme input[type="submit"].big, .wysiwyg-master-theme .body-container .btn--cart-request-quote.big {
	height: 44px;
	line-height: 44px;
	padding: 0 61px !important;
}

@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .btn.big,  .wysiwyg-master-theme .body-container .btn.big,  .hs-cta-node span.big,  .wysiwyg-master-theme input[type="submit"].big,  .wysiwyg-master-theme .body-container .btn--cart-request-quote.big {
	width: 100%;
	padding: 0 !important;
}
}

@media only screen and (max-width: 767px) {
.wysiwyg-master-theme .btn.big,  .wysiwyg-master-theme .body-container .btn.big,  .hs-cta-node span.big,  .wysiwyg-master-theme input[type="submit"].big,  .wysiwyg-master-theme .body-container .btn--cart-request-quote.big {
	width: auto;
	padding: 0 61px !important;
}
}
.wysiwyg-master-theme .btn--cart-checkout, .wysiwyg-master-theme .body-container .btn--cart-checkout, .wysiwyg-master-theme .btn--cart-checkout, .wysiwyg-master-theme .buy-button {
	margin: 0;
	padding: 0 23px !important;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	background-color: #f39200 !important;
}
.wysiwyg-master-theme .btn--cart-checkout:hover, .wysiwyg-master-theme .body-container .btn--cart-checkout:hover, .wysiwyg-master-theme .btn--cart-checkout:hover, .wysiwyg-master-theme .buy-button:hover {
	background-color: #f7b654 !important;
}
.wysiwyg-master-theme .bottom-fixer {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wysiwyg-master-theme.tabs-stick .bottom-fixer {
	bottom: 0;
}
.btn--back-to-top {
	float: right;
	width: 30px;
	height: 30px;
	top: -29px;
	text-align: center;
	color: white;
	line-height: 30px;
	color: white;
	background-color: #666666; /* #777776 */
  opacity: 0.2;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn--back-to-top:focus {
	color: white;
	background-color: #000;
}
.btn--back-to-top:hover {
	color: white;
	background-color: #000;
}
.icon--calc {
	vertical-align: middle;
	margin-top: -0.3em;
	margin-right: 9px;
	width: 16px;
	height: 19px;
	display: inline-block;
	background-image: url("https://www.tecan.com/hubfs/pr_cs/icon--calc.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.icon--bubbles {
	vertical-align: middle;
	margin-top: -0.3em;
	margin-right: 6px;
	width: 18px;
	height: 15px;
	display: inline-block;
	background-image: url("https://www.tecan.com/hubfs/pr_cs/icon--bubbles.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.wysiwyg-master-theme .navbar > .container .navbar-brand, .wysiwyg-master-theme .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}

@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .header .top-nav ul li.toplink--about a {
	padding-right: 28px;
}
}

@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .header .top-nav ul li a {
	padding: 0 6px; 
	letter-spacing: 0;
}
}

@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .navbar {
	width: calc(100% - 40px);
}
.wysiwyg-master-theme .navbar + div {
	width: 40px;
}
}
.wysiwyg-master-theme .hs-menu-item.active {
	color: inherit;
}
.wysiwyg-master-theme #wrap .st-default-search-input {
	padding: 0px 10px;
}
.wysiwyg-master-theme #search_submit.glyphicon-search.bg {
	color: white;
	filter: alpha(opacity=67);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
	-webkit-opacity: 0.67;
	-khtml-opacity: 0.67;
	-moz-opacity: 0.67;
	-ms-opacity: 0.67;
	-o-opacity: 0.67;
	opacity: 0.67;
}
.wysiwyg-master-theme #search_submit.glyphicon-search.bg:hover {
	color: #e84e0e;
}
.wysiwyg-master-theme .body-container .nav--tabbed {
	float: left;
	width: calc(100% - 420px );
	position: relative;
	border-bottom: 1px solid #dddddd;
}
.wysiwyg-master-theme .body-container .nav--tabbed li {
	float: left;
	position: relative;
	border-left: 1px solid #dddddd;
	background-color: #ffffff;
	border-top: 7px solid #dddddd;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wysiwyg-master-theme .body-container .nav--tabbed li.active {
	position: relative;
	font-weight: 700;
	border-top-color: #e84e0e;
}
.wysiwyg-master-theme .body-container .nav--tabbed li.active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
	background: white;
}
.wysiwyg-master-theme .body-container .nav--tabbed li.active a:hover {
	background-color: #ffffff;
}
.wysiwyg-master-theme .body-container .nav--tabbed li:last-child {
	border-right: 1px solid #dddddd;
}
.wysiwyg-master-theme .body-container .nav--tabbed li a {
	float: left;
	width: auto;
	padding: 7px 15px 0 15px;
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
	min-height: 52px;
	line-height: 1.2em;
	color: #333333;
	background: white;
}
.wysiwyg-master-theme .body-container .nav--tabbed li a:hover {
	background-color: #eeeeee;
}

.nav--tabbed .nav--tabbed__label--eu, .nav--mobile__list .nav--tabbed__label--eu { display: inline-block; } 
.nav--tabbed .nav--tabbed__label--us, .nav--mobile__list .nav--tabbed__label--us { display:none;	} 
.nav--tabbed.us-view .nav--tabbed__label--eu, .nav--mobile__list.us-view .nav--tabbed__label--eu,
.nav--tabbed.us-view .nav--tabbed__label--us:empty, .nav--mobile__list.us-view .nav--tabbed__label--us:empty { display: none; } 
.nav--tabbed.us-view .nav--tabbed__label--us, .nav--mobile__list.us-view .nav--tabbed__label--us { display:inline-block;	} 


@media only screen and (max-width: 1024px) {
.wysiwyg-master-theme .body-container .nav--tabbed li a {
	padding: 7px 15px 0 5px;
	font-size: 13px;
	line-height: 1.1em;
}
}

@media only screen and (max-width: 640px) {
.wysiwyg-master-theme .body-container .nav--tabbed {
	display: none;
}
}
.wysiwyg-master-theme .body-container .nav--cta {
	display: none;
	float: left;
	width: auto;
	padding-top: 11px;
	padding-bottom: 6px;
	background-color: white;
	border-top: 7px solid #dddddd;
}
.wysiwyg-master-theme .body-container .nav--cta .btn {
	float: left;
}
.wysiwyg-master-theme .body-container .nav--cta .btn:first-child {
	margin-left: 20px;
}
.wysiwyg-master-theme .body-container .nav--cta .btn:last-child {
	margin-left: 12px;
	margin-right: 15px;
}
.wysiwyg-master-theme .body-container .nav--cta .btn:only-child {
	margin-left: 20px;
	margin-right: 15px;
}
.wysiwyg-master-theme .body-container .nav--cta--sm {
	display: none;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.wysiwyg-master-theme .body-container .nav--cta--sm a {
	float: right;
}
.wysiwyg-master-theme .body-container .nav--cta--sm a:first-child {
	margin-left: 20px;
}
.wysiwyg-master-theme .body-container .span8 .nav--tabbed {
	width: 100%;
}
.stretcher.stretched {
	position: relative;
	float: left;
	width: 100%;
}
.stretcher.stretched:before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	border-top: 7px solid #dddddd;
}
.wysiwyg-master-theme .body-container .nav--tabbed {
	width: calc(100% - 420px );
}

@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .body-container .nav--tabbed {
	width: 100%;
}
}
.wysiwyg-master-theme .body-container .nav--cta {
	display: block;
}

@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .body-container .nav--cta {
	display: none;
}
}

@media only screen and (max-width: 991px) {
.wysiwyg-master-theme .body-container .nav--cta--sm {
	display: block;
}
}

@media only screen and (max-width: 640px) {
.wysiwyg-master-theme .body-container .nav--cta--sm {
	display: none;
}
}
.header .main-nav {
	background-color: rgba(255, 255, 255, 0.95);
}
.fixed .main-nav {
	background: none;
}
.fixed .header .main-nav {
	background-color: white;
	border-bottom: #dddddd 1px solid;
}
.fixed.tabs-stick .custom-header-container-wrapper {
	transform: translate(0px, -96px);
}

@media only screen and (max-width: 991px) {
.fixed.tabs-stick .custom-header-container-wrapper {
	transform: translate(0px, -180px);
}
}
.fixed.tabs-stick .tab-fixer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	background: #ebebed;
	border-bottom: 5px white solid;
}
.fixed.tabs-stick .tab-fixer .container {
	padding-left: 15px;
	padding-right: 15px;
}
.fixed.tabs-stick .tab-fixer .row {
	padding: 0;
}
.fixed.tabs-stick .tab-fixer .nav--tabbed li a {
	height: 53px;
}

@media only screen and (max-width: 991px) {
.fixed.tabs-stick .nav--cta--sm {
	display: none;
}
}
.tab-fixer > .container {
	padding-left: 0;
	padding-right: 0;
}

@media only screen and (max-width: 991px) {
.tab-fixer > .container {
	padding-left: 15px;
	padding-right: 15px;
}
}
.tab-sheet {
	display: none;
}
.tab-sheet.open {
	display: block;
}

@media only screen and (max-width: 767px) {
.navbar-header {
	padding: 0.32em 0 1em 0;
}
}

@media only screen and (max-width: 767px) {
	.tab-fixer {
		display: none;
	}
}

.wysiwyg-master-theme .nav--mobile {
	display: none;
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 100;
	width: 100%;
	padding: 15px 0;
	text-transform: uppercase;
	background: #ebebed;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wysiwyg-master-theme .nav--mobile .btn.small {
	float: right;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
}
.wysiwyg-master-theme .nav--mobile .btn.small:last-child {
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
.wysiwyg-master-theme .nav--mobile .btn.small {
	display: none;
}
}

@media only screen and (max-width: 767px) {
.wysiwyg-master-theme .nav--mobile {
	display: block;
	top: 65px;
}
}
.wysiwyg-master-theme .nav--mobile__list {
	display: none;
	margin-top: 15px;
	background: rgba(235, 235, 237, 0.3);
}
.wysiwyg-master-theme .nav--mobile__list ul {
	float: left;
	width: 100%;
}
.wysiwyg-master-theme .nav--mobile__list ul li {
	float: left;
	width: 100%;
}
.wysiwyg-master-theme .nav--mobile__list ul li a {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666666;
	line-height: 3em;
	border-bottom: 1px solid rgba(250, 250, 250, 0.4);
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wysiwyg-master-theme .nav--mobile__list ul li a:hover {
	color: #e84e0e;
}
.wysiwyg-master-theme .nav--mobile__list ul li:last-child a {
	border-bottom: none;
}
.wysiwyg-master-theme .nav--mobile__list ul li.active a {
	color: #e84e0e;
}
.wysiwyg-master-theme .nav--mobile.open {
	padding-bottom: 0;
}
.wysiwyg-master-theme .nav--mobile.open .nav--mobile__list {
	display: block;
}
.wysiwyg-master-theme .body-container .mobile-toggle {
	font-size: 18px;
	color: #111111;
	font-weight: 600;
	line-height: 31px;
}
.wysiwyg-master-theme .body-container .mobile-toggle .glyphicon {
	margin-left: 0.32em;
	font-size: 0.65em;
	vertical-align: middle;
}
.wysiwyg-master-theme .body-container .mobile-toggle__wrap {
	float: left;
	overflow: hidden;
	width: calc(100% - 20px);
	height: 31px;
}
.wysiwyg-master-theme .body-container .mobile-toggle__wrap:after {
	content: '';
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu {
	float: left;
	width: 100%;
	padding: 25px 0;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li {
	float: left;
	margin-right: 5px;
	font-size: 13px;
	line-height: 1em;
	color: #999;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li a {
	position: relative;
	padding-right: 7px;
	color: #999;
  font-weight: 500;
}

.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li .hs-breadcrumb-label {
  font-weight: 500;
}

.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li a:hover {
	color: #e84e0e;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li a.active {
	font-weight: inherit;
	display: inline;
	color: #999999;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li a:after {
	content: '|';
	position: absolute;
	right: -1em;
	top: 1px;
	font-size: 11px;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li a.hs-breadcrumb-passive:hover {
	cursor: default;
	color: #999;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li .glyphicon {
	display: none;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu li:last-child a:after {
	content: '';
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item {
	padding: 10px;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu .hs-breadcrumb-menu-item:first-child {
	padding-left: 0;
}
.wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu .hs-breadcrumb-menu-divider {
	display: none;
}

/* -- empty breadcrump? -- */
.breadcrumb-wrapper {
  
  float: left; width: 100%; min-height: 83px;
}

@media screen and (min-width:1px) and (max-width:767px) {
  
 .breadcrumb-wrapper {
      
    min-height: 0px;
  }  
}

.panel {
/*-- quote --*/
  /*-- usp-list --*/
  /*-- download panel --*/
}

.product-details .panel--lead {
	height: auto !important;
}

.panel--lead h1, .panel--lead h2, .panel--lead h2, .panel--lead h4, .panel--lead h5 {
	clear: left;
	padding-bottom: 15px;
}
.panel--lead h1:first-child, .panel--lead h2:first-child, .panel--lead h2:first-child, .panel--lead h4:first-child, .panel--lead h5:first-child {
	padding-top: 20px;
}

/* hides specific modules (on/off switch) on phones */
.HideMeInMobile {
  display: block;
}
.ShowMeInMobile {
 	display: none;
}

/* Breadcrump hide on mobil phones and move the h1... ab bit down */
@media screen and (min-width:1px) and (max-width:767px) {
  .wysiwyg-master-theme .body-container ul.hs-breadcrumb-menu {
    display: none;
  }
  .panel--lead h1:first-child, .panel--lead h2:first-child, .panel--lead h2:first-child, .panel--lead h4:first-child, .panel--lead h5:first-child {
    padding-top: 40px;
  }
  /* hides specific modules (on/off switch) on phones */
  .HideMeInMobile {
   	display: none;
	}
  .ShowMeInMobile {
    display: block;
  }
}  

.panel--lead h2 {
	font-size: 34px;
}
.panel--lead h2 + h1 {
	font-size: 48px;
	margin-top: -7px;
}
.panel--lead h1 + h2, .panel--lead h1 + h3, .panel--lead h1 + h4, .panel--lead h1 + h5 {
	line-height: 1.2em; /*-- AnTa 20161118 --*/
  padding-bottom: 7px;
  padding-top: 15px; /*-- AnTa 20161118 --*/
}
.panel--lead p {
	clear: left;
	font-size: 16px;
	color: inherit;
	line-height: 1.35em;
	padding-bottom: 0.75em;
}
.panel--lead p:first-of-type {
	padding-top: 10px;
}
.panel--lead p strong {
	font-weight: 700;
}
.panel--know-more {
	min-height: 132px;
	margin-top: 35px;
	background-image: url("https://www.tecan.com/hubfs/pr_cs/speech-bubble.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 204px 132px;
}

@media only screen and (max-width: 767px) {
.panel--know-more {
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}
}
.panel--know-more h1, .panel--know-more h2, .panel--know-more h2, .panel--know-more h4, .panel--know-more h5 {
	padding: 20px 0 10px 37px;
}

@media only screen and (max-width: 991px) {
.panel--know-more h1, .panel--know-more h2, .panel--know-more h2, .panel--know-more h4, .panel--know-more h5 {
	padding: 25px 0 15px 0;
}
}
.panel--know-more p {
	float: left;
	width: 58%;
	padding-left: 40px;
	color: #666666;
	font-size: 15px;
	line-height: 1.35em;
}

@media only screen and (max-width: 991px) {
.panel--know-more p {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 20px;
}
}
.panel--know-more .hs-cta-wrapper {
/* 	float: right; */
}

@media only screen and (max-width: 767px) {
.panel--know-more .hs-cta-wrapper {
/* 	float: none; */
}
}


.panel--img .img {
	float: left;
	width: 100%;
	padding-bottom: 67%;
	position: relative;
	background-image: url("https://www.tecan.com/hubfs/pr_cs/insert--thumb.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eaeaea;
}
.panel--img .img.landscape {
	padding-bottom: 51%;
}
.panel--img .img h3 {
	float: left;
	width: auto;
	position: absolute;
	bottom: 25px;
	padding: 15px;
	min-width: 285px;
	font-size: 24px;
	background: rgba(250, 250, 250, 0.8);
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.panel--img .img + h3, .panel--img .img + h4, .panel--img .img + h5 {
	padding-top: 20px;
}
.panel--img .img + h3 + p, .panel--img .img + h4 + p, .panel--img .img + h5 + p {
	padding-top: 7px;
}
.panel--img .img + h5 {
	font-size: 14px;
}
.panel--img .img + p {
	padding-top: 20px;
}

.panel--img p br{ clear: both; }

.panel--img a.img {
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.panel--img a.img:after {
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(250, 250, 250, 0.5);
}
.panel--img a.img:hover {
	position: relative;
}
.panel--img a.img:hover:after {
	opacity: 1;
}
.panel--img a.img:hover h3 {
	color: #e84e0e;
	z-index: 100;
}
.panel--img img {
	/*float: right;*/
	width: 100%;
	max-width: 165px;
	height: auto;
}

@media only screen and max-width(992px) {
    
    .panel--img img {
        float:left;
    }  
}


.panel--img .img-link {
	position: relative;
	float: right;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.panel--img .img-link:after {
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	background-color: rgba(250, 250, 250, 0.5);
}
.panel--img .img-link:hover:after {
	opacity: 1;
}
.panel--img h1, .panel--img h2, .panel--img h3, .panel--img h4, .panel--img h5 {
	display: inline-block;
	width: 100%;
}
.panel--img p {
	float: left;
	width: 100%;
	padding-top: 15px;
	font-size: 15px;
	line-height: 1.2em;
	color: #666666;
}
.panel--img p + p {
	padding-top: 7px;
}
.panel--img a.read-more, .panel--img ul li a, .panel--img .panel--text ul.clean-list li a, .panel--text ul.clean-list li .panel--img a, .panel--img .panel--text .panel--sidebar ul li a, .panel--text .panel--sidebar ul li .panel--img a, .panel--img .panel--sidebar .panel--text ul li a, .panel--sidebar .panel--text ul li .panel--img a, .panel--img .panel--article-list ul li a, .panel--article-list ul li .panel--img a, .panel--img a.download {
	margin: 12px 0 7px 0;
	font-size: 15px;
}
.panel--img a.read-more.as_title, .panel--img ul li a.as_title, .panel--img .panel--text ul.clean-list li a.as_title, .panel--text ul.clean-list li .panel--img a.as_title, .panel--img .panel--text .panel--sidebar ul li a.as_title, .panel--text .panel--sidebar ul li .panel--img a.as_title, .panel--img .panel--sidebar .panel--text ul li a.as_title, .panel--sidebar .panel--text ul li .panel--img a.as_title, .panel--img .panel--article-list ul li a.as_title, .panel--article-list ul li .panel--img a.as_title, .panel--img a.download.as_title {
	margin: 0 0 0 0;
}
.panel--img ul {
	float: left;
	width: 100%;
	padding: 15px 0;
	font-size: 15px;
	line-height: 1.2em;
	color: #666666;
}
.panel--img ul li {
	float: left;
	width: 100%;
	margin-bottom: 7px;
}
.panel--img ul li:last-child {
	margin-bottom: 0;
}
.panel--img ul:last-child {
	padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
.panel--img.horizontal .col-xs-12.col-sm-4 {
	width: 33.33333333%;
	padding-bottom: 0px;
}
}

@media only screen and (max-width: 460px) {
.panel--img.horizontal .col-xs-12.col-sm-4 {
	width: 100%;
	padding-bottom: 15px;
}
}

@media only screen and (max-width: 991px) {
.panel--img.horizontal .col-xs-12.col-sm-8 {
	width: 66.66666667%;
	padding-bottom: 0px;
}
}

@media only screen and (max-width: 460px) {
.panel--img.horizontal .col-xs-12.col-sm-8 {
	width: 100%;
	padding-bottom: 30px;
}
}

@media only screen and (max-width: 991px) {
.panel--img.horizontal img {
	margin-bottom: 30px;
}
}

@media only screen and (max-width: 460px) {
  .panel--img.horizontal img {
    margin-bottom: 0px;
  }
}

@media only screen and max-width(640px) {
  
  .padding--bottom--xl .col-md-6 .panel--img.horizontal img {
  	margin-bottom:0; margin-top: 5px;
  } 
  
  .padding--bottom--xl .col-md-6 .panel--img.horizontal {
		padding-bottom: 30px;
  }  
} 

.panel--img.horizontal .nudge-left {
	float: left;
	margin-left: -10px;
}
.panel--img.horizontal .nudge-left h1, .panel--img.horizontal .nudge-left h2, .panel--img.horizontal .nudge-left h3, .panel--img.horizontal .nudge-left h4, .panel--img.horizontal .nudge-left h5, .panel--img.horizontal .nudge-left p, .panel--img.horizontal .nudge-left ul {
	width: calc( 100% + 10px );
}

@media only screen and (max-width: 991px) {
.panel--img.horizontal .nudge-left {
	margin-left: 0;
}
.panel--img.horizontal .nudge-left h1, .panel--img.horizontal .nudge-left h2, .panel--img.horizontal .nudge-left h3, .panel--img.horizontal .nudge-left h4, .panel--img.horizontal .nudge-left h5, .panel--img.horizontal .nudge-left p, .panel--img.horizontal .nudge-left ul {
	width: 100%;
}
}
.panel--img.horizontal p {
	font-size: 16px;
	padding-top: 10px;
}
.panel--img.horizontal .read-more, .panel--img.horizontal ul li a, .panel--img.horizontal .panel--text ul.clean-list li a, .panel--text ul.clean-list li .panel--img.horizontal a, .panel--img.horizontal .panel--text .panel--sidebar ul li a, .panel--text .panel--sidebar ul li .panel--img.horizontal a, .panel--img.horizontal .panel--sidebar .panel--text ul li a, .panel--sidebar .panel--text ul li .panel--img.horizontal a, .panel--img.horizontal .panel--article-list ul li a, .panel--article-list ul li .panel--img.horizontal a, .panel--img.horizontal .download {
	margin-top: 10px;
}
.panel--img.horizontal h5 {
	padding-bottom: 13px;
	display: inline-block;
	width: 100%;
	line-height: 1.2em;
}
.panel--img.horizontal .sublist {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.panel--img.horizontal .sublist .thumb {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: 15px;
}
.panel--img.horizontal .sublist .thumb .img {
	height: 65px;
	padding-bottom: 0;
	background-image: url('https://www.tecan.com/hubfs/pr_cs/insert--thumb--small.png"');
}
.panel--img.horizontal .sublist .desc {
	float: left;
	width: calc( 100% - 95px );
}
.panel--img.horizontal .sublist .desc p {
	font-size: 15px;
}
.panel--img.horizontal .sublist p {
	padding-top: 6px;
}
.panel--img.horizontal.fixed {
	min-height: 190px;
}

@media only screen and (max-width: 991px) {
.panel--img.horizontal.fixed {
	min-height: auto;
	margin-bottom: 0;
}
}
.panel--img.horizontal a.read-more, .panel--img.horizontal ul li a, .panel--img.horizontal .panel--text ul.clean-list li a, .panel--text ul.clean-list li .panel--img.horizontal a, .panel--img.horizontal .panel--text .panel--sidebar ul li a, .panel--text .panel--sidebar ul li .panel--img.horizontal a, .panel--img.horizontal .panel--sidebar .panel--text ul li a, .panel--sidebar .panel--text ul li .panel--img.horizontal a, .panel--img.horizontal .panel--article-list ul li a, .panel--article-list ul li .panel--img.horizontal a {
	font-size: 16px;
}
.panel--img.horizontal a.read-more .glyphicon, .panel--img.horizontal ul li a .glyphicon, .panel--img.horizontal .panel--text ul.clean-list li a .glyphicon, .panel--text ul.clean-list li .panel--img.horizontal a .glyphicon, .panel--img.horizontal .panel--text .panel--sidebar ul li a .glyphicon, .panel--text .panel--sidebar ul li .panel--img.horizontal a .glyphicon, .panel--img.horizontal .panel--sidebar .panel--text ul li a .glyphicon, .panel--sidebar .panel--text ul li .panel--img.horizontal a .glyphicon, .panel--img.horizontal .panel--article-list ul li a .glyphicon, .panel--article-list ul li .panel--img.horizontal a .glyphicon {
	margin-top: -0.1em;
	display: inline;
}
.panel--img .video-btn {
	width: 87px;
	height: 87px;
	padding-left: 5px;
	z-index: 10;
	color: #010101;
	line-height: 73px;
	font-size: 36px;
	background: rgba(250, 250, 250, 0.8);
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 7px solid #fafafa;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.panel--img .video-btn:hover {
	color: #010101;
	background: rgba(250, 250, 250, 0.9);
	border: 7px solid #fafafa;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.panel--img .video-btn-small {
	width: 45px;
	height: 45px;
	padding-left: 5px;
	z-index: 10;
	color: #010101;
	line-height: 40px;
	font-size: 17px;
	background: rgba(250, 250, 250, 0.7);
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 3px solid #fafafa;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.panel--img .video-btn-small:hover {
	color: #010101;
	background: rgba(250, 250, 250, 0.9);
	border: 3px solid #fafafa;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.panel--img .video-btn-tiny {
	width: 28px;
	height: 28px;
	padding-left: 4px;
	z-index: 10;
	color: #010101;
	line-height: 25px;
	font-size: 12px;
	background: rgba(250, 250, 250, 0.7);
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 2px solid #fafafa;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.panel--img .video-btn-tiny:hover {
	color: #010101;
	background: rgba(250, 250, 250, 0.9);
	border: 2px solid #fafafa;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.panel--img__small-title {
	float: left;
	width: 100%;
	padding-top: 17px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
  .panel--img {
	  float: left;
	  width: 100%;
    margin-top: 0px;    /* updated, anta, 20190904 */
	  margin-bottom: 0px; /* updated, anta, 20190904 */
  }
}

}
.panel--text h2, .panel--text h3, .panel--text h4 {
	display: inline-block;
	width: 100%;
}
.panel--text h2, .panel--text h3 {
	padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .panel--text h2{
        padding-top:10px;
    }
}    



.panel--text h4 {
	padding-bottom: 0.6em;
}
.panel--text h5 {
	padding-bottom: 7px;
	display: inline-block;
	width: 100%;
	line-height: 1.2em;
}
.panel--text p {
	float: left;
	width: 100%;
	padding-bottom: 0.75em;
	line-height: 1.5em;
	color: #666666;
}
.panel--text p + p {
	color: inherit;
}
.panel--text p + ul {
	padding-top: 16px;
}
.panel--text p:last-of-type {
	padding-bottom: 0;
}
.panel--text p strong {
	font-weight: 700;
}
.panel--text h4 + p, .panel--text h5 + p, .panel--text h6 + p {
	font-size: 16px;
	color: inherit;
}
.panel--text ul.clean-list, .panel--text .panel--sidebar ul, .panel--sidebar .panel--text ul {
	float: left;
	width: 50%;
	margin-left: 0;
}
.panel--text ul.clean-list li, .panel--text .panel--sidebar ul li, .panel--sidebar .panel--text ul li {
	padding: 0 0 7px 0;
}
.panel--text ul.clean-list li:after, .panel--text .panel--sidebar ul li:after, .panel--sidebar .panel--text ul li:after {
	content: none;
}
.panel--text ul.clean-list li a, .panel--text .panel--sidebar ul li a, .panel--sidebar .panel--text ul li a {
	margin-top: 0 !important;
}
.panel--text ul.clean-list:first-child, .panel--text .panel--sidebar ul:first-child, .panel--sidebar .panel--text ul:first-child {
	padding-right: 15px;
}
.panel--text ul.clean-list:only-of-type, .panel--text .panel--sidebar ul:only-of-type, .panel--sidebar .panel--text ul:only-of-type {
	width: 100%;
	padding-right: 0;
}
.panel--text ul + p {
	font-size: 16px;
}
.panel--text a.read-more, .panel--text .panel--img ul li a, .panel--img ul li .panel--text a, .panel--text ul.clean-list li a, .panel--text .panel--sidebar ul li a, .panel--sidebar .panel--text ul li a, .panel--text .panel--article-list ul li a, .panel--article-list ul li .panel--text a, .panel--text a.download {
	display: inline-block;
	margin-top: 10px;
}
.panel--text table {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 16px 0;
	line-height: 1.2em;
	border-collapse: collapse;
	border: none;
	font-size: 15px;
	color: #333333;
}
.panel--text table p {
	font-size: 15px;
	color: #333333;
}
.panel--text table p:only-of-type {
	font-size: 15px;
	color: #333333;
}
.panel--text table strong {
	font-weight: 600;
}
.panel--text table tr {
	width: 100%;
}
.panel--text table td, .panel--text table th {
	padding: 0.67em 0;
	text-align: center;
}
.panel--text table td:first-child, .panel--text table th:first-child {
	text-align: left;
}
.panel--text table + p {
	font-size: 16px;
}
.panel--text p + table {
	margin-top: 16px;
}
.panel--text thead {
	display: table-header-group;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}
.panel--text thead td {
	font-weight: 600;
}
.panel--text tfoot {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #333333;
}
.panel--text tfoot p {
	font-size: 14px;
	color: #333333;
}
.panel--text tfoot p:only-of-type {
	font-size: 14px;
	color: #333333;
}
.panel--text .panel__more-content {
	float: left;
	width: 100%;
	padding-top: 15px;
}

@media only screen and (max-width: 991px) {
.panel--text {
	padding-bottom: 45px;
}
}
.panel__more-content {
	display: none;
}
.panel__more-content.open {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #999999;
}
.panel--article-list h2 {
	padding-bottom: 15px;
}
.panel--article-list h5 {
	padding-bottom: 13px;
	display: inline-block;
	width: 100%;
	line-height: 1.2em;
}
.panel--article-list ul {
	float: left;
	width: calc(50% - 15px);
}
.panel--article-list ul:nth-child(even) {
	margin-right: 30px;
}
.panel--article-list ul li {
	float: left;
	width: 90%;
	padding-bottom: 25px;
	padding-bottom: 7px;
	line-height: 1.2em;
	font-size: 16px;
}
.panel--article-list ul li a .glyphicon {
	margin-top: -0.1em;
}

@media only screen and (max-width: 991px) {
.panel--article-list ul {
	width: 100%;
}
.panel--article-list ul:nth-child(even) {
	margin-right: 0;
}
}
.panel--article-list.wide ul {
	width: 100%;
}
.panel--article-list.wide ul:nth-child(even) {
	margin-right: 0;
}
.panel--article-list.fixed {
	min-height: 215px;
}

@media only screen and (max-width: 991px) {
.panel--article-list.fixed {
	float: left;
	width: 100%;
	padding: 0 0 20px 0; /* 20200507, anta, cng for mobil rel. materials, old = 30px 0 0 0 */
	min-height: inherit;
}
}

@media only screen and (max-width: 991px) {
.panel--article-list {
	padding: 0;
}
}
.panel--quote h1 {
	padding-bottom: 0.5em;
	line-height: 1.1em;
}
.panel--usp-list ul {
	position: relative;
	float: left;
	width: 33.33333333%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;/* one item */
  /* two items */
  /* three items */
}
.panel--usp-list ul:first-child:nth-last-child(1) {
	width: 100%;
}
.panel--usp-list ul:first-child:nth-last-child(2), .panel--usp-list ul:first-child:nth-last-child(2) ~ li {
	width: 50%;
}
.panel--usp-list ul:first-child:nth-last-child(3), .panel--usp-list ul:first-child:nth-last-child(3) ~ li {
	width: 33.3333%;
}
.panel--usp-list ul li {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	line-height: 1.2em;
}
.panel--usp-list ul li:after {
	content: '';
	position: absolute;
	float: left;
	width: 7px;
	height: 7px;
	top: 0.4em;
	left: -1em;
	background-color: #e84e0e;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.panel--download {
	float: left;
	width: 100%;
	min-height: 85px;
	margin-top: -2px;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
.panel--download {
	min-height: 0;
}
}
.panel--download .inner {
	float: left;
	width: 100%;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.panel--download p {
	font-size: 15px;
}
.panel--download .pre-content {
	float: left;
	width: 100%;
	line-height: 59px;
	position: relative;
}
.panel--download .pre-content > a {
	float: left;
	width: calc(100% - 145px);
	padding: 1.55em 0 1.55em 1.67em;
	margin-left: -5px;
	line-height: 1.15em;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
.panel--download .pre-content > a {
	width: 90%;
}
}
.panel--download .pre-content .meta {
	float: right;
	width: 145px;
	margin-right: -5px;
}
.panel--download .pre-content .meta span {
	float: right;
	line-height: 59px;
	margin-right: 15px;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
.panel--download .pre-content .meta span {
	display: none;
}
}
.panel--download .pre-content .meta .toggle.glyphicon {
	float: right;
	width: 15px;
	line-height: 59px;
	height: 59px;
	line-height: 59px;
	top: normal;
	color: #00acff;
	font-size: 11px;
}

@media only screen and (max-width: 767px) {
.panel--download .pre-content .meta .toggle.glyphicon {
	position: absolute;
	right: 0;
}
}
.panel--download .pre-content .meta .toggle.glyphicon:hover {
	color: #e84e0e;
}
.panel--download .pre-content .download .glyphicon {
	line-height: 59px;
	top: normal;
	color: #00acff;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.panel--download .pre-content .download:hover .glyphicon {
	color: #e84e0e;
}
.panel--download .rest-content {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.panel--download .rest-content p {
	float: left;
	width: 100%;
	clear: left;
	display: inline-block;
	padding-top: 15px;
	font-weight: normal;
	color: #666666;
	line-height: 1.2em;
}
.panel--download .rest-content p + p {
	padding-top: 7px;
}
.panel--download .rest-content p:last-child {
	padding-bottom: 30px;
}
.panel--download .rest-content table {
	float: left;
	width: 100%;
	margin: 15px 0 30px 0;
	color: #333333;
}
.panel--download .rest-content table thead {
	font-family: "Avenir Next LT W01 Demi";
}
.panel--download .rest-content table tr td:first-child {
	font-family: "Avenir Next LT W01 Demi";
}
.panel--download .rest-content table td {
	line-height: 2em;
}
.panel--download.active:after {
	border-top: 0;
}
.panel--download.active .inner {
	background: #f3f3f3;
}
.panel--download.active .inner:after {
	border-color: #999999;
}
.panel--download.active .pre-content {
	padding-bottom: 5px;
}
.panel--download.active .pre-content:after {
	border-color: #666666;
}
.panel--download.active .pre-content a {
	font-weight: normal;
}
.panel--download.active span {
	font-weight: normal;
	color: #666666;
}
.panel--download.active .rest-content {
	display: block;
	opacity: 1;
	visibility: visible;
}
.panel--download.light {
	min-height: 0px;
}
.panel--download.light .pre-content > a {
	padding-left: 0;
}
.panel--download.light.active .pre-content {
	padding-bottom: 0;
}
.panel--download-wrap:nth-child(even) {
	clear: left;
	padding-left: 0;
}

@media only screen and (max-width: 991px) {
.panel--download-wrap:nth-child(even) {
	padding-left: 15px;
}
}
.panel--download-wrap:nth-child(odd) {
	float: right;
	padding-right: 0;
}

/* added to give numbers to ordered list, anta, 20191218 */
ol {
  list-style: decimal;
}
.col-md-6 .panel--img ol li, .panel--lead ol li, .panel--text ol li, .panel__more-content ol li {
    margin-left:18px;
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 0.75em 0;
    margin-bottom: 0;
    line-height: 1.32;
}
/* end - added to give numbers to ordered list, anta, 20191218 */


@media only screen and (max-width: 991px) {
.panel--download-wrap:nth-child(odd) {
	padding-right: 15px;
}
}
.panel--sidebar {
	padding-left: 62px;
}
.panel--sidebar h4 {
	padding-bottom: 15px;
}
.panel--sidebar ul {
	padding: 0;
}

@media only screen and (max-width: 991px) {
.panel--sidebar {
	padding-left: 0;
}
}
.download-collector > div:nth-child(odd) {
	clear: left;
}
.category-listing {
	position: relative;
}
.category-listing:after {
	content: '';
	position: absolute;
	top: -50px;
	left: 15px;
	width: calc( 100% - 30px );
	height: 7px;
	background-color: #999999;
}
.category-listing .img {
	position: relative;
}
.category-listing .img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

@media only screen and (max-width: 991px) {
.category-listing {
	padding: 0 90px;
}
.category-listing .panel--img__small-title {
	padding-bottom: 30px;
}
}

@media only screen and (max-width: 767px) {
.category-listing {
	padding: 0 50px;
}
}

@media only screen and (max-width: 479px) {
.category-listing {
	padding: 0;
}
}

@media only screen and (max-width: 991px) {
.single-panel .col-xs-12.col-sm-4 {
	width: 33.33333333%;
	padding-bottom: 0px;
}
}

@media only screen and (max-width: 460px) {
.single-panel .col-xs-12.col-sm-4 {
	width: 100%;
	padding-bottom: 15px;
}
}

@media only screen and (max-width: 991px) {
.single-panel .col-xs-12.col-sm-8 {
	width: 66.66666667%;
	padding-bottom: 0px;
}
}

@media only screen and (max-width: 460px) {
.single-panel .col-xs-12.col-sm-8 {
	width: 100%;
	padding-bottom: 30px;
}
}
.col-md-4 > .panel p, .col-md-4 > .panel p:only-of-type {
	font-size: 15px;
}

@media only screen and (max-width: 991px) {
.row.padding--bottom--xl .col-xs-12:last-child .panel--text {
	padding-bottom: 15px;
}
}
.img-shim {
	float: left;
	width: 100%;
	padding-bottom: 67%;
	position: relative;
	background-image: url("https://www.tecan.com/hubfs/pr_cs/insert--thumb--lg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #eaeaea;
}
.img-shim.landscape {
	padding-bottom: 51%;
}
.img-shim h3 {
	float: left;
	position: absolute;
	bottom: 25px;
	padding: 15px;
	font-size: 24px;
	background: rgba(250, 250, 250, 0.8);
}

@media only screen and (max-width: 460px) {
.img-shim.single {
	margin-bottom: 10px;
}
}
.lead-img {
	float: left;
	width: 100%;
	padding: 20px 30px 0 30px;
}
.lead-img.big {
	float: right;
	padding: 20px 0 0 0;
}
.lead-img img {
	float: right;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
.lead-img {
	padding: 20px 0 0 0;
}
}
.cs-form {
	float: left;
	width: 100%;
	font-size: 15px;
}
.cs-form fieldset {
	float: left;
	width: 100%;
}
.cs-form__title {
	float: left;
	width: 100%;
	line-height: 46px;
	height: 45px;
	padding: 0 15px;
	background-color: #e4e4e4;
}
.cs-form__panel {
	float: left;
	width: 100%;
	padding: 0 15px;
}
.cs-form__radio-label {
	padding-left: 0.5em;
	font-weight: 600;
}
.cs-form__check-descr {
	width: 90%;
	line-height: 1.67em;
}

@media only screen and (max-width: 991px) {
.cs-form__check-descr {
	width: 100%;
}
}
.cs-form__product-img {
	float: left;
	width: 100%;
	height: auto;
	max-width: 145px;
}
.cs-form__notes {
	width: 90%;
	font-size: 14px;
	line-height: 1.35em;
	color: #666666;
}

@media only screen and (max-width: 991px) {
.cs-form__notes {
	width: 100%;
}
}
.cs-form__price {
	float: right;
	padding-right: 40px;
	font-weight: 600;
	font-size: 20px;
	font-weight: #333333;
}
.cs-form .cs-form__drop {
	float: right;
	width: 120px;
	height: 47px;
	line-height: 47px;
	margin-right: 20px;
	background-position: calc(100% - 10px) calc(100% - 17px);
	border: 1px solid #f39200;
}
.cs-form .btn--submit {
	float: right;
	clear: right;
}
.cs-form .variant-selectors {
	display: none !important;
}
.btn.btn--cart-checkout {
	float: right;
	clear: right;
}
.shopify-products {
	padding: 0 15px;
}
.shopify-products .product-group {
	display: none;
	color: inherit;
	font-weight: inherit;
}
.shopify-products .product-group:first-child {
	display: block;
}
.shopify-product-item {
	clear: left;
	display: table;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
}
.shopify-product-item .product-radio-btn {
	margin: 0;
}
.shopify-product-item .variant-image {
/*	width: 100%;*/
    width: auto;
	height: auto;
	max-height: 45px;
}
.shopify-product-item .variant-price {
	text-align: left;
}
.shopify-product-item > div:first-child {
	width: 40px;
	padding-right: 0;
}
.shopify-product-item > div:nth-child(2) {
	width: 10%;
	padding-left: 0;
}
.shopify-product-item > div:nth-child(3) {
	width: 20%;
}
.shopify-product-item > div:nth-child(4) {
	width: 60%;
}
.shopify-product-item > div:nth-child(5) {
	width: calc(27% - 45px);
}
.shopify-product-item .product-title {
	line-height: 1.5em;
}
.shopify-product-item .product-desc {
	clear: left;
	display: block;
	padding-top: 0.32em;
	filter: alpha(opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-webkit-opacity: 0.6;
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	-ms-opacity: 0.6;
	-o-opacity: 0.6;
	opacity: 0.6;
}
.shopify-product-item .buy-button {
	display: none;
}
.buy-button {
	float: right;
}
.btn--close {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	padding: 0 !important;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.btn--close span {
	width: 35px;
	height: 25px;
	font-size: 24px;
	padding-top: 0.3em;
}
.cs-form .product {
	margin-top: 2em;
	margin-bottom: 2em;
}
.cs-form .product img {
	float: left;
	padding-right: 30px;
}
.cs-form .product p {
	float: left;
	padding: 10px 30px 0px 0px;
}
.cs-form .cart-shim {
	display: none;
}
/*-- handle local shipping settings --*/
.hide-shop .variant-price, .hide-shop .cs-form__price, .hide-shop .btn--submit, .hide-shop .buy-button, .hide-shop .cart-item__price, .hide-shop .cart-info, .hide-shop .btn--cart-checkout, .hide-shop .btn--cart-request-quote {
	display: none !important;
}
.request-quote .btn--cart-request-quote {
	display: inline-block !important;
}
.hide-cart .cart {
	display: none;
}
.cart {
	display: block;
	position: fixed;
	z-index: 999999;
	width: 425px;
	height: 100%;
	right: -425px;
	top: 0;
	padding: 30px 15px 30px 30px;
	background: white;
	border-left: 1px solid #999;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cart__inner {
	float: left;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 25px;
}
.cart.js-active {
	right: 0;
}
.cart h4 {
	font-size: 1em;
	line-height: 1.35em;
}
.cart h5 {
	display: inline-block;
	width: 100%;
	clear: both;
}
.cart__content {
	float: left;
	width: 100%;
}
.cart__content-row {
	float: left;
	width: 100%;
	padding-top: 1em;
}
.cart .btn--cart-checkout {
	margin-bottom: 1em;
}
.cart-section {
	float: left;
	width: 100%;
	position: relative;
}
.cart-form {
	float: left;
	width: 100%;
}
.cart-form p {
	line-height: 1.35em;
}
.cart-form p.cart-info__small {
	font-size: 14px;
	line-height: 1.35em;
	color: #666666;
}
.cart-item-container {
	float: left;
	width: 100%;
	padding: 15px 0px;
}
.cart-item__quantity-container {
	float: left;
	width: auto;
}
.cart-item__quantity-container .btn--seamless {
	float: left;
}
.cart-item__quantity-container .btn--seamless.quantity-decrement {
	margin: 0.5em 0.5em 0.5em 0;
}
.cart-item__quantity-container .btn--seamless.quantity-increment {
	margin: 0.5em 0 0.5em 0.5em;
}
.cart-item__quantity-container .cart-item__quantity {
	float: left;
	width: 60px;
}
.cart-item__price {
	float: right;
}
.btn--cart-tab {
	position: absolute;
	left: -40px;
	top: calc(50% - 30px);
	height: auto;
	width: 40px;
	padding: 8px 0;
	background-color: orange;
	-webkit-transition: all 0.3s ease-out;
	-khtml-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background-color: #f39200;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0.5em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0.5em;
}
.btn--cart-tab:focus, .btn--cart-tab:active {
	background-color: #f39200;
}
.btn--cart-tab:hover {
	background-color: #f7b654;
}
.btn--cart-tab .btn__counter {
	float: left;
	width: 100%;
	padding: 0;
	color: white;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
}
.btn--cart-tab .glyphicon {
	float: left;
	width: 100%;
	padding: 0;
	color: white;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.cart-item {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
.cart-bottom {
	float: left;
	width: 100%;
}
.cart-info {
	text-align: right;
	float: right;
	width: 100%;
	padding-right: 40px;
	font-weight: 600;
	font-size: 20px;
	font-weight: #333333;
}
.cart-info__total {
	display: inline;
}
.cart-open {
	overflow: hidden;
}

.cart .clear-cart {
    float: left; width: 100%; padding-bottom:20px;
    font-size: 13px;
    text-align: right;
}

/*-- shop 2018 update --*/
.pr_cs_main--2018 .shopify-product-item>.col-xs-1 { width: 8.33333333%; padding: 0; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-2 { width: 16.66666667%; padding: 0; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-3 { width: 25%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-4 { width: 33.33333333%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-5 { width: 41.66666667%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-6 { width: 50%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-7 { width: 58.33333333%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-8 { width: 66.66666667%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-9 { width: 75%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-10 { width: 83.33333333%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-11 { width: 91.66666667%; }
.pr_cs_main--2018 .shopify-product-item>.col-xs-12 { width: 100%; }

.pr_cs_main--2018 .shopify-product-item .variant-image {
	width: 100%; height: auto; max-height: 100%;
} 
.shopify-product-item {
	border-bottom: none;
}

.pr_cs_main--2018 .shopify-product-item {
	display:none;  margin-bottom: 0; padding-bottom: 15px;
}

.pr_cs_main--2018 .shopify-product-desc {
 	display:none; float: left; width: 100%; margin-bottom: 45px;
  border-bottom: 1px solid #ddd;  
}
.pr_cs_main--2018 .shopify-product-item.show, .pr_cs_main--2018 .shopify-product-desc.show {
	display: block;
}

.pr_cs_main--2018 .shopify-product-desc__contents {
	
  float: left; width: 100%;
  font-size: 12px; line-height: 1.5em;
  opacity: 0.6;
}  

.pr_cs_main--2018 input[type=radio] {
	margin: 4px 8px 0 0;
} 

.pr_cs_main--2018 .search-wrap {
  float: left; width: 100%; padding: 30px 60px 60px 60px;
}

.pr_cs_main--2018 .search-wrap .btn {
	margin-top: 15px;
}


/* error pages */
.error-404 .body-container-wrapper {
		
  min-height: 67vh; padding-top: 200px;
}  

.error-404 h2 {
  
  padding-bottom: 20px;
}

.error-404 p {
	
  float: left; width: 100%; padding-bottom: 20px;
  line-height: 1.5em;
}

.error-404 label {
	
  float: left; width: auto; padding-bottom: 0.32em;
}

.error-404 .input {
	
  float: left; width: 100%; 
}  

/* -- wistia --*/
.wisti-window {
  position: relative;
  padding: 51% 0 0 0;
  overflow: hidden;
}
.wisti-window.squared, .wisti-window.semi-squared {
  padding: 67% 0 0 0;
}
.wisti-window__overlay {
  position: absolute;
  z-index: 1;
  float: left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #E4E4E4;
  background-size: cover;
  background-position: center;
}
.wisti-window.playin .wisti-window__overlay {
  position: relative;
  filter: alpha(opacity=0); width: 0; height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; -ms-opacity: 0; -o-opacity: 0; opacity: 0;
  pointer-events: none;
  background-position: center; background-size: cover;  
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, height 0s linear 0.5s, width 0s linear 1s;
  -khtml-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, height 0s linear 0.5s, width 0s linear 1s;
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, height 0s linear 0.5s, width 0s linear 1s;
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, height 0s linear 0.5s, width 0s linear 1s;
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, height 0s linear 0.5s, width 0s linear 1s;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, height 0s linear 0.5s, width 0s linear 1s;
}

.wisti-window.playin .wisti-window__play {
	display: none;
}  

.wisti-window .wisti-window__overlay:after {
   
  content: ''; position: absolute; z-index: 1; width: 100%; height: 100%; top: 0; left: 0;
	opacity: 0;
	background-color: rgba(250,250,250,0.5);
	-webkit-transition: all .3s ease-out; -khtml-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out;
}

.wisti-window .wisti-window__overlay:hover {
  
  background-position: center; background-size: cover;
}

.wisti-window .wisti-window__overlay:hover:after {
	opacity: 1;
}

.wisti-window .wisti-window__overlay:hover .wisti-window__play {
  
	background-color: rgba(0, 172, 255, 1);
}



.wisti-window__contents {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.wisti-window__contents.ratio--wide {
  width:91.5%; margin-left: 4.75%; 
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.wisti-window__contents.ratio--letterbox {
  width: 75%;
  margin-left: 12.5%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.wisti-window__contents.ratio--almost-wide {
  width: 84.5%;
  margin-left: 7.75%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.wisti-window__contents.ratio--almost-letterbox {
  margin-top: 0.5%;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.wisti-window.squared .wisti-window__contents.ratio--wide {
  margin-top: 6.5%;
}

.wisti-window.semi-squared .wisti-window__contents.ratio--wide {
  width:100%; margin-top: 6.5%; margin-left:0;
}


.wisti-window.squared .wisti-window__contents.ratio--letterbox {
  width: 89%;
  margin-left: 5.5%;
}
.wisti-window.semi-squared .wisti-window__contents.ratio--letterbox {
  width: 89%;
  margin-left: 5.5%;
}


.wisti-window.squared .wisti-window__contents.ratio--almost-wide {
  width: 100%;
  margin-left: 0;
}
.wisti-window.semi-squared .wisti-window__contents.ratio--almost-wide {
  width: 100%;
  margin-left: 0;
}


.wisti-window.squared .wisti-window__contents.ratio--almost-letterbox {
  margin-top: 6%;
}
.wisti-window.semi-squared .wisti-window__contents.ratio--almost-letterbox {
  margin-top: 6%;
}


.wisti-window__video {
  height: 100%;
  width: 100%;
}
.wisti-window__play {
  position: absolute; z-index: 2;  
  top: 50%; left: 50%; width: 30%; height: 25%; max-width: 110px;  max-height: 60px; min-height: 50px;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -khtml-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  background-color: rgba(0, 172, 255, 0.67);
}

.wisti-window__play .glyphicon {

  
  	position: relative; width: 100%; top: 50%;
    font-size: 29px;  text-align: center;  color: white;   
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.panel--img .wisti-window__overlay h3 {
  
  position: absolute; float: left; width: auto; bottom: 25px; left: 0; padding: 15px; min-width: 285px;
  font-size: 24px; text-align: left;
  background: rgba(250,250,250,0.8);
}

.main {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.main.smooth-me {
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -khtml-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.main.transit {
  -webkit-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.main-content {
  position: relative;
  float: left;
  width: 100%;
  padding: 300px 0 60px 0;
  margin-top: 100vh;
}



.landing-page.two-column-equal .main-content {
  
  padding-top: 0; margin-top: 0;
}

.landing-page.two-column-equal .hs_cos_wrapper_type_rich_text > ul {
  
  line-height: 24px;
}  

.who-we-are .main-content {
  
  padding-top: 40px; margin-top: 0;
}

.who-we-are .main-content .hs_cos_wrapper_type_rich_text h1 + p {
  
  padding-top: 30px;
}  

@media only screen and (max-width: 768px) {
  .main-content {
    margin-top: 0;
    z-index: 2;
    padding: 7.5% 0;
  }
}
.main-content__img {
  float: left;
  width: 100%;
  height: auto;
  margin: 105px 0;
}
@media only screen and (max-width: 768px) {
  .main-content__img {
    margin: 10% 0;
  }
}
.main .show--sm {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main .show--sm {
    display: inline-block;
  }
}
.main .show--sm img {
  margin: 0 0 10% 0;
}

.wisti-window + .panel--text {
	
  margin-top: 20px;
}  

.wisti-window+.panel--text h4 {
	padding-bottom: 0;
}

.wisti-window+.panel--text h4+p {
    padding-top: 7px;
}

.wisti-window+.panel--text p {
  
  font-size: 15px; line-height: 1.5em;
}  

/* wistia corresponding panels text fix */
.video-panels .panel--img p {
  
  font-size: 15px; line-height: 1.5em;
}  

.video-panels .panel--text p {
  
  font-size: 15px; line-height: 1.5em;
}  

/* some new buttons to spice up the tecan worls, AnTa, 20190830  */
.btn-light{
  text-transform: uppercase;  width: auto; height: 36px; padding: 10px 10px 10px 10px;
	font-size: 13px; color: #666 !important; letter-spacing: 0em; line-height: 36px; font-weight: 600; text-align: left;
  background-color: #ffffff;
  border-radius: .3em;
  border: solid #999999 1px;
  border
  transition: .35s ease-out; -webkit-transition: .35s ease-out; -moz-transition: .35s ease-out;
}  

.btn-light .glyphicon-search {
  display: inline-block;  width: 14px; height: 16px; margin-right: 6px; margin-top: 10px; 
}

.btn-light:hover {
  background-color: #cccccc; /* blue #24cdff */
  color: white !important;
  border: solid #bab9b9 1px; /* blue #24cdff */
}


#CavroDIframe {
  width: 100%;
  height: 480px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px){
#CavroDIframe {
  height: 350px;
}
}


@media screen and (max-width: 991px){
  .contModal {
    padding-left: 20px !important;
    padding-right: 20px !important;
  } 
}  
/***************linked-in**************************/

.tecan-linkedin {
  position: relative;
  /*margin-top: -15px;*/
}
.tecan-linkedin > a {
  position: relative;
  z-index: 20;
}
.tecan-linkedin.status-follow > a {
  pointer-events: none;
}
.tecan-linkedin > div.IN-widget,
.tecan-linkedin > span.IN-widget {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 0.01 !important;
}
.tecan-linkedin > div.IN-widget + .IN-widget,
.tecan-linkedin > span.IN-widget + .IN-widget {
  top: -65535px !important;
  left: -65535px !important;
}
.tecan-linkedin iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  margin-top: 1px !important;
  margin-left: -24px !important;
  min-width: 50px;
  min-height: 30px;
}
.tecan-linkedin.force-link > a {
  pointer-events: auto;
}
.tecan-linkedin.force-link .IN-widget, .tecan-linkedin.force-link .IN-widget iframe {
  display: none !important;
}

.icons ul li a {
  opacity: 1;
  display: inline-block;
  background: url("https://www.tecan.com/hubfs/page_images/assets/tecan-social-icons-hq.png") no-repeat -9999px -9999px;
  background-size: 168px 96px;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.icons ul li a.fb {
  background-position: -72px 0;
}
.icons ul li a.fb:hover {
  background-position: -72px -24px;
}
.icons ul li a.you {
  background-position: -96px 0;
}
.icons ul li a.you:hover {
  background-position: -96px -24px;
}
.icons ul li a.twitter {
  background-position: -48px 0;
}
.icons ul li a.twitter:hover {
  background-position: -48px -24px;
}
.icons ul li a.in {
  background-position: 0 0;
}
.icons ul li a.in:hover {
  background-position: 0 -24px;
}
.icons ul li .tecan-linkedin:hover a.in {
  background-position: 0 -24px;
}

.cta-buttons {
	display: flex;
	padding: 1rem 0;
	justify-content: flex-end;
}

.cta-buttons a {
	margin: 0 0.5rem;
}

.cta-buttons .cta-shop-btn {
	background: #f39200 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.cta-buttons .cta-shop-btn:hover {
	background: #fcaa2e !important;
}

.cta-buttons .cta-shop-btn .shop-icon {
	margin: 7px 7px 0 0;
	max-width: 20px;
}

@media (max-width: 767px) {
	.cta-buttons {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.cta-buttons a {
		margin: 0.5rem 0.5rem;
		min-width: 250px;
	}
}
.panel--text form ul li:after{
  display: none!important;
}
body form.hs-form .legal-consent-container .hs-form-field ul.inputs-list{
  margin-left: 0;
}
.legal-consent-container li.hs-form-booleancheckbox {
    padding-bottom: 0;
}
.legal-consent-container .field.hs-form-field {
    margin-bottom: 8px;
    padding-bottom: 0 !important;
}
body .hs-form.hs-custom-form .hs_submit{
  margin-top: 16px!important;
}
body form.hs-form input.hs-button.primary.large {
  margin-top: 0!important;
}
.col-md-8 .legal-consent-container {
    max-width: 450px;
}

@media (min-width: 320px) and (max-width: 767px) {
  body .WSM_Tecan_From_Extended .hbspt-form .styled-form .field, 
  body  .WSM_Tecan_From_Extended .hs-form.hs-custom-form .field {
    float: unset !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  body .WSM_Tecan_From_Extended label.hs-form-booleancheckbox-display span, 
  body .WSM_Tecan_From_Extended label.hs-form-checkbox-display span {
    padding-left: 0;
    padding-top: 2px;
  }
}