/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* Links */
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* Typography */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* Lists */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* Embedded Content */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* Figures */

figure { margin: 0; }


/* Forms */

form { margin: 0; }

fieldset { border: 0; margin: 0; padding: 0; }

input, textarea, select { background: #fff; }

textarea, select {
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 5px;
}

textarea {
	height: 100px;
}

select {
	height: 32px;
}

.textbox {
	border: 1px solid #ccc;
	padding: 5px;
	height: 32px;
	background: #fff !important;
}

.col2 .textbox, .col3 .textbox, #popup .textbox, textarea, select {
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

select.auto {
	width: auto;
}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

input, textarea {
	-webkit-border-radius: 0;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Primary Styles */

@font-face {font-family: 'AvenirLTStd-Heavy';src: url('https://www.satoeurope.com/de/css/webfonts/35B14C_0_0.eot');src: url('https://www.satoeurope.com/de/css/webfonts/35B14C_0_0.eot?#iefix') format('embedded-opentype'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_0_0.woff2') format('woff2'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_0_0.woff') format('woff'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirLTStd-Medium';src: url('https://www.satoeurope.com/de/css/webfonts/35B14C_1_0.eot');src: url('https://www.satoeurope.com/de/css/webfonts/35B14C_1_0.eot?#iefix') format('embedded-opentype'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_1_0.woff2') format('woff2'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_1_0.woff') format('woff'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirLTStd-Oblique';src: url('https://www.satoeurope.com/de/css/webfonts/35B14C_2_0.eot');src: url('https://www.satoeurope.com/de/css/webfonts/35B14C_2_0.eot?#iefix') format('embedded-opentype'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_2_0.woff2') format('woff2'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_2_0.woff') format('woff'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'AvenirLTStd-Roman';src: url('https://www.satoeurope.com/de/css/webfonts/35B14C_3_0.eot');src: url('https://www.satoeurope.com/de/css/webfonts/35B14C_3_0.eot?#iefix') format('embedded-opentype'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_3_0.woff2') format('woff2'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_3_0.woff') format('woff'),url('https://www.satoeurope.com/de/css/webfonts/35B14C_3_0.ttf') format('truetype');}

body, input, textarea, select {
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
}

strong, b {
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
}

i {
	font-weight: normal;
	font-family: 'AvenirLTStd-Oblique', sans-serif, Arial, Tahoma, Verdana;
}

body {
	text-align: center;
	background: #fff;
	font-size: 0.95em; 
	color: #000;
	max-width: 2000px;
	margin: auto;
	padding-top: 104px;
}

h1, h2.pagetitle {
	font-size: 1.8em;
	line-height: 1.2em;
	padding: 0;
	margin: 25px 0;
	color: #007ac9;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
	text-transform: none;
}

h2 {
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 0;
	margin: 25px 0;
	color: #007ac9;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
}

h2 a {
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
}

h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0;
	margin: 10px 0;
	color: #007ac9;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
}

h3 a {
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
}

h4 {
	font-size: 1em;
	line-height: 1.2em;
	padding: 0;
	margin: 10px 0;
	color: #007ac9;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
}

a {
	color: #007ac9;
	font-weight: normal;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover {
	color: #000;
}

a:active {
    background-color: transparent;
}

img.map, map area{
    outline: none;
}

p {
	padding: 0;
	margin: 15px 0;
	line-height: 1.4em;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

#moblogo, #showmobnav, #mob, .mobsubnav, #showmobsearch, #mobsearch, .tabbr, .tabshow, .mobbr, .mobshow, .smallmobbr, #backtotop, .alllinkmob, .slidemob {
	display: none;
}

.container, .bigimgcontainer {
	width: 980px;
	margin: auto;
	text-align: left;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 2000px;
	height: 104px;
	background: #fff;
	z-index: 999;
}

header .container {
	position: relative;
}

#logo {
	float: left;
	margin: 12px 0;
	height: 40px;
}

#language {
	float: right;
	width: 55px;
	margin-top: 15px;
	text-align: center;
	font-size: 0.7em;
}

#language a {
	display: block;
	padding-right: 12px;
	background: url(https://www.satoeurope.com/de/images/language-bg.png) top right no-repeat;
	background-size: 10px 19px;
	color: #000;
}

#language a:hover {
	color: #007ac9;
}

#language img {
	height: 24px;
	margin-bottom: 2px;
}

#languages {
	position: absolute;
	top: 62px;
	right: 0;
	z-index: 100;
	width: 55px;
	padding: 10px 0;
	display: none;
	background: url(https://www.satoeurope.com/de/images/white-bg.png);
	text-align: center;
	font-size: 0.7em;
}

#languages img {
	height: 24px;
	margin: 0 0 2px 0;
}

#languages a {
	display: block;
	color: #000;
	font-weight: normal;
}

#languages a:hover {
	color: #007ac9;
}

#social {
	float: right;
	margin-top: 15px;
}

#social img {
	height: 30px;
}

#social a {
	margin-right: 25px;
}

#topnav {
	float: right;
	margin-top: 15px;
	font-size: 0.9em;
}

#topnav .button {
	margin-right: 25px;
}

#topsearch {
	float: right;
	margin: 18px 25px 0 0;
	font-size: 0.9em;
}

#topsearch .textbox {
	background: 0;
	width: 120px;
	padding: 0;
	border: 0;
	color: #9e96a5;
}

.searchicon {
	position: relative;
	top: 2px;
	height: 20px;
	background: none;
}

#navcontainer {
	padding-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #e5e5e5;
}

