/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */
/* Arctic Gaming-Mounts v3 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #cccccc;
	text-shadow: none;
}

::selection {
	background: #cccccc;
	text-shadow: none;
}

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

/*
 * Remove the gap below audio, canvas, iframes, images, videos
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}


body {
	margin: 0;
	font-family: LatoLatinWeb, Lato, Avenir, Frutiger, sans-serif;
	text-align: center;
}

header {
	background-color: white;
	text-align: center;
}

header.page {
	padding-top: 20px;
	padding-bottom: 12px;
}

header *,
footer * {
	margin: 0;
}

footer {
	margin: 1em 0 0 0;
	padding: 3em 8px 2em 8px;
	color: white;
	background-color: #222;
}

nav {
	text-align: left;
}

ul.menu-horizontal {
	list-style: none;
	padding-left: 0;
}

ul.menu-horizontal li {
	display: inline-block;
	margin: 0 0.25em;
	vertical-align: middle;
}

ul.menu-vertical {
	padding-left: 0;
}

ul.menu-vertical li {
	display: block;
	margin: 1em 0;
	text-align: left;
}

article ul.menu-horizontal {
	margin: 0.75em 0;
}

article ul.menu-horizontal li {
	margin: 0 2em;
	line-height: 32px;
}

nav#nav-network {
	vertical-align: bottom;
}

nav#nav-network a img {
	height: 2em;
	width: auto;
}

nav#nav-menu ul {
	padding: 0;
	display: block;
	text-align: right;
}

nav#nav-menu ul li:first-child {
	padding-left: 0;
}

nav#nav-menu ul li:last-child {
	padding-right: 0;
}


nav#nav-menu ul li {
	margin: 0 auto;
	color: #4ba9ac;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	border-right: 1px solid #4ba9ac;
	padding: 0.5em 1em;
	vertical-align: middle;
}

nav#nav-menu ul li.nosep {
	border-right: 0 none;
}

nav#nav-menu ul li a {
	transition: opacity 0.5s;
}

nav#nav-menu ul li.current {
	text-decoration: underline;
}

#header-trim h1 {
	display: block;
	margin-top: 16px;
	margin-bottom: 0px;
	overflow: hidden;
	font-size: 72px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 64px;
}

#header-trim h1.long {
    font-size: 44px;
}

#nav-toolbar {
	padding-top: 0;
	padding-bottom: 0;
	text-align: right;
}

#nav-menu {
	text-align: left;
	line-height: 32px;
	font-size: 17px;
}

#footer-trim a {
	margin: 1em;
	font-size: 0.8em;
	padding: 0.5em 1em;
	border: 1px solid;
	text-transform: uppercase;
}

.menu-item-moni {
	height: 32px;
	overflow: hidden;
	display: inline-block;
	color: rgba(0, 0, 0, 0)!important;
	background-image: url(img/monitors.svg);
	background-position: center left;
	background-size: auto 300%;
	background-repeat: no-repeat;
	margin-top: -0.25em;
	vertical-align: middle;
}
.menu-item-moni-black { background-position: top left; }
.menu-item-moni-white { background-position: bottom left; }
.menu-item-moni-one { width: 32px; }
.menu-item-moni-two { width: 64px; }
.menu-item-moni-three { width: 96px; }

.menu-item-net {
	height: 24px;
	width: 24px;
	display: block;
	overflow: hidden;
	color: rgba(0, 0, 0, 0)!important;
	background-image: url(img/networks.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.menu-item-net-fb { background-position-x: 0%; }
.menu-item-net-ig { background-position-x: 25%; }
.menu-item-net-li { background-position-x: 50%; }
.menu-item-net-tw { background-position-x: 75%; }
.menu-item-net-yt { background-position-x: 100%; }

.menu-item-toggle {
	display: none;
}

.menu-item-toggle img {
	margin-left: 4em;
	height: 24px;
	width: auto;
}

#header-logo {
	display: inline-block;
/*	float: left;
*/  vertical-align: top;
	margin-right: 16px;
	margin-top: 0;
}

#header-logo a img {
	height: 144px;
	width: 172px;
}

#header-content {
	display: inline-block;
	position: relative;
}

h1 {
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	color: #4ba9ac;
	font-weight: normal;
	font-size: 2em;
	text-transform: uppercase;
	margin: 0.25em 0 0.25em 0;
}

h3 {
	font-size: 1.0em;
	margin: 1em 0 0em 0;
}

h4 {
	font-size: 1.2em;
	margin: 1em 0 0em 0;
}

.h-black {
	display: inline-block;
	color: white;
	background: black;
	padding: 0.125em 0.5em;
	margin: 16px;
}

.maincontent > article > h2 {
	color: #fff;
}

.maincontent > article .comment {
	color: #eeeeee;
	margin-bottom: 1em;
}