nav {
	width: 100%;
	height: 37px;
	background: url(https://www.satoeurope.com/de/images/nav-bg.png) top no-repeat;
	text-transform: uppercase;
	font-size: 0.9em;
}

nav ul {
	float: left;
}

nav li {
	float: left;
	height: 37px;
	line-height: 37px;
	display: block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

nav li:hover, nav .on {
	background: #00b1b7;
}

nav li:hover a {
	color: #fff;
}

nav a {
	display: block;
	color: #fff;
	padding: 0 20px;
}

nav img {
	position: relative;
	top: -2px;
	height: 10px;
}

nav ul ul img {
	margin-left: 5px;
	height: 8px;
}

nav .home {
	height: 16px;
}

/* Drop down menus */

/*** ESSENTIAL STYLES ***/

.sf-menu ul {
	position: absolute;
	top: -999em;
	left: 0;
	margin: 0;
	width: 270px;
	line-height: 1.2em;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.sf-menu ul li {
	width: 100%;
	height: auto;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	background: none;
	border-top: 1px solid #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sf-menu li li a {
	display: block;
	padding: 8px 10px;
}
.sf-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 39px;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 220px;
	top: -1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 220px;
	top: -1px;
}

/*** DEMO SKIN ***/

.sf-menu a {
	text-decoration:none;
}
.sf-menu li li {
	background: url(https://www.satoeurope.com/de/images/nav-dropdown-bg.png);
	color: #fff;
}
.sf-menu li li:hover, .sf-menu li li.on {
	background: #00b1b7;
	color: #fff;
	outline: 0;
}

#main {
}

#main ul, #main ol {
	margin: 15px 0 25px 20px;
	padding: 0;
}

#main ul li, #main ol ul li {
	list-style: disc;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main ol li {
	list-style: decimal;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.4em;
}

#main table {
	margin: 20px 0;
	border: 1px solid #ccc;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main td {
	padding: 10px;
	border: 1px solid #ccc;
}

#main .valign td {
	vertical-align: middle;
}

#main .greytr td {
	background: #eeece7;
	padding: 10px;
}

#main .bluetr td {
	background: #007ac9;
	color: #fff;
	padding: 10px;
}

#main .bluetr td a {
	color: #fff;
}

#main td.header {
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
	background: #007ac9;
	color: #fff;
}

#main td.servicecontract, #main .header.center {
	width: 240px;
}

#main td.software {
	width: 120px;
}

#main .leftcol .col2 table {
	border: 1px solid #007ac9;
}

#main .leftcol .col2 td {
	border: 0;
	padding: 15px 10px;
}

#main .leftcol .col2 table img {
	height: 16px;
}

#main .leftcol .col2 td.center {
	width: 30px;
}

#cycle, .slide, #banner, #thinbanner {
	position: relative;
	z-index: 0;
}

#cycle img, #banner img, #thinbanner img {
	position: relative;
	z-index: 0;
	width: 100%;
	max-width: 100%;
}

.cyclecaption, #banner h1, #thinbanner h1 {
	position: absolute;
	top: 35%;
	z-index: 1;
	display: inline-block;
	padding: 15px;
	font-size: 2em;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
	background: url(https://www.satoeurope.com/de/images/caption-bg.png);
	color: #007ac9;
}

#banner h1 {
	top: 27.5%;
	color: #00b1b7;
}

#thinbanner h1 {
	top: 0;
	color: #00b1b7;
}

#cycle .slide .whitebutton {
	position: absolute;
	top: calc(35% + 90px);
	font-size: 1.2em;
	width: auto;
}

#cycle2, #cycle3 {
	position: relative;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
}

#cycle3 {
	margin-top: 20px;
	padding: 20px 0 30px 0;
}

#cycle2 .slide, #cycle3 .slide {
	width: 100%;
	margin-bottom: -20px;
}

#cycle2 .slide {
	height: 450px;
}

#cycle3 .slide {
	height: 500px;
}

.cycle-pager, .cycle-pager2 {
	position: absolute;
	bottom: 0;
	z-index: 100;
    text-align: center;
	width: 100%;
}

.rightcol .cycle-pager {
	position: relative;
	margin: 10px 0 30px 0;
}

.cycle-pager span, .cycle-pager2 span { 
    font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px; 
    display: inline-block;
	color: #e5e5e5;
	cursor: pointer;
}

.cycle-pager span.cycle-pager-active, .cycle-pager2 span.cycle-pager-active {
	color: #007ac9;
}

.cycle-pager > *, .cycle-pager2 > * {
	cursor: pointer;
}

#customer_satisfaction {
	text-align: center;
}

#customer_satisfaction .bluebox {
	border-color: #f09916 !important;
}

#customer_satisfaction .bluebg {
	background: #f09916 !important;
}

#customer_satisfaction .content {
	margin: 20px 13px 0;
}

#customer_satisfaction .slide {
	width: 100%;
	margin-bottom: -20px;
}

#customer_satisfaction .green {
	padding-top: 8px;
}

#customer_satisfaction .quote {
	position: absolute;
	top: -10px;
	font-family: sans-serif;
	font-size: 3.5em;
	color: #00b1b7;
}

#customer_satisfaction .quote.left {
	left: -20px;
}

#customer_satisfaction .quote.right {
	right: -20px;
}

#customer_satisfaction .cs-cycle-pager {
	margin: 25px 0 40px;
}

#customer_satisfaction .cs-cycle-pager > * {
	cursor: pointer;
}

#customer_satisfaction .cs-cycle-pager span {
	font-family: arial;
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #e5e5e5;
	cursor: pointer;
}

#customer_satisfaction .cs-cycle-pager span.cycle-pager-active {
	color: #007ac9;
}

#customer_satisfaction.page .green {
	text-align: center;
	font-size: .85em;
	padding-top: 0;
	line-height: 1.5em;
}

#customer_satisfaction .cs_entry {
	float: left;
	padding-bottom: 1.2em;
}

#customer_satisfaction .cs_quote {
	position: relative;
	padding: 0 .5em;
	margin: .3em 1em 0;
}


#breadcrumb {
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 0.8em;
}

.leftcol {
	float: left;
	width: 62.5%;
}

.leftcol.intro {
	width: 57.5%;
}

.rightcol {
	float: right;
	width: 35%;
}

.rightcol.center {
	margin-top: 25px;
}

.rightcol .col2 .bluebutton, .rightcol .col2 .whitebutton {
	margin-bottom: -10px;
}

.subnav {
	float: left;
	width: 22.5%;
}

#main .subnav ul {
	margin: 0;
}

#main .subnav li {
	list-style: none;
	line-height: 1.6em;
	margin-bottom: 20px;
	color: #007ac9;
	text-transform: uppercase;
}

#main .subnav a {
	font-weight: normal;
	padding-bottom: 2px;
}

#main .subnav .on, #main .subnav .on a, #main .subnav a:hover {
	color: #007ac9;
}

#main .subnav .on a, #main .subnav a:hover {
	border-bottom: 1px solid #007ac9;
}

.subcontent {
	float: right;
	width: 72.5%;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.subcontent h3 {
	margin: 0;
}

.subcontent .bluebutton {
	width: auto;
}

.subcontent .section {
	display: none;
}

.subcontent .section:first-of-type {
	display: block;
}

#tabs {
	width: 100%;
	margin: 15px 0 25px 0;
	background: #fff;
}

.ui-state-focus:focus { outline:none !important }

#tabs h2, #tabs h4 {
	margin: 0;
	padding: 10px;
	border-top: 1px solid #eeece7;
}

#tabs h2 {
	text-transform: none;
}

#tabs h2 a, #tabs h4 a {
	display: block;
	padding-right: 40px;
	background: url(https://www.satoeurope.com/de/images/tab-closed.png) right no-repeat;
	background-size: 13px 13px;
	text-decoration: none;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
}

#tabs h2 a:hover, #tabs h4 a:hover, #tabs .ui-state-active a, #tabs .ui-state-active a:hover {
	color: #007ac9;
	font-weight: normal;
	background: url(https://www.satoeurope.com/de/images/tab-open.png) right no-repeat;
	background-size: 13px 13px;
}

#tabs div {
	padding: 0 10px 10px 10px;
}

#tabs div div {
	padding: 0;
}

.col2 {
	width: 47.5%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.borderedcol2 {
	border-right: 1px solid #ccc;
	padding-right: 2.5%;
}

.col3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.col3.last {
	margin-right: 0;
}

.col3.autocol {
	margin-left: 17% !important;
}

#contact .col3 {
	position: relative;
	height: 320px;
}

#contact .col3 form {
	position: absolute;
	top: 180px;
	width: 100%;
}

.col4 {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%
}

.col4.last {
	margin-right: 0;
}

.col4.autocol {
	margin-left: 12.75% !important;
}

.col5 {
	float: left;
	width: 18%;
	margin-right: 2.5%;
}

.col5.last {
	margin-right: 0;
}

.col5.autocol {
	margin-left: 10.25% !important;
}

.col6 {
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.col6.last {
	margin-right: 0;
}

.col6.autocol {
	margin-left: 8.5%;
}

.col7 {
	float: left;
	width: 12.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	font-size: 0.8em;
}

.col7.last {
	margin-right: 0;
}

.col7 p {
	margin: 5px 0 10px 0;
	line-height: 1.2em;
}

.challenge {
	display: none;
}

.printerlogos {
	margin: 15px 0;
	padding: 15px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.printerlogos .col7 {
	margin-bottom: 0;
}

#pagedrivers {
	text-align: center;
}

#newsletter {
	width: 353px;
	padding: 15px 25px;
	margin: 0 auto 15px auto;
	background: url(https://www.satoeurope.com/de/images/newsletter-bg.jpg) top no-repeat;
	background-size: cover;
	text-align: center;
}

#newsletter h2 {
	margin: 0 0 15px 0;
}

#newsletter p {
	margin: 0;
}

#newsletter .textbox {
	border: 1px solid #fff;
	color: #007ac9;
	font-size: 0.9em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#newsletter .bluebutton {
	padding: 5px 15px;
	width: auto;
	background: #007ac9;
	text-transform: none;
}

#marketssolutions {
	position: relative;
	padding: 25px 0;
	width: 100%;
	background: url(https://www.satoeurope.com/de/images/marketssolutions-bg.png) top repeat-y;
}

#marketssolutions h2 {
	margin: 10px 0 0 0;
}

#marketssolutions p {
	margin: 20px 0;
}

#marketssolutions .col3 p, #marketssolutions .col4 p {
	line-height: 1.2em;
	margin: 10px 0 0 0;
}

#marketssolutions .col3, #marketssolutions .col4 {
	margin: 25px 0 0 0;
}

#marketssolutionsimg {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 35%;
}

#markets {
	float: left;
	width: 30%;
	text-align: right;
}

#solutions {
	float: right;
	width: 30%;
}

#search {
	margin: 50px 0;
	background: url(https://www.satoeurope.com/de/images/search-bg.jpg) top no-repeat;
	background-size: cover;
}

#search .container {
	position: relative;
}