article p {
	margin: 0 0 0.75em 0;
	font-size: 1.0em;
}

p.intro {
	display: inline-block;
	margin: 1em 2em 1em 2em;
	font-size: 1.4em;
	line-height: 1.6em;
}

p.slogan {
	margin: 0;
	font-weight: normal;
	font-size: 2em;
	text-transform: uppercase;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

a:active,
a:hover {
	color: inherit;
	opacity: 0.5;
	transition: opacity 0.125s;
}

#faq a,
#faq a:visited {
    text-decoration: underline;
}

.a-button {
	border: 1px solid black;
	margin: 1em;
	padding: 0.5em 0.75em;
	font-size: 1.5em;
	text-transform: uppercase;
	transition: opacity 0.5s;
	cursor: pointer;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

input {

}

article .silverscreen {
	height: 256px;
	width: 512px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

/*
 * Wall of Tiles
 */

.tile-wall {
	width: 960px;
	margin: -8px auto;
}

.tile-wall > div {
	max-width: 100%;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
	padding: 8px;
}

.tile-wall div {
	overflow: hidden;
}

.tile-wall div a {
	display: block;
	width: 100%;
	height: 100%;
}

.tile-wall div img {
	width: 100%;
	height: 100%;
}

.tile-wall div video,
.tile-wall div .silverscreen {
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}


.tile-wall .tile-text {
	color: black;
	font-size: 1.33em;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	height: inherit;
	width: inherit;
}

#config .notice {
	margin: 2em auto;
	color: #aaaaaa;
	max-width: 320px;
}

#config #extensions {
	margin: 2em 8px -1em 8px;
	text-align: left;
	font-size: 1.2em;
	text-transform: uppercase;
}

#config #extensions img {
    height: 48px;
    width: auto;
    vertical-align: bottom;
    margin-top: -32px;
}

#config .tile-wall {
	background-color: #ffffff;
	position: relative;
    top: -6em;
    margin-bottom: -2em;
    margin-top: 2em;
}

/* Grid = 160x160px */

.tile-1-6-h {
	height: 160px;
}

.tile-2-6-h {
	height: 320px;
}

.tile-1-1-w {
    width: 960px
}

.tile-1-6-w {
	width: 160px;
}

.tile-2-6-w {
	width: 320px;
}

.tile-3-6-w {
	width: 480px;
}

.tile-4-6-w {
	width: 640px;
}

/* Grid = 240x240px */

.tile-1-4-h {
	height: 240px;
}

.tile-2-4-h {
	height: 480px;
}

.tile-1-4-w {
	width: 240px;
}

.tile-2-4-w {
	width: 480px;
}

.subtile-fullw {
	width: 100%;
}

.subtile-halfh {
	height: 50%;
}

.subtile-halfh {
	padding-top: 8px;
	padding-bottom: 8px;
}

.subtile-halfh:first-child {
	padding-top: 0!important;
}

.subtile-halfh:last-child {
	padding-bottom: 0!important;
}

/*
 * Product tiles
 */

 .tile-1-p-h { /* special height to match amazon widgets */
	height: 280px;
}