#searchlogo {
	position: absolute;
	top: 22px;
	left: 0;
	height: 22px;
}

#search form {
	display: inline-block;
	margin: 10px 0 10px 100px;
	padding: 8px 143px 8px 25px;
	background: url(https://www.satoeurope.com/de/images/green-bg.png);
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

#search form input[type=image] {
	margin-right: 100px;
}

#search .textbox {
	background: none !important;
	height: 20px;
	line-height: 20px;
	padding: 0;
	width: 450px;
	border: 0;
	color: #fff;
	text-align: center;
}

.latestnews, .latestinsights {
	position: relative;
	background: url(https://www.satoeurope.com/de/images/latestnews-bg.png) top no-repeat;
}

.latestinsights {
	background: url(https://www.satoeurope.com/de/images/latestinsights-bg.png) top no-repeat;
}

.latestnews h2, .latestinsights h2 {
	height: 40px;
	line-height: 40px;
	margin: 0;
	font-size: 1em;
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
	text-align: center;
	color: #fff;
}

.alllink {
	position: absolute;
	top: 12px;
	right: 20px;
	text-transform: uppercase;
	font-size: 0.9em;
}

.latestnews .alllink, .latestinsights .alllink {
	right: 50px;
	color: #fff;
}

.latestnews .alllink:hover, .latestinsights .alllink:hover {
	color: #000;
}

.latestnews .col2, .latestinsights .col2 {
	width: calc(50% - 15px);
}

.latestnews .bluebox, .latestinsights .bluebox {
	height: 320px;
}

.latestnews .bluebox p, .latestinsights .bluebox p {
	margin: 15px 0;
}

#twitter {
	font-size: 1em;
	height: 48px;
	line-height: 48px;
	margin: 0 0 1px 0;
	background: url(https://www.satoeurope.com/de/images/twitter-bg.png) left no-repeat #9e96a5;
	background-size: 48px 21px;
	color: #fff;
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
	text-align: center;
}

#map {
	width: 600px;
	height: 300px;
	margin: 30px auto;
}

#connect {
	margin-top: 50px;
	text-align: center;
}

#connect h2 {
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
}

#connect img {
	height: 40px;
}

#connect a {
	margin: 0 30px;
}

.advantage {
	height: 100px;
}

#sustainability {
	margin: 50px 0;
	padding: 100px 0;
	background: url(https://www.satoeurope.com/de/images/sustainability-bg.jpg) bottom no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 1.25em;
}

#sustainability h2 {
	margin-top: 0;
	color: #fff;
}

footer {
	margin-top: 50px;
	background: #000;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #007ac9;
}

#footerlogo {
	float: left;
	margin: 15px 0;
	font-size: 0.8em;
}

#footerlogo img {
	display: block;
	height: 50px;
	margin-bottom: 10px;
}

#footernav {
	float: right;
	text-align: right;
	margin-top: 40px;
	font-size: 0.9em;
	text-transform: uppercase;
}

.pagearrow {
	float: right;
	margin: 25px 0 0 30px;
}

.smallpagearrow {
	float: right;
	margin: 16px 0;
}

.bluebox {
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid #007ac9;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bluebox .content {
	position: relative;
	top: 20px;
}

.bluebox .content p {
	margin: 15px 0;
}

.greybg .bluebox {
	padding: 15px;
}

.greybg .bluebox a {
	margin: 0 10px;
}

.bluebg, .greenbg {
	background: #007ac9;
	border-top: 1px solid #fff;
	padding: 25px;
	color: #fff;
}

.greenbg {
	background: #00b1b7;
}

.bluebg h2, .greenbg h2 {
	margin-top: 0;
	color: #fff;
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
}

.bluebg a, .greenbg a {
	color: #fff;
}

.bluebg a:hover, .greenbg a:hover {
	color: #000;
}

#search .bluebg {
	padding: 10px 25px;
	font-size: 0.9em;
}

footer .bluebg {
	padding: 10px 25px;
	font-size: 0.75em;
}

.bluebg.heading, .greenbg.heading {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.bluebg.heading h2, .greenbg.heading h2 {
	margin: 0;
	font-size: 1em;
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
	text-align: center;
}

.greybg {
	background: #eeece7;
	padding: 25px;
}

.subcontent .greybg {
	padding: 25px 25px 10px 25px;
	margin-bottom: 25px;
}

.greybg h2 {
	margin-top: 0;
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
}

.greybg p.floatleft {
	margin-top: 5px;
	margin-left: 20px;
}

.colorbg {
	height: 4px;
	background: url(https://www.satoeurope.com/de/images/colorbg.png) top repeat-y;
	border-bottom: 1px solid #fff;
}

footer .colorbg {
	height: 7px;
}

.resources {
	padding: 25px;
	border: 1px solid #007ac9;
	text-align: center;
}

.videowrapper {
	position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}

.content .videowrapper {
	margin: 20px 0;
}

.videowrapper iframe, .videowrapper object, .videowrapper embed {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.blue {
	color: #007ac9;
}

.green {
	color: #00b1b7;
}

.black {
	color: #000;
}

.border, .whiteborder {
	clear: both;
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	margin: 15px 0;
}

.whiteborder {
	background: #fff;
	margin: -5px 0;
}

.border.nomargin {
	margin: 0;
}

p.nomargin, h2.nomargin, h3.nomargin {
	margin-bottom: 0;
}

ul.nomargin {
	margin-top: 0;
	margin-bottom: 0;
}

p.notopmargin, h2.notopmargin, h3.notopmargin, .col2.notopmargin {
	margin-top: 0;
}

img.blueborder {
	border: 1px solid #007ac9;
	margin: 0 0 15px 0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.greenborder {
	width: 100%;
	height: 5px;
	background: #00b1b7;
	margin: 0 0 1px 0;
}

.product {
	float: right;
	width: calc(100% - 120px);
}

.narrowproduct {
	float: right;
	width: calc(100% - 180px);
}

.product p, .narrowproduct p {
	margin: 0 0 10px 0;
}

.service {
	margin: 10px 0;
}

.arrow {
	position: relative;
	top: -2px;
	margin-left: 5px;
	height: 13px;
}

.pagearrow img, .smallpagearrow img {
	height: 16px;
}

.largearrow {
	position: relative;
	top: -2px;
	height: 33px;
	width: auto !important;
}

.icon {
	height: 55px;
	width: auto !important;
	margin: 0 20px 15px 0 !important;
}

h2 .icon {
	margin-right: 10px;
}

h3 .icon {
	height: 30px;
	margin: 0 5px 0 0 !important;
}

.servicecontract .icon {
	margin: 0 10px 0 0 !important;
}

.smallicon {
	max-height: 50px;
}

.largeicon {
	height: 79px;
	margin: 15px 0;
}

.warrantyicon {
	width: 62px !important;
	min-width: 62px !important;
}

.productimg {
	height: 130px;
	width: auto !important;
}

.spacer {
	width: 100%;
	height: 50px;
}

.smallspacer {
	width: 100%;
	height: 25px;
}

.med {
	font-size: 1.2em;
}

.big {
	font-size: 1.4em;
}

p.big {
	line-height: 1.2em;
}

.rightcol .med, .rightcol .big {
	margin-bottom: -10px;
}

.lower {
	text-transform: none;
}

.caps {
	text-transform: uppercase;
}

.normal {
	font-weight: normal !important;
}

.padded {
	padding: 0 50px;
}

#safecontractor {
	width: 74px;
}

.supportlogo {
	width: 175px;
}

a.anchor {
	display: block;
    position: relative;
    top: -124px;
    visibility: hidden;	
}

.x2 {
	height: 100px;
}

#popupbg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background: url(https://www.satoeurope.com/de/images/popupbg.png);
}

#popup {
	position: fixed;
	top: 25px;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 25px;
	background: url(https://www.satoeurope.com/de/images/popup.png) #f59c00 bottom no-repeat;
	background-size: contain;
	color: #fff;
	width: 475px;
	max-height: calc(100% - 50px);
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 90%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#popupcontent {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}

#popup form {
	padding: 0 25px;
}

#popup2 {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 600px;
	max-height: calc(100% - 50px);
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 90%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
}

.filter {
	padding-right: 12px;
	margin-right: 25px;
	background: url(https://www.satoeurope.com/de/images/language-bg.png) top -5px right no-repeat;
	background-size: 10px 19px;
	cursor: pointer;
}

#filtermarkets, #filtertypes {
	display: none;
	background: #f5f5f5;
	padding: 10px 25px 0 25px;
}

/* Common Styles */

.button {
	display: inline-block;
	padding: 6px 26px 6px 10px;
	color: #007ac9;
	border: 1px solid #007ac9;
	font-weight: normal;
	background: url(https://www.satoeurope.com/de/images/button-bg.png) right no-repeat #fff;
	background-size: 14px 11px;
}

#popup .button {
	color: #f59c00;
	border: 1px solid #f59c00;
	background: url(https://www.satoeurope.com/de/images/button-bg-orange.png) right no-repeat #fff;
	background-size: 14px 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.button:hover, .button.blue:hover, #popup .button:hover {
	background: url(https://www.satoeurope.com/de/images/button-hover.png) right no-repeat #007ac9;
	background-size: 14px 11px;
	color: #fff;
	text-decoration: none;
}

header .button {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	background: none;
	color: #000;
}

header .button:hover {
	background: none;
	color: #007ac9;
}

.bluebutton, .greenbutton, .orangebutton, .whitebutton, .whitebgbutton {
	display: inline-block;
	padding: 5px 26px 5px 10px;
	width: 290px;
	max-width: 100%;
	color: #fff;
	background: url(https://www.satoeurope.com/de/images/button-hover.png) right no-repeat #007ac9;
	background-size: 14px 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #007ac9;
}

.bluebutton.auto {
	width: auto;
	margin-right: 10px;
}

.greenbutton {
	background: url(https://www.satoeurope.com/de/images/button-hover.png) right no-repeat #00b1b7;
	background-size: 14px 11px;
	border: 1px solid #00b1b7;
}

.orangebutton {
	background: url(https://www.satoeurope.com/de/images/button-hover.png) right no-repeat #f59c00;
	background-size: 14px 11px;
	border: 1px solid #f59c00;
}

.whitebutton {
	color: #007ac9 !important;
	background: url(https://www.satoeurope.com/de/images/button-bg.png) right no-repeat #fff;
	background-size: 14px 11px;
	border: 1px solid #fff;
}

.whitebutton.auto {
	width: auto;
	margin-right: 10px;
}

.whitebgbutton {
	color: #007ac9 !important;
	background: url(https://www.satoeurope.com/de/images/button-bg.png) right no-repeat #fff;
	background-size: 14px 11px;
}

.bluebutton:hover, .greenbutton:hover, .orangebutton:hover, .whitebutton:hover, .whitebgbutton:hover {
	background: url(https://www.satoeurope.com/de/images/button-hover.png) right no-repeat #000;
	background-size: 14px 11px;
	color: #fff !important;
	text-decoration: none;
}

.bluebutton.block, .whitebgbutton.block, .greenbutton.block, .orangebutton.block {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}

.bluebg .button:hover {
	background: url(https://www.satoeurope.com/de/images/button-hover.png) right no-repeat #000;
	background-size: 14px 11px;
	color: #fff !important;
	text-decoration: none;
}

.rightcol.center .bluebutton.block {
	font-size: 1em;
}

.htmlarea {
	border: 1px solid #ccc;
}

.small {
	font-size: 0.8em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0 20px 20px 0;
	width: 400px;
	max-width: 400px;
}

.challenge .fullleftpic {
	width: 250px;
}

.leftpic.labelsoftware {
	margin: 0 20px 60px 0;
}

.padded .leftpic, .content .leftpic, .leftpic.auto {
	width: auto;
}

.latestinsights .leftpic, .latestnews .leftpic, #latestevents .leftpic {
	max-width: 150px;
}

.rightpic {
	float: right;
	margin: 0 0 20px 20px;
	width: 400px;
	max-width: 400px;
}

#tabs .rightpic, .rightpic.preview {
	width: 200px;
}

.rightpic.logo {
	width: 125px;
}

.verify {
	border: 1px solid #ccc;
	width: 80px;
	height: 26px;
}

.code {
	width: 80px !important;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
	text-align: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boldred {
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

#main #pages {
	margin: 20px 0;
	text-align: right;
	font-weight: normal;
	font-family: 'AvenirLTStd-Heavy', sans-serif, Arial, Tahoma, Verdana;
}

#main #pages li {
	display: inline-block;
	list-style: none;
}

#main #pages a {
	display: block;
	margin-left: 3px;
	padding: 2px 4px;
	border: 1px solid #007ac9;
}

#main #pages a:hover, #main #pages .on a {
	color: #fff;
	background: #007ac9;
	text-decoration: none;
}

/* Non-semantic Helper Classes */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* Media Queries */

@media only screen and (min-width: 1250px) {

.container, .bigimgcontainer {
	width: 1200px;
}

#banner h1 {
	top: 32.5%;
}

#thinbanner h1 {
	top: 15%;
}

.latestinsights .leftpic, .latestnews .leftpic, #latestevents .leftpic {
	max-width: 200px;
}

#search form {
	margin-left: 0;
}

.leftpic.labelsoftware {
	margin: 0 20px 20px 0;
}

}

@media only screen and (max-width: 1050px) {

.container, .bigimgcontainer {
	width: 96%;
}

}

@media only screen and (max-width: 1020px) {

body {
	padding-top: 65px;
}

header {
	height: 65px;
	border-bottom: 1px solid #e5e5e5;
}

#logo, #topnav, #navcontainer, nav {
	display: none;
}

#moblogo {
	display: inline-block;
	float: left;
	height: 40px;
	margin: 10px 0;
}

#language {
	margin-left: 35px;
}