.tile-wall div .product {
    position: relative;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	padding: 0.75em 1em 0.75em 1em;
	text-align: left;
	height: 264px!important;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.maincontent .tile-wall div .product {
	border: 1px solid white;
}

.tile-wall div .product > h4 {
	font-size: 1em;
	margin: 0.25em 0 0;
}

.tile-wall div .product > p,
.tile-wall div .product > ul {
	font-size: 0.8em;
	line-height: 1.25em;
	margin: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.tile-wall div .product > p {
	margin-bottom: 0.25em;
	font-weight: bold;
}

.tile-wall div .product > ul {
	padding-left: 1em;
}

.tile-wall div .product > img {
	width: 33%;
	height: auto;
	margin: 0 2em 2em 0;
	float: left;
}

.tile-wall div .product > .price {
    text-align: right;
    font-weight: bold;
    font-size: 1em;
    margin: 1em 0 0 0;
}

.tile-wall div .product > .awards {

    position: absolute;
    right: 0.8em;
    bottom: 1.5em;
    max-width: 50%;
    text-align: right;
}

.tile-wall div .product > .awards img {
    max-width: 36px;
    height: auto;
    margin: 2px 2px 0px 0px;
}

.tile-wall div .product > .buy-button {
    display: inline-block;
    position: absolute;
    bottom: 1.5em;
    left: 1em;
    color: white;
    background-color: #4ba9ac;
    border-radius: 3px;
    padding: 0.25em 2em;
    height: auto;
    width: 33%;
    text-align: center;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

.tile-wall div .product > .buy-button-amzn {
    display: inline-block;
    position: absolute;
    bottom: 1.5em;
    left: 1em;
    color: white;
    background-color: orange;
    border-radius: 3px;
    padding: 0.25em 1.5em;
    height: auto;
    width: 33%;
    text-align: center;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

.tile-wall div .product .amazon-container {
	float: right;
	margin-left: 1em;
	display: block;
	/* width: 120px;
	height: 240px; */
	/* Trying to fix text overlap inside frame: */
	width: 124px;
	height: 244px;
}

.page {
	max-width: 992px; /* 960 + 16 + 16 */
	margin: 0 auto;
	padding: 16px;
}

header.page {
	max-width: unset;
}

.maincontent {
	background-color: #4ba9ac;
/*	background-image: url('img/background_turquoise.png');
	background-position: center top;
	background-size: 1944px;
*/
}

ul.checklist {
	display: inline-block;
	text-align: left;
	padding-left: 0;
	list-style: none;
	margin-top: 0;
}

label {
	cursor: pointer;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

label > * {
	  pointer-events: none;
}

label.chooser {
	display: inline-block;
	text-align: center;
	margin: 8px;
	border: 1px solid #ccc;
	height: 128px;
	width: 128px;
	cursor: pointer;
	line-height: 112px;
	padding: 8px;
	vertical-align: middle;
/*	background-image: url('img/monitors.svg');
	background-size: 400%;
	background-position: top left;
	background-repeat: no-repeat; */
}

input[type="radio"]:checked + label.chooser {
	background-color: #4ba9ac;
}

input[type="radio"]  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
}

input[type="checkbox"] + label {
	padding-left: 36px;
	line-height: 2em;
}

input[type="checkbox"] + label::before {
	content: ' ';
	display: inline-block;
	background-image: url('img/checkbox.svg');
	background-repeat: no-repeat;
	background-size: 200%;
	background-position: left top;
	height: 24px;
	width: 24px;
	margin: 0px 0px 2px -28px;
	vertical-align: middle;
	position: relative;
	left: -8px;
}

input[type="checkbox"]:checked + label::before {
	background-position: right top;
}

input[type="checkbox"]:checked:disabled + label::before {
	background-position: right bottom;
}

input[type="checkbox"]:disabled + label::before {
	background-position: left bottom;
}


.credits {
	font-size: 0.8em;
	opacity: 0.5;
	margin-bottom: 0;
}

.comment {
    margin: 0em;
	color: #999999;
	font-size: 0.75em;
}

.vignette {
	height: 6em;
	width: auto;
	margin: 0.33em;
}

.vignette-small {
	width: 1.5em;
	margin: 0.33em;
}

/*
 * Tables
 */

table {
	display: inline-block;
	margin: 0 auto 1em;
	border-collapse: collapse;
	font-size: 0.9em;
	background-color: #fff;
	color: #333;
	position: relative;
}

tbody {
	display: block;
}

tr {

}

th {
	font-weight: normal;
	text-align: left;
	padding: 0.5em;
}

td {
	font-weight: normal;
	text-align: left;
	padding: 0.5em;
	border-right: 1px solid #666;
}

td:last-child {
	border-right: 0px none;
}

tr.alt {
	background-color: rgba(75, 169, 172, 0.15);
}

#table-compare {
	max-width: 100%;
}

#table-compare img {
	max-width: 128px;
}

#table-compare tbody {
	margin-left: 128px;
	border-left: 1px solid black;
	overflow-x: auto;
}

#table-compare th {
	position: absolute;
	left: 0;
	width: 128px;
	margin-right: 128px;
	background-color: inherit;
}

/*
 * Language Chooser
 */

#topbar {
    color: black;
    background-color: #e0f2f4;
    line-height: 2em;
}

.dropdown {
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.dropdown-content {
/*    height: auto;
    max-height: 0px;
*/    position: absolute;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    top: 2.5em;
	z-index: 9000;
	margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
}

.dropdown-content ul {
    overflow: hidden;   
    list-style: none;
    margin: 0.5em 1.25em;
    padding-left: 0;
}

.dropdown-content ul li {
    text-align: left;
    margin: 0.5em 0;
}

.dropdown-content .arrow {
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 20px;
    height: 16px;
    width: 16px;
    border: inherit;
    border-width: 1px 0 0 1px;
    overflow: hidden;
    background-color: inherit;
    color: rgba(0, 0, 0, 0.0);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-button {
    margin: 0.5em 1.25em;
    display: inline-block;
}

.lang-button,
#lang-selector li {
    background-image: url('img/languages.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px auto;
    line-height: 20px;
}

.lang-button,
#lang-selector li a {
    padding-left: 28px;
}

.lang-world { background-position-y: 0% !important; }
.lang-de { background-position-y: 12.5% !important; }
.lang-es { background-position-y: 25% !important; }
.lang-it { background-position-y: 37.5% !important; }
.lang-fr { background-position-y: 50% !important; }
.lang-scand { background-position-y: 62.5% !important; }
.lang-ru { background-position-y: 75% !important; }
.lang-en-uk { background-position-y: 87.5% !important; }
.lang-en-us { background-position-y: 100% !important; }

/*
 * Cookie Notice
 */

#cookienotice {
	position: fixed;
	bottom: 0;
	padding: 0em 10%;
	color: white;
	background-color: rgba(64, 96, 96, 0.75);
	transition: bottom ease 0.5s;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	z-index: 9999;
}