#language img, #languages img {
	height: 19px;
}

#showmobnav {
	position: absolute;
	z-index: 10;
	top: 18px;
	right: calc(2.5% + 72px);
	display: block;
	font-weight: normal;
}

#showmobnav:hover {
	text-decoration: none;
}

#mob {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	display: block;
	z-index: 1000;
	margin: 0;
	color: #fff;
	overflow: auto;
}

#mob ul {
	margin: 0;
	padding: 0;
}

#mobnav {
	display: none;
	width: 100%;
	max-height: calc(100vh - 65px);
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	background: #fff;
}

#mobnav li {
	width: 100%;
	list-style: none;
	margin: 0;
	text-align: left;
	border-top: 1px solid #fff;
}

#mobnav li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	background: #000;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1em;
}

#mobnav li a:hover, #mobnav .on a, #mobnav .tempon a {
	color: #fff;
	background: #007ac9;
	text-decoration: none;
}

#mobnav .mobsubnav li a {
	color: #00b1b7;
	background: #eee;
}

#mobnav .mobsubnav li a:hover, #mobnav .mobsubnav .on a {
	color: #fff;
	background: #00b1b7;
	text-decoration: none;
}

#main td.servicecontract, #main .header.center {
	width: 100px;
}

.cyclecaption, #banner h1, #thinbanner h1 {
	top: 27.5%;
	font-size: 1.8em;
	padding: 10px;
}

#thinbanner h1 {
	top: 0;
}

#cycle .slide .whitebutton {
	top: calc(27.5% + 60px);
}

#cycle3 .slide {
	height: 400px;
}

.latestinsights .col2, .latestnews .col2 {
	clear: both;
	float: none;
	width: 100%;
}

.latestinsights .col2.floatright, .latestnews .col2.floatright {
	margin-top: 20px;
}

.latestnews .bluebox, .latestinsights .bluebox {
	height: auto;
}

#contact .col3 {
	height: 350px;
}

#contact .col3 form {
	top: 210px;
}

.leftcol .col7, .leftcol .col7.last {
	width: 20%;
	margin: 0 2.5% 10px 2.5%;
}

#search form {
	padding: 8px 50px 8px 25px;
}

#search form input[type=image] {
	margin-right: 50px;
}

#search .textbox {
	width: 400px;
}

.bigimgcontainer {
	margin: 20px auto;
	overflow-x: scroll;
}

#main .bigimg {
	width: 1000px;
	padding: 0 2% 0 0;
}

.bigimg img {
	width: 1000px;
	max-width: 1000px;
}

a.anchor {
    top: -85px;
}

.tabclear {
	clear: both;
}

.tabshow {
	display: block;
}

.largetabhide {
	display: none;
}

}

@media only screen and (max-width: 1000px) {

#banner h1 {
	top: 22.5%;
}

.leftcol, .leftcol.intro, .rightcol {
	float: none;
	width: 100%;
}

.rightcol {
	margin-top: 20px;
}

.subnav {
	float: none;
	width: 100%;
	margin: 25px 0;
}

#main .subnav li {
	float: left;
	width: 31.3%;
	margin: 1%;
	border: 1px solid #007ac9;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#main .subnav li img {
	display: none;
}

#main .subnav a {
	display: block;
	padding: 5px 10px;
	margin: 0;
}

#main .subnav .on a, #main .subnav a:hover {
	background: #007ac9;
	color: #fff;
	border-bottom: 0;
}

.subcontent {
	float: none;
	width: 100%;
}

.col2 {
	width: 100%;
}

.col2.floatright {
	margin-top: 20px;
}

#main .lists .col2.floatright {
	margin-top: 0;
}

#main .lists .col2 ul {
	margin-top: 0;
	margin-bottom: 0;
}

form .col2.floatright {
	margin-top: -20px !important;
}

#main .section .col2.floatright {
	margin-top: 0 !important;
}

#main .section .col2.floatleft ul {
	margin-bottom: 0;
}

#main .section .col2.floatright ul {
	margin-top: 0;
}

.leftcol .col2, .rightcol .col2, .col2 .col2 {
	width: 47.5%;
}

.leftcol .col2.floatright, .rightcol .col2.floatright {
	margin-top: 0;
}

.borderedcol2 {
	border-right: 0;
	padding-right: 0;
}

.col5, .col5.last, .col5.autocol {
	width: 29.3%;
	margin: 2% !important;
}

.col5.mobautocol {
	margin-left: 16.65% !important;
}

.leftcol .col7, .leftcol .col7.last {
	float: left;
	width: 12.5%;
	margin: 0 2% 2% 0;
}

.leftcol .col7.last {
	margin-right: 0;
}

#twitterfeed {
	width: 80%;
	padding: 0 10%;
}

#footerlogo, #footernav {
	float: none;
	margin: 0;
	text-align: center;
}

#footerlogo {
	padding: 25px 0;
}

#footerlogo img {
	margin: 0 auto 10px auto;
}

#footernav {
	padding-bottom: 15px;
}

.leftpic.labelsoftware {
	margin: 0 20px 20px 0;
}

.tabclear {
	clear: none;
}

.smalltabclear {
	clear: both;
}

.smalltabhide {
	display: none;
}

}

@media only screen and (max-width: 850px) {

#thinbanner {
	position: relative;
	width: 100%;
	height: 110px;
	overflow: hidden;
}

#thinbanner img {
	position: absolute;
	top: 0;
	right: -100px;
	height: 110px;
	width: 1023px;
	max-width: 1023px;
}

#banner h1, #thinbanner h1 {
	font-size: 1.6em;
}

#search form {
	float: right;
	padding: 8px 25px;
}

#search form input[type=image] {
	margin-right: 25px;
}

}

@media only screen and (max-width: 750px) {

#banner h1 {
	top: 17.5%;
}

#cycle3 .slide {
	height: 500px;
}

.col3, .col3.last {
	width: 100%;
	margin: 0;
}

.col3.autocol {
	margin-left: 0 !important;
}

.col3.mobautocol {
	margin-left: 17.5% !important;
}

#main .col3 ul {
	margin-top: 0;
	margin-bottom: 0;
}

#contact .col3 {
	height: auto;
}

#contact .col3 form {
	position: relative;
	top: 0;
}

.col2 .col3 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.col3.narrowcol3, .leftcol.intro .col3 {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.col2 .col3.last, .col3.narrowcol3.last, .leftcol.intro .col3.last {
	margin-right: 0;
}

.rightpic, .fullleftpic {
	max-width: 300px;
}

.tabhide {
	display: none;
}

.tabbr {
	display: inline-block;
}

}

@media only screen and (max-width: 700px) {

#main .subnav.wbsubnav li {
	width: 48%;
}

#searchlogo {
	display: none;
}

#search form {
	float: none;
	display: block;
	margin: 15px auto;
}

.alllink {
	display: none;
}

.alllinkmob {
	display: block;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
}

}

@media only screen and (max-width: 650px) {

h1, h2.pagetitle {
	font-size: 1.6em;
}

#cycle, #banner {
	overflow: hidden;
}

#cycle img, #banner img {
	width: 150%;
	max-width: 150%;
	margin-left: -25%;
}

.slidefull {
	display: none;
}

#cycle img.slidemob {
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.rightcol #cycle img {
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}

.cyclecaption, #banner h1, #thinbanner h1 {
	top: 35%;
	font-size: 1.6em;
}

#banner h1 {
	top: 27.5%;
}

#thinbanner h1 {
	top: 0 !important;
}

#cycle .slide .whitebutton {
	display: none;
}

.leftcol .col2 {
	width: 100%;
}

.leftcol .col2.floatright {
	margin-top: 20px;
}

#marketssolutions.home {
	padding: 175px 0 25px 0;
}

#marketssolutionsimg {
	top: 15px;
	width: auto;
	height: 150px;
}

#markets, #solutions {
	width: 45%;
}

.bluebox {
	padding: 15px;
}

.greybg .bluebox {
	padding: 15px;
}

.bluebg, .greenbg {
	padding: 15px;
}

.padded {
	padding: 0;
}

.greybg h2.floatleft {
	float: none;
}

.greybg p.floatleft {
	float: none;
	margin-top: 0;
	margin-left: 0;
}

#twitter {
	margin-top: 50px;
}