#cookienotice a {
	text-decoration: underline;
}

#cookienotice .a-button {
	font-size: smaller;
	padding: 0.25em 2em;
	margin: 0.25em 0.75em;
	background-color: #4ba9ac;
	text-decoration: none;
}

/*
 * Lightslider styling
 */

.lSSlideOuter {
	max-width: 944px;
	margin: 0 auto;
}

.lSSlideOuter .lSAction > a {
	height: 64px;
	width: 64px;
	margin-top: -32px;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
	vertical-align: middle;
	background-size: cover;
	color: #ffffff;
	position: relative;
}

.lSSlideOuter .lightSlider > * > p,
.lSSlideOuter .lSGallery li > p {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 3em;
	line-height: 2em;
	text-transform: uppercase;
	padding: 16px 72px;
	margin: auto;
	width: 100%;
}

.lSSlideOuter .lightSlider > * > img,
.lSSlideOuter .lSGallery li > img {
	width: 100%;
	height: auto;
}

.slider-notext > li > p {
    top: -256px !important;
    position: absolute !important;
}

.mobile-only {
	display: none!important;
}

/* Configuratior support */
.config-hidden-size,
.config-hidden-heavy,
.config-hidden-large,
.config-hidden-table,
.config-hidden-usbhub,
.config-hidden-liftarm,
.config-hidden-expand,
.config-hidden-laptop {
	display: none !important;
}

.tile-wall > div.config-true-expand,
.tile-wall > div.config-true-laptop {
	display: none;
}

.tile-wall > div.config-visible-expand,
.tile-wall > div.config-visible-laptop {
	display: inline-block !important;
}

#config-showcase {
	height: 64px;
	width: 64px;
	overflow: hidden;
	display: inline-block;
	color: rgba(0, 0, 0, 0) !important;
	background-image: url(img/monitors.svg);
	background-position: top left;
	background-size: auto 300%;
	background-repeat: no-repeat;
	margin: -0.25em 0 0.75em -0.25em;
	vertical-align: middle;
	transition: width 0.25s ease;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
	display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *	causes content to wrap 1 word per line:
 *	https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	-webkit-clip-path: none;
	clip-path: none;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
	white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/* Big windows, but a bit crammed */
@media only screen and (max-width: 1200px) {
	#header-logo a img {
		width: 160px;
	}

	#header-trim h1 {
		font-size: 64px;
		line-height: 56px;
	}
	
	#header-trim h1.long {
	    font-size: 40px;
	}

	nav#nav-menu ul li {
		padding: 0.5em .66em;
	}

	#table-compare {
		max-width: 944px;
	}
}

/* Tablets and small windows */
@media only screen and (max-width: 1000px) {
	#header-trim h1 {
		font-size: 48px;
		line-height: 40px;
	}
	
	#header-trim h1.long {
	    font-size: 32px;
	}

	#header-logo a img {
		width: 160px;
	}

	nav#nav-menu ul.menu-horizontal li {
		display: block;
	}

	nav#nav-menu ul li {
		border-right: 0px none;
		border-bottom: 1px solid;
	}

	#header-content {
		padding-bottom: 48px;
	}

	#nav-toolbar {
		position: absolute;
		bottom: 0;
		text-align: center;
		width: 100%;
		padding-bottom: 0.5em;
	}

	ul.menu-vertical li {
		text-align: center;
	}

	.tile-wall {
		width: 512px;
	}

	.tile-wall div .product {
		padding: 1em;
	}

	/* Grid = 120x120px */

	.tile-1-6-h {
		height: 240px;
	}

	.tile-2-6-h {
		height: 240px;
	}
	
	.tile-1-1-w {
	    width: 640px;
	}

	.tile-1-6-w {
		width: 240px;
	}

	.tile-2-6-w {
		width: 240px;
	}

	.tile-3-6-w {
		width: 360px;
	}

	.tile-4-6-w {
		width: 480px;
	}

	.tile-2-6-w.tile-1-6-h {
		width: 480px;
	}

	/* These are problematic in three-column-layout, but not very neccessary */
	/* .tile-2-4-w.tile-1-4-h
	{
		display: none;
	}*/

	.tile-2-4-w.tile-1-p-h {
		display: block;
	}

	.page {
		width: 752px;
	}

	header.page {
		width: auto;
	}

	#nav-menu {
		font-size: 15px;
	}
	
	nav#nav-menu ul li:last-child {
	    padding-right: 0.66em;
	}

	.menu-item-moni {
		height: 24px;
	}

	.menu-item-moni-one { width: 24px; }
	.menu-item-moni-two { width: 48px; }
	.menu-item-moni-three { width: 72px; }


	footer nav {
		float: none;
		text-align: center;
	}

	#table-compare {
		display: block;
		overflow-x: auto;
	}

	.problematic {
		display: none!important;
	}

	.desktop-only {
		display: none!important;
	}

	.mobile-only {
		display: inline-block!important;
	}
}

/* Big smartphones */
@media only screen and (max-width: 760px) {
	#header-trim h1 {
		font-size: 40px;
		line-height: 36px;
		text-align: center;
        line-height: 1.25em;
        margin-top: 0.1em;
    }

	#header-trim h1.long {
	    font-size: 22px;
	}

	.tile-wall {
		width: 100%;
	}

	.tile-wall > div {
	/*	width: 240px; */
	/*	height: 480px; */
		height: auto;
	}

	.tile-wall div img {
		width: 100%;
		height: auto;
	}

	.tile-wall div .silverscreen {
		height: 256px;
	}

	.tile-2-6-w.tile-1-6-h,
	.tile-2-4-w.tile-1-4-h {
		/* height: 240px; */
		height: auto;
	}

	.tile-1-6-w.tile-2-6-h .subtile-halfh,
	.tile-1-4-w.tile-2-4-h .subtile-halfh {
	/*	height: 480px;
		padding-top: 16px;
		padding-bottom: 16px; */
	}

	.tile-2-4-w.tile-1-4-h
	{
		display: inline-block;
		width: 480px;
	}

	.tile-2-4-w.tile-1-p-h {
		height: 280px;
		width: 480px;
	}

	.page {
		width: 100%;
	}

	footer nav {
		float: none!important;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	nav#nav-menu ul.menu-horizontal li {
		display: block;
	}

	nav#nav-menu ul li {
		border-right: 0px none;
		border-bottom: 1px solid;
	}

	ul.menu-vertical li {
		text-align: center;
	}

	p.intro {
		font-size: 1em;
		margin: 1em 1em;
	}
	
	#config #extensions {
	    font-size: 1.0em;
	}
	
	#config #extensions img {
	    height: 32px;
	}

	.lSSlideOuter .lightSlider > * > p,
	.lSSlideOuter .lSGallery li > p {
		font-size: 2em;
		padding: 16px 16px;
	}

	.lSSlideOuter .lSAction > a {
		display: none;
	}

	.problematic {
		display: block!important;
	}
}

/* Small smartphones */
@media only screen and (max-width: 500px) {
	#header-trim h1 {
		font-size: 22px;
	}
	
	.tile-wall {
		width: 100%;
	}

	.tile-wall > div {
		/* width: 50%; */
		/* height: 288px; */
		height: auto;
	}

	.tile-wall div .silverscreen {
		height: 136px;
	}

	.tile-2-6-w,
	.tile-1-6-w,
	.tile-1-4-w {
		width: 50%;
	}

	.tile-2-6-w.tile-1-6-h,
	.tile-2-4-w.tile-1-4-h {
		width: 100%;
		/* height: 144px; */
	}

	.tile-1-6-w.tile-2-6-h .subtile-halfh,
	.tile-1-4-w.tile-2-4-h .subtile-halfh {
	/*	height: 288px;
		padding-top: 16px;
		padding-bottom: 16px; */
	}

	.tile-wall div .product {
		padding: 0.8em;
	}

    /* Was only needed for Amazon widgets */
	/* .tile-wall div .product > img {
		margin: 0;
		display: none;
	}*/
	
	.tile-wall div .product > img {
		margin: -0.13em 1em 8em -0.25em;
		width: 40%;
	}

	.tile-wall div .product > h4 {
		margin: -0.125em 0 0;
	}
	
    .tile-wall div .product > .awards {
        padding: 2px 0;
        max-width: 90%;
        display: block;
        position: absolute;
        right: 0.8em;
        bottom: 3.5em;
    }

    .tile-wall div .product > .awards img {
        max-width: 24px;
        height: auto;
        margin: 2px 2px 0px 0px;
    }
	
	.tile-wall div .product > .buy-button-amzn {
        display: block;
        width: auto;
        margin: 0 auto;
        position: absolute;
        right: 0.8em;
        left: 0.8em;
        bottom: 0.8em;
    }

	article p {
		font-size: 1.0em;
	}

	article .silverscreen {
		width: 256px;
		height: 128px;
	}

	label.chooser {
		height: 96px;
		width: 96px;
		line-height: 88px;
		padding: 4px
	}

	#table-compare {
		font-size: 0.8em;
	}

	#table-compare tbody {
		margin-left: 108px;
	}

	#table-compare th {
		width: 108px;
	}

	#table-compare img {
		max-width: 64px;
	}

	#cookienotice {
		bottom: 0;
		padding: 0em 4px;
		color: white;
		background-color: rgba(64, 96, 96, 0.75);
		transition: bottom ease 0.5s;
	}

	#cookienotice p {
		margin: 0.5em 0;
		font-size: 75%;
	}

	.lSSlideOuter .lightSlider > * > p,
	.lSSlideOuter .lSGallery li > p {
		font-size: 1.5em;
	}

	.problematic {
		display: block!important;
	}
}