#map {
	width: 100%;
	height: 300px;
}

#thinbanner h1 {
	font-size: 1.4em;
	line-height: 1.1em;
}

#thinbanner .mobbr {
	display: inline-block;
}

}

@media only screen and (max-width: 620px) {

.cyclecaption, #banner h1 {
	top: 30%;
	font-size: 1.4em;
	line-height: 1.1em;
}

#banner h1 {
	top: 22.5%;
}

.leftcol.intro .col3, .leftcol.intro .col3.autocol, .leftcol.intro .col3.last {
	width: 100%;
	margin: 0 !important;
}

.leftcol.intro .col4, .leftcol.intro .col4.last, #pagedrivers .col4, #pagedrivers .col4.last, #pagedrivers .col4.autocol {
	width: 100% !important;
	margin: 0 !important;
}

#pagedrivers .col5, #pagedrivers .col5.last {
	width: 100% !important;
	margin: 0 !important;
}

.col7, .col7.last {
	width: 20% !important;
	margin: 0 2.5% 10px 2.5% !important;
}

#main .mobtable {
	overflow-x: auto;
	padding: 0 2% 0 0;
}

.rightpic, .fullleftpic {
	float: none;
	display: block;
	margin: 10px auto;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
}

.productimg {
	float: none;
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

#search form input[type=image] {
	margin-right: 0;
}

#search .textbox {
	width: calc(100% - 50px);
}

#backtotop {
	display: block;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
}

#backtotop img {
	height: 5px;
}

.tabclear, .mobclear {
	clear: both;
}

.mobhide {
	display: none;
}

.mobbr, .mobshow {
	display: inline-block;
}

}

@media only screen and (max-width: 580px) {

#thinbanner img {
	left: 0;
}

#thinbanner img.rightbanner {
	left: auto !important;
	right: -250px;
}

#main .lists {
	margin: 20px 0;
}

#main .lists .col4 {
	width: 100% !important;
	margin: 0 !important;
}

#main .lists .col4 ul {
	margin-top: 0;
	margin-bottom: 0;
}

.greybg, .subcontent .greybg {
	padding: 15px;
}

}

@media only screen and (max-width: 550px) {

#topsearch {
	display: none;
}

#showmobsearch {
	display: block;
	float: right;
	margin: 18px 20px 0 0;
}

#showmobsearch img {
	position: relative;
	top: 2px;
	height: 20px;
}

#mobsearch {
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	margin: 0;
	background: #eee;
	padding: 10px 0;
	text-align: center;
}

#mobsearch .textbox {
	background: 0;
	width: 70%;
	padding: 0 2.5%;
	margin-right: 10px;
	border: 0;
	color: #9e96a5;
}

#mobsearch .searchicon {
	top: 4px;
}

#main td.servicecontract, #main .header.center {
	width: auto;
}

#cycle3 .slide {
	height: 900px;
	text-align: center;
}

.col2 .col2 {
	width: 100%;
}

.col2 .col2 img {
	display: block;
	max-width: 75%;
	margin: auto;
}

.col6, .col6.last, .col6.autocol {
	width: 29.3%;
	margin: 2%;
}

.latestinsights .leftpic, .latestnews .leftpic, #latestevents .leftpic {
	float: none;
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

#banner.twoline h1 {
	top: 10%;
}

.rightcol .col2 {
	width: 100%;
}

.rightcol .col2.floatright {
	margin: 18px 0 0 0;
}

.col4, .col4.last {
	width: 45% !important;
	margin: 2.5% !important;
}

.leftcol.intro .col4, .leftcol.intro .col4.last {
	width: 100% !important;
	margin: 0 !important;
}

#marketssolutions .col4 {
	margin: 25px 2.5% 0 2.5% !important;
}

.col7, .col7.last {
	width: 29.3% !important;
	margin: 0 2% 10px 2% !important;
}

#main .subnav {
	margin: 35px 0 15px 0;
}

#main .subnav li {
	width: 100% !important;
	margin: 10px 0 0 0 !important;
}

#markets, #solutions {
	float: none;
	width: 100%;
	text-align: center;
}

#solutions {
	padding-top: 20px;
	margin-bottom: -10px;
}

#newsletter {
	width: 95%;
	padding: 15px 2.5%;
}

#printerid {
	width: 100%;
	margin-bottom: 10px;
}

#connect a {
	margin: 0 10px;
}

.smallmobhide {
	display: none;
}

.smallmobbr {
	display: inline-block;
}

.smallmobclear {
	clear: both;
}

.tabclear, .mobclear {
	clear: none;
}

}

@media only screen and (max-width: 450px) {

#popup .button {
	font-size: 0.9em;
}
	
}
	
@media only screen and (max-width: 420px) {

#main td {
	padding: 4px;
	font-size: 0.8em;
}

#main td.header {
	font-family: 'AvenirLTStd-Roman', sans-serif, Arial, Tahoma, Verdana;
}

.cyclecaption, #banner h1, #thinbanner h1 {
	top: 25%;
	font-size: 1.2em;
}

#banner h1 {
	top: 17.5%;
}

.col2 .col3, .col2 .col3.last {
	width: 60%;
	margin: 10px 20%;
}

.icon {
	height: 40px;
	width: auto !important;
	margin: 0 15px 50px 0 !important;
}

.product {
	width: calc(100% - 100px);
}

footer .bluebg {
	padding: 15px 0;
}

}

@media only screen and (max-width: 380px) {

#banner h1 {
	top: 12.5%;
}

#banner.twoline h1 {
	top: 0;
}

}


/* Print Styles */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}