/* Print */


@media print,
	   (-webkit-min-device-pixel-ratio: 1.25),
	   (min-resolution: 1.25dppx),
	   (min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster:
								   http://www.sanbeiji.com/archives/953 */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links that are fragment identifiers,
	 * or use the `javascript:` pseudo protocol
	 */

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	/*
	 * Printing Tables:
	 * http://css-discuss.incutio.com/wiki/Printing_Tables
	 */

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: 100% 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/*!
 * shariff - v3.0.1 - Tue, 17 Apr 2018 06:12:14 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2018 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 */
.shariff:after,.shariff:before{content:" ";display:table}.shariff:after{clear:both}.shariff ul{padding:0;margin:0;list-style:none}.shariff li{overflow:hidden}.shariff li,.shariff li a{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box}.shariff li a{color:#fff;position:relative;display:block;text-decoration:none}.shariff li .share_count,.shariff li .share_text{font-family:Arial,Helvetica,sans-serif;font-size:12px;vertical-align:middle;line-height:35px}.shariff li .fab,.shariff li .far,.shariff li .fas{width:35px;line-height:35px;text-align:center;vertical-align:middle}.shariff li .share_count{padding:0 8px;height:33px;position:absolute;top:1px;right:1px}.shariff .orientation-horizontal li{-webkit-box-flex:1}.shariff .orientation-horizontal .info{-webkit-box-flex:0}.shariff .orientation-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shariff .orientation-horizontal li{float:left;-webkit-box-flex:0;-ms-flex:none;flex:none;width:35px;margin-right:3%;margin-bottom:10px}.shariff .orientation-horizontal li:last-child{margin-right:0}.shariff .orientation-horizontal li .share_text{display:block;text-indent:-9999px;padding-left:3px}.shariff .orientation-horizontal li .share_count{display:none}.shariff .theme-grey .shariff-button a{background-color:#b0b0b0}.shariff .theme-grey .shariff-button .share_count{background-color:#ccc;color:#333}.shariff .theme-white .shariff-button{border:1px solid #ddd}.shariff .theme-white .shariff-button a{background-color:#fff}.shariff .theme-white .shariff-button a:hover{background-color:#eee}.shariff .theme-white .shariff-button .share_count{background-color:#fff;color:#999}.shariff .orientation-vertical.button-style-icon{min-width:35px}.shariff .orientation-vertical.button-style-icon-count{min-width:80px}.shariff .orientation-vertical.button-style-standard{min-width:110px}.shariff .orientation-vertical li{display:block;width:100%;margin:5px 0}.shariff .orientation-vertical.button-style-icon-count li .share_count,.shariff .orientation-vertical.button-style-standard li .share_count{width:24px;text-align:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal li{margin-right:1.8%}.shariff .orientation-horizontal.button-style-icon-count li,.shariff .orientation-horizontal.button-style-standard li{min-width:80px}.shariff .orientation-horizontal.button-style-icon-count li .share_count,.shariff .orientation-horizontal.button-style-standard li .share_count{display:block}.shariff .orientation-horizontal.button-style-standard li{width:auto;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text,.shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:0;-ms-flex:none;flex:none}}@media only screen and (min-width:640px){.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text{text-indent:0;display:inline}}@media only screen and (min-width:768px){.shariff .orientation-horizontal.button-style-standard li{min-width:110px;max-width:160px}.shariff .orientation-horizontal.button-style-standard li .share_text{text-indent:0;display:inline}.shariff .orientation-horizontal.button-style-standard.shariff-col-5 li,.shariff .orientation-horizontal.button-style-standard.shariff-col-6 li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}}@media only screen and (min-width:1024px){.shariff li,.shariff li a{height:30px}.shariff li .fab,.shariff li .far,.shariff li .fas{width:30px;line-height:30px}.shariff li .share_count,.shariff li .share_text{line-height:30px}.shariff li .share_count{height:28px}}.shariff .addthis a{background-color:#f8694d}.shariff .addthis a:hover{background-color:#f75b44}.shariff .addthis .fa-plus{font-size:14px}.shariff .addthis .share_count{color:#f8694d;background-color:#f1b8b0}.shariff .theme-white .addthis a{color:#f8694d}@media only screen and (min-width:600px){.shariff .addthis .fa-plus{font-size:14px;position:relative;top:1px}}.shariff .diaspora a{background-color:#999}.shariff .diaspora a:hover{background-color:#b3b3b3}.shariff .diaspora .fa-times-circle{font-size:17px}.shariff .theme-white .diaspora a{color:#999}@media only screen and (min-width:600px){.shariff .diaspora .fa-times-circle{font-size:16px}}.shariff .facebook a{background-color:#3b5998}.shariff .facebook a:hover{background-color:#4273c8}.shariff .facebook .fa-facebook-f{font-size:22px}.shariff .facebook .share_count{color:#183a75;background-color:#99adcf}.shariff .theme-white .facebook a{color:#3b5998}@media only screen and (min-width:600px){.shariff .facebook .fa-facebook-f{font-size:19px}}.shariff .flattr a{background-color:#7ea352}.shariff .flattr a:hover{background-color:#f67c1a}.shariff .flattr a:hover .share_count{color:#d56308;background-color:#fab47c}.shariff .flattr .fa-money-bill-alt{font-size:22px}.shariff .flattr .share_count{color:#648141;background-color:#b0c893}.shariff .theme-white .flattr a{color:#f67c1a}@media only screen and (min-width:600px){.shariff .flattr .fa-money-bill-alt{font-size:19px}}.shariff .flipboard a{background-color:#e12828}.shariff .flipboard a:hover{background-color:#ff2e2e}.shariff .flipboard .fa-flipboard{font-size:22px}.shariff .theme-white .flipboard a{color:#e12828}@media only screen and (min-width:600px){.shariff .flipboard .fa-flipboard{font-size:19px}}.shariff .googleplus a{background-color:#d34836}.shariff .googleplus a:hover{background-color:#f75b44}.shariff .googleplus .fa-google-plus-g{font-size:22px}.shariff .googleplus .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .googleplus a{color:#d34836}@media only screen and (min-width:600px){.shariff .googleplus .fa-google-plus-g{font-size:19px}}.shariff .info{border:1px solid #ccc}.shariff .info a{color:#666;background-color:#fff}.shariff .info a:hover{background-color:#efefef}.shariff .info .fa-info{font-size:20px;width:33px}.shariff .info .share_text{display:block!important;text-indent:-9999px!important}.shariff .theme-grey .info a{background-color:#fff}.shariff .theme-grey .info a:hover{background-color:#efefef}.shariff .orientation-vertical .info{width:35px;float:right}@media only screen and (min-width:360px){.shariff .orientation-horizontal .info{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;width:35px;min-width:35px!important}}@media only screen and (min-width:1024px){.shariff .info .fa-info{font-size:16px;width:23px}.shariff .orientation-horizontal .info{width:25px;min-width:25px!important}.shariff .orientation-vertical .info{width:25px}}.shariff .linkedin a{background-color:#0077b5}.shariff .linkedin a:hover{background-color:#0369a0}.shariff .linkedin .fa-linkedin-in{font-size:22px}.shariff .linkedin .share_count{color:#004785;background-color:#33aae8}.shariff .theme-white .linkedin a{color:#0077b5}@media only screen and (min-width:600px){.shariff .linkedin .fa-linkedin-in{font-size:19px}}.shariff .mail a{background-color:#999}.shariff .mail a:hover{background-color:#a8a8a8}.shariff .mail .fa-envelope{font-size:21px}.shariff .theme-white .mail a{color:#999}@media only screen and (min-width:600px){.shariff .mail .fa-envelope{font-size:18px}}.shariff .print a{background-color:#999}.shariff .print a:hover{background-color:#a8a8a8}.shariff .print .fa-print{font-size:21px}.shariff .theme-white .print a{color:#999}@media only screen and (min-width:600px){.shariff .print .fa-print{font-size:18px}}.shariff .pinterest a{background-color:#bd081c}.shariff .pinterest a:hover{background-color:#d50920}.shariff .pinterest .fa-pinterest-p{font-size:22px}.shariff .pinterest .share_count{color:#a31601;background-color:#eda79d}.shariff .theme-white .pinterest a{color:#bd081c}@media only screen and (min-width:600px){.shariff .pinterest .fa-pinterest-p{font-size:19px;position:relative;top:1px}}.shariff .reddit a{background-color:#ff4500}.shariff .reddit a:hover{background-color:#ff6a33}.shariff .reddit .fa-reddit{font-size:17px}.shariff .theme-white .reddit a{color:#ff4500}@media only screen and (min-width:600px){.shariff .reddit .fa-reddit{font-size:16px}}.shariff .stumbleupon a{background-color:#eb4924}.shariff .stumbleupon a:hover{background-color:#ef7053}.shariff .stumbleupon .fa-stumbleupon{font-size:17px}.shariff .theme-white .stumbleupon a{color:#eb4924}@media only screen and (min-width:600px){.shariff .stumbleupon .fa-stumbleupon{font-size:16px}}.shariff .twitter a{background-color:#55acee}.shariff .twitter a:hover{background-color:#32bbf5}.shariff .twitter .fa-twitter{font-size:28px}.shariff .twitter .share_count{color:#0174a4;background-color:#96d4ee}.shariff .theme-white .twitter a{color:#55acee}@media only screen and (min-width:600px){.shariff .twitter .fa-twitter{font-size:24px}}.shariff .whatsapp a{background-color:#5cbe4a}.shariff .whatsapp a:hover{background-color:#34af23}.shariff .whatsapp .fa-whatsapp{font-size:28px}.shariff .theme-white .whatsapp a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .whatsapp .fa-whatsapp{font-size:22px}}.shariff .xing a{background-color:#126567}.shariff .xing a:hover{background-color:#29888a}.shariff .xing .fa-xing{font-size:22px}.shariff .xing .share_count{color:#15686a;background-color:#4fa5a7}.shariff .theme-white .xing a{color:#126567}@media only screen and (min-width:600px){.shariff .xing .fa-xing{font-size:19px}}.shariff .tumblr a{background-color:#36465d}.shariff .tumblr a:hover{background-color:#44546b}.shariff .tumblr .fa-tumblr{font-size:28px}.shariff .theme-white .tumblr a{color:#5cbe4a}@media only screen and (min-width:600px){.shariff .tumblr .fa-tumblr{font-size:22px}}.shariff .threema a{background-color:#333}.shariff .threema a:hover{background-color:#1f1f1f}.shariff .threema .fa-lock{font-size:28px}.shariff .theme-white .threema a{color:#333}@media only screen and (min-width:600px){.shariff .threema .fa-lock{font-size:22px}}.shariff .weibo a{background-color:#f56770}.shariff .weibo a:hover{background-color:#fa7f8a}.shariff .weibo .fa-weibo{font-size:28px}.shariff .weibo .share_count{color:#0174a4;background-color:#f56770}.shariff .theme-white .weibo a{color:#f56770}@media only screen and (min-width:600px){.shariff .weibo .fa-weibo{font-size:24px}}.shariff .tencent-weibo a{background-color:#26ace0}.shariff .tencent-weibo a:hover{background-color:#38bbeb}.shariff .tencent-weibo .fa-tencent-weibo{font-size:28px}.shariff .tencent-weibo .share_count{color:#0174a4;background-color:#26ace0}.shariff .theme-white .tencent-weibo a{color:#26ace0}@media only screen and (min-width:600px){.shariff .tencent-weibo .fa-tencent-weibo{font-size:24px}}.shariff .telegram a{background-color:#08c}.shariff .telegram a:hover{background-color:#007dbb}.shariff .telegram .fa-telegram{font-size:28px}.shariff .theme-white .telegram a{color:#08c}@media only screen and (min-width:600px){.shariff .telegram .fa-telegram{font-size:22px}}.shariff .qzone a{background-color:#2b82d9}.shariff .qzone a:hover{background-color:#398fe6}.shariff .qzone .fa-qq{font-size:28px}.shariff .qzone .share_count{color:#0174a4;background-color:#2b82d9}.shariff .theme-white .qzone a{color:#2b82d9}@media only screen and (min-width:600px){.shariff .qzone .fa-qq{font-size:24px}}.shariff .vk a{background-color:#5d7fa4}.shariff .vk a:hover{background-color:#678eb4}.shariff .vk .fa-vk{font-size:22px}.shariff .vk .share_count{color:#55677d;background-color:#fff}.shariff .theme-white .vk a{color:#3b5998}@media only screen and (min-width:600px){.shariff .vk .fa-vk{font-size:19px}}

.shariff .fab {
    display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 1em;
}
.shariff .fa-twitter { background-image: url('img/twitter.svg'); }
.shariff .fa-facebook-f { background-image: url('img/facebook.svg'); }
.shariff .fa-instagram { background-image: url('img/instagram.svg'); }
.shariff .fa-google-plus-g { background-image: url('img/googleplus.svg'); }
.shariff .fa-linkedin-in { background-image: url('img/linkedin.svg'); }
.shariff .fa-xing { background-image: url('img/xing.svg'); }
/* Webfont: LatoLatin-Bold */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('fonts/LatoLatin-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Regular */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('fonts/LatoLatin-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
