/* Minification failed. Returning unminified contents.
(8213,1): run-time error CSS1036: Expected expression, found '}'
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 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 OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Slider */
.slick-slide{
    outline: none;
}
.slick-loading .slick-list{
    background: #fff url(../files/icons/progress-indicator.gif) center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    background-position-y: -26px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    background-position-y: -52px;
}
    .slick-prev:before,
    .slick-next:before {
        background-image: url('../files/icons/Modern/arrows-thumbnail.png');
        content: '';
        display: block;
        width: 15px;
        height: 25px;
    }
.slick-prev{
    left: 0;
}
.slick-prev:before{
    background-position: 0 0;
}
.slick-next{
    right: 0;
}
.slick-next:before{
    background-position: -16px 0;
}

/* Dots */
.slick-dotted.slick-slider{
    margin-bottom: 40px;
}
.slick-dots{
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 0;
    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    opacity: 1;
}
.slick-dots li button:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    opacity: .7;
    background-color: #ccc;
}
.slick-dots li.slick-active button:before{
    opacity: .75;
    background-color: #000;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.125);
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        border: 1px solid #aaa;
        border-top: 0;
        background: #fff;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

    .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
        margin-right: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: normal;
        color: #999999;
    }

        .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
            content: ":";
            padding-left: 2px;
            vertical-align: top;
        }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 28px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.125);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../files/content/storelocator/chosen-close@2x.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url('../files/content/storelocator/chosen-close@2x.png') no-repeat 0px 2px;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #f2f2f2;
        background: white url('../files/content/storelocator/chosen-close@2x.png') no-repeat 100% -20px;
        background: url('../files/content/storelocator/chosen-close@2x.png') no-repeat 100% -20px;
        font-size: 1em;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 5px 6px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #3875d7;
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 11px 0 13px;
    width: 100%;
    height: auto;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    cursor: text;
}

    .chosen-container-multi .chosen-choices li {
        float: left;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
                margin: 1px 0;
                padding: 0;
                height: 28px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                box-shadow: none;
                color: #a5a5a5;
                font-size: 100%;
                line-height: normal;
                border-radius: 0;
                font-style: italic;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 3px 5px 3px 0;
            padding: 3px 20px 3px 5px;
            border: 1px solid #aaa;
            max-width: 100%;
            border-radius: 2px;
            background-color: #f2f2f2;
            color: #333;
            line-height: 13px;
            font-size: 12px;
            cursor: default;
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word;
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: 4px;
                right: 3px;
                display: block;
                width: 12px;
                height: 12px;
                background: url('../files/content/storelocator/chosen-close@2x.png');
                font-size: 1px;
                background-size: cover;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                    background-position: 0 -14px;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-right: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            color: #666;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

            .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
                background-position: -42px -10px;
            }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 1px 0 #fff inset;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-left: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background-position: -18px 2px;
        }

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #333;
    }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('../files/content/storelocator/chosen-close@2x.png') no-repeat -30px -20px;
        background: url('../files/content/storelocator/chosen-close@2x.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

/* @end */
/* @group Retina compatibility */
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('../files/content/storelocator/chosen-close@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}*/
/* @end */

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
/*Sana Commerce*/

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.dropzone,
.dropzone * {
    box-sizing: border-box;
}
.dropzone {
    min-height: 150px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
    background: white;
}
.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone.dz-clickable * {
    cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}
.dropzone.dz-started .dz-message {
    display: none;
}
.dropzone.dz-drag-hover {
    border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}
.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
}
.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}
.dropzone .dz-preview:hover {
    z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
    background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-image img {
    display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 20px;
    left: 140px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: 30px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #be2626;
}
.cb-bult-cart-upload .btn-cnt {
    margin-bottom: 25px;
}
.flexi-tiles-cb {
}

    .flexi-tiles-cb .flex-tile-block {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .flexi-tiles-cb .flex-tile-block a.block-link {
            text-decoration: none;
            color: inherit;
        }

.flex-tile-block .tile-block-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.flex-tile-block .text-block {
    padding: 15px;
    box-sizing: border-box;
    word-break: break-word;
}

    .flex-tile-block .text-block .heighlight-title {
        font-size: 24px;
        word-break: break-word;
        line-height: 46px;
        display: block;
        margin: 0 10px 10px 10px;
    }

        .flex-tile-block .text-block .heighlight-title span {
            -webkit-box-decoration-break: clone;
            -moz-box-decoration-break: clone;
            -o-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .flex-tile-block .text-block .heighlight-title hr {
            border: 0;
            height: 1px;
            background-color: inherit;
            margin: 10px -10px;
        }

            .flex-tile-block .text-block .heighlight-title hr:before,
            .flex-tile-block .text-block .heighlight-title hr:after {
                clear: both;
                content: '';
                display: table;
            }

    .flex-tile-block .text-block .heighlight-desc {
        margin-bottom: 10px;
    }

.flex-tile-block h1,
.flex-tile-block h2,
.flex-tile-block h3,
.flex-tile-block h4 {
    margin-bottom: 10px;
}

.flex-tile-block .heighlight-title hr {
    margin-left: -10px;
    margin-right: -10px;
}

.flex-tile-block .text-block a.flexi-link,
.flex-tile-block .text-block span.flexi-link {
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    display: inline-block;
}

.flex-tile-block .text-block a:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
    text-decoration: none;
}

.flex-tile-block .t-l { /* top left */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-tile-block .t-c { /* top center */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
}

.flex-tile-block .t-r { /* top right */
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
}

.flex-tile-block .m-l { /* middle left */
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-tile-block .m-c { /* middle center */
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.flex-tile-block .m-r { /* middle right */
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}

.flex-tile-block .b-l { /* bottom left */
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.flex-tile-block .b-c { /* bottom center */
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}

.flex-tile-block .b-r { /* bottom right */
    display: flex;
    align-items: flex-end;
    text-align: right;
    justify-content: flex-end;
}

/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/

/* ==== GRID SYSTEM ==== */

.tile-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tile-row {
  position: relative;
  width: 100%;
}

.tile-row [class^="col"] {
  float: left;
  margin: 8px 2%;
  min-height: 2px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 540px) {  /* 540px */
  .tile-container {
    width: 80%;
  }
}

@media only screen and (min-width: 720px) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 1000px) { /* 1000px */
  .tile-container {
    width: 100%;
    max-width: 1000px;
  }
}

/*! 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);
        -moz-transform: translate(0px, 0px);
        -o-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;
    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: -32px 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;
}


ul.content-slider {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.image-slider {
    width: 100%;
}

    .image-slider:before,
    .image-slider:after {
        content: '';
        clear: both;
    }

ul.content-slider li {
    text-align: center;
    color: #FFF;
}

.navigator-inPage {
    position: relative;
    top: -40px;
}

@media screen and (min-width:120px) {
    .content-full-width {
        position: absolute;
        left: 0px;
        right: 0px;
    }
}

@media screen and (min-height:120px) {
    .content-full-height {
    }
}

/*Temporary solution for image slider and store locator style overlap issue */
@media screen and (min-width: 1024px) {
    .flexi-row:before, .flexi-row:after {
        clear: none !important;
    }
}

/* Sana full height slider styles */

.sana-full-height-slider {
}

.ui-desktop.sana-full-height-slider header:not(.sticky-mode) {
    background-color: transparent;
}

.sana-full-height-slider header .bottom-header {
    background-color: transparent;
}

.content-slider li.lslide,
.content-slider li.clone {
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    object-fit: cover;
    position: relative;
}

.sana-full-height-slider .content-slider li.lslide,
.sana-full-height-slider .content-slider li.clone {
    height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    object-fit: cover;
    position: relative;
}

    .content-slider li.lslide img,
    .content-slider li.clone img,
    .sana-full-height-slider .content-slider li.lslide img,
    .sana-full-height-slider .content-slider li.clone img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.title-text-block {
    position: absolute;
    word-break: break-word;
    word-wrap: break-word;
    margin: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.sana-full-height-slider .top-header {
    color: #fff;
}

.sana-full-height-slider .btn-search:before {
    background-image: url('../files/icons/search.png');
}

.sana-full-height-slider .over-summary .hyp:before,
.sana-full-height-slider .basket:hover .over-summary.is-empty .hyp:before {
    background-image: url('../files/content/ImageSlider/basket-white.png');
}

.sana-full-height-slider .sticky-mode .over-summary .hyp:before,
.sana-full-height-slider .basket:hover .over-summary .hyp:before,
.sana-full-height-slider .sticky-mode .basket:hover .over-summary .hyp:before,
.sana-full-height-slider .sticky-mode .basket .over-summary .hyp:before {
    background-image: url('../files/content/ImageSlider/basket-grey.png');
}

.sana-full-height-slider .language .opener:after,
.sana-full-height-slider .login .opener:after {
    background-image: url('../files/content/ImageSlider/arrow-down-white.png');
}

.sana-full-height-slider .sticky-mode .language .opener:after,
.sana-full-height-slider .language:hover .opener:after,
.sana-full-height-slider .sticky-mode .login .opener:after,
.sana-full-height-slider .login:hover .opener:after {
    background-image: url('../files/icons/arrow-down-grey.png');
}

.sana-full-height-slider .login .opener:before {
    background-image: url('../files/content/ImageSlider/login-white.png');
}

.sana-full-height-slider .sticky-mode .login .opener:before,
.sana-full-height-slider .login:hover .opener:before {
    background-image: url('../files/content/ImageSlider/login-grey.png');
}

.sana-full-height-slider .login .person {
    color: #fff;
}

.sana-full-height-slider .login:hover .person {
    color: #333 !important;
}

.sana-full-height-slider .basket .hyp {
    color: #fff;
}

.sana-full-height-slider .over-summary.is-empty .hyp {
    color: #fff;
}

.sana-full-height-slider .sticky-mode .basket .hyp {
    color: #333;
}

.sana-full-height-slider .basket:hover .is-empty .hyp {
    color: #fff;
}

.sana-full-height-slider .basket:hover .hyp {
    color: #333;
}

.sana-full-height-slider .nav-item-root .hyp-top-lvl,
.sana-full-height-slider .nav-is-hovered .hyp-top-lvl {
    color: #fff;
}

.sana-full-height-slider .sticky-mode .nav-item-root .hyp-top-lvl,
.sana-full-height-slider .sticky-mode .nav-is-hovered .hyp-top-lvl {
    color: #333;
}

.sana-full-height-slider .top-hyp {
    color: #fff;
}

.sana-full-height-slider .btn-suggestions-top {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.sana-full-height-slider .sticky-mode .btn-suggestions-top {
    border: 1px solid #1f7bc9;
}

.sana-full-height-slider .btn-suggestions-top:hover {
}

.sana-full-height-slider .btn-white:hover,
.sana-full-height-slider .btn-white.hover,
.sana-full-height-slider .btn-white:focus {
    background-color: transparent;
    border-color: #fff;
}

.sana-full-height-slider .sticky-mode .btn-white:hover,
.sana-full-height-slider .sticky-mode .btn-white.hover,
.sana-full-height-slider .sticky-mode .btn-white:focus {
    border-color: #1f7bc9;
}

.sana-full-height-slider .btn.btn-suggestions-top:before {
    background-image: url('../files/content/ImageSlider/magic-white.png');
}

.sana-full-height-slider .sticky-mode .btn.btn-suggestions-top:before {
    background-image: url('../files/icons/magic.png');
}

.sana-full-height-slider .text-shadow {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

.title-text-block p,
.title-text-block span,
.title-text-block h1,
.title-text-block h2,
.title-text-block h3,
.title-text-block h4,
.title-text-block h5,
.title-text-block h6 {
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    color: #fff;
    font-weight: normal;
}

/* Tablet view */
@media (min-width: 640px) and (max-width: 1023px) {
    .sana-full-height-slider .login .opener:before {
        background-image: url('../files/content/ImageSlider/login-grey.png');
    }

    .sana-full-height-slider .over-summary .hyp:before {
        background-image: url('../files/content/ImageSlider/basket-grey.png');
    }

    .sana-full-height-slider .login .opener:after,
    .sana-full-height-slider .language .opener:after {
        background-image: url('../files/icons/arrow-down-grey.png');
    }

    .sana-full-height-slider .nav-item-root .hyp-top-lvl,
    .sana-full-height-slider .nav-is-hovered .hyp-top-lvl {
        color: #000;
    }
}

/****************************************
                Desktop
****************************************/
@media screen and (min-width: 1024px) {
    .cb-nav-pane {
        margin: 20px 0;
    }

        .cb-nav-pane ul.nav-links {
            list-style: none;
            position: relative;
            padding: 0;
            text-align: center;
        }

            .cb-nav-pane ul.nav-links li {
                display: inline-block;
                width: 30%;
                text-align: center;
            }

                .cb-nav-pane ul.nav-links li a {
                    padding: 0 5px;
                    min-width: 96px;
                }

                    .cb-nav-pane ul.nav-links li a.btn:after {
                        background-image: none;
                    }

                    .cb-nav-pane ul.nav-links li a img {
                        max-width: 14px;
                        max-height: 14px;
                        padding: 0 5px;
                    }

    .nex-ico-desk {
        display: inline !important;
    }

    .nex-ico-mob {
        display: none !important;
    }
}

/****************************************
                Tablet
****************************************/
@media screen and (min-width: 640px) and (max-width: 1023px) {

    .cb-nav-pane {
        margin: 20px 0;
    }

        .cb-nav-pane ul.nav-links {
            list-style: none;
            position: relative;
            padding: 0;
            text-align: center;
        }

            .cb-nav-pane ul.nav-links li {
                display: inline-block;
                width: 30%;
                text-align: center;
            }

                .cb-nav-pane ul.nav-links li a {
                    padding: 0 5px;
                    min-width: 96px;
                }

                    .cb-nav-pane ul.nav-links li a.btn:after {
                        background-image: none;
                    }

                    .cb-nav-pane ul.nav-links li a img {
                        max-width: 14px;
                        max-height: 14px;
                        padding: 0 5px;
                    }


    .nex-ico-desk {
        display: inline !important;
    }

    .nex-ico-mob {
        display: none !important;
    }
}

/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    .cb-nav-pane ul {
        margin: 0;
        padding: 0;
    }

        .cb-nav-pane ul.nav-links li {
            display: block;
            width: 70%;
            text-align: center;
            margin: 5px auto;
        }

            .cb-nav-pane ul.nav-links li a {
                padding: 0 5px;
                width: 100%;
                text-align: left;
            }


                .cb-nav-pane ul.nav-links li a img {
                    max-width: 14px;
                    max-height: 14px;
                    padding: 0 5px;
                }

                .cb-nav-pane ul.nav-links li a.btn:after {
                    background-image: none;
                }


    .nex-ico-desk {
        display: none !important;
    }

    .nex-ico-mob {
        display: inline !important;
    }
}

/**********************************
 CSS file for Newsletter subscription content block.
***********************************/

.newsletter-subscription-cb {
    height: 400px;
    color: #fff;
    clear: both;
}

    .newsletter-subscription-cb:before,
    .newsletter-subscription-cb:after {
        display: table;
        content: '';
        clear: both;
    }

    .newsletter-subscription-cb .full-width {
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
    }

.newsletter-block {
    min-height: 400px;
    background: transparent;
    text-align: center;
    background-size: cover;
}

    .newsletter-block .html-wrapper {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.subscribe-line {
    display: table;
    width: 50%;
    margin: 0 auto;
    padding: 0;
}

@-moz-document url-prefix() {
    .subscribe-line {
        width: 100%;
    }
}

    .subscribe-line li {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

        .subscribe-line li .error {
            border: 1px solid #f00;
        }

.newsletter-block-content-below {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    height: 0 !important;
}

    .newsletter-block-content-below.show {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        visibility: visible;
        opacity: 1;
        height: auto !important;
    }

.newsletter-block-content-main {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    height: 0 !important;
}

    .newsletter-block-content-main .form-row {
        margin-bottom: 0;
    }

    .newsletter-block-content-main.show {
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        visibility: visible;
        opacity: 1;
        height: auto !important;
    }

.validation {
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

    .validation .field-validation-error {
        color: #cb2245;
        background: url(../files/icons/form-invalid.png) no-repeat scroll left center;
        padding: 0 0 0 24px;
        margin-top: 4px;
        display: block;
    }

/* Hides footer newsletter subscription when Newsletter content block is added to a flexi-page */
.newsletter-sub-cb footer .newsletter {
    display: none;
}

@media screen and (max-width: 639px) {
    .subscribe-line, .validation {
        width: 100%;
    }
}

/**********************************
 CSS file for parallax scroller content block.
***********************************/
.parallax-scroller {
    height: 450px;
    clear: both;
}

    .parallax-scroller:before,
    .parallax-scroller:after {
        display: table;
        content: '';
        clear: both;
    }

    /** Set the parallax section to full-width **/
    .parallax-scroller .full-width {
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden;
    }

    /** Set the parallax section to fixed-width **/
    .parallax-scroller .fixed-width {
    }

.parallax-window {
    min-height: 450px;
    background: transparent;
}

    .parallax-window .parallax-content {
        text-align: center;
        position: relative;
        height: 450px;
    }

        .parallax-window .parallax-content .html-wrapper {
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }


            /** Style parallax content title, sub-title and Button link **/
            .parallax-window .parallax-content .html-wrapper h2 {
                color: #fff;
                text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
                font-size: 42px;
            }

            .parallax-window .parallax-content .html-wrapper p {
                display: block;
                margin-bottom: 20px;
                color: #fff;
                font-size: 18px;
                line-height: 24px;
                text-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
            }

            .parallax-window .parallax-content .html-wrapper a {
            }

@media screen and (max-width: 575px) {
    .parallax-window .parallax-content .html-wrapper h2 {
        font-size: 36px;
    }

    .parallax-window .parallax-content .html-wrapper p {
        font-size: 14px;
    }

    .parallax-window .parallax-content .html-wrapper a {
        font-size: 18px;
    }
}
/* -------------------------------- 
Main Components 
-------------------------------- */
.productsetfilter-header {
    position: relative;
    height: 150px;
    background-color: #331d35;
}

    .productsetfilter-header h1 {
        color: #fff;
        line-height: 150px;
        text-align: center;
        font-weight: 300;
    }

.productsetfilter-main-content {
    position: relative;
    clear: both;
}

    .productsetfilter-main-content:after {
        content: "";
        display: table;
        clear: both;
    }

    .productsetfilter-main-content.is-fixed .productsetfilter-tab-filter-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .productsetfilter-main-content.is-fixed .productsetfilter-gallery {
        padding-top: 76px;
    }

    .productsetfilter-main-content.is-fixed .productsetfilter-filter {
        position: fixed;
        height: 100vh;
        overflow: hidden;
    }

        .productsetfilter-main-content.is-fixed .productsetfilter-filter form {
            height: 100vh;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        }

    .productsetfilter-main-content.is-fixed .productsetfilter-filter-trigger {
        position: fixed;
    }

    .productsetfilter-main-content .hyp-thumbnail {
        height: 100%;
        width: 100%;
    }

    .productsetfilter-main-content .thumbnail {
        box-sizing: border-box;
        position: relative;
        height: 230px;
        vertical-align: middle;
        width: 100%;
    }

        .productsetfilter-main-content .thumbnail img {
            max-height: 230px;
        }

.productsetfilter .tile-fade-out {
    transform: scale(0);
    opacity: 0;
}

.productsetfilter .tile-fade-in {
    transform: scale(1);
    opacity: 1;
}

.productsetfilter .slick-prev {
    left: -20px;
}

.productsetfilter .slick-next {
    right: -20px;
}

@media only screen and (min-width: 768px) {
    .productsetfilter-main-content.is-fixed .productsetfilter-gallery {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 1170px) {

    .productsetfilter-header {
        height: 180px;
    }

        .productsetfilter-header h1 {
            line-height: 180px;
        }

    .productsetfilter-main-content.is-fixed .productsetfilter-gallery {
        padding-top: 100px;
    }
}

.productsetfilter-gallery .product-info {
    text-align: center;
    margin: 0 0 15px 0;
    min-height: 115px;
}

    /* multiline text with ellipsis */

    .productsetfilter-gallery .product-info .product-description {
        padding: 0 10px;
        margin: 0 0 10px 0;
        overflow: hidden;
        text-overflow: -o-ellipsis-lastline;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

        .productsetfilter-gallery .product-info .product-description a.product-title {
            color: #666;
            font-size: 14px;
        }

    .productsetfilter-gallery .product-info .product-action {
    }

        .productsetfilter-gallery .product-info .product-action .prices {
            color: #666;
            display: block;
            margin: 0 0 10px 0;
            font-size: 20px;
        }

        .productsetfilter-gallery .product-info .product-action a.product-action-link {
            font-size: 12px;
            color: #333;
            display: block;
        }


/* -------------------------------- 

xtab-filter 

-------------------------------- */

.productsetfilter-tab-filter-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

    .productsetfilter-tab-filter-wrapper:after {
        content: "";
        display: table;
        clear: both;
    }


/* tabbed navigation style on mobile - dropdown */
.productsetfilter-tab-filter {
    position: relative;
    width: 200px;
    margin: 0 auto;
    z-index: 1;
}

    /* small arrow icon */
    .productsetfilter-tab-filter::after {
        content: '';
        position: relative;
        left: 93%;
        top: 36px;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("../files/icons/cd-icon-arrow.svg") no-repeat center center;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        pointer-events: none;
    }

    .productsetfilter-tab-filter ul {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        box-shadow: inset 0 -2px 0 #333;
    }

    .productsetfilter-tab-filter li {
        display: none;
    }

        /* this way the placehodler is alway visible */
        .productsetfilter-tab-filter li:first-child {
            display: block;
        }

    /* set same size of the .productsetfilter-tab-filter */
    .productsetfilter-tab-filter a {
        display: block;
        height: 50px;
        width: 200px;
        line-height: 50px;
        padding-left: 14px;
    }

        .productsetfilter-tab-filter a:hover {
            text-decoration: none;
        }

        .productsetfilter-tab-filter a.selected {
            background: #f2f2f2;
            color: #333;
        }

    /* small arrow rotation */
    .productsetfilter-tab-filter.is-open::after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -moz-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        -o-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }

    .productsetfilter-tab-filter.is-open ul {
        box-shadow: inset 0 -2px 0 #333, 0 2px 10px rgba(0, 0, 0, 0.2);
    }

        .productsetfilter-tab-filter.is-open ul li {
            display: block;
        }

    /* reduces the opacity of the placeholder on mobile when the menu is open */
    .productsetfilter-tab-filter.is-open .placeholder a {
        opacity: .4;
    }


/* tabbed navigation style on medium devices */
@media only screen and (min-width: 768px) {
    .productsetfilter-tab-filter {
        width: auto;
        cursor: auto;
    }

        /* hide the arrow */
        .productsetfilter-tab-filter::after {
            display: none;
        }

        .productsetfilter-tab-filter ul {
            background: transparent;
            position: static;
            box-shadow: none;
            text-align: center;
            padding: 0;
        }

        .productsetfilter-tab-filter li {
            display: inline-block;
        }

            .productsetfilter-tab-filter li.placeholder {
                display: none !important;
            }

        .productsetfilter-tab-filter a {
            display: inline-block;
            padding: 0 1em;
            width: auto;
            color: #9a9a9a;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 22px;
        }

    .no-touch .productsetfilter-tab-filter a:hover {
        color: #333;
    }

    /* create border bottom using box-shadow property */
    .productsetfilter-tab-filter a.selected {
        background: transparent;
        color: #333;
        box-shadow: inset 0 -2px 0 #333;
    }

    .productsetfilter-tab-filter.is-open ul li {
        display: inline-block;
    }
}

/* tabbed navigation on big devices */
@media only screen and (min-width: 1170px) {
    .productsetfilter-tab-filter {
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        /* reduce width when filter is visible */
        .productsetfilter-tab-filter.filter-is-visible {
            width: 80%;
        }
}

/* -------------------------------- 

xgallery 

-------------------------------- */
.productsetfilter-gallery {
    padding: 26px 5%;
    width: 100%;
}

.productsetfilter-gallery ul {
    list-style: none;
}

.productsetfilter-gallery li {
        margin-bottom: 1.6em;
        vertical-align: top;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        float: left;
    }

        .productsetfilter-gallery li:hover {
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        }

        /* used in combination with text-align: justify to align gallery elements */
        .productsetfilter-gallery li.gap {
            opacity: 0;
            height: 0;
            display: inline-block;
        }

    .productsetfilter-gallery img {
        display: block;
        width: 100%;
    }

    .productsetfilter-gallery .productsetfilter-fail-message {
        display: none;
        text-align: center;
    }

@media only screen and (min-width: 768px) {
    .productsetfilter-gallery {
        padding: 40px 0;
    }

        .productsetfilter-gallery ul {
            text-align: justify;
            padding: 0;
            list-style: none;
        }

            .productsetfilter-gallery ul:after {
                content: "";
                display: table;
                clear: both;
            }

        .productsetfilter-gallery li {
            width: 31%;
            margin-bottom: 2em;
            margin-left: 1%;
            margin-right: 1%;
            float: left;
        }
}

@media only screen and (min-width: 1170px) {
    .productsetfilter-gallery {
        padding: 20px 0 20px 0;
        float: right;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }

        .productsetfilter-gallery li {
            width: 23%;
            float: left;
        }

        /* reduce width when filter is visible */
        .productsetfilter-gallery.filter-is-visible {
            width: 80%;
        }
}

/* -------------------------------- 

xfilter 

-------------------------------- */

/* Force Hardware Acceleration in WebKit */
.productsetfilter-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

    /* top colored bar */
    .productsetfilter-filter::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 50px;
        width: 100%;
        background-color: #f2f2f2;
        z-index: 2;
    }

    .productsetfilter-filter form {
        padding: 70px 20px;
    }

    .productsetfilter-filter .productsetfilter-close {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        line-height: 50px;
        width: 60px;
        color: #fff;
        text-align: center;
        background: #37296a;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: 3;
    }

.no-touch .productsetfilter-filter .productsetfilter-close:hover {
    background: #32255f;
}

.productsetfilter-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}

    .productsetfilter-filter.filter-is-visible .productsetfilter-close {
        opacity: 1;
    }

@media only screen and (min-width: 1170px) {
    .productsetfilter-filter {
        width: 20%;
    }

        .productsetfilter-filter form {
            padding: 70px 10%;
        }
}

/* image replacement */
.productsetfilter-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: transparent url("img/cd-icon-filter.svg") no-repeat center center;
    z-index: 3;
}

    .productsetfilter-filter-trigger.filter-is-visible {
        pointer-events: none;
    }

@media only screen and (min-width: 1170px) {
    .productsetfilter-filter-trigger {
        width: auto;
        left: 2%;
        text-indent: 0;
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }

    .no-touch .productsetfilter-filter-trigger:hover {
        color: #333;
    }

    .productsetfilter-filter-trigger.filter-is-visible, .productsetfilter-filter-trigger.filter-is-visible:hover {
        color: #fff;
    }
}

/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.productsetfilter-filter-block {
    margin-bottom: 1.6em;
}

    /* filter block title */
    .productsetfilter-filter-block h4 {
        font-weight: 400;
        position: relative;
        margin-bottom: .2em;
        padding: 10px 0 10px 20px;
        color: #9a9a9a;
        text-transform: uppercase;
        font-weight: 700;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

.no-touch .productsetfilter-filter-block h4:hover {
    color: #333;
}

/* arrow */
.productsetfilter-filter-block h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 25px;
    width: 16px;
    height: 16px;
    background: url("../files/icons/cd-icon-arrow.svg") no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.productsetfilter-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

/* shared style for input elements */
.productsetfilter-filter-block input, .productsetfilter-filter-block select,
.productsetfilter-filter-block .radio-label::before,
.productsetfilter-filter-block .checkbox-label::before {
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #e6e6e6;
}

    .productsetfilter-filter-block input[type='search'],
    .productsetfilter-filter-block input[type='text'],
    .productsetfilter-filter-block select {
        width: 100%;
        padding: .8em;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        box-shadow: none;
    }

        .productsetfilter-filter-block input[type='search']:focus,
        .productsetfilter-filter-block input[type='text']:focus,
        .productsetfilter-filter-block select:focus {
            outline: none;
            background-color: #fff;
            border-color: #333;
        }

    .productsetfilter-filter-block input[type='search'] {
        /* custom style for the search element */
        border-color: transparent;
        background-color: #e6e6e6;
        /* prevent jump - ios devices */
        /*font-size: 1.6rem !important;*/
    }

        .productsetfilter-filter-block input[type='search']::-webkit-search-cancel-button {
            display: none;
        }

/* select element wrapper */
.productsetfilter-filter-block .productsetfilter-select {
    position: relative;
}

    /* switcher arrow for select element */ /* switcher arrow for select element */
    .productsetfilter-filter-block .productsetfilter-select::after {
        content: '';
        position: relative;
        z-index: 1;
        left: 93%;
        top: 38px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        display: block;
        width: 16px;
        height: 16px;
        background: url("../files/icons/cd-icon-arrow.svg") no-repeat center center;
        pointer-events: none;
    }

.productsetfilter-filter-block select {
    cursor: pointer;
}

    .productsetfilter-filter-block select::-ms-expand {
        display: none;
    }

.productsetfilter-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
}

    .productsetfilter-filter-block .list li:last-of-type {
        margin-bottom: 0;
    }

/* hide original check and radio buttons */
.productsetfilter-filter-block input[type=radio],
.productsetfilter-filter-block input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.productsetfilter-filter-block .checkbox-label,
.productsetfilter-filter-block .radio-label {
    padding-left: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* custom radio and check boxes */
    .productsetfilter-filter-block .checkbox-label::before, .productsetfilter-filter-block .checkbox-label::after,
    .productsetfilter-filter-block .radio-label::before,
    .productsetfilter-filter-block .radio-label::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .productsetfilter-filter-block .checkbox-label::before,
    .productsetfilter-filter-block .radio-label::before {
        width: 16px;
        height: 16px;
        left: 0;
    }

    /* check mark - hidden */
    .productsetfilter-filter-block .checkbox-label::after,
    .productsetfilter-filter-block .radio-label::after {
        display: none;
    }

    /* check mark style for check boxes */
    .productsetfilter-filter-block .checkbox-label::after {
        width: 16px;
        height: 16px;
        background: url("img/cd-icon-check.svg") no-repeat center center;
    }

    .productsetfilter-filter-block .radio-label::before,
    .productsetfilter-filter-block .radio-label::after {
        border-radius: 50%;
    }

    /* check mark style for radio buttons */
    .productsetfilter-filter-block .radio-label::after {
        width: 6px;
        height: 6px;
        background-color: #fff;
        left: 5px;
    }

.productsetfilter-filter-block input[type=radio]:checked + label::before,
.productsetfilter-filter-block input[type=checkbox]:checked + label::before {
    border-color: #333;
    background-color: #f2f2f2;
}

.productsetfilter-filter-block input[type=radio]:checked + label::after,
.productsetfilter-filter-block input[type=checkbox]:checked + label::after {
    display: block;
}

/* hide custom arrow on Firefox - select element */
@-moz-document url-prefix() {
    .productsetfilter-filter-block .productsetfilter-select::after {
        display: none;
    }
}

/*          START mobile views          */
@media screen and (max-width: 639px) {
    .productsetfilter-tab-filter {
        width: 100%;
    }

        .productsetfilter-tab-filter ul {
            padding: 0;
            margin: 15px 0;
        }

    .productsetfilter-filters {
        padding: 0;
        width: 100%;
    }

        .productsetfilter-filters a {
            font-size: 18px;
            color: #9a9a9a;
            text-transform: uppercase;
            width: 100%;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
            -moz-box-sizing: border-box; /* Firefox, other Gecko */
            box-sizing: border-box; /* Opera/IE 8+ */
        }

    .productsetfilter-gallery {
        padding: 0;
        margin: 80px 0 0;
    }

        .productsetfilter-gallery ul {
            padding: 0;
        }
}

/* Pagination Controls
---------------------------------------------------------------------- */

.controls-pagination {
    padding: 1rem 0;
    font-size: 0.1px;
    text-align: center;
}

    .controls-pagination:after {
        content: '';
        display: inline-block;
        width: 100%;
    }

.mixitup-page-list,
.mixitup-page-stats {
    display: inline-block;
    vertical-align: middle;
}

.mixitup-page-list {
    text-align: left;
}

.mixitup-page-stats {
    font-size: .9rem;
    color: #333;
    font-weight: bold;
}

.mixitup-control {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 2.7rem;
    height: 2.7rem;
    background: #fff;
    border: 1px solid transparent;
    margin-right: 1px;
    cursor: pointer;
    font-size: .9rem;
    color: #333;
    font-weight: bold;
    transition: color 150ms, border-color 150ms;
    vertical-align: middle;
}

    .mixitup-control:first-child {
        border-radius: 3px;
    }

    .mixitup-control:last-child {
        border-radius: 3px;
    }

    .mixitup-control:not(.mixitup-control-active):hover {
        color: #1f7bc9;
    }

.mixitup-control-active {
    border-bottom-color: #1f7bc9;
    cursor: default;
}

.mixitup-control:disabled {
    background: #eaeaea;
    color: #aaa;
    cursor: default;
}

.mixitup-control-truncation-marker {
    background: transparent;
    pointer-events: none;
    line-height: 2.2em;
}

/* Grid Breakpoints & Column Counts
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
    width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
}

.column-counter {
    font-size: 2px;
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    }

    .column-counter {
        font-size: 3px;
    }
}

/* 4 Columns */

@media screen and (min-width: 1025px) {
    .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    }

    .column-counter {
        font-size: 4px;
    }
}

/* 5 Columns 

@media screen and (min-width: 1281px) {
    .mix,
    .gap {
        width: calc(100%/5 - (((5 - 1) * 1rem) / 5));
    }

    .column-counter {
        font-size: 5px;
    }
}*/

.store-locator {
    margin: 40px 0;
}

.map-full-width .map-container {
    width: calc(100% - 280px);
}

.map-container {
    height: 560px;
    width: calc(100% - 280px);
}


.inline-loading-indicator {
    text-align: center;
    padding: 40px 0;
}

    .inline-loading-indicator img {
        margin-right: 10px;
        vertical-align: middle;
    }

.pac-container {
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

    #type-selector label {
        font-size: 13px;
        font-weight: 300;
    }

#target {
    width: 345px;
}

.address-list {
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    width: 325px;
    font-size: 14px;
    line-height: 22px;
}

    .address-list ul {
        list-style: none;
    }

    .address-list .filters {
        height: 25%;
    }

.filters h4 {
    padding: 0px 10px;
}

.address-menu {
    overflow-y: scroll;
    list-style: none;
    padding: 5px 5px 5px 12px;
    line-height: 20px;
    margin: 0;
    box-sizing: border-box;
    height: 430px;
}

    .address-menu li:hover {
        cursor: pointer;
        background-color: #f9f9f9;
    }

    .address-menu li:last-child .store-row-content {
        border-bottom: none;
    }

.store-row-content {
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
}

    .store-row-content li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #8c8c8c;
        font-size: 13px;
    }

    .store-row-content .address-list-store-title {
        font-size: 14px;
        color: #666;
    }

    .store-row-content .address-list-store-website {
    }

    .store-row-content .address-list-store-phone {
    }

    .store-row-content .address-list-store-city {
    }

.list-group {
    margin: 0;
    padding-left: 0;
    width: 250px;
}

.list-group-item {
    position: relative;
    display: block;
    background-color: #fff;
}

a.list-group-item,
button.list-group-item {
    color: #555;
    text-decoration: none;
}

.list-group .i-open, .list-group .i-address, .list-group .i-url, .list-group .i-phone, .list-group .i-googleview {
    text-indent: -20px;
    padding: 0 0 5px 20px;
}

    .list-group .i-open:before, .list-group .i-address:before, .list-group .i-url:before, .list-group .i-phone:before, .list-group .i-googleview:before {
        content: '';
        width: 16px;
        height: 16px;
        position: relative;
        display: inline-block;
        top: 3px;
        margin: 0 5px 0 0;
    }

    .list-group .i-open:before {
        background-image: url('../files/content/storelocator/i-open.png');
    }

    .list-group .i-address:before {
        background-image: url('../files/content/storelocator/i-address.png');
    }

    .list-group .i-url:before {
        background-image: url('../files/content/storelocator/i-url.png');
    }

    .list-group .i-phone:before {
        background-image: url('../files/content/storelocator/i-phone.png');
    }

    .list-group .i-googleview:before {
        background-image: url('../files/content/storelocator/i-google-view.png');
    }
.list-group .i-googleview {
    font-size: 11px;
    margin: 10px 0 0;
}

    .list-group .i-googleview a {
        color: rgba(0, 0, 0, 0.5);
    }

.list-group li:last-child {
    padding-bottom: 0;
}

.open-hours ul {
    list-style: none;
    line-height: 20px;
    padding: 0 0 0 42px;
}

.open-hours .open-hr-label {
    display: inline-block;
    width: 60px;
}

.store-locator .wrapper {
    height: 100%;
}

.toolbar {
    position: fixed;
    left: 0;
    right: 0;
    background-color: transparent;
    line-height: 68px;
    border: 0;
    margin-top: -508px;
}

.toolbar-remove {
    display: none;
}

.menu-button {
    position: relative;
    margin: 5px;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

    .menu-button:before {
        content: "";
        position: absolute;
        top: 6px;
        right: 4px;
        border-bottom: 12px double #333;
        border-top: 4px solid #333;
        width: 24px;
        height: 4px;
    }

.menu-left {
    float: left;
}

.sidebar {
    padding: 10px 0;
    background-color: #fff;
    width: 280px;
    height: 540px;
    float: left;
    margin: 0;
}

    .sidebar ul {
    }

    .sidebar .info-bar {
        display: block;
        padding: 5px 24px;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        box-sizing: border-box;
    }

    .sidebar .store-count {
        float: left;
    }

    .sidebar .clear-results {
        float: right;
    }


.controls {
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 260px;
    border: 1px solid #f2f2f2;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.125);
    margin: 0 10px 10px;
}

    .controls:focus {
        border-color: #4d90fe;
    }

.chosen-container {
    width: 260px !important;
    margin: 0 10px 10px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 4px 5px 3px 0;
    line-height: 14px;
    border: 1px solid #ccc;
}

.nostore-message {
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 20px;
    border-radius: 2px;
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}




@media sceren and (min-width:120px) {
}

@media screen and (min-width: 1024px) {
    .cb-map {
        height: 560px;
        margin-bottom: 40px;
    }

    .map-full-width {
        position: absolute;
        left: 0px;
        right: 0px;
    }

    .flexi-row:before, .flexi-row:after {
        visibility: hidden;
        display: table;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
}

@media screen and (max-width: 639px) {
    .map-full-width {
        left: 0px;
        right: 0px;
    }


        .map-full-width .map-container,
        .map-container {
            width: 100%;
        }



    .sidebar {
        margin: 0;
        width: 100%;
        box-shadow: none;
    }

        .sidebar ul {
            padding-left:0px;
        }

    .controls {
        margin: 0;
        width: 100%;
    }

    .chosen-container {
        margin: 10px 0;
        width: 100% !important;
    }
}

.address-menu::-webkit-scrollbar {
    width: 8px;
}

.address-menu::-webkit-scrollbar-button {
    width: 8px;
    height: 5px;
}

.address-menu::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 10px;
}

.address-menu::-webkit-scrollbar-thumb {
    background: #999;
    border: thin solid gray;
    border-radius: 10px;
}

    .address-menu::-webkit-scrollbar-thumb:hover {
        background: #7d7d7d;
    }
/**********************************
 CSS file for team content block.
***********************************/

.team-content-block {
    margin: 40px 0 0 !important;
    text-align: center;
    width: 100% !important;
}

    .team-content-block .member-header {
    }

    .team-content-block h3.member-name {
        word-break: break-all;
    }

    .team-content-block h4.member-function {
        word-break: break-all;
    }

    .team-content-block .member-profile-image {
    }

        .team-content-block .member-profile-image .profile-pic, .team-content-block .member-profile-image .profile-pic defs, .team-content-block .member-profile-image .profile-pic mask {
            margin: 0 auto;
            width: 220px;
        }

        .team-content-block .member-profile-image img {
        }

    .team-content-block .member-desc {
        margin: 10px 0 0;
        text-align: justify;
    }

/****************************************
                Tablet
****************************************/
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .team-content-block .member-profile-image .profile-pic {
        margin: 0 auto;
        width: 160px;
        height: 100px;
    }

        .team-content-block .member-profile-image .profile-pic, .team-content-block .member-profile-image .profile-pic defs, .team-content-block .member-profile-image .profile-pic mask {
            margin: 0 auto;
            width: 160px;
        }

    #the-mask {
        margin: 0 auto;
        width: 160px;
        height: 100px;
    }
}

.cb-twitter-feed {
    margin-bottom: 40px;
    padding: 0;
}

.timeline-header-title {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

    .timeline-header-title .timeline-Header-byline {
        font-size: 75%;
    }

        .timeline-header-title .timeline-Header-byline a {
            text-decoration: none;
        }

            .timeline-header-title .timeline-Header-byline a:hover {
                border-bottom: 1px solid;
            }

.twitter-block {
    text-align: center;
    display: inline-block;
    float: left;
}

    .twitter-block a {
        cursor: pointer;
        outline: none;
        text-decoration: none;
    }

    .twitter-block .timeline-tweet {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.timeline-tweet .timeline-tweet-retweet {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #333;
    position: absolute;
    left: 54%;
    top: 36px;
    visibility: visible;
    background-image: url('../files/content/twitterfeed/icon_retweet.png');
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.timeline-tweet .timeline-tweet-author {
    margin: 0 0 8px;
}

.timeline-tweet-author .tweetauthor-link {
}

    .timeline-tweet-author .tweetauthor-link .tweetauthor-avatar {
        display: block;
    }

        .timeline-tweet-author .tweetauthor-link .tweetauthor-avatar img {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

    .timeline-tweet-author .tweetauthor-link .tweetauthor-name {
        display: inline;
    }

    .timeline-tweet-author .tweetauthor-link .tweetauthor-verifiedbadge {
        display: inline-block;
        background-image: url('../files/content/twitterfeed/icon_verified-account.png');
        height: 23px;
        width: 23px;
        margin-left: 5px;
        color: transparent;
    }

    .timeline-tweet-author .tweetauthor-link .tweetauthor-screenname {
        display: block;
        font-size: 12px;
    }

.timeline-tweet .timeline-tweet-media {
    margin: 0 0 8px;
}

    .timeline-tweet .timeline-tweet-media .mediacard-link {
    }

        .timeline-tweet .timeline-tweet-media .mediacard-link img {
            max-height: 220px;
            max-width: 220px;
        }

.timeline-tweet .timeline-tweet-text {
    margin: 0 0 8px;
}

    .timeline-tweet .timeline-tweet-text .tweet-text {
        padding: 0 10px;
        margin: 0;
        word-break: break-word;
    }

        .timeline-tweet .timeline-tweet-text .tweet-text .Emoji {
            height: 1.25em;
            padding: 0 .05em 0 .1em;
            vertical-align: -.2em;
            width: 1.25em;
        }

        .timeline-tweet .timeline-tweet-text .tweet-text a {
            word-break: break-all;
        }

.timeline-tweet .timeline-tweet-metadata {
    font-size: 10px;
}


/****************************************
                Desktop
****************************************/
@media screen and (min-width: 1024px) {
    .owl-dots {
        display: block;
    }
}

/****************************************
                Tablet
****************************************/
@media screen and (min-width: 640px) and (max-width: 1023px) {
    .owl-dots {
        display: block;
    }
}


/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    .owl-dots {
        display: none;
    }
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: 400;
}
/* light 300 */
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
}

/* regular 400 */

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: 400;
}

/* semi-bold 600 */
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
}

/* bold 700 */
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: 700;
}


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?4wskhp');
  src:  url('../fonts/icomoon.eot?4wskhp#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?4wskhp') format('truetype'),
    url('../fonts/icomoon.woff?4wskhp') format('woff'),
    url('../fonts/icomoon.svg?4wskhp#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-thin"], [class*=" icon-thin"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-thin-0001_compose_write_pencil_new:before {
  content: "\e900";
}
.icon-thin-0017_office_archive:before {
  content: "\e901";
}
.icon-thin-0021_calendar_month_day_planner:before {
  content: "\e902";
}
.icon-thin-0022_calendar_month_day_planner:before {
  content: "\e903";
}
.icon-thin-0032_flag:before {
  content: "\e904";
}
.icon-thin-0033_search_find_zoom:before {
  content: "\e905";
}
.icon-thin-0035_bookmark_tag:before {
  content: "\e906";
}
.icon-thin-0036_share_facebook_social:before {
  content: "\e907";
}
.icon-thin-0040_exit_logout_door_emergency_outside:before {
  content: "\e908";
}
.icon-thin-0041_filter_funnel:before {
  content: "\e909";
}
.icon-thin-0046_home_house:before {
  content: "\e90a";
}
.icon-thin-0047_home_flat:before {
  content: "\e90b";
}
.icon-thin-0048_factory_work:before {
  content: "\e90c";
}
.icon-thin-0050_settings_panel_equalizer_preferences:before {
  content: "\e90d";
}
.icon-thin-0051_settings_gear_preferences:before {
  content: "\e90e";
}
.icon-thin-0052_settings_gears_preferences_gearbox:before {
  content: "\e90f";
}
.icon-thin-0054_settings_tools_configuration_preferences:before {
  content: "\e910";
}
.icon-thin-0056_bin_trash_recycle_delete_garbage_empty:before {
  content: "\e911";
}
.icon-thin-0057_bin_trash_recycle_delete_garbage_full:before {
  content: "\e912";
}
.icon-thin-0061_error_warning_alert_attention:before {
  content: "\e913";
}
.icon-thin-0077_document_file_pdf_adobe_acrobat:before {
  content: "\e914";
}
.icon-thin-0120_download_computer:before {
  content: "\e915";
}
.icon-thin-0125_cloud_sync:before {
  content: "\e916";
}
.icon-thin-0130_structure_map_files:before {
  content: "\e917";
}
.icon-thin-0137_zoom_expand_maximize_window:before {
  content: "\e918";
}
.icon-thin-0161_on_off_switch_toggle_settings_preferences:before {
  content: "\e919";
}
.icon-thin-0165_on_off_switch_toggle_settings_preferences:before {
  content: "\e91a";
}
.icon-thin-0169_target_circles:before {
  content: "\e91b";
}
.icon-thin-0170_puzzle_modules_build:before {
  content: "\e91c";
}
.icon-thin-0172_structure_menu_submenu_navigation:before {
  content: "\e91d";
}
.icon-thin-0176_module_connection_plugin:before {
  content: "\e91e";
}
.icon-thin-0177_puzzle_module_connect:before {
  content: "\e91f";
}
.icon-thin-0179_layers_slides:before {
  content: "\e920";
}
.icon-thin-0180_www_website_address_url_browser:before {
  content: "\e921";
}
.icon-thin-0198_battery_charge_empty:before {
  content: "\e922";
}
.icon-thin-0201_battery_charge_full:before {
  content: "\e923";
}
.icon-thin-0202_battery_charge_full:before {
  content: "\e924";
}
.icon-thin-0206_list_checkbox_todo:before {
  content: "\e925";
}
.icon-thin-0208_grid_view:before {
  content: "\e926";
}
.icon-thin-0273_video_multimedia_movie:before {
  content: "\e927";
}
.icon-thin-0274_chat_message_comment_bubble:before {
  content: "\e928";
}
.icon-thin-0275_chat_message_comment_bubble_typing:before {
  content: "\e929";
}
.icon-thin-0276_chat_message_comment_bubble_add_new:before {
  content: "\e92a";
}
.icon-thin-0277_chat_message_comment_bubble_like_favorite:before {
  content: "\e92b";
}
.icon-thin-0279_chat_message_comment_bubble:before {
  content: "\e92c";
}
.icon-thin-0280_chat_message_comment_bubble_reply_quote:before {
  content: "\e92d";
}
.icon-thin-0281_chat_message_discussion_bubble_reply_conversation:before {
  content: "\e92e";
}
.icon-thin-0282_chat_message_comment_bubble_cloud:before {
  content: "\e92f";
}
.icon-thin-0283_chat_message_comment_bubble_cloud:before {
  content: "\e930";
}
.icon-thin-0284_message_text_like_favorite:before {
  content: "\e931";
}
.icon-thin-0285_chat_message_quote_reply:before {
  content: "\e932";
}
.icon-thin-0286_mobile_message_sms:before {
  content: "\e933";
}
.icon-thin-0287_mobile_message_sms:before {
  content: "\e934";
}
.icon-thin-0288_mobile_phone_call:before {
  content: "\e935";
}
.icon-thin-0289_mobile_phone_call_ringing_nfc:before {
  content: "\e936";
}
.icon-thin-0290_phone_telephone_contact:before {
  content: "\e937";
}
.icon-thin-0291_phone_mobile_contact:before {
  content: "\e938";
}
.icon-thin-0292_phone_contact:before {
  content: "\e939";
}
.icon-thin-0293_phone_call_number_dialer:before {
  content: "\e93a";
}
.icon-thin-0294_phone_call_ringing:before {
  content: "\e93b";
}
.icon-thin-0295_phone_hold_call:before {
  content: "\e93c";
}
.icon-thin-0296_phone_call_contact:before {
  content: "\e93d";
}
.icon-thin-0298_address_book_contacts:before {
  content: "\e93e";
}
.icon-thin-0300_address_book_contacts:before {
  content: "\e93f";
}
.icon-thin-0302_sim_card:before {
  content: "\e940";
}
.icon-thin-0304_chat_contact_support_help_conversation:before {
  content: "\e941";
}
.icon-thin-0305_chat_message_discussion_bubble_conversation:before {
  content: "\e942";
}
.icon-thin-0306_chat_message_discussion_bubble_conversation:before {
  content: "\e943";
}
.icon-thin-0307_chat_discussion_yes_no_pro_contra_conversation:before {
  content: "\e944";
}
.icon-thin-0308_support_help:before {
  content: "\e945";
}
.icon-thin-0309_support_help_talk_call:before {
  content: "\e946";
}
.icon-thin-0310_support_help_talk_call:before {
  content: "\e947";
}
.icon-thin-0311_stamp:before {
  content: "\e948";
}
.icon-thin-0313_email_at_sign:before {
  content: "\e949";
}
.icon-thin-0314_email_mail_post_card:before {
  content: "\e94a";
}
.icon-thin-0315_email_mail_post_send:before {
  content: "\e94b";
}
.icon-thin-0316_email_mail_post_open:before {
  content: "\e94c";
}
.icon-thin-0317_send_post_paper_plane:before {
  content: "\e94d";
}
.icon-thin-0318_email_attachment:before {
  content: "\e94e";
}
.icon-thin-0319_email_mail_post_card:before {
  content: "\e94f";
}
.icon-thin-0320_email_mail_post_card_sent_successful:before {
  content: "\e950";
}
.icon-thin-0321_email_mail_post_at:before {
  content: "\e951";
}
.icon-thin-0322_mail_post_box:before {
  content: "\e952";
}
.icon-thin-0345_chip_cpu_64_bit_processor:before {
  content: "\e953";
}
.icon-thin-0347_usb:before {
  content: "\e954";
}
.icon-thin-0348_thunderbolt:before {
  content: "\e955";
}
.icon-thin-0349_usb_connect:before {
  content: "\e956";
}
.icon-thin-0353_wi-fi_wlan_connect_internet:before {
  content: "\e957";
}
.icon-thin-0354_wi-fi_wlan_connect_internet:before {
  content: "\e958";
}
.icon-thin-0355_wi-fi_wlan_router:before {
  content: "\e959";
}
.icon-thin-0357_database_remote:before {
  content: "\e95a";
}
.icon-thin-0358_database_raid:before {
  content: "\e95b";
}
.icon-thin-0359_server_hosting:before {
  content: "\e95c";
}
.icon-thin-0360_network_connection_lan_computers:before {
  content: "\e95d";
}
.icon-thin-0361_network_lan_drives_backup_remote:before {
  content: "\e95e";
}
.icon-thin-0363_network_connection_computer_folder:before {
  content: "\e95f";
}
.icon-thin-0365_network_connection_computers:before {
  content: "\e960";
}
.icon-thin-0369_wi-fi_wlan_connect_internet_signal_antenna:before {
  content: "\e961";
}
.icon-thin-0370_wi-fi_wlan_connect_internet_signal_antenna:before {
  content: "\e962";
}
.icon-thin-0371_bluetooth:before {
  content: "\e963";
}
.icon-thin-0372_connection_wireless:before {
  content: "\e964";
}
.icon-thin-0378_analytics_presentation_statistics_graph:before {
  content: "\e965";
}
.icon-thin-0379_business_suitcase:before {
  content: "\e966";
}
.icon-thin-0381_line_structure_relations_hierarchy:before {
  content: "\e967";
}
.icon-thin-0383_graph_columns_growth_statistics:before {
  content: "\e968";
}
.icon-thin-0385_graph_pie_chart_statistics:before {
  content: "\e969";
}
.icon-thin-0387_tie_business_man:before {
  content: "\e96a";
}
.icon-thin-0392_business_idea:before {
  content: "\e96b";
}
.icon-thin-0412_free:before {
  content: "\e96c";
}
.icon-thin-0437_tag_price_sale:before {
  content: "\e96d";
}
.icon-thin-0438_tag_price_sale_discount:before {
  content: "\e96e";
}
.icon-thin-0439_shopping_cart_basket_store:before {
  content: "\e96f";
}
.icon-thin-0440_shopping_cart_basket_store:before {
  content: "\e970";
}
.icon-thin-0441_full_shopping_cart_basket_store:before {
  content: "\e971";
}
.icon-thin-0444_price_discount_sale_coupon:before {
  content: "\e972";
}
.icon-thin-0449_fragile_shipping_box_delivery:before {
  content: "\e973";
}
.icon-thin-0455_delivery_van_shipping:before {
  content: "\e974";
}
.icon-thin-0456_fragile_delivery_shipping:before {
  content: "\e975";
}
.icon-thin-0459_store_shop_open_nonstop:before {
  content: "\e976";
}
.icon-thin-0460_new:before {
  content: "\e977";
}
.icon-thin-0461_delivery_van_shipping_transport:before {
  content: "\e978";
}
.icon-thin-0462_fast_delivery_van_shipping_transport:before {
  content: "\e979";
}
.icon-thin-0484_gauge_dashboard_full_fuel:before {
  content: "\e97a";
}
.icon-thin-0502_car_brakes_check_safety_danger:before {
  content: "\e97b";
}
.icon-thin-0537_navigation_location_drop_pin_map:before {
  content: "\e97c";
}
.icon-thin-0538_navigation_compass_orientation:before {
  content: "\e97d";
}
.icon-thin-0541_path_way_road_sign:before {
  content: "\e97e";
}
.icon-thin-0543_world_earth_worldwide_location_travel:before {
  content: "\e97f";
}
.icon-thin-0545_map_travel_distance_directions:before {
  content: "\e980";
}
.icon-thin-0547_path_travel_road:before {
  content: "\e981";
}
.icon-thin-0550_attention_error_alert_caution:before {
  content: "\e982";
}
.icon-thin-0551_information_about:before {
  content: "\e983";
}
.icon-thin-0572_down:before {
  content: "\e984";
}
.icon-thin-0573_up:before {
  content: "\e985";
}
.icon-thin-0577_information_desk_support_help:before {
  content: "\e986";
}
.icon-thin-0578_information_office_desk_support_help:before {
  content: "\e987";
}
.icon-thin-0611_microphone_mic_voice_recording:before {
  content: "\e988";
}
.icon-thin-0616_headphones_headset_speaker_beats:before {
  content: "\e989";
}
.icon-thin-0635_anti_virus_protection_shield:before {
  content: "\e98a";
}
.icon-thin-0637_fingerprint_scan_security_access:before {
  content: "\e98b";
}
.icon-thin-0643_camera_video_surveillacance_security:before {
  content: "\e98c";
}
.icon-thin-0645_atm_passcode_keypad_password_access:before {
  content: "\e98d";
}
.icon-thin-0651_star_favorite_rating:before {
  content: "\e98e";
}
.icon-thin-0652_star_favorite_rating:before {
  content: "\e98f";
}
.icon-thin-0653_like_heart_favorite_rating_love:before {
  content: "\e990";
}
.icon-thin-0654_unlike_heart_broken_break_love:before {
  content: "\e991";
}
.icon-thin-0655_like_heart_favorite_rating_love:before {
  content: "\e992";
}
.icon-thin-0657_medal_award_rating_prize_achievement:before {
  content: "\e993";
}
.icon-thin-0658_cup_place_winner_award_prize_achievement:before {
  content: "\e994";
}
.icon-thin-0659_medal_first_place_winner_award_prize_achievement:before {
  content: "\e995";
}
.icon-thin-0660_shape_new_discount:before {
  content: "\e996";
}
.icon-thin-0663_like_thumb_up_vote:before {
  content: "\e997";
}
.icon-thin-0666_award_achievement_prize_medal:before {
  content: "\e998";
}
.icon-thin-0670_diamond_prize_award_jewellery_ring:before {
  content: "\e999";
}
.icon-thin-0699_user_profile_avatar_man_male:before {
  content: "\e99a";
}
.icon-thin-0700_user_profile_avatar_woman_female:before {
  content: "\e99b";
}
.icon-thin-0701_user_profile_avatar_man_male:before {
  content: "\e99c";
}
.icon-thin-0702_user_profile_avatar_woman_female:before {
  content: "\e99d";
}
.icon-thin-0704_users_profile_group_couple_man_woman:before {
  content: "\e99e";
}
.icon-thin-0719_group_users_circle:before {
  content: "\e99f";
}
.icon-thin-0722_profile_user_search_find:before {
  content: "\e9a0";
}
.icon-thin-0730_support_male_phone:before {
  content: "\e9a1";
}
.icon-thin-0731_support_female_phone:before {
  content: "\e9a2";
}
.icon-thin-1036_brain_thinking_mind_knowledge:before {
  content: "\e9a3";
}
.icon-thin-1141_sale_discount_coupon:before {
  content: "\e9a4";
}
.icon-thin-1143_action_discount_coupon:before {
  content: "\e9a5";
}
.icon-thin-1144_reduced_discount_coupon:before {
  content: "\e9a6";
}
.icon-thin-1145_hot_sale:before {
  content: "\e9a7";
}
.icon-thin-1146_support_phone_24_hours:before {
  content: "\e9a8";
}
.icon-thin-1147_support_phone_24_hours:before {
  content: "\e9a9";
}
.icon-thin-1160_new_badge:before {
  content: "\e9aa";
}
.icon-thin-1163_medal_best_winner:before {
  content: "\e9ab";
}
.icon-thin-1164_spotlight:before {
  content: "\e9ac";
}
.icon-thin-1165_medal_winner:before {
  content: "\e9ad";
}
.icon-thin-1166_first_medal_winner_champion:before {
  content: "\e9ae";
}
.icon-thin-1167_medal_war_hero:before {
  content: "\e9af";
}
.icon-thin-1226_information_sign_info:before {
  content: "\e9b0";
}
.icon-thin-1241_door_logout_exit:before {
  content: "\e9b1";
}
.icon-thin-1245_share_sharing:before {
  content: "\e9b2";
}
.icon-thin-1246_download_store_file:before {
  content: "\e9b3";
}

/*!
 * froala_editor v1.2.8 (https://www.froala.com/wysiwyg-editor)
 * License https://www.froala.com/wysiwyg-editor/terms
 * Copyright 2014-2015 Froala Labs
 */
img.fr-fil {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: auto;
  padding: 10px 10px 10px 3px;
  float: left !important;
}
img.fr-fil.fr-dib {
  float: none !important;
  margin-left: 0 !important;
}
img.fr-fir {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: auto;
  padding: 10px 3px 10px 10px;
  float: right !important;
}
img.fr-fir.fr-dib {
  float: none !important;
  margin-right: 0 !important;
}
img.fr-fin {
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: auto;
  float: none;
}
img.fr-fin.fr-dib {
  padding: 10px 0;
}
img.fr-dib {
  vertical-align: top;
  display: block;
}
a.fr-file {
  position: relative;
}
a.fr-file:before {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c6";
  top: 0;
  padding-right: 3px;
}
.froala-view table,
table.fr-tag {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.froala-view table td,
table.fr-tag td {
  border: solid 1px #cccccc;
  padding: 5px;
  vertical-align: top;
}
.froala-view table th,
table.fr-tag th {
  background: #e6e6e6;
  border: solid 1px #cccccc;
  padding: 5px;
  vertical-align: top;
}
.froala-view pre,
pre.fr-tag {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, post millennium */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  border: solid 1px #cccccc;
  background: #fcfcfc;
  padding: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Courier New", Courier, monospace;
}
.froala-view blockquote,
blockquote.fr-tag {
  margin-left: 20px;
  margin-right: 0;
  margin-top: 0;
  padding-left: 20px;
  position: relative;
  font-style: italic;
  border-left: solid 5px #cccccc;
}
.froala-view hr,
hr.fr-tag {
  height: 0px;
  border: 0;
  border-top: solid 1px #cccccc;
  clear: both;
}
.fr-fvn {
  float: none;
  display: block !important;
  text-align: center !important;
}
.fr-fvl {
  float: left;
  margin: 10px 10px 10px 1px;
}
.fr-fvr {
  float: right;
  margin: 10px 1px 10px 10px;
}
.fr-tnv {
  float: none !important;
  margin: auto;
  text-align: center;
  display: block !important;
}
.fr-tnv.fr-fvl {
  text-align: left;
}
.fr-tnv.fr-fvr {
  text-align: right;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

* /*
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

    .owl-carousel .owl-item .timeline-Tweet .timeline-Tweet-media .MediaCard-media .NaturalImage-image {
        height: auto !important;
    }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    line-height: 24px;
    font-weight: 300;
}

hr {
    border: 0;
    height: 1px;
    background-color: #666;
}

h1,
h2,
h3,
h4 {
    line-height: 1.4em;
    font-weight: 300;
    margin: 0;
}

h1,
h2 {
    line-height: 1;
}

.font-h4 {
    text-transform: uppercase;
}

.h1-holder,
.html-wrapper h1 {
    padding-top: 26px;
    margin-bottom: 26px;
}

    .h1-holder h1 {
        display: inline;
    }

    .h1-holder .additional {
        margin-left: 56px;
    }

    .h1-holder a {
        margin-left: 15px;
    }

.combined-header {
    
}

.combined-description {
    padding-bottom: 10px;
}

.combined-item {
    width: calc(50% - 15px);
    float: left;
}

.combined-item img {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin-top: -80px;
}

.combined-item:nth-child(1) {
    padding-right: 15px;
}

.combined-item:nth-child(2) {
    padding-left: 15px;
}

.banners {
    margin: 30px 0 30px 4px;
}

.banners-item {
    width: calc(33% - 10px);
    margin: 0 0 8px 8px;
    float: left;
    background: #fff;
    border: 1px solid #fff;
    position: relative;
    padding-bottom: calc(33% - 22px);
    overflow: hidden;  
}

.banner-right-row {
    float: left;
    width: 100%;
}

.banner-right-row .banners-item {
    margin: 0 8px 8px 0;
    float: right;
}

.banner-right-row .banners-item.banners-item-square {
    width: calc(66% - 8px);
}

.banners-item object {
    pointer-events: none;
}

.banners-item-double, .banners-item-square {
    width: calc(66% - 10px);
}

.banners-item-square {
    padding-bottom: calc(66% - 35px);
}

.banners-item img {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
}

.banners-item-title {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
    font-size: 1.6em;
    color: #333;
    background: #fff;
}

.banners-item-text {
    padding: 25px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 75px);
    overflow: hidden;
    font-size: 16px;
    /*display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;*/ 
}

.banners-item-text span.title {
    font-size: 36px;
    line-height: 36px;
}
.banners-item-text p span {

}

.banners-item-text p {
    font-size: 16px;
}

.banners-jabra {
    background: #fed100;
    color: #333;
}
.banners-grey-jabra {
    background: #f5f6f6;
    color: #333;
}
.banners-grey {
    background: #c5e6e6;
    color: #333;
}
.banners-poly {
    background: #e6411e;
    color: #333;
}
.banners-mitel-dark {
    background: #002856;
    color: #fff;
}
.banners-mitel-light {
    background: #00a1df;
    color: #fff;
}
.banners-fs {
    background: #03a0f9;
    color: #fff;
}
.banners-atlantis {
    background: #102d69;
    color: #fff;
}
.banners-black {
    background: #333;
    color: #fff;
}
.banners-hpe {
    background: #00A883;
    color: #fff;
}                                                              
.banners-yealink {
    background: #08B286;
    color: #fff;
} 

.line-bottom {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-bottom: 15px solid transparent;
    display: none;
}

.banners-item:hover .line-bottom {
    display: block;
}

.line-jabra {
    border-bottom: 15px solid #fed100;
}
.line-grey-jabra {
    border-bottom: 15px solid #f5f6f6;
}
.line-grey {
    border-bottom: 15px solid #c5e6e6;
}
.line-poly {
    border-bottom: 15px solid #e6411e;
}
.line-mitel-dark {
    border-bottom: 15px solid #002856;
}
.line-mitel-light {
    border-bottom: 15px solid #00a1df;
}
.line-fs {
    border-bottom: 15px solid #03a0f9;
}
.line-atlantis {
    border-bottom: 15px solid #102d69;
}
.line-black {
    border-bottom: 15px solid #333;
}

@media (min-width: 640px) and (max-width: 1023px) {
    .banners-item {
        width: calc(50% - 10px);
        padding-bottom: calc(50% - 22px); 
    }
    
    .banners-item-double, .banners-item-square {
        width: calc(100% - 10px);
    }
    
    .banners-item-square {
        padding-bottom: calc(100% - 22px);
    }
}

@media (max-width: 639px) {
    .banners {
        margin-left: 0px;
    }
    
    .banners-item {
        width: 100%;
        padding-bottom: 100%;
        margin: 0 0 8px; 
    }
    .banners-item-double {
        padding-bottom: 48%;
    }
    .banners-jabra {
        padding-bottom: 0;
    }
    
    .banners-jabra .banners-item-text {
        position: relative;
    }
}


.custom-bg {
    background-origin: content-box;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .custom-bg .center {
        position: relative;
        z-index: 1;
    }

    .custom-bg:before {
        background-color: rgba(200,200,200,.5);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto !important;
        z-index: 0;
    }

.above-content .center {
    /*padding-top: 22px;*/
}

.colored-header-desktop {
    position: relative;
    /*border-top: 1px solid #e8e8e8;*/
}

    /*.colored-header-desktop:before {
        box-shadow: inset 0 6px 3px -3px rgba(0,0,0,0.1);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
    } */

.font-lowercase {
    text-transform: lowercase;
}

a {
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

    a:hover {
        /*text-decoration: underline;*/
    }

button {
    outline: none;
}

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

textarea {
    resize: none;
}

sup {
    top: -0.7em;
    font-size: 50%;
}

img {
    max-width: 100%;
}

/* fix FF bug: the border isn't visible when tbody is empty */
tbody:empty {
    display: none;
}

.hide {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.is-hidden {
    opacity: 0;
}

.is-visible {
    opacity: 1;
    transition: all .125s ease-in-out;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

ul.reset,
p.reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-script {
    margin: 0;
}

.content {
    position: relative;
    /*z-index: 1;*/
    /*background: #fafafa;*/
    padding-top: 30px;
    padding-bottom: 50px;
    /*border-top: 1px solid #e8e8e8;*/
}

.center {
    margin: 0 auto;
    max-width: 1400px;
}

    .center:before,
    .center:after {
        content: " ";
        display: table;
    }

    .center:after {
        clear: both;
    }

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn {
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    height: 35px;
    line-height: 34px;
    padding: 0 14px 0 14px;
    text-align: center;
    text-decoration: none;
    /*text-transform: uppercase;*/
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px;
}

    .btn:after {
        content: '';
        display: none;
        width: 27px;
        height: 35px;
        background: url(../files/icons/btn-bg-right-bottom.png) left top no-repeat;
        position: absolute;
        top: 0;
        right: 0;
    }

    .btn .btn-cnt:after {
        content: '';
        display: none;
        ;
        width: 27px;
        height: 35px;
        background: url(../files/icons/btn-arrow-right.png) center center no-repeat;
        position: absolute;
        top: 0;
        right: 0;
    }

.btn-small {
    height: 30px;
    line-height: 28px;
    padding-right: 14px;
}

    .btn-small:after,
    .btn-small .btn-cnt:after {
        display: none;
    }

    .popup-cnt .btn-small {
        height: 35px;
        line-height: 34px;
    }

.btn-medium {
    height: 40px;
    line-height: 38px;
    padding: 0 15px 0 15px;
}

    .btn-medium:after,
    .btn-medium .btn-cnt:after {
        width: 30px;
        height: 40px;
        display: none;
    }

.btn-big {
    /*height: 45px;
    line-height: 43px;
    padding: 0 18px 0 18px;*/
}

    .btn-big:after,
    .btn-big .btn-cnt:after {
        width: 38px;
        height: 45px;
        display: none;
    }

.btn-right {
    float: right;
}

.btn-margin-right {
    margin-right: 15px;
}

a.btn:hover {
    text-decoration: none;
}

.btn.no-icon,
.btn.no-caption {
    padding-right: 14px;
}

.btn-big.no-icon,
.btn-big.no-caption {
    padding-right: 18px;
}

.btn.no-icon:after,
.btn.no-icon .btn-cnt:after,
.btn.no-caption:after,
.btn.no-caption .btn-cnt {
    display: none;
}

.btn-disabled {
    cursor: default;
    pointer-events: none;
    text-shadow: none;
}

.btn.btn-disabled .btn-cnt:after {
    background-image: url(../files/icons/btn-arrow-right-disabled.png);
}

.btn-load-more {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .btn-load-more:after {
        background-image: url(../files/icons/btn-bg-right-top.png);
    }

    .btn-load-more .btn-cnt:after {
        background-image: url(../files/icons/btn-arrow-down.png);
    }

    .btn-load-more.loading {
        cursor: default;
        pointer-events: none;
    }

        .btn-load-more.loading .btn-cnt:after {
            background-image: url(../files/icons/btn-loading.gif);
        }

.btn-back,
.btn-cancel {
    display: inline-block;
    vertical-align: middle;
}

.btn-back {
    border-width: 1px;
    border-style: solid;
    border-color: #929292;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    height: 35px;
    line-height: 34px;
    padding: 0 14px 0 21px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px;
}

    .btn-back:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        content: '';
        background: url(../files/icons/ico-arrow.svg) no-repeat;
        margin-top: -3px;
        position: absolute;
        top: 18px;
        left: 7px;
        height: 6px;
        width: 10px;
        opacity: 0.5; 
    }

    .btn-back .btn-cnt {
        color: #929292;
    }

    .btn-back:hover {
        background: #929292;
    }
    .btn-back:hover .btn-cnt {
        color: #fff;
    }

    .btn-back:hover:before {
        background: url(../files/icons/ico-arrow-white.svg) no-repeat;
        opacity: 1;
    }

    .btn-back:hover,
    .btn-cancel:hover {
        text-decoration: none;
    }

.btn-plus {
    padding: 0 14px 0 40px;
}

    .btn-plus:after {
        background: url(../files/icons/btn-bg-left-bottom.png) right bottom no-repeat;
        left: 0;
    }

    .btn-plus .btn-cnt:after {
        background-image: url(../files/icons/increase.png);
        left: 0;
    }

.btn-show-hide {
    width: 25px;
    height: 25px;
    padding: 0;
}

    .btn-show-hide:after {
        display: none;
    }

    .btn-show-hide:before {
        background-image: url(../files/icons/increase.png);
        margin-top: -5px;
        margin-left: -5px;
        height: 11px;
        width: 10px;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .expanded > .btn-show-hide:before,
    .btn-show-hide.expanded:before {
        background-image: url(../files/icons/decrease.png);
        height: 3px;
        width: 7px;
        margin-top: -1px;
        margin-left: -3px;
    }

.hyp-btn {
    cursor: pointer;
    line-height: 16px;
    vertical-align: top;
}

    .hyp-btn:hover {
        text-decoration: none;
    }

    .hyp-btn:before {
        content: '';
        display: inline-block;
        margin-right: 12px;
        vertical-align: top;
    }

.hyp-clear:before {
    background: url(../files/icons/Atlantis/ico-cart-blue.svg) no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 18px;
}

.hyp-btn-disabled.hyp-clear:before {
    background: url(../files/icons/Atlantis/ico-cart-empty-grey.svg) no-repeat scroll 0 0 transparent;
    opacity: 0.1;
}

.hyp-update:before {
    background: url(../files/icons/Atlantis/ico-update-blue.svg) no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 18px;
    margin-top: 2px;
}

.hyp-btn-disabled.hyp-update:before {
    background: url(../files/icons/Atlantis/ico-update-grey.svg) no-repeat scroll 0 0 transparent;
}

.hyp-wishlist:before {
    background: url(../files/icons/Atlantis/ico-add-favorites-blue.svg) no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 18px;
}

.hyp-btn-disabled.hyp-wishlist:before {
    background: url(../files/icons/Atlantis/ico-add-favorites-grey.svg) no-repeat scroll 0 0 transparent;
}

.hyp-save:before {
    background: url(../files/icons/Atlantis/ico-save-template-blue.svg) no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 18px;
}

.hyp-btn-disabled.hyp-save:before {
    background: url(../files/icons/Atlantis/ico-save-template-grey.svg) no-repeat scroll 0 0 transparent;
}

.hyp-load:before {
    background: url(../files/icons/Atlantis/ico-open-template-blue.svg) no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 18px;
}

.btn-like-link {
    background: none;
    border: none;
}

    .btn-like-link:hover {
        text-decoration: underline;
    }

.btn-white {
    border-width: 1px;
    border-style: solid;
    text-shadow: none;
}

.btn-quote.btn-big.btn-action.btn-disabled {
    color: #e8e8e8;
}

/*          jquery ui menus            */
.ui-button {
    padding: 0;
    margin: 0;
}

.semicolumn {
    width: 60%;
}

.lbl-stock {
    font-weight: normal;
}

.order-box .lbl-stock {
    font-size: 1.2em;
}

/*          flexi controls           */
.html-wrapper {
    word-wrap: break-word;
}

.flow-img-tiles .column {
    margin-bottom: 20px;
}
/*          END flexi controls           */

.tbx {
        position:relative;
}
.tbx input[type=text] + .btn.btn-big {
        margin-top: 5px;
}
.csug {
        list-style-type: none;
        position: absolute;
        top: 35px;
        left: -1px;
        z-index: 100;
        background: #e8e8e8;
        border: 1px solid #e8e8e8;
        padding: 0;
        margin: 0;
        width: 100%;
}
.csug .csug-item {
        height: 50px;
        padding: 3px;       
}
.csug .csug-item:hover {
        background: #fff;
        cursor: pointer;
}
.csug .csug-item .csug-logo {
        float:left;
}
.csug .csug-item .name {
        display: table;
        padding-left: 10px;
        font-weight: bold;
}
.csug .csug-item .domain {
        display: table;
        padding-left: 10px;
}

/*          text boxes           */
.tbx,
.tar {
    /*border-bottom-width: 1px;
    border-bottom-style: solid;*/
    border-radius: 2px;
    position: relative;
}

    .tbx input,
    .tar textarea {
        display: block;
        border: 1px solid #e8e8e8;
        background: transparent;
        box-sizing: border-box;
        border-radius: 3px;
        width: 100%;
        outline: none;
        padding: 0px 14px;
    }

    .tbx input:hover,
    .tar textarea:hover,
    .tbx input:focus,
    .tar textarea:focus {
        border: 1px solid #03a0f9;
    }

    .tbx input {
        height: 35px;
    }

.tbx-small input {
    height: 27px;
}

.tar textarea {
    height: 75px;
    padding-top: 4px;
    padding-bottom: 4px;
}

::-webkit-input-placeholder {
    /*font-style: italic;*/
}

::-moz-placeholder {
    /*font-style: italic;*/
}

:-ms-input-placeholder {
    /*font-style: italic;*/
}

.tbx-date {
    /*padding-right: 19px;*/
}

    .tbx-date:after {
        background: url(../files/icons/Atlantis/ico-calendar.svg);
        content: '';
        position: absolute;
        top: 50%;
        right: 11px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    .tbx-date button {
        display: none;
    }

.tbx-search input {
    height: 39px;
}

.tbx-search:after {
    
    background: url(../files/icons/Atlantis/ico-search-gray.svg) center center no-repeat;
    content: '';
    width: 18px;
    position: absolute;
    top: 11px;
    right: 13px;
    bottom: 0;
    height: 18px;
}

.arrow-blue,
.arrow-grey,
.arrow-black,
.arrow-red {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

    .arrow-blue:before,
    .arrow-grey:before,
    .arrow-black:before,
    .arrow-red:before {
        background: url('../files/icons/ico-arrow-blue.svg');
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0px;
        margin: auto;
        height: 6px;
        width: 10px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotateZ(-90deg);        
    }

    .arrow-blue:before {
        color: #1f7bc9;
    }

    .arrow-grey:before {
        color: #b2b2b2;
    }

    .arrow-black:before {
        color: #000;
    }

    .arrow-red:before {
        /*color: #cb2245;*/
    }

    .basket-summary .arrow-blue {
        padding-left: 31px;
        /*color: #333;*/
    }

    .basket-summary .arrow-blue:before {
        background: url(../files/icons/Atlantis/ico-cart-check.svg);
        content: '';
        position: absolute;
        top: 3px;
        right: auto;
        width: 18px;
        height: 18px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotateZ(0deg);
    }

.sign-plus,
.sign-minus {
    padding-left: 10px;
    position: relative;
}

    .sign-plus:before {
        content: '+';
        display: inline;
        position: absolute;
        left: 0;
    }

    .sign-minus:before {
        content: '-';
        display: inline;
        position: absolute;
        left: 0;
    }

.icon-status {
    line-height: 1;
}

    .icon-status:before {
        display: inline-block;
        font-size: 1.4em;
        font-weight: normal;
    }

    .icon-status .text-status {
        display: none;
    }

.ui-touch-device .icon-status .text-status {
    display: inline;
    margin-left: 5px;
}

.hyp-print-preview, .hyp-read-description, .hyp-account {
    margin-top: 20px;
    padding-left: 28px;
}

.hyp-print-preview:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../files/icons/Atlantis/ico-print-blue.svg);
    height: 16px;
    width: 16px;
}

.hyp-read-description:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../files/icons/Atlantis/ico-notes-blue.svg);
    height: 16px;
    width: 12px;
}

.hyp-account:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../files/icons/Atlantis/ico-this-blue.svg);
    height: 12px;
    width: 16px;
}

.hyp-view {
    padding-left: 28px;
    position: relative;
}

.hyp-view:before {
    background: url(../files/icons/Atlantis/ico-product-page-blue.svg);
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 14px;
    height: 14px;
}

.hyp-remove {
    padding-left: 28px !important;
    position: relative;
}

.hyp-remove:before {
    background: url(../files/icons/Atlantis/ico-trash-can-blue.svg);
    content: '';
    position: absolute;
    top: 1px;
    left: 0px;
    width: 14px;
    height: 15px;
}

.hyp-edit {
    padding-left: 18px;
    position: relative;
}

.hyp-edit:before {
    background: url(../files/icons/Atlantis/ico-edit-blue.svg);
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    width: 14px;
    height: 14px;
}

.sign-plus-new {
    padding-left: 26px;
    position: relative;
}

.sign-plus-new:before {
    background: url(../files/icons/Atlantis/ico-search-blue.svg);
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 14px;
    height: 14px;
}

.hyp-tell-a-friend, .hyp-volume-prices, .hyp-add-to-wishlist {
    padding-left: 28px;
}

.hyp-tell-a-friend:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../files/icons/Atlantis/ico-info-blue.svg);
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
}

.hyp-volume-prices:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../files/icons/Atlantis/ico-discount-blue.svg);
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 15px;
    height: 12px;
}

.hyp-add-to-wishlist:before {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../files/icons/Atlantis/ico-add-favorites-blue.svg);
    content: '';
    position: absolute;
    top: 3px;
    left: 0px;
    width: 13px;
    height: 13px;
}





/*          START file uploader         */
.uploader {
    box-sizing: border-box;
    position: relative;
    padding: 15px 0;
    text-align: center;
    line-height: normal;
    border-width: 2px;
    border-style: dashed;
    -webkit-transition: border-color .15s ease-in-out, background .15s linear;
    transition: border-color .15s ease-in-out, background .15s linear;
}

.uploader-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

    .uploader-file + label {
        max-width: 80%;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
    }

    .uploader-file:focus + label {
        outline: 1px dotted #000;
        outline: -webkit-focus-ring-color auto 5px;
    }

.uploader-cancel {
    display: none;
    margin-left: 10px;
}

.is-files-selected .uploader-cancel {
    display: inline;
}
/*          END file uploader         */

/*          jquery ui menus            */
.ui-menu .ui-menu-item {
    list-style: none;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
    background-color: 
}


/*          loading indicator            */
.loading-indicator {
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    display: none;
    text-align: center;
}

.main-loading {
    padding: 20px;
    position: fixed;
    margin-left: -100px;
    margin-top: -50px;
    top: 50%;
    left: 50%;
    width: 150px;
    z-index: 1000004;
}

.inline-loading-indicator {
    text-align: center;
}

    .inline-loading-indicator img {
        margin-right: 10px;
        vertical-align: middle;
    }

/*          grids           */
.gvi {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 20px;
    width: 100%;
}

    .gvi td {
        border-width: 0 0 1px 0;
        border-style: solid;
        padding: 9px 5px;
    }

    .gvi th {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        font-weight: normal;
        padding: 9px 5px;
        white-space: nowrap;
    }

    .gvi .title {
        font-weight: normal;
    }

    .gvi .product-title-super {
        text-transform: uppercase;
    }

.action-links {
    margin-top: 10px;
}

    .action-links .hyp {
        line-height: 20px;
    }

        .action-links .hyp + .hyp {
            margin-left: 23px;
            padding-left: 23px;
        }

.inner-row td {
    border: none;
}

.upper-row td {
    border-width: 1px 0 0 0;
}

.gvi-name-value td {
    padding: 5px;
    vertical-align: top;
}

.gvi-name-value .name {
    width: 35%;
}

.gvi-represent .customer-name {
    font-weight: normal;
}

.responsive-table td:before {
    display: none;
}

/*          product tile            */
.product-tile {
    display: table;
    width: 100%;
}

    .product-tile .product-img {
        display: table-cell;
        padding-right: 10px;
        vertical-align: top;
        width: 75px;
    }

    .product-tile .hyp-thumbnail {
        height: 64px;
        width: 64px;
    }

    .product-tile .product-info {
        display: table-cell;
        vertical-align: top;
    }

    .product-tile .product-description {
        margin-bottom: 13px;
    }

    .product-tile .product-title {
        display: inline-block;
        font-weight: 600;
        line-height: 16px;
    }

    .product-tile .prices {
        display: block;
        margin-bottom: 7px;
    }

    .product-tile .lbl-price {
        font-weight: normal;
    }

    .product-tile .msg-not-available {
        line-height: 35px;
    }

    .product-tile .product-attributes .value:not(:last-child):after {
        content: ' | ';
    }

    .product-tile .product-attributes {
        padding-right: 25px;
    }

    .product-tile .product-id + .stock-indication {
        margin-left: 17px;
        padding-left: 17px;
    }

.products-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px -10px;
}

    .products-flow .product-tile {
        box-sizing: border-box;
        padding: 0 10px;
        margin: 20px 0;
    }

.products-group {
    padding-bottom: 15px;
}

    .products-group + .products-group {
        margin-top: 25px;
    }

/*          START header             */
header {
    position: relative;
    z-index: 1000;
}

.top-header {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    margin: 0 auto;
    position: relative;
    top: 0px;
    right: 0px;
    background-color: #fafafa;
    border-bottom: 1px solid #f8f8f8;
    z-index: 3;          
}

.top-header-in {
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.top-action {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.top-info {
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
}    

.top-info.phone-icon:before {
    background: url('../files/icons/Atlantis/ico-phone.svg');
    content: '';
    display: inline-block;
    margin-right: 9px;
    height: 18px;
    width: 16px;
    vertical-align: middle;
}

.top-hyp {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    vertical-align: top;
    padding: 0 15px;
}

.top-dropdown {
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent;
    display: inline-block;
    height: 20px;
    position: relative;
    line-height: 20px;
    vertical-align: top;
    white-space: normal;
    z-index: 14;
    margin-top: 8px;
}

    .top-dropdown:hover {
        margin-top: 0;
        margin-bottom: 0;
        height: 35px;
        border-width: 0 1px;
    }

    .top-dropdown .summary {
        border-width: 1px;
        border-style: solid;
        display: none;
        position: absolute;
        top: 100%;
        z-index: 11;
    }

    .top-dropdown:hover .summary {
        display: block;
    }

    .top-dropdown .opener {
        background: transparent;
        height: 100%;
        padding-bottom: 1px;
        cursor: pointer;
    }

    .top-dropdown .summary .logout a {
        padding-left: 20px;
    }
    
    .top-dropdown .summary .logout a:before {
        height: 16px;
        width: 16px;
        top: -1px;
        background: url('../files/icons/Atlantis/ico-exit-blue.svg');
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    
.opener {
    position: relative;
}

    /*.opener:after {
        background: url('../files/icons/ico-arrow.svg');
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        margin: auto;
        height: 6px;
        width: 10px;
        transition: all 0.4s ease;
    }*/
    
    .opener.expanded:after {
        transform: rotateZ(-180deg);
    }

.middle-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 63px;
    margin: 0px auto;
    max-width: 1400px;
    z-index: 2;
}

.middle-header-in {
    width: calc(100% - 110px);
    margin-top: 20px;
}

.sticky-mode .middle-header-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    margin-top: 0px;
}

.bottom-header {
    z-index: 1;
    float: left;
}

/*           language            */
.language {
    
}

.language.top-dropdown .opener {
    width: 50px;
    height: 36px;
    margin-top: -8px;
}

.language.top-dropdown:hover .opener {
    height: 35px;
    z-index: 12;
    margin-top: 0px;
}
    
    .language.top-dropdown .opener .flag {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 17px;
        width: 16px;
    }

.language.top-dropdown .summary {
    /*padding-top: 4px;*/
    left: -1px;
    overflow-y: auto;
    min-width: 127px;
}

.language.top-dropdown.state-to-left .summary {
    left: auto;
    right: -1px;
}

.language.top-dropdown .summary .flag {
    margin-right: 13px;
    width: 16px;
}

.language .hyp {
    display: block;
    padding: 0 30px 0 18px;
    line-height: 40px;
    white-space: nowrap;
}

    .language .hyp:hover {
        text-decoration: none;
    }

.selected-language {
    display: none;
}

/*          login            */
.login .person {
    margin-left: 17px;
    margin-right: 55px;
    vertical-align: middle;
}

.login:hover .person {
    padding-top: 7px;
}

.login .user-name {
    font-weight: normal;
}

.login .opener {
    min-width: 50px;
    height: 35px;
    margin-top: -8px;
}

.login:hover .opener {
    height: 35px;
    margin-top: 0px;
    z-index: 12;
}

    .login .opener:before {
        background: url('../files/icons/Atlantis/ico-persona.svg');
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 17px;
        margin: auto;
        height: 18px;
        width: 18px;
        vertical-align: middle;
    }

.login.impersonated .opener {
    width: 218px;
}

.impersonated .opener:before {
    background: url('../files/icons/login-blue.png');
}

.login.top-dropdown .summary {
    right: -1px;
    width: 218px;
}

.login .hyp {
    display: block;
    padding-left: 20px;
    line-height: 40px;
}

    .login .hyp:hover {
        text-decoration: none;
    }

.welcome {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 37px;
    margin: 0 20px 5px;
}

.stop-representing {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin: 0 20px;
}

.logout {
    border-top-width: 1px;
    border-top-style: solid;
    line-height: 43px;
    margin: 5px 20px 0;
}

.login-title {
    display: none;
}

/*          logo            */
.logo {
    width: 110px;
    position: relative;
    z-index: 2;
}

    .logo a {
        display: block;
        line-height: 0;
    }

/*          search           */
.search {
    position: absolute;
    margin: 10px 10px 0;
    right: 0;
}

.btn-search {
    border-radius: 0;
    position: absolute;
    right: 0;
    vertical-align: middle;
    top: 0px;
    height: 41px;
    background: transparent;
    display: block;
    color: #fff;
    min-width: 48px;
}

.sana-full-height-slider .btn-search,
.sana-full-height-slider .searchbox .btn-cnt {
    color: #fff;
}

.sana-full-height-slider .btn-search, .sana-full-height-slider .searchbox .btn-cnt {
    color: #fff;
}

.sana-full-height-slider .btn-search:hover {
    
}

.sana-full-height-slider .btn-search:before,
.btn-search:before, .btn-search:hover:before
 {
    background: url(../files/icons/Atlantis/ico-search-white.svg);
    content: '';
    display: inline-block;
    margin-top: 11px;
    margin-bottom: 11px;
    height: 18px;
    width: 18px;
}

.search-wrapper {
    position: relative;
    /*padding-right: 55px;*/
}

.tbx-main-search {
    overflow: hidden;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

    .tbx-main-search input {
        height: 41px;
        padding: 0 41px 0 14px;
        width: 315px;
    }

.search .search-wrapper .btn-search .btn-cnt {
        display: none;
    }
    
.suggest-item {
    display: table;
    line-height: normal;
    padding: 7px 0;
    width: 100%;
}

    .suggest-item > span {
        display: table-cell;
        vertical-align: middle;
    }

.suggest-img {
    width: 50px;
}

    .suggest-img img {
        height: 40px;
        width: 40px;
    }

.suggest-title-id {
    display: block;
}

/*          suggestions button           */
.btn.btn-suggestions-top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 5px;
    padding: 0;
    height: 44px;
    width: 44px;
}

    .btn.btn-suggestions-top .btn-cnt {
        display: none;
    }

        .btn.btn-suggestions-top:after,
        .btn.btn-suggestions-top .btn-cnt:after {
            display: none;
        }

    .btn.btn-suggestions-top:before {
        background-image: url('../files/icons/Atlantis/magic-grey.png');
        content: '';
        display: inline-block;
        margin-top: 11px;
        height: 20px;
        width: 20px;
    }

/*          basket           */
.basket {
    display: inline-block;
    position: relative;
    height: 35px;
    vertical-align: top;
    white-space: normal;
}

.over-summary {
    background: transparent;
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 10px 0 38px;
    position: relative;
    height: 36px;
    line-height: 35px;
}

    .over-summary .hyp {
        box-sizing: border-box;
        text-decoration: none;
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

        .over-summary .hyp:before {
            background: url(../files/icons/Atlantis/ico-cart-full.svg) no-repeat scroll 0 0 transparent;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 9px;
            margin: auto;
            height: 18px;
            width: 18px;
        }
        
        .over-summary.is-empty .hyp:before {
            background: url(../files/icons/Atlantis/ico-cart-empty-grey.svg) no-repeat scroll 0 0 transparent;
            opacity: 0.25;
        }

.basket:hover .over-summary:not(.is-empty) {
    z-index: 6;
}

.basket-loading {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 15px 20px;
    width: 200px;
    z-index: 2;
}

.summary-footer {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    table-layout: fixed;
}

    .summary-footer.panel-footer > div {
        padding: 17px 0;
    }

    .summary-footer .value-total {
        float: right;
    }

/*          basket modal popup            */
.basket-summary {
    border-width: 1px;
    border-style: solid;
    display: none;
    overflow-y: auto;
    position: absolute;
    padding: 0 14px 11px 16px;
    top: 100%;
    right: 0;
    width: 318px;
    z-index: 5;
}

    .basket-summary .products-list {
        display: table;
        border-collapse: collapse;
        width: 100%;
    }

.basket:hover .basket-summary {
    display: block;
}

.summary-title {
    margin: 15px 0;
    text-transform: uppercase;
}

    .summary-title.alt,
    .just-added .summary-title.main {
        display: none;
    }

.just-added .summary-title.alt {
    display: block;
}

.qty-price {
    text-align: right;
}

.added-product {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

    .added-product .quantity {
        float: left;
    }

    .added-product .product-description {
        margin-bottom: 0;
    }

    .added-product .product-img,
    .added-product .product-info {
        padding: 15px 0;
    }

    .added-product .variant-title {
        line-height: 1.6;
    }

    .added-product .lbl-price {
        font-size: inherit !important;
        font-weight: normal;
    }

/*          START header sticky mode            */
header.sticky-mode {
    -webkit-transition: top .1s ease-out;
    transition: top .1s ease-out;
    border-width: 1px 0;
    border-style: solid;
    top: 0;
    height: 40px;
    width: 100%;
    position: fixed;
}

    header.sticky-mode .nav-opener-wrapper{
        display: block;
        margin-top: -3px;
    }
    
    header.sticky-mode.nav-is-opened .nav-opener-wrapper:before {
        /*background: #000;
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        opacity: 0.3;
        height: 99999px;*/
    }
    
    header.sticky-mode .header-blocks-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    header.sticky-mode.animate {
        top: 0;
    }

    header.sticky-mode nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    header.sticky-mode .nav-list-root {
        padding: 11px 0;
        width: 25%;
    }

    header.sticky-mode .nav-type-simple {
        /*overflow-x: hidden;*/
    }

        header.sticky-mode .nav-type-simple .nav-list-wrapper {
            /*overflow-x: hidden;*/
            /*overflow-y: scroll;*/
            margin-right: -17px;
        }

    header.sticky-mode .nav-type-multi .nav-list-root {
        /*overflow-x: hidden;*/
        overflow-y: auto;
    }

    header.sticky-mode .nav-wrapper {
        top: 0;
        right: 0;
        min-height: 100%;
        margin-left: 1px;
        /*overflow-x: hidden;*/
        overflow-y: auto;
        width: 75%;
    }

    header.sticky-mode .btn-search {
        height: 32px;
        margin-top: 2px;
        line-height: 31px;
    }

    header.sticky-mode .btn-search:before {
       margin-top: 6px;
       margin-bottom: 6px;
    }

    header.sticky-mode .nav-item-block {
        width: auto;
    }

    header.sticky-mode .nav-lvl-2 {
        table-layout: fixed;
    }

    header.sticky-mode .img-in-row {
        display: none;
    }

    header.sticky-mode .bottom-header {
        position: static;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
    }

    header.sticky-mode .middle-header {
        -ms-flex-pack: distribute;
        justify-content: flex-start;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: -1px 0 0;
        padding: 0;
        min-height: inherit;
    }

    header.sticky-mode .top-header {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        width: auto;
    }

    header.sticky-mode .basket-summary-holder {
        min-width: 65px;
    }

    header.sticky-mode .bottom-header > .center {
        padding: 0;
    }

    header.sticky-mode .top-info {
        display: none;
    }
    
    header.sticky-mode .search {
        margin: 0 5px;
        position: relative;
        min-width: 230px;
    }
    
    header.sticky-mode .logo {
        margin: 0 20px;
    }
    
        header.sticky-mode .logo img {
            max-height: 32px;
        }
    
    header.sticky-mode .top-dropdown {
        height: 35px;
    }

    header.sticky-mode .top-dropdown .opener {
        margin-top: -6px;
    }
    
    header.sticky-mode .login .opener {
        height: 36px;
    }
    
    header.sticky-mode .login:hover .opener {
        height: 36px;
        margin-top: 0px;
        z-index: 12;
    }
    
        header.sticky-mode .top-dropdown:hover,
        header.sticky-mode .top-dropdown:hover .opener {
            height: 40px;
        }

    header.sticky-mode .language {
        border-right-color: transparent;
    }

    header.sticky-mode .login {
        border-left-color: transparent;
    }

        header.sticky-mode .login .person {
            display: none;
        }

        header.sticky-mode .login.impersonated .opener {
            width: auto;
        }

    header.sticky-mode .stop-representing {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    header.sticky-mode .basket {
        height: 40px;
    }
    
    header.sticky-mode .over-summary {
        height: 41px;
    }

    header.sticky-mode .over-summary .hyp {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 3px;
    }

        header.sticky-mode .over-summary .hyp:before {
            display: inline-block;
            position: static;
            vertical-align: middle;
        }

    header.sticky-mode .over-summary .over-summary-number {
        display: inline-block;
        margin-left: 3px;
        vertical-align: middle;
    }

    header.sticky-mode .over-summary.is-empty .over-summary-number,
    header.sticky-mode .over-summary .over-summary-lbl {
        display: none;
    }

    header.sticky-mode.nav-is-opened nav {
        display: block;
        border-top: 1px solid #e8e8e8;
        background: #fff;
    }

    header.sticky-mode .bottom-header .nav-list-root {
        min-height: 440px;
        max-height: 100%;    
    }
    
    header.sticky-mode .bottom-header .nav-list-root,
    header.sticky-mode .bottom-header .nav-item-root {
        float: none;
    }
    
    header.sticky-mode .bottom-header .nav-item-root {
        position: relative;
    }
    
    header.sticky-mode .nav-item-root .hyp-top-lvl {
        border-width: 0;
        /*margin-right: -1px;*/
        line-height: 20px;
        padding-top: 10px;
        padding-right: 26px;
        padding-bottom: 10px;
    }

    header.sticky-mode .nav-list-sub {
        margin-top: 0;
        top: 0;
        left: 100%;
        padding: 11px 0;
    }

    header.sticky-mode .nav-list-root .nav-list-sub {
        top: -1px;
        /*min-height: max-content;*/
    }

    header.sticky-mode .nav-list-root .nav-item-root > .nav-list-sub {
        top: -12px;
    }

    header.sticky-mode .top-hyp {
        display: none;
    }
/*          END header sticky mode            */

/* START general top navigation */
nav {
    /*position: relative;*/
}

    nav .hyp-top-lvl {
        /*text-transform: uppercase;*/
        text-decoration: none;
    }

.nav-item.selected .hyp-top-lvl span {
    position: relative;
}

    .nav-item.selected .hyp-top-lvl span:after {
        content: '';
        position: absolute;
        height: 3px;
        bottom: -6px;
        left: -6px;
        right: -6px;
    }

    header.sticky-mode .nav-item.selected .hyp-top-lvl span:after {
        display: none;
    }

nav .nav-item-root > .has-children {
    padding-right: 26px !important;
}

nav .nav-item-root > .has-children:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    content: '';
    background: url(../files/icons/ico-arrow.svg) no-repeat;
    margin-top: -3px;
    position: absolute;
    top: 30px;
    right: 7px;
    height: 6px;
    width: 10px;
    /*opacity: 0.4;*/
    transition: all 0.4s ease;
}

.nav-item-root.hover > .has-children:after { 
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotateZ(-180deg);
}

.nav-item-root.hover .hyp-top-lvl {
    background: #fff;
}

.nav-item-root.hover .hyp-top-lvl span {
    color: #03a0f9;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.sticky-mode .hyp-top-lvl.has-children:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 20px;
    height: 7px;
    width: 11px;
    opacity: 0.4;
}

.nav-opener-wrapper {
    border-width: 0 1px;
    border-style: solid;
    height: 43px;
    width: 45px;
}

.nav-opener {
    cursor: pointer;
    position: absolute;
    height: 43px;
    width: 41px;
    z-index: 10;
}

.nav-is-opened .nav-opener {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.nav-opener:before {
    background: url('../files/icons/Atlantis/ico-menu.svg') no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 17px;
    left: 9px;
    height: 17px;
    width: 22px;
}

.nav-opener:after {
    background: url('../files/icons/Atlantis/ico-cancel.svg') no-repeat -9999px -9999px;
    content: '';
    position: absolute;
    top: 17px;
    left: 13px;
    height: 15px;
    width: 15px;
}

.nav-is-closed .nav-opener:before,
.nav-is-opened .nav-opener:after {
    background-position: 0 0;
}

.nav-is-opened nav {
    display: block;
}

.bottom-header .nav-list-root,
.bottom-header .nav-item-root {
    float: left;
}

.nav-item-root .hyp-top-lvl {
    padding: 0 16px;
    position: relative;
    display: block;
    line-height: 60px;
    z-index: 4;
    font-weight: 300;
}

.nav-item-root.hover .hyp-top-lvl {
    z-index: 6;
}
/* END general top navigation */

/* START multi dropdown navigation */
.nav-wrapper {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    padding: 27px 0 22px 0;
    z-index: 5;
}

header:not(.sticky-mode) .nav-wrapper {
    max-height: none !important;
}

.nav-item-block {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 10px 0 30px;
    vertical-align: top;
    height: 100%;
    width: 20%;
}

.view-more-visible .nav-item-block {
    padding-bottom: 30px;
}

.nav-lvl-2 {
    display: table;
    width: 100%;
}

    .nav-lvl-2 .wrapper {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .nav-lvl-2 .separator {
        display: none;
    }

.nav-lvl-3 .hyp {
    line-height: 30px;
}

.nav-more {
    position: absolute;
    line-height: 24px;
    bottom: -24px;
    width: 100%;
}

    .nav-more a {
        width: 100%;
        vertical-align: bottom;
    }

.separator + .nav-item-block,
.separator + .img-in-row {
    border-left-width: 1px;
    border-left-style: solid;
}

.img-in-row {
    box-sizing: border-box;
    display: table-cell;
    text-align: right;
    line-height: 0;
    padding-right: 20px;
    padding-left: 10px;
    vertical-align: bottom;
}

    .img-in-row.push-right-bottom .wrapper {
        height: inherit;
    }

        .img-in-row.push-right-bottom .wrapper img {
            margin-right: -20px;
            margin-bottom: -22px;
        }

    .img-in-row.size-original img {
        max-width: inherit;
    }

    .img-in-row.size-adapt img {
        width: 100%;
    }

    .img-in-row img.not-handled {
        width: 0;
    }
/* END multi dropdown navigation */

/* START simple dropdown navigation */
.nav-list-sub {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    display: none;
    position: absolute;
    left: 0;
    width: calc(100% - 2px);
    z-index: 5;
    padding: 15px 0;
    min-height: 440px;
    max-height: 100%;
    background-color: #f8f8f8;
}

header.sticky-mode .nav-list-sub {
    display: block;
}

.state-to-left .nav-list-sub {
    right: 0;
}                  

.nav-list-sub .nav-list-sub {
    padding: 15px 0;
    top: -1px;
    left: 25%;
    width: 75%;
    background-color: #fff;
}

.nav-list-sub .nav-list-sub .nav-list-sub {
    z-index: 11;
}

header.sticky-mode .nav-list-sub .nav-list-sub {
    background-color: #fff;
}

.state-to-left .nav-list-sub .nav-list-sub {
    left: auto;
    right: 100%;
}

nav .nav-item-sub .hyp {
    font-size: 15px;
}

nav .nav-item-sub .hyp:hover {
    color: #03a0f9;
}

.nav-item-sub {
    /*position: relative;
    padding-left: 30px;*/
}

    .nav-item-sub .hyp {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 5px;
        text-decoration: none;
        position: relative;
        z-index: 10;
    }

.nav-list-sub .nav-item-sub:first-child .nav-list-sub {
    /*display: block;*/
}

header.sticky-mode .nav-list-sub .nav-item-sub .nav-list-sub {
    display: none;
}

header.sticky-mode .nav-list-sub .nav-item-sub.hover .nav-list-sub {
    display: block;
}

.nav-type-simple .nav-item-root {
    /*position: relative;*/
}

.nav-list-root > .nav-item-root > .nav-list-sub > .nav-item-sub {
    width: 25%;
}

.sticky-mode .nav-list-root > .nav-item-root > .nav-list-sub > .nav-item-sub {
    width: 100%;
}

.nav-item-sub .arrow-grey:before {
    display: none;
}
.nav-list-root > .nav-item-root > .nav-list-sub > .nav-item-sub > .arrow-grey.has-children:before {
    content: '';
    background: url(../files/icons/ico-arrow.svg) no-repeat;
    left: initial;
    right: 15px;
    display: block;
    width: 11px;
    height: 11px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0.4;
}

/* END simple dropdown navigation */
/*          END header            */



/* footer */
footer .font-h4 {
    display: block;
    line-height: 1.4em;
    padding-bottom: 12px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .top {
    padding-top: 40px;
    padding-bottom: 25px;
}

footer .bottom {
    padding-top: 20px;
    padding-bottom: 38px;
}

/*          sitemap          */
.sitemap-nav li {
    float: left;
    padding-right: 13px;
    width: 120px;
}

/*          bottom footer          */
.footer-nav {
    text-align: right;
}

    .footer-nav .hyp {
        display: inline-block;
        padding-left: 15px;
        text-decoration: none;
    }

/*          footer address          */
.footer-address {
    display: table-cell;
    width: 33%;
}

/*          newsletter          */
.newsletter {
    display: table-cell;
    width: 33%;
}

.tbx-email-newsletter {
    margin-right: 5px;
}

.newsletter-line {
    display: table;
    margin-top: 12px;
    width: 100%;
}

    .newsletter-line li {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

/*          price         */
.lbl-price {
    white-space: nowrap;
}

.list-price {
    margin-right: 20px;
    text-decoration: line-through;
    white-space: nowrap;
}


/* columns layout */
.columns-general {
    box-sizing: border-box;
    display: table;
    table-layout: fixed;
    padding: 12px 0;
    height: 100%;
    width: 100%;
}

    .columns-general > .column {
        box-sizing: border-box;
        display: table-cell;
        padding: 0 15px;
        height: 100%;
        outline: none;
        vertical-align: top;
    }

    .columns-general.divided {
        width: 108%;
        margin: 0 -15px;
    }

        .columns-general.divided > .column {
            padding: 0 3.7%;
        }

    .columns-general.compact {
        /*width: 104.4%;
        margin: 0 -2.3%;*/
    }

        .columns-general.compact > .column {
            padding: 0 2.2%;
            width: auto;
        }

        .columns-general.compact > .wide {
            width: 68%;
        }

    .columns-general > .column60 {
        width: 60%;
    }

    .columns-general.rtl {
        direction: rtl;
    }

        .columns-general.rtl > .column {
            direction: ltr;
        }

.column > .wrapper {
    padding: 12px 0;
}

.columns-general > .column.column-inline,
.columns-general > .column.column-inline + .column {
    display: block;
}
/* END columns layout */

/* blocks layout */
.blocks-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.blocks-row-item {
    box-sizing: border-box;
    outline: none;
    padding: 0 15px;
}
/* END blocks layout */

.l-columns {
    display: flex;
    align-content: center;
    justify-content: space-between;
}


/* forms general styles */

form label {
    line-height: normal;
}

.form-holder {
    padding-top: 18px;
}

.form-row,
.form-button {
    margin-bottom: 15px;
}

.form-button {
    margin-top: 5px;
    margin-bottom: 30px;
}

    .form-row .control {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

    .form-row .label,
    .form-row .field {
        display: table-cell;
        vertical-align: middle;
    }

    .form-row .label {
        width: 36%;
        padding-right: 3%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.row-comment .label {
    vertical-align: top;
    padding-top: 5px;
}

.validation {
    margin: 0;
}

.form-row .validation,
.form-row .description,
.form-button {
    padding-left: 36%;
    margin-top: 0px;
}

.row-under-columns {
    margin-top: -12px;
    padding-left: 21%;
}

.field-validation-valid {
    display: none;
}

.form-row .field-validation-error,
.form-row .feedback-message {
    display: block;
    line-height: 12px;
    padding: 4px 0px 4px 22px;
    margin-top: 4px;
}

.form-row .field-validation-error {
    white-space: nowrap;
    position: relative;
    background: none;
}

.form-row .field-validation-error:before {
    position: absolute;
    content: '';
    background: url(../files/icons/Atlantis/ico-alert-red.svg) no-repeat;
    left: 0px;
    top: 3px;
    display: block;
    width: 18px;
    height: 18px;
}

.form-row .feedback-message {
    position: relative;
}

.form-row .feedback-message:before {
    background: url('../files/icons/Atlantis/ico-information.svg');
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    margin: auto;
    height: 14px;
    width: 14px;
}

.msg-not-available {
    font-weight: normal;
    text-transform: lowercase;
    white-space: nowrap;
}

.form-row .in-line {
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

    .form-row .in-line.left-part {
        width: 48%;
    }

.form-inline {
    display: inline-block;
    vertical-align: middle;
}

/*          message blocks          */
.msg-block {
    /*font-style: italic;*/
    margin: 45px 0;
    line-height: 45px;
    text-align: center;
}

.msg-block-error,
.validation-summary-errors,
.msg-block-confirm,
.msg-block-info,
.msg-block-alert {
    position: relative;
    margin: 20px 0;
    padding: 15px 20px 15px 36px;
    line-height: normal;
}

    .msg-block-error:before,
    .validation-summary-errors:before,
    .msg-block-confirm:before,
    .msg-block-info:before,
    .msg-block-alert:before,
    .msg-text-alert:before {
        content: '';
        position: absolute;
    }

    .msg-block-error:before,
    .validation-summary-errors:before {
        background: url(../files/icons/error.png);
        top: 18px;
        left: 10px;
        height: 12px;
        width: 12px;
    }

    .msg-block-confirm:before {
        background: url(../files/icons/msg-confirm.png);
        top: 15px;
        left: 9px;
        height: 16px;
        width: 14px;
    }

    .msg-block-info:before {
        background: url(../files/icons/msg-info.png);
        top: 16px;
        left: 12px;
        height: 16px;
        width: 8px;
    }

    .msg-block-alert:before {
        background: url(../files/icons/msg-alert.png);
        top: 15px;
        left: 13px;
        height: 14px;
        width: 5px;
    }

.msg-text-alert:before {
    background: url(../files/icons/msg-alert.png);
    top: 50%;
    left: 13px;
    margin-top: -7px;
    height: 14px;
    width: 5px;
}

.msg-block-error ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.validation-summary-errors ul {
    display: none;
}

.msg-text-alert {
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 25px;
    margin: 8px;
    white-space: nowrap;
}



.ifrm {
    padding: 5px;
}

    .ifrm iframe {
        height: 300px;
        overflow: auto;
        width: 100%;
    }

/* END forms general styles */



/* custom checkbox */
label .chb {
    vertical-align: middle;
}

    label .chb ins {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        overflow: hidden;
        margin-right: 2px;
        margin-top: -5px;
        cursor: pointer;
        position: relative;
    }
    
    .ins-in {
        vertical-align: top;
        display: inline-block;
        margin-top: 3px;
    }

    label .chb ins:before { 
        background: url('../files/icons/Atlantis/ico-unchecked-box.svg');
        content: '';
        position: absolute;
        top: -1px;
        bottom: 0;
        right: 2px;
        margin: auto;
        height: 14px;
        width: 14px;
    }

    label .chb input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

label:hover .chb ins:before {
    background: url('../files/icons/Atlantis/ico-unchecked-box-focus.svg');
}

label .chb input[type="checkbox"]:focus + ins:before {
    background: url('../files/icons/Atlantis/ico-unchecked-box-focus.svg');
}

label .chb input[type="checkbox"]:checked + ins:before {
    background: url('../files/icons/Atlantis/ico-checked-box.svg');
}

label:hover .chb input[type="checkbox"]:checked + ins:before {
    background: url('../files/icons/Atlantis/ico-checked-box-focus.svg');
}

label .chb input[type="checkbox"]:checked:focus + ins:before {
    background: url('../files/icons/Atlantis/ico-checked-box-focus.svg');;
}

/* END custom checkbox */


/* custom radiobox */
label.radio {
    cursor: pointer;
}

label.radio:hover  {
    color: #03a0f9;
}

label .rdb {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    padding: 2px;
    margin-right: 6px;
    margin-top: -3px;
}

    label .rdb ins {
        display: block;
        width: 12px;
        height: 12px;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        cursor: pointer;
    }

    label .rdb input[type="radio"] {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }

        label .rdb input[type="radio"]:checked + input + ins:after,
        label .rdb input[type="radio"]:checked + ins:after {
            content: '';
            display: block;
            width: 8px;
            height: 8px;
            border-radius: 8px;
            overflow: hidden;
            position: absolute;
            top: 2px;
            left: 2px;
        }

.radio + .radio {
    margin-left: 15px;
}

/* END custom radiobox */


/* breadcrumbs */
.breadcrumbs {
    /*background: #1fc5a7; */
    /*border-bottom: 1px solid #e8e8e8;*/
    text-transform: uppercase;
    font-size: 12px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.breadcrumbs li.back-wrapper {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #e8e8e8;
    height: auto;
}

.breadcrumbs li.back-wrapper:before {
    border-width: 17px 10px 17px 0px;
    border-color: transparent #d8d8d8 transparent transparent;
}

.breadcrumbs li.back-wrapper:after {
    border-width: 17px 10px 17px 0px;
    border-color: transparent #fff transparent transparent;
    left: 1px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

.breadcrumbs .hyp {
    margin: 0 10px;
}

.breadcrumbs .arrow-red:before {     
    content: "";
    border-color: transparent transparent transparent #d8d8d8;
    border-style: solid;
    border-width: 17px 0px 17px 10px;
    height: 0px;
    width: 0; 
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
}

.breadcrumbs .arrow-red:after {     
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 17px 0px 17px 10px;
    height: 0px;
    width: 0; 
    position: absolute;
    left: -1px;
    top: 0px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
}

.breadcrumbs .nav-list-sub {
    white-space: nowrap;
    left: 0;
    border: 0;
    min-height: fit-content;
    padding-top: 0 !important;
}

.breadcrumbs .nav-list-sub .nav-list-sub {
    top: 0;   
}

.breadcrumbs .nav-list-root > .nav-item-root > .nav-list-sub {
    display:none;
    margin-top: 5px;
    width: auto;
}

.breadcrumbs .nav-list-sub .nav-item-sub:first-child .nav-list-sub {
    display: none;
}

.breadcrumbs .nav-list-root > .nav-item-root > .nav-list-sub > .nav-item-sub {
    width: 100%;
    position: relative;
}

.breadcrumbs .nav-item-sub:hover .nav-list-sub {
    display: block !important;
}

.breadcrumbs .nav-item-sub {
    padding: 10px 0 !important;
}

.breadcrumbs .nav-item-sub > a {
    padding: 0 15px;
}

.breadcrumbs .nav-item-sub .hyp.has-children:before {    
    content: "";
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    height: 0px;
    width: 0; 
    position: absolute;
    right: 0;
    top: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg);
}

.breadcrumbs .nav-item-sub .hyp:hover {
    color: #03A0F9;
    background-color: transparent;
}

.breadcrumbs .nav-list-sub .nav-list-sub {
    left: 100%;
    width: auto;
}

.breadcrumbs .nav-item-root > .has-children {
    padding-right: 16px !important;
}

.breadcrumbs .nav-item-root > .has-children:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    content: '';
    background: url(../files/icons/ico-arrow.svg) no-repeat;
    margin-top: -3px;
    position: absolute;
    top: 16px;
    right: 7px;
    height: 6px;
    width: 10px;
    /*opacity: 0.4;*/
    transition: all 0.4s ease;
}

.breadcrumbs .nav-item-root.hover > .has-children:after { 
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotateZ(-180deg);
}
/* END breadcrumbs */


/*          login page             */
.login-page-cnt .text {
    margin-bottom: 15px;
}

.login-page-cnt .validation-summary-errors {
    margin-top: 0;
}

.btn-login {
    float: right;
}

/*          tabs             */
.tab-control .reviews,
.tab-control .variants,
.tab-control .prepacks,
.tab-control .attachments,
.tab-control .description {
    //min-height: 195px;
}

.tab-control .description {
    padding-left: 10px;
    padding-right: 10px;
}

.ui-tabs {
    padding: 0;
}

    .ui-tabs .ui-tabs-nav {
        padding: 0;
        border-bottom: 1px solid #d7d7d7;
        margin-bottom: 20px;
    }

        .ui-tabs .ui-tabs-nav li {
            margin: 0;
            outline: none;
            padding: 10px 20px;
            margin-bottom: -1px;
        }

.ui-tabs-nav li:not(:first-child) {
    /*margin-left: 70px;*/
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    /*text-transform: uppercase;
    border-bottom: 1px solid #fff;*/
}

.hidden-tabs-name {
    display: none;
    cursor: default;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ui-tabs-active .ui-tabs-anchor:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.ui-tabs .ui-tabs-nav li {
    border: 1px solid #fff;
    border-top: 1px solid #fff;
    /*border-top: 2px solid #fff;*/
    padding-bottom: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: 1px solid #d7d7d7;
    border-bottom: 1px solid #fff;
    /*border-top: 2px solid #03a0f9 !important;*/
    /*margin-top: 0 !important;*/
}

.ui-tabs .ui-tabs-nav li:hover {
    border: 1px solid #03a0f9;
    background: #03a0f9;
    /*margin-top: 1px;*/
}

.ui-tabs .ui-tabs-nav li:hover a {
    color: #fff;
}

.no-underline .ui-tabs-anchor:after {
    display: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 5px 0 25px 0;
}






/*          text boxes with spinners          */
.tbx-quantity {
    display: inline-block;
    width: 75px;
}

    .tbx-quantity input {
        text-align: right;
        padding: 0 36px 0 3px;
        height: 32px;
        border: 1px solid #03a0f9;
        color: #03a0f9;
    }
    
    .form-qty-control, .qty-control {
        position: relative;
    }

    .unit-of-measure, .lbl-unit-of-measure {
        position: absolute;
        right: 50px;
        top: 6px;
    }
    
    .form-quantity-list .unit-of-measure {
        position: relative;
        right: 0px !important;
        top: 0px !important;
    }
    
    .lbl-unit-of-measure, .unit-of-measure .lbl-uom {
        color: #03a0f9 !important;
    }
    
    .form-qty-control .unit-of-measure, .tbx-quantity-control .unit-of-measure {
        right: 16px;
        top: 2px;
    }

    .tbx-quantity-left {
        width: 140px;
    }
    
    .tbx-quantity-left input {
        padding: 0px 20px 0 3px;
    }
    
    .tbx-quantity-left .unit-of-measure {
        left: 16px;
    }

    .tbx-quantity-right {
    }

.compact-sign-error {
    background-image: url(../files/icons/Atlantis/ico-alert-red.svg);
    line-height: 0;
    position: absolute;
    left: 7px;
    top: 8px;
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
    height: 15px;
    width: 17px;
}

    .compact-sign-error span {
        display: none !important;
    }

.ui-spinner {
    overflow: visible;
}

.ui-spinner-input {
    margin: 0;
}                                                           

.ui-spinner-button {
    height: 11px;
    width: 15px;
    border: 0;
    background: transparent !important;
}

.ui-spinner-button:before {
    background: url('../files/icons/ico-arrow-blue.svg');
    content: '';
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 3px;
    height: 6px;
    width: 10px;
}

.ui-spinner-button:hover:before {
    background: url('../files/icons/ico-arrow.svg');
}

.ui-spinner-up {
    position: absolute;
    top: 4px;
    right: 2px;
}

.ui-spinner-down {
    position: absolute;
    bottom: 4px;
    right: 2px;
}

.ui-spinner-up:before {
    transform: rotateZ(-180deg);
}

.ui-spinner-down:before {
    top: 2px;
}

.tbx-quantity.spinner-hidden-initially:not(.focused) .ui-spinner-button {
    display: none;
}

.tbx-quantity.ui-spinner:not(.focused) .ui-spinner-button {
    display: none;
}

.ui-touch-device .tbx-quantity .numeric {
    pointer-events: none;
}



/* order details */
.history-details .gvi-name-value .value {
    word-break: break-all;
}

.order-details-action-bar {
    text-align: right;
}

    .order-details-action-bar .btn {
        margin-left: 15px;
        margin-bottom: 10px;
    }

    .order-details-action-bar .attachments {
        float: left;
        margin-bottom: 10px;
        text-align: left;
        word-break: break-all;
    }

    .order-details-action-bar .msg-block-info,
    .order-details-action-bar .msg-block-error {
        clear: both;
        text-align: left;
    }

.gvi-order-lines-wrapper {
    margin-top: 35px;
}

.gvi-order-lines tbody td:last-child,
.gvi-order-lines thead th:last-child {
    padding-right: 7px;
}

.gvi-order-lines tfoot td {
    padding: 12px 20px;
}

.gvi-order-lines tfoot .cell-value {
    font-weight: normal;
}

.gvi-order-lines tfoot .hyp,
.gvi-order-lines .toggle-hyp-inside {
    float: right;
}

.gvi-order-lines.collapsed tbody,
.gvi-order-lines.collapsed .toggle-hyp-inside .sign-minus,
.gvi-order-lines.expanded .toggle-hyp-inside .sign-plus {
    display: none;
}

.gvi-order-lines .col-price,
.gvi-order-lines .col-total,
.gvi-order-lines .col-stock {
    white-space: nowrap;
}

.gvi-order-lines .col-qty {
    text-align: center;
}

.gvi-order-lines .col-discount,
.gvi-order-lines .col-uom,
.gvi-order-lines .col-total,
.gvi-order-lines .col-stock {
    text-align: right;
}

.gvi-totals {
    text-align: right;
    margin-bottom: 10px;
}

    .gvi-totals .cell-value {
        width: 125px;
    }

    .gvi-totals td {
        border: none;
        padding: 5px 7px;
    }

    .gvi-totals tr:first-child td {
        border-top-width: 1px;
        border-top-style: solid;
        padding-top: 15px;
    }

    .gvi-totals tr:last-child td {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding-bottom: 15px;
    }

    .gvi-totals .t-row-promotion {
        line-height: 20px;
    }

.basket-page-cnt .gvi-totals .t-row-promotion .title-discount {
    display: inline-block;
    padding: 8px 0 7px;
    vertical-align: middle;
}

.gvi-totals .t-row-promotion .enter-discount {
    display: inline-block;
    float: left;    
}

.gvi-totals .t-row-promotion .enter-discount .sign-plus {
    padding-left: 32px;
}

.gvi-totals .t-row-promotion .enter-discount .sign-plus:before {
    background: url('../files/icons/Atlantis/ico-coupon-blue.svg');
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 10px;
    margin: auto;
    height: 14px;
    width: 14px;
}

.gvi-totals .t-row-promotion .title-discount {
    float: right;
}

.order-authorization-feedback {
    text-align: justify;
}

.basket-page-cnt .usp-list {
    padding: 0;
}

/* END order details */
/* general panel */
.panel-general {
    padding-top: 30px;
    margin-bottom: 30px;
}

.panel-header {
    display: table;
    margin-bottom: 11px;
    width: 100%;
}

    .panel-header > div {
        display: table-cell;
        vertical-align: middle;
    }

.panel-sort {
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 0 11px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.panel-footer {
    display: table;
    width: 100%;
}

    .panel-footer > div {
        display: table-cell;
        vertical-align: middle;
        padding-top: 6px;
    }

    .panel-footer > .more-inside {
        padding-top: 0;
    }

/* END general panel */







/* thumbNails */
.hyp-thumbnail {
    display: inline-block;
    position: relative;
    height: 75px;
    width: 75px;
}

.thumbnail {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    background: #fff;
}

    .thumbnail img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
    }


/*          facets           */
.filter-title {
    display: none;
}

.facets {
    padding-top: 6px;
}

.facet {
    margin-bottom: 15px;
    word-break: break-all;
}

    .facet .hdr {
        background-position: right center;
        background-repeat: no-repeat;
        cursor: pointer;
        position: relative;
    }

        .facet .hdr.collapsed:before {
            background: url('../files/icons/ico-arrow.svg');
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 13px;
            margin: auto;
            height: 6px;
            width: 10px;
            transition: all 0.4s ease;
        }

        .facet .hdr.expanded:before {
            background: url('../files/icons/ico-arrow.svg');
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 13px;
            margin: auto;
            height: 6px;
            width: 10px;
            transition: all 0.4s ease;
            transform: rotateZ(-180deg);
        }

    .facet .hyp-toggle {
        display: inline-block;
        font-weight: normal;
    }

.list-facets li {
    position: relative;
    white-space: nowrap;
}

.facet-selected li,
.multiselect-mode .facet li {
    padding-left: 18px;
}

.facet li {
    padding-right: 20px;
}

.list-facets li .chb {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
}

.list-facets .count {
    margin-left: 4px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
}

.facet-item {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    padding-left: 5px;
}

.list-facets.limited li:nth-of-type(n+6) {
    display: none;
}

.limited + .hyp-toggle .collapse,
.unlimited + .hyp-toggle .expand {
    display: none;
}

.facet-selected .facet-title {
    font-weight: normal;
}

.facet-selected .hyp-remove {
    position: absolute;
    text-indent: -9999px;    
}

.facet-selected .hyp-remove:before {
    background: url('../files/icons/Atlantis/ico-cancel.svg');
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    margin: auto;
    height: 10px;
    width: 10px;
}

.facet-selected .hyp-remove + .facet-item {
    padding-left: 0;
}

.clear-facets-selection {
    margin-bottom: 37px;
    font-weight: normal;
}

/*           product page            */
.back-wrapper {
    height: 25px;
    float: left;
}

    .back-wrapper + .breadcrumbs {
        float: left;
        padding-left: 41px;
        margin-left: 44px;
    }

.hyp-back:hover {
    text-decoration: none;
}

.hyp-back.arrow-red:before {
    content: '‹ ';
}

.has-aside {
    box-sizing: border-box;
}

aside .hyp {
    float: left;
    clear: both;
}

#matricesPopup,
#volumePricesPopup,
#bomPopup {
    display: none;
}

.product {
    padding-top: 32px;
}

    .product .main {
        margin-bottom: 45px;
    }

.details-img {
    float: left;
}

.details-info {
    box-sizing: border-box;
    padding: 0 1%;
    position: relative;
}

.no-aside {
    width: 100%;
}

.product-bottom-info {
    margin-top: 58px;
    margin-bottom: 58px;
}

/*           product images             */
.carousel-image-m-wrapper {
    margin-bottom: 25px;
}

.carousel-image-m img {
    max-height: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.carousel-image-m-item img[data-zoom-image] {
    cursor: progress;
}

.carousel-legend {
    padding: 10px 0;
    text-align: center;
}

.carousel-image-s-wrapper {
    margin: 25px 30px;
    padding: 0 15px;
}

.carousel-image-s .hyp-thumbnail {
    display: block;
    height: 84px;
    width: 84px;
    margin: 0 auto;
}

.carousel-image-s .thumbnail {
    display: block;
}

.carousel-image-s .hyp-thumbnail:hover .thumbnail:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
}

.carousel-image-s .slick-prev {
    left: -15px;
}

.carousel-image-s .slick-next {
    right: -15px;
}

.slick-prev:before, .slick-next:before {
    width: 15px;
    height: 9px;
}

.slick-prev:before {
    background: url('../files/icons/ico-arrow.svg');
    transform: rotateZ(90deg);
}

.slick-next:before {
    background: url('../files/icons/ico-arrow.svg');
    transform: rotateZ(-90deg);
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    background-position-y: 0px;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    background-position-y: 0px;
}

.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 0.5;
}

.zoomContainer {
    z-index: 1;
}

/*          lightbox image slider          */
.carousel-image-l,
.carousel-image-l .slick-list,
.carousel-image-l .slick-track {
    height: 100%;
}

    .carousel-image-l .carousel-image-l-item {
        position: relative;
    }

        .carousel-image-l .carousel-image-l-item img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-height: 95%;
            max-width: 95%;
        }

    .carousel-image-l .slick-prev {
        left: 25px;
    }                                             

    .carousel-image-l .slick-next {
        right: 25px;
    }

    .carousel-image-l.slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .carousel-image-l .slick-dots {
        bottom: 25px;
    }

/*          product details          */
.details-info .description {
    display: inline-block;
    margin-top: 22px;
    width: 100%;
    word-wrap: break-word;
}

.hyp-read-description + .hyp-print-preview {
    margin-left: 50px;
}

.details-info .product-id .name {
    display: inline-block;
    padding-right: 3px;
    min-width: 70px;
}

.rating-reviews {
    margin-top: 10px;
}

    .rating-reviews .hyp {
        margin-left: 10px;
    }

        .rating-reviews .hyp + .hyp {
            padding-left: 15px;
        }

.hyp-rating-reviews {
    position: relative;
    padding-left: 20px !important;  
}

.hyp-rating-reviews:before {
    background: url(../files/icons/Atlantis/ico-add-comment-blue.svg);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    margin: auto;
    height: 14px;
    width: 15px;
}
/* productRatingControl (jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/) */
.rating {
    display: inline-block;
    vertical-align: middle;
}

.rating-cancel,
.star-rating {
    background: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    float: left;
    height: 16px;
    overflow: hidden;
    text-indent: -999em;
    /*width: 16px !important;
    margin-right: -8px;*/ 
}

    .rating-cancel a {
        background: url(../files/icons/Atlantis/ico-cancel.svg) no-repeat scroll 0 0 transparent !important;
        width: 12px !important;
        height: 12px !important;
        margin-top: 2px;
        margin-right: 15px;
    }

        .rating-cancel a,
        .star-rating a {
            border: 0;
            display: block;
            height: 100%;
            width: 16px;
        }

    .star-rating a {
        background: url('../files/icons/Atlantis/ico-star-gold.svg') no-repeat scroll 0 0 transparent;
    }

.star-rating-on a {
    background: url('../files/icons/Atlantis/ico-star-filled-gold.svg') no-repeat scroll 0 0 transparent;
}

.star-rating-hover a {
    background: url('../files/icons/Atlantis/ico-star-filled-gold.svg') no-repeat scroll 0 0 transparent;
}

.star-rating-readonly a {
    cursor: default !important;
}

.star-rating {
    background: transparent !important;
    overflow: hidden !important;
}

.star-rating-control > div:nth-child(odd) {
    margin-right: 3px;
}

#addreviewPage .product-tile {
    margin-top: 30px;
}

#addreviewPage .star-rating-control > div {
    margin-right: 3px;
}

.row-button-wrapper {
    margin-top: 20px;
}

.order-box {
    margin-top: 20px;
}

    .order-box .form-row .label {
        padding-right: 1%;
        width: 21%;
    }

    .order-box .after-btn-links {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
    }

    .order-box .row-quantity .field {
        white-space: nowrap;
    }

.order-box-detail .form-row {
    margin-bottom: 0;
}

.order-box-detail .form-row.row-quantity, .order-box-detail .row-btn-add {
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-box-detail .form-row .label {
    width: 180px;
}

.field-btn-add .btn-add-to-basket {
    margin: 10px 0;
    max-width: 100%;
    min-width: 164px;
    padding-right: 6px;
    padding-left: 24px;
}

.row-btn-add .btn-add-to-basket {
    margin-right: 20px;
}

.prices-action {
    display: table;
    width: 100%;
}

    .prices-action > div {
        display: table-cell;
        vertical-align: bottom;
    }

.after-prices {
    padding-left: 7px;
    line-height: 24px;
    width: 100%;
}

.after-prices .lbl-price-per, .after-prices > div {
    display: inline-block;
}

.msg-cannot-order,
.order-box.state-variant-not-available .row-btn-add,
.order-box.state-variant-not-available .field-btn-add,
.order-box.state-variant-not-available .tbx-quantity {
    display: none;
}

.msg-state-visible,
.order-box.state-variant-not-available .msg-cannot-order {
    display: block;
}

.order-box.state-variant-not-available .unit-of-measure {
    margin-left: 0;
}

/* last viewed products */
.hyp-clear-viewed {
    padding-left: 20px;
    margin-left: 20px;
}

.last-viewed {
    margin: 70px 0;
}

    .last-viewed .ui-tabs-nav {
        /*padding-bottom: 10px;*/
    }

.last-viewed-in {
    position: relative;
}

.last-viewed-link-1 {
    position: absolute;
    top: 10px;
    right: 10px;
}

.last-viewed-link-2 {
    position: absolute;
    top: 10px;
    right: 100px;
}

.hyp-tab-action {
    font-weight: normal;
    float: left;
    margin: 15px 0 0 45px;
}

/* related info */
.related-info .ui-tabs-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.simple-product-tile {
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 1%;
}

    .simple-product-tile .hyp-thumbnail {
        max-width: 100%;
        height: 180px;
        width: 180px;
    }

.tabs-horizontal {
    position: relative;
    overflow: hidden;
}

    .tabs-horizontal .ui-tabs-nav {
        position: relative;
        width: 300%;
    }

        .tabs-horizontal .ui-tabs-nav li:not(:first-child) {
            margin-left: 33px;
        }

.opacity-left,
.opacity-right {
    position: absolute;
    top: 0;
    height: 100%;
    width: 65px;
    z-index: 1;
}

.opacity-left {
    background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,0.5));
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0.5));
    left: 0;
}

.opacity-right {
    background: -webkit-linear-gradient(left,rgba(255,255,255,0.5),rgba(255,255,255,1));
    background: -moz-linear-gradient(right,rgba(255,255,255,0.5),rgba(255,255,255,1));
    background: linear-gradient(to right, rgba(255,255,255,0.5), rgba(255,255,255,1));
    right: 0;
}

.btn-prev,
.btn-next {
    cursor: pointer;
    background: url(../files/icons/arrows.png);
    position: absolute;
    top: 50%;
    margin-top: -9px;
    height: 19px;
    width: 12px;
    z-index: 1;
}

.btn-prev {
    background-position: 0 0;
    left: 0;
}

.btn-next {
    background-position: -13px 0;
    right: 0;
}

.btn-prev:hover {
    background-position: 0 -20px;
}

.btn-next:hover {
    background-position: -13px -20px;
}

/*          social sharing */
.add-this {
    text-align: center;
    margin-top: 10px;
}

.addthis_toolbox {
    display: inline-block;
}

/*          matrices            */
.matrices {
    overflow: visible;
}

    .matrices .ui-dialog-titlebar {
        display: none;
    }

    .matrices .ui-dialog-content {
        overflow: visible;
    }

    .matrices .ui-tabs-nav {
        position: absolute;
        margin-bottom: 10px;
        bottom: 100%;
        right: 0;
    }

        .matrices .ui-tabs-nav li {
            box-shadow: 0 0 5px rgba(0,0,0,0.15);
            margin-left: 2px;
        }

    .matrices .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: 15px 56px;
        line-height: 1;
        text-align: center;
        position: relative;
        margin-bottom: -3px;
    }

    .matrices .ui-tabs-active .ui-tabs-anchor:after {
        bottom: 10px;
        left: 56px;
        right: 56px;
    }

    .matrices .btn-back {
        line-height: 44px;
    }

.grid-inside {
    clear: both;
    height: 100%;
    margin: 20px 0;
    overflow: auto;
    position: relative;
    width: 100%;
    max-height: 450px;
}

    .grid-inside .sticky-wrap {
        z-index: 1;
    }

.add-box {
    display: table;
    float: right;
}

    .add-box li {
        display: table-cell;
        padding-right: 18px;
        vertical-align: middle;
    }

.quantity-selected {
    line-height: 22px;
}

    .quantity-selected .name {
        display: inline-block;
        text-align: right;
        width: 160px;
    }

    .quantity-selected .value {
        display: inline-block;
        padding-left: 15px;
        width: 70px;
    }

/* variants & prepacks */
.variants .product-id .name {
    margin-right: 35px;
}

.variants .uom-wrapper {
    margin: 20px 0;
}

    .variants .uom-wrapper .lbl-uom-title {
        line-height: 28px;
        vertical-align: middle;
    }

.gvi-variants th,
.gvi-prepacks th {
    text-transform: uppercase;
}

.gvi-variants .th-col,
.gvi-prepacks thead th {
    text-align: center;
    padding: 15px;
}

.gvi-variants td,
.gvi-prepacks td {
    text-align: center;
    padding: 23px 15px 10px;
}

.gvi-variants .th-row,
.gvi-prepacks tbody th {
    text-align: left;
    padding-right: 23px;
    padding-left: 19px;
}

.gvi-variants .tbx-quantity,
.gvi-prepacks .tbx-quantity {
    width: 70px;
}

/* variants */
.cell .tbx-quantity {
    margin-bottom: 10px;
}

.cell .stock-indication,
.cell .lbl-price {
    margin: 0 10px;
}

.cell .msg-not-available {
    line-height: 28px;
}

.variants-row {
    font-weight: normal;
    padding-top: 10px;
}

/* prepacks */
.gvi-prepacks .price {
    text-align: left;
}

.prepack-selection {
    margin-top: 20px;
}

.ddlb-prepack-selector {
    display: inline-block;
    margin-left: 25px;
    min-width: 250px;
    vertical-align: middle;
}

/* volume prices and bom */
.gvi-volume-prices th,
.gvi-bom th {
    text-align: left;
}

.gvi-volume-prices th,
.gvi-volume-prices td,
.gvi-bom th,
.gvi-bom td {
    border-bottom: none;
}

.gvi-volume-prices .cell-qty,
.gvi-volume-prices .cell-title,
.gvi-volume-prices .cell-uom,
.gvi-volume-prices .cell-discount,
.gvi-bom td {
    font-weight: normal;
}

/* bom product grid */
.gvi-bom td {
    vertical-align: top;
}

.gvi-bom .bom-title {
    padding-left: 15px;
    padding-right: 15px;
}

.gvi-bom .variant {
    width: 240px;
}

.gvi-bom .qty {
    width: 60px;
    text-align: right;
}

.bom-nested {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .bom-nested li {
        display: table-row;
    }

    .bom-nested .lbl-variant {
        display: table-cell;
        width: 80%;
    }

    .bom-nested .lbl-qty {
        display: table-cell;
        text-align: right;
        width: 20%;
    }

/* product reviews */
.list-reviews li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 10px;
    padding-bottom: 10px;
}

.list-reviews .rating {
    float: right;
}

.review-title {
    font-weight: normal;
    margin-right: 5px;
}





/*          product list page           */
.view-changer {
    text-align: center;
    width: 33%;
}

.panel-header > .view-changer {
    vertical-align: top;
}

.counter-inside {
    line-height: 35px;
}

.panel-header > .counter-inside {
    vertical-align: bottom;
}

.sorter-inside {
    width: 33%;
    white-space: nowrap;
}
.sorter-inside .lbl {
    margin-right: 8px;
}

.btn-view {
    cursor: pointer;
    display: inline-block;
    margin: 5px 10px;
    height: 24px;
    width: 24px;
    vertical-align: middle;
}

    .btn-view:hover {
        opacity: 0.5;
    }

.changer-grid-mode .to-grid,
.changer-list-mode .to-list {
    cursor: default;
    pointer-events: none;
}

.to-list {
    background-image: url('../files/icons/Atlantis/ico-view-list.svg');
}

.changer-list-mode .to-list {
}

.to-grid {
    background-image: url('../files/icons/Atlantis/ico-view-grid.svg');
}

.changer-grid-mode .to-grid {
}

.panel-header .btn-add-inside {
    padding-top: 30px;
}

/* sorting */
.ddlb-sorting {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

/* paging */
.btn-paging {
    padding: 0;
    height: 28px;
    width: 28px;
}

    .btn-paging:after {
        display: none;
    }

.btn-page-prev:before {
    background-image: url(../files/icons/arrows-paging.png);
    background-position: 0 0;
    margin-top: -5px;
    margin-left: -3px;
    height: 10px;
    width: 6px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn-disabled.btn-page-prev:before {
    background-position: 0 -11px;
}

.btn-page-next:before {
    background-image: url(../files/icons/arrows-paging.png);
    background-position: -7px 0;
    margin-top: -5px;
    margin-left: -3px;
    height: 10px;
    width: 6px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn-disabled.btn-page-next:before {
    background-position: -7px -11px;
}

ul.pager-list {
    display: inline-block;
    line-height: 28px;
    margin: 0 16px;
    vertical-align: top;
}

.pager-list li {
    display: inline-block;
    margin: 0 5px;
}

    .pager-list li a,
    .pager-list li span {
        padding: 6px;
    }

.pager-selected {
    font-weight: normal;
}

/*          products list grid            */
.selected-quantity {
    display: none;
    line-height: 12px;
    text-transform: lowercase;
}

.edit-selected {
    padding-left: 17px;
    margin-left: 17px;
}

.l-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-products-item {
    width: 100%;
}

.list-mode .l-products-item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.list-mode .product-tile .product-img,
.list-mode .product-tile .product-info {
    padding: 15px 0;
}

.list-mode .product-tile .product-img {
    padding-right: 15px;
}

.list-mode .product-tile .prices {
    line-height: 33px;
}

.list-mode .list-price {
    vertical-align: top;
    position: relative;
    top: -5px;
}

.list-mode .product-action {
    text-align: right;
    white-space: nowrap;
}

.list-mode .product-description {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}

.list-mode .selected-quantity {
    margin-top: 7px;
}

.grid-mode {
    margin: 0 -1.4%;
    position: relative;
}

    .grid-mode .l-products-item {
        box-sizing: border-box;
        padding: 12px 1.4%;
    }

        .grid-mode .l-products-item:first-child:before {
            border-top-width: 1px;
            border-top-style: solid;
            content: '';
            position: absolute;
            left: 1.4%;
            right: 1.4%;
            top: 0;
        }

    .grid-mode .product-tile {
        box-sizing: border-box;
        display: block;
        padding: 2px;
        min-height: 385px;
        text-align: center;
        height: 100%;
        width: auto;
    }

        .grid-mode .product-tile:hover {
            border-radius: 2px;
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
        }

    .grid-mode .product-img {
        display: block;
        padding: 12px 0 0;
        width: auto;
    }

    .grid-mode .product-info {
        display: block;
        padding-bottom: 12px;
    }

    .grid-mode .product-img .hyp-thumbnail {
        display: block;
        margin: 0 auto;
        height: 214px;
        max-width: 100%;
        width: 214px;
    }

    .grid-mode .product-title {
        height: 34px;
    }

    .grid-mode .product-description {
        padding-top: 3px;
        margin-bottom: 3px;
    }

    .grid-mode .product-attributes {
        display: none;
    }

    .grid-mode .product-id-stock {
        line-height: 20px;
    }

    .grid-mode .product-id-name {
        display: none;
    }

    .grid-mode .product-action .form-quantity {
        padding-top: 3px;
    }

    .grid-mode .selected-quantity {
        margin-top: 13px;
    }

.variants-selected .selected-quantity {
    display: block;
}

.variants-selected .select-variants {
    display: none;
}

/*          orders          */
.orders {
    margin: 60px 0;
}

.gvi-orders {
    margin-top: 15px;
}

    .gvi-orders th {
        text-align: left;
    }

    .gvi-orders td {
        border-bottom: none;
    }

    .gvi-orders .col-authorization-status,
    .gvi-orders .col-select-document {
        text-align: center;
    }

        .gvi-orders .col-select-document label .chb ins {
            margin-right: 0;
            width: 10px;
        }

    .gvi-orders .status-approved:before {
        content: '\2713';
    }

    .gvi-orders .status-pending:before {
        content: '\25CF';
    }

    .gvi-orders .status-declined:before {
        content: '\2A2F';
    }

    .gvi-orders .status-notneeded:before {
        content: '\2212';
    }

    .gvi-orders .status-paid:before {
        content: '\2713';
    }

    .gvi-orders .status-overdue:before {
        content: '\2A2F';
    }

    .gvi-orders .status-progress:before {
        content: '\25CF';
    }

    .gvi-orders .goto-details {
        white-space: nowrap;
    }

    .gvi-orders tr:first-child td {
        padding-top: 15px;
    }

    .gvi-orders tr:last-child td {
        padding-bottom: 15px;
    }

    .gvi-orders tr:last-of-type td {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

.invoicepayment-payinvoiceorder-page .col-method-cost,
.invoicepayment-payinvoiceorder-page .checkout-text {
    display: none;
}
/*          END orders            */

/* custom select styles */
.ddlb {
    height: 35px;
    position: relative;
    margin-right: 2px;
}

.ddlb-small {
    height: 28px;
}

    .ddlb-small .ui-selectmenu-text {
        line-height: 27px;
    }

.ui-selectmenu-button.ui-button {
    border-width: 1px;
    border-style: solid;
    outline: none;
    border-radius: 3px;
}

.ui-selectmenu-menu .ui-menu {
    border-width: 1px;
    border-style: solid;
    max-height: 240px;
    border-top: 0;
}

.ui-selectmenu-text {
    line-height: 35px;
    padding: 0 28px 0 12px;
    margin-right: 0;
}

    .ui-selectmenu-text.selectmenu-placeholder {
        font-style: italic;
    }

.ui-selectmenu-menu .ui-menu .ui-menu-item {
    line-height: 34px;
    white-space: nowrap;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item-wrapper {
    padding-right: 28px;
    padding-left: 12px;
}

.ui-selectmenu-icon.ui-icon {
    background: url('../files/icons/ico-arrow.svg');
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    height: 6px;
    width: 10px;
    transition: all 0.4s ease;
}

.ui-selectmenu-button-open .ui-selectmenu-icon.ui-icon {
    transform: rotateZ(-180deg);
}

.datepicker-dropdowns .ddlb {
    display: inline-block;
}

/* hide select placeholder item */
.ui-menu-item.ui-state-disabled:first-child {
    display: none;
}


.unit-of-measure {
    display: inline-block;
    vertical-align: middle;
}

.tbx-quantity + .unit-of-measure {
    margin-left: 8px;
    vertical-align: top;
}

.ddlb-uom {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.lbl-uom {
    display: inline-block;
    line-height: 28px;
}


/*          my account          */
.order-info-inside {
    margin-top: 65px;
}

    .order-info-inside h2 {
        display: inline-block;
        margin-right: 25px;
    }

.account-top-actions {
    margin-top: 10px;
}

    .account-top-actions .link-customer-service {
        float: right;
        line-height: 34px;
    }

.account-name {
    margin: 13px 0 20px;
}

.hyp-account {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    clear: both;
}

.hyp-account-counter {
    font-weight: normal;
}

.account-info-inside {
    margin-top: 65px;
}

    .account-info-inside .sub-title {
        font-weight: normal;
        margin-right: 40px;
    }

.account-info-content {
    margin-bottom: 35px;
}

.btn-prospect {
    margin-top: 15px;
}

.tracking-link {
    display: inline-block;
    max-width: 145px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tracking-text {
    display: inline-block;
    max-width: 150px;
    word-break: break-word;
}

.gvi-orders th,
.gvi-orders td {
    padding-left: 5px;
}

    .gvi-orders th:first-child,
    .gvi-orders td:first-child {
        padding-left: 0px;
    }

/*          order templates         */
.cell-check-box {
    width: 30px;
}

.templates-action {
    padding-top: 10px;
}

    .templates-action .hyp {
        padding-left: 15px;
        margin-left: 15px;
    }

.template-header {
    margin-bottom: 10px;
}

    .template-header .value {
        font-weight: normal;
    }

.gvi-order-details .product-title {
    font-weight: normal;
}

.order-line-cancelled {
    text-decoration: line-through;
}

/*          sub accounts           */
.btn-new-sub-account {
    float: right;
}

.gvi-sub-accounts {
    margin-top: 35px;
}

    .gvi-sub-accounts .status-ok:before {
        content: '\2713';
    }

    .gvi-sub-accounts .status-faild:before {
        content: '\2715';
    }

    .gvi-sub-accounts .col-status,
    .gvi-sub-accounts .col-limit,
    .gvi-sub-accounts .col-edit,
    .gvi-sub-accounts .col-delete {
        text-align: center;
    }

.sub-account-holder .form-row {
    line-height: 35px;
}

.sub-account-holder .row-orderauthorizationrules .label {
    display: block;
    width: auto;
}

.sub-account-holder .row-orderauthorizationrules .field {
    display: block;
    width: 80%;
}

.sub-account-holder .add-limit-wrapper {
    margin-top: 10px;
}

.gvi-limits td {
    border: 0 none;
}

.gvi-limits .row-validation-wrapper td {
    padding-top: 0;
    padding-bottom: 0;
}

.gvi-limits .col-delete {
    padding-top: 12px;
    padding-right: 0;
    width: 30px;
}

.btn-edit-sub-account:before {
    background: url(../files/icons/Atlantis/ico-edit-blue.svg);
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    height: 16px;
    width: 16px;
}

.btn-edit-sub-account:hover:before {
    background: url(../files/icons/Atlantis/ico-edit-white.svg);
}

.btn-delete-sub-account:before,
.btn-delete-limit:before,
.btn-delete:before {
    background: url(../files/icons/Atlantis/ico-trash-can-blue.svg);
    content: '';
    position: absolute;
    top: 5px;
    left: 6px;
    height: 18px;
    width: 16px;
}

.btn-delete-sub-account:hover:before,
.btn-delete-limit:hover:before,
.btn-delete:hover:before {
    background: url(../files/icons/Atlantis/ico-trash-can-white.svg);
}

.btn-cart:before {
    background: url(../files/icons/Atlantis/ico-cart-blue.svg);
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    height: 14px;
    width: 16px;
}

.btn-cart:hover:before {
    background: url(../files/icons/Atlantis/ico-cart-white.svg);
}

/*          datepicker           */
.ui-datepicker {
    margin-top: 1px;
    border-radius: 3px;
}

    .ui-datepicker .ui-datepicker-title {
        font-weight: normal;
    }

    .ui-datepicker th {
        font-weight: normal;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: none;
    }

    .ui-datepicker .ui-datepicker-prev {
        background: url(../files/icons/arrow-previous-light.png) center center no-repeat;
    }

    .ui-datepicker .ui-datepicker-next {
        background: url(../files/icons/arrow-next-light.png) center center no-repeat;
    }

    .ui-datepicker .ui-datepicker-today {
        font-weight: normal;
    }

    .ui-datepicker td {
        line-height: 1.8em;
    }

/*          basket            */
.gvi-basket td {
    vertical-align: top;
}

.gvi-basket th {
    padding-right: 0;
    padding-left: 0;
}

.gvi-basket .inner-row td,
.gvi-wish-list .inner-row td {
    padding: 0 0 15px 0;
}

.gvi-basket .upper-row td,
.gvi-wish-list .upper-row td {
    border-style: dashed;
    padding: 20px 0;
}

.gvi-basket .vertical-line {
    position: relative;
    margin-left: 70px;
    min-height: 50px;
}

    .gvi-basket .vertical-line:before {
        border-left-width: 2px;
        border-left-style: solid;
        content: '';
        position: absolute;
        top: 0;
        bottom: -15px;
        left: -125px;
    }

.gvi-basket .last-in-group .vertical-line:before {
    bottom: 0;
}

.gvi-wish-list .col-first {
    width: 90px;
}

.gvi-basket .col-price {
    width: 90px;
}

.gvi-basket .col-quantity {
    width: 130px;
}

.gvi-basket .col-total {
    width: 95px;
}

.gvi-basket .col-qty {
    text-align: center;
}

.gvi-basket .col-total,
.gvi-wish-list .col-total {
    text-align: right;
}

    .gvi-basket .col-total .cell-name {
        display: none;
    }

.gvi-basket .col-price,
.gvi-basket .lbl-quantity,
.gvi-basket .product-total {
    line-height: 28px;
}

.product-total {
    white-space: nowrap;
}

.product-list .product-action .field-list {
    margin-bottom: 8px;
}

.product-list .tbx-quantity input {
    border: 1px solid #03a0f9;
    color: #03a0f9;
}

.price-node {
    white-space: nowrap;
}

.cell-total-value,
.cell-price-value {
    min-width: 60px;
    display: inline-block;
    text-align: right;
}

.gvi-basket .product-img {
    float: left;
}

.gvi-basket .btn-show-hide {
    float: left;
    margin-top: 15px;
}

.hyp-recalculate {
    text-decoration: underline;
}

.hyp-reload {
    text-decoration: underline;
}

.block-actions {
    height: 47px;
    text-align: center;
}

    .block-actions .hyp-btn {
        display: inline-block;
        margin: 15px 40px;
    }

.gvi-basket .extended-text {
    margin: 7px 0;
}

.id-variant-aria .product-id,
.id-variant-aria .product-variant {
    display: inline-block;
}

.id-variant-aria .product-id {
    width: 35%;
}

.row-state {
    display: none !important;
}

.basket-b2c-mode .gvi-basket .col-first {
    width: 120px;
}

.basket-b2c-mode .gvi-basket .hyp-thumbnail {
    height: 84px;
    width: 84px;
}

.basket-b2c-mode .btn-quote + .btn-checkout {
    margin-left: 15px;
}

.basket-b2c-mode .paging-control {
    position: relative;
}

    .basket-b2c-mode .paging-control .pagin-total {
        position: absolute;
        left: 0;
        right: 0;
    }

.basket-b2b-mode .gvi-basket .col-first {
    width: 65px;
}

.basket-b2b-mode .gvi-basket .product-img,
.basket-b2b-mode .gvi-basket .hyp-thumbnail {
    height: 50px;
    width: 50px;
}

.basket-b2b-mode .panel-header .btn-quote,
.basket-b2b-mode .panel-header .btn-checkout {
    display: none;
}

.checkout-offers {
    margin: 70px 0;
}

    .checkout-offers .ui-tabs-nav {
        padding-bottom: 10px;
    }

.basket-details h2 {
    margin-bottom: 15px;
}

ul.list-totals {
    margin: 30px 0;
}

.list-totals li {
    line-height: 30px;
    clear: both;
}

.list-totals .t-row-total-price {
    padding-top: 7px;
}

.list-totals .total-unit {
    line-height: 1;
}

.list-totals .name {
    float: left;
    max-width: 60%;
}

.list-totals .value {
    display: block;
    text-align: right;
    margin-left: 40%;
    white-space: nowrap;
}

.list-totals .total-value,
.list-cart .total-value,
.gvi-totals .cell-price-value {
    min-width: 70px;
    display: inline-block;
}
.list-totals .t-row-total-price .total-value {
    min-width: 90px;
}


.basket-buttons {
    margin-bottom: 10px;
}

    .basket-buttons .hyp-btn {
        clear: both;
        float: left;
        margin: 13px 0;
    }

.hyp-btn-disabled {
    cursor: default;
    pointer-events: none;
}

.basket-action-wrapper {
    margin-bottom: 58px;
}

    .basket-action-wrapper .btn-checkout,
    .basket-action-wrapper .btn-quote {
        margin-top: 15px;
        width: 100%;
    }

.basket-promo-text-wrapper {
    clear: both;
    margin-bottom: 20px;
    display: none;
}

.msg-empty-basket {
    display: none;
}

.basket-empty .msg-empty-basket {
    display: block;
}

.basket-empty .msg-basket-recalculate {
    display: none;
}

.basket-empty .gvi-basket,
.basket-empty .block-actions,
.basket-empty .enter-discount,
.basket-empty .gvi-totals,
.basket-empty .list-totals {
    display: none;
}

.basket-empty .basket-b2c-mode .panel-header {
    display: none;
}

.row-expanded .product-total,
.row-expanded .lbl-quantity {
    visibility: hidden;
}

.suggestions-wrapper {
    line-height: 1;
    padding-bottom: 20px;
}

/*          checkout            */
.checkout-page-cnt .wide .h1-holder {
    padding-top: 0;
    margin-bottom: 35px;
}

.checkout-page-cnt .wide h2 {
    margin-top: 10px;
}

.checkout-step {
    padding-top: 20px;
    margin-bottom: 60px;
}

    .checkout-step.no-padding {
        padding-top: 0px;
    }

.checkout-text {
    margin-bottom: 10px;
}

.terms-row {
    padding-top: 10px;
    margin-bottom: 12px;
}

    .terms-row .chb a:focus {
        text-decoration: underline;
    }

.pay-row .btn-back {
    float: left;
}

.next-inside .btn-back {
    margin-right: 60px;
}

.shipping-choice {
    margin-bottom: 16px;
}

.shipping-choice-content {
    display: none;
    padding-top: 30px;
    margin-bottom: 35px;
}

.active .shipping-choice-content {
    display: block;
}

.shipping-choice-content .ui-selectmenu-menu {
    max-width: 100%;
}

.gvi-methods {
    margin-bottom: 20px;
}

    .gvi-methods tr {
        line-height: 24px;
    }

    .gvi-methods td {
        vertical-align: top;
        padding: 12px 15px 12px 0;
    }

    .gvi-methods th {
        padding: 4px 0;
        text-align: left;
    }

    .gvi-methods .col-method-selection {
        width: 1%;
        white-space: nowrap;
    }

    .gvi-methods td.col-method-cost {
        text-align: right;
        width: 1%;
        white-space: nowrap;
    }

    .gvi-methods .method-title {
        cursor: pointer;
        vertical-align: middle;
    }

    .gvi-methods .rdb {
        margin-top: 0;
        margin-left: -2px;
    }

    .gvi-methods .radio {
        display: inline-block;
        line-height: 24px;
        vertical-align: bottom;
    }

    .gvi-methods .cell-price-value {
        min-width: 45px;
    }

    .gvi-methods .hyp-more {
        margin-left: 7px;
        text-transform: lowercase;
        vertical-align: middle;
    }

.method-img {
    cursor: pointer;
    max-height: 24px;
    max-width: none;
    vertical-align: middle;
}

.weight-value-wrapper {
    margin-bottom: 15px;
}

.weight-value {
    font-weight: normal;
}

.cart-summary,
.cart-summary .list-wrapper {
    margin-bottom: 40px;
}

.cart-summary-header {
    margin-bottom: 28px;
    position: relative;
}

    .cart-summary-header .h-cart-summary {
        float: left;
    }

    .cart-summary-header .hyp-edit {
        float: right;
        margin: 5px 0 0 5px;
    }

ul.list-cart {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 15px;
}

.list-cart .name {
    float: left;
}

.list-cart .value {
    display: block;
    text-align: right;
    margin-left: 60%;
}

.list-cart .subtotal {
    margin-top: 8px;
    padding-top: 7px;
}

.list-cart .total .name {
    font-weight: normal;
}

.checkout-summary h2 {
    margin-bottom: 10px;
}

ul.list-step {
    margin-bottom: 26px;
}

.list-step-title {
    font-weight: normal;
    float: left;
}

.list-step .hyp-edit {
    float: right;
}

.service-info {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.additional-info {
    margin-bottom: 66px;
}

    .additional-info h4 {
        margin-bottom: 10px;
    }

/* START basket overview grid */
.gvi-basket-overview td {
    vertical-align: top;
}

.gvi-basket-overview .col-qty {
    text-align: center;
}

.gvi-basket-overview td:last-child,
.gvi-basket-overview th:last-child {
    padding-right: 7px;
}

.gvi-basket-overview .upper-row td {
    border-style: dashed;
    padding: 10px 0;
}

.gvi-basket-overview .inner-row td {
    padding: 0 0 10px 0;
}

.gvi-basket-overview td.col-first {
    box-sizing: border-box;
    min-width: 70px;
    max-width: 70px;
    padding-right: 5px;
    word-wrap: break-word;
}

.gvi-basket-overview .col-total,
.gvi-basket-overview .col-discount,
.gvi-basket-overview .col-uom {
    text-align: right;
}

.gvi-basket-overview .product-img,
.gvi-basket-overview .hyp-thumbnail {
    height: 50px;
    width: 50px;
}

.gvi-big-basket.collapsed tbody,
.gvi-big-basket.collapsed .sign-minus,
.gvi-big-basket.expanded .sign-plus {
    display: none;
}

.gvi-big-basket tfoot td {
    padding: 12px 20px;
}

.gvi-big-basket tfoot .cell-value {
    font-weight: normal;
}

.gvi-big-basket .toggle-hyp-inside {
    float: right;
}
/* END basket overview grid */

.checkout-footer {
    clear: both;
}

    .checkout-footer .usp {
        margin: 40px 0;
    }

/*          totals          */
.enter-discount {
    line-height: 20px;
}

    .enter-discount .hyp {
        display: inline-block;
        padding-top: 8px;
        padding-bottom: 7px;
        vertical-align: middle;
    }

.tbx-promotion {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 120px;
}

.shipping-cost {
    display: inline-block;
}

    .shipping-cost .tooltip-sign {
        cursor: pointer;
    }

.ui-tooltip {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    padding: 10px;
    line-height: 18px;
    width: 250px;
}





/* FAQ page */
.accordion {
    margin: 20px 0;
}

.accordion-header {
    cursor: pointer;
    padding: 15px 0 15px 40px;
}

.accordion-section {
    padding-left: 40px;
}

.accordion-header .btn-show-hide {
    float: left;
    margin-left: -40px;
}

.accordion-header.collapsed + .accordion-section {
    display: none;
}



/* news */
.list-news li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 10px;
    padding-bottom: 10px;
}

.news-title {
    font-weight: normal;
    margin-right: 5px;
}

.list-news-header {
    margin: 15px 0;
}

.hyp-more {
    font-weight: normal;
}






/* general popup layout */
.ui-widget-overlay {
    opacity: 0.50;
}

.ui-dialog {
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-sizing: border-box;
    padding: 10px 0 25px;
}

.ui-dialog-scroll {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    max-height: 100%;
    overflow: auto;
}

.fix-dialog-scroll-helper {
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 4%;
}

.ui-dialog-titlebar {
    text-align: right;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    background: none;
    text-transform: lowercase;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    height: auto;
    width: auto;
    text-indent: -9999px;
}

.ui-dialog-titlebar-close .ui-icon {
    background: url(../files/icons/Atlantis/ico-cancel.svg);
    float: right;
    margin: 5px;
    height: 18px;
    width: 18px;
}

.popup-cnt h2 {
    margin: 14px 0 24px 0;
    text-align: center;
}

.popup-cnt .strong-header {
    text-align: center;
    margin-bottom: 30px;
}

.popup-cnt .cnt-column {
    display: table;
    margin: 0 auto;
    min-width: 520px;
}

.popup-cnt .ftr-column {
    text-align: center;
    margin-top: 17px;
    padding: 20px 0;
}

    .popup-cnt .ftr-column .btn {
        margin: 0 30px;
    }

.popup-ftr {
    text-align: right;
}

.mfp-container {
    padding: 0;
}

.mfp-content {
    height: 100%;
}

.mfp-close {
    font-size: 4em;
}

.popup-placeholder {
    box-sizing: border-box;
    position: relative;
    height: 100%;
    margin: 0 auto;
}




/*          Quick order         */
.choose-product {
    display: table;
    padding: 4px 0;
    margin: 29px -10px 0;
    width: 100%;
}

    .choose-product > div {
        display: table-cell;
        padding: 10px;
        vertical-align: top;
    }

    .choose-product .ddlb + .ddlb {
        margin-top: 10px;
    }

    .choose-product .unit-of-measure {
        margin-right: 10px;
    }

.hyp-qo-title {
    line-height: 28px;
    font-weight: normal;
}

.qo-input-area .tbx-search {
    width: 60%;
}

.qo-input-area .ui-autocomplete.ui-menu .ui-menu-item-wrapper {
    min-height: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
}

/* autocomplete */
.ui-autocomplete {
    overflow-y: auto;
}

    .ui-autocomplete.ui-menu .ui-menu-item-wrapper {
        display: block;
        padding-left: 15px;
    }

    .ui-autocomplete a:hover {
        text-decoration: none;
    }

/*
 * jQuery Stick Table Headers - v1.1.2
 * https://github.com/jpchip/stickytable
 */
.sticky-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}

    .sticky-wrap .sticky-thead,
    .sticky-wrap .sticky-col,
    .sticky-wrap .sticky-intersect {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .125s ease-in-out;
        z-index: 50;
        width: auto; /* Prevent table from stretching to full size */
    }

    .sticky-wrap .sticky-thead {
        box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
        z-index: 100;
        width: 100%; /* Force stretch */
    }

    .sticky-wrap .sticky-col {
        box-shadow: 0.25em 0 0.1em -0.1em rgba(0,0,0,.125);
    }

    .sticky-wrap .sticky-intersect {
        opacity: 1;
        z-index: 150;
    }

    .sticky-wrap td,
    .sticky-wrap th {
        box-sizing: border-box;
    }

    /* assumes container element has set height... */
    .sticky-wrap.overflow-y {
        overflow-y: auto;
        max-height: 100%;
    }
/*
 * END jQuery Stick Table Headers - v1.1.2
 */



/****************************************
            Content blocks
****************************************/

/*          our payment          */
.our-methods img {
    margin: 5px;
    vertical-align: middle;
}

/*          usp         */
.usp .separator-dark {
    display: block;
    height: 39px;
    width: 12px;
}

ul.usp-list {
    display: table;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%;
}

    ul.usp-list:first-child {
        margin-bottom: 0;
    }

.usp-list .usp-ico {
    margin-right: 8px;
}

.usp-list .usp-ico,
.usp-list .usp-text {
    vertical-align: middle;
}

.usp-list li {
    display: table-cell;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    min-height: 100px;
    vertical-align: middle;
}

    .usp-list li:first-child {
        text-align: left;
    }

    .usp-list li:last-child {
        text-align: right;
    }
/*          END usp           */

/*          START main banner           */
.banner {
    height: 451px;
    text-align: right;
}

    .banner img {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 100%;
        position: absolute;
        left: 50%;
        max-width: inherit;
    }

.banner-full-width {
    position: absolute;
    left: 0;
    right: 0;
    height: 451px;
    overflow: hidden;
}

.banner-content {
    position: relative;
    padding-top: 160px;
}

.banner h1,
.banner h2 {
    text-shadow: 0 3px 2px #000;
}

/*          Flex-tiles for Atlantis design pack           */

.flex-tile-block .text-block p {
    font-size: 16px;
}

.flex-tile-block .text-block a.flexi-link,
.flex-tile-block .text-block span.flexi-link {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

/*          END main banner           */
/****************************************
            END Content blocks
****************************************/



/****************************************
        Atlantis design pack styles
****************************************/

hr.modern-hr {
    margin: 30px auto;
    width: 10%;
    height: 0;
    border-width: 1px 0 0 0;
    border-top: solid;
    border-color: #333;
    clear: both;
}

.flex-logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0;
    text-align: center;
}

    .flex-logo-row img {
        margin: 5px 0;
    }

/*  Atlantis design pack - Expandable search bar */

.searchbox {
    width: 100%;
    float: right;
    overflow: hidden;
}

    .searchbox .btn-cnt {
        font-size: 16px;
    }

/*      Sana full height slider for Atlantis design pack */

.sana-full-height-slider .image-slider a.btn {
    background-color: transparent;
    padding: 0 14px;
    border: 2px solid #fff;
    height: 46px;
    line-height: 42px;
    border-radius: 0;
}

    .sana-full-height-slider .image-slider a.btn:before,
    .sana-full-height-slider .image-slider a.btn:after,
    .sana-full-height-slider .image-slider .btn-cnt:after {
        display: none;
    }

.sana-full-height-slider .btn-search:before,
.sticky-mode .btn-search:before, {
    background: url(../files/icons/Atlantis/ico-search-white.svg);
}

    .btn-search:before,
    .sana-full-height-slider .sticky-mode .btn-search:before {
        background: url(../files/icons/Atlantis/ico-search-gray.svg);
    }

.sana-full-height-slider .over-summary .hyp:before,
.sana-full-height-slider .basket:hover .over-summary.is-empty .hyp:before {
    background-image: url('../files/icons/Atlantis/ico-cart-empty.svg');
}

.sana-full-height-slider .sticky-mode .over-summary .hyp:before,
.sana-full-height-slider .basket:hover .over-summary .hyp:before,
.sana-full-height-slider .sticky-mode .basket:hover .over-summary .hyp:before,
.sana-full-height-slider .sticky-mode .basket .over-summary .hyp:before {
    background-image: url('../files/icons/Atlantis/ico-cart-empty.svg');
}

.sana-full-height-slider .language .opener:after,
.sana-full-height-slider .login .opener:after {
    background-image: url('../files/icons/Atlantis/ico-arrow.svg');
}

.sana-full-height-slider .sticky-mode .language .opener:after,
.sana-full-height-slider .language:hover .opener:after,
.sana-full-height-slider .sticky-mode .login .opener:after,
.sana-full-height-slider .login:hover .opener:after {
    background-image: url('../files/icons/ico-arrow.svg');
}

.sana-full-height-slider .login .opener:before {
    background-image: url('../files/icons/Atlantis/login-white.png');
}

.sana-full-height-slider .sticky-mode .login .opener:before,
.sana-full-height-slider .login:hover .opener:before {
    background-image: url('../files/icons/Atlantis/login-grey.png');
}

.sana-full-height-slider .basket .hyp {
    color: #fff;
}

.sana-full-height-slider .over-summary.is-empty .hyp {
    color: #fff;
}

.sana-full-height-slider .sticky-mode .basket .hyp {
    color: #333;
}

.sana-full-height-slider .basket:hover .is-empty .hyp {
    color: #fff;
}

.sana-full-height-slider .basket:hover .hyp {
    color: #333;
}

.sana-full-height-slider .nav-item-root .hyp-top-lvl,
.sana-full-height-slider .nav-is-hovered .hyp-top-lvl {
    color: #fff;
}

.sana-full-height-slider .sticky-mode .nav-item-root .hyp-top-lvl,
.sana-full-height-slider .sticky-mode .nav-is-hovered .hyp-top-lvl {
    color: #333;
}

.sana-full-height-slider .top-hyp {
    color: #fff;
}

.sana-full-height-slider .btn-suggestions-top {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.sana-full-height-slider .sticky-mode .btn-suggestions-top {
    border: 1px solid #333;
}

.sana-full-height-slider .btn-suggestions-top:hover {
}

.sana-full-height-slider .btn-white:hover,
.sana-full-height-slider .btn-white.hover,
.sana-full-height-slider .btn-white:focus {
    background-color: transparent;
    border-color: #fff;
}

.sana-full-height-slider .sticky-mode .btn-white:hover,
.sana-full-height-slider .sticky-mode .btn-white.hover,
.sana-full-height-slider .sticky-mode .btn-white:focus {
    border-color: #333;
}

.sana-full-height-slider .btn.btn-suggestions-top:before {
    background-image: url('../files/icons/Atlantis/magic-white.png');
}

.sana-full-height-slider .sticky-mode .btn.btn-suggestions-top:before {
    background-image: url('../files/icons/Atlantis/magic-grey.png');
}

.sana-full-height-slider .text-shadow {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

.sana-full-height-slider .title-text-block p,
.sana-full-height-slider .title-text-block span,
.sana-full-height-slider .title-text-block h1,
.sana-full-height-slider .title-text-block h2,
.sana-full-height-slider .title-text-block h3,
.sana-full-height-slider .title-text-block h4,
.sana-full-height-slider .title-text-block h5,
.sana-full-height-slider .title-text-block h6 {
    word-break: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    color: #fff;
    font-weight: normal;
}

.title-text-block {
    top: 25%;
    left: 25%;
    text-align: left;
}

.title-text-block .btn {
    margin-top: 30px;
    border-color: #fff;
}

@media (max-width: 639px) {
    .sana-full-height-slider .basket .hyp {
        color: #333;
    }

    .sana-full-height-slider .login .opener:before {
        background-image: url('../files/icons/Atlantis/login-grey.png');
    }

    .sana-full-height-slider .over-summary .hyp:before {
        background-image: url('../files/icons/Atlantis/basket-grey.png');
    }

    .sana-full-height-slider .login .opener:after,
    .sana-full-height-slider .language .opener:after {
        background-image: url('../files/icons/ico-arrow.svg');
    }

    .sana-full-height-slider .nav-item-root .hyp-top-lvl,
    .sana-full-height-slider .nav-is-hovered .hyp-top-lvl {
        color: #000;
    }
}

/*      End of Sana Hero Slider for Atlantis design pack */



/****************************************
     End of Atlantis design pack styles
****************************************/
/*          START return           */
.gvi-return-wrapper {
    border-bottom: 1px solid;
    margin-bottom: 35px;
}

    .gvi-return-wrapper.is-empty {
        display: none;
    }

.gvi-return .upper-row {
    vertical-align: top;
}

.gvi-return .col-item-no,
.gvi-return .col-title {
    text-align: left;
}

.gvi-return .col-checkbox,
.gvi-return .col-order-quantity,
.gvi-return .col-order-max-return-quantity,
.gvi-return .col-order-unit-of-measure-title {
    text-align: center;
}

.gvi-return .col-cost {
    text-align: right;
}

.gvi-return .col-checkbox {
    width: 1%;
}

.gvi-return .return-row-addition {
    padding: 10px 33px 15px;
}

.gvi-return .return-row-info {
    padding: 0 40px;
}

.gvi-return .add-more-products {
    border-top: 2px dotted #eee;
    margin-top: 20px;
    padding-top: 15px;
}

.gvi-return .is-unreturnable {
    opacity: 0.5;
}

.gvi-return .return-row-addition .btn-delete {
    position: absolute;
    right: 0;
}

.gvi-return .chb-text {
    display: none;
}

.gvi-return .col-delete {
    width: 1%;
}

.gvi-return .product-title {
    font-weight: normal;
}

.product-to-return {
    border-top-width: 2px;
    border-top-style: dotted;
    padding-top: 15px;
    position: relative;
}

/*          START return quick search          */
.quicksearch {
    margin: 20px 0;
}

.quicksearch-search {
    position: relative;
    width: 70%;
}

.quicksearch-result {
    margin: 20px 0;
    padding: 15px 0;
}

    .quicksearch-result.is-empty {
        display: none;
    }

.quicksearch-autocomplete .ui-menu-item-wrapper {
    min-height: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.quicksearch-result-title {
    line-height: 28px;
    font-weight: normal;
}

.quicksearch-result .unit-of-measure {
    display: inline-block;
}

.quicksearch-components .ddlb + .ddlb {
    margin-top: 10px;
}
/*          END return quick search           */
/*          END return           */

/* Fix for IOS dropdowns */
.ui-touch-device .opener,
.ui-touch-device .over-summary,
.ui-touch-device .filter-title,
.ui-touch-device .accordion-header,
.ui-touch-device .facet .hdr {
    cursor: pointer;
}

/*      Header with Sana hero image slider            */

.pac-target-input.gm-err-autocomplete {
    background-image:none !important;
}

#quoteHistoryPage .row-under-columns {
    float: right;
    margin-right: 15px;
}

/****************************************
                Desktop
****************************************/
@media (min-width: 1024px) {
    .center{
        padding: 0 15px;
    }

    .ui-dialog{
        position: fixed;
    }

    .custom-bg{
        background-size: auto;
    }

    /* START header controls */
    header.sticky-mode{
        top: -40px;
    }

    header.sticky-mode .header-blocks-wrapper,
    header.sticky-mode nav{
        margin: 0 auto;
        width: 1400px;
        max-width: 100%;
    }

    .top-header,
    .middle-header{
        padding: 0 15px;
    }

    /*          logo           */
    .logo{
        margin-left: 10px;
        margin-right: 30px;
        max-width: 40%;
    }

    header.sticky-mode .logo{
        max-width: inherit; 
    }

    footer .logo {
        margin-right: 10px;
        margin-bottom: 10px;
        max-width: 50%;
    }

    /*          language           */
    .language + .login{
        margin-left: -4px;
    }

    header.sticky-mode .language + .login{
        margin-left: 0;
    }

    /*          basket           */
    .basket-summary-holder{
        min-width: 120px;
    }

    /* START general top navigation */
    .nav-item-root.hover .nav-wrapper{
        display: block;
    }
    /* END general top navigation */

    /* START multi dropdown navigation */
    header .nav-opener-wrapper{
        display: none;
    }

    .nav-wrapper{
        margin-top: -1px;
        width: 100%;
    }

    header.sticky-mode .nav-wrapper{
        margin-top: 0;
    }

    header:not(.sticky-mode) .nav-lvl-2 .separator:nth-of-type(5n),
    header.sticky-mode .nav-lvl-2 .separator:nth-of-type(3n){
        display: table-row;
    }

    header:not(.sticky-mode) .nav-lvl-2 .nav-item-block:nth-of-type(5n+1),
    header.sticky-mode .nav-lvl-2 .nav-item-block:nth-of-type(3n+1){
        border-left: none;
    }
    /* END multi dropdown navigation */

    /* START simple dropdown navigation */
    .nav-item.hover > .nav-list-sub{
        display: block !important;
    }
    /* END simple dropdown navigation */
    /* END header controls */

    .has-aside{
        border-right-width: 1px;
        border-right-style: solid;
        float: left;
        padding-right: 1%;
        width: 85%;
    }

    aside{
        display: table-cell;
        padding-left: 22px;
    }

    .has-aside .details-img{
	    width: 43%;
    }

    .has-aside .details-info{
	    margin-left: 43%;
    }

    .no-aside .details-img{
	    width: 56%;
    }

    .no-aside .details-info{
	    margin-left: 56%;
    }

    .form-row .field-btn-add{
        display: block;
        margin-top: 20px;
    } 

    .field-btn-add .btn-add-to-basket{
        margin: 0;
    }

    .simple-product-tile{
        max-width: 200px;
        width: 50%;
    }

    .product-bottom-info > .column:first-child{
        width: 60%;
    }

    .product-bottom-info > .column.column-inline:first-child{
        width: 100%;
    }

    .product-bottom-info .column:first-child .simple-product-tile{
        width: auto;
    }

    .list-mode .product-action{
        display: table-cell;
    }

    .list-mode .tbx-quantity + .unit-of-measure{
        min-width: 75px;
        text-align: left;
    }

    .grid-mode .l-products-item{
        width: 33.33%;
    }

    .grid-mode .l-products-item:nth-of-type(3n+1):after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        left: 1.4%;
        right: 1.4%;
        margin-top: 12px;
    }

    #orderAdressPage .form-row,
    #guestOrderAdressPage .form-row{
        max-width: 73%;
    }

    .shipping-choice-content .ui-selectmenu-menu{
        max-width: 160%;
    }

    /*.gvi-methods{
        width: 80%;
    }*/

    /*          START product tile            */
    .products-flow .product-tile{
        width: 25%;
    }

    .column .products-group .blocks-row-item:nth-child(4){
        display: none;
    }
    /*          END product tile            */

    .aside-links{
        margin-top: 80px;
    }

    .orders-details-page .columns-general .column.wide{
        width: 77%;
    }

    /*          START unavailable page            */
    .unavailable-page .logo{
        margin-right: 0;
        max-width: 100%;
    }
    /*          END unavailable page            */
    
    #changePasswordForm .form-holder {
        width: 50%;
    }
    
    .tbx-date {
        max-width: 245px;
    }
}
/****************************************
                Mobile
****************************************/
@media screen and (max-width: 639px) {
    .center {
        padding: 0 15px;
    }

    .h1-holder h1 {
        display: block;
    }

    .h1-holder a {
        margin-left: 0;
    }

    .form-button {
        padding-left: 0;
    }

        .form-button .btn {
            width: 100%;
        }

    /* blocks layout */
    .blocks-row {
        display: block;
        margin: 0;
    }

    .blocks-row-item {
        padding: 0;
    }
    /* END blocks layout */

    .l-columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .l-columns-column + .l-columns-column {
        margin-top: 20px;
    }

    .msg-text-alert {
        top: 100%;
        left: 0;
        margin: 0;
    }

    /* START header controls */
    .header-blocks-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .nav-opener:before {
        top: 21px;
        left: 20px;
    }

    .nav-opener:after {
        top: 20px;
        left: 22px;
    }
    
    .nav-is-closed .header-blocks-wrapper {
        height: 62px;
        overflow: hidden;
    }

    .nav-is-closed .search,
    .nav-is-closed .top-header,
    .nav-is-closed .bottom-header,
    .nav-is-closed .btn-suggestions-top {
        display: none;
    }

    .middle-header {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-width:0;
        border-style: solid;
        min-height: initial;
        margin: 0;
        width: 100%;
    }

    .middle-header-in {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .top-header {
        display: block;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        width: 100%;
    }

    .bottom-header {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        border-width: 0 0 1px;
        border-style: solid;
        width: 100%;
    }

    .top-dropdown {
        border-width: 0 0 1px;
        display: block;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

        .top-dropdown:hover {
            height: auto;
        }

        .top-dropdown .summary {
            border-width: 0;
            display: block;
            position: static;
        }

        .top-dropdown:hover .opener {
            height: auto;
        }

        .top-dropdown .opener {
            padding-left: 18px;
            line-height: 40px;
        }

        .top-dropdown .collapsed + .summary {
            display: none;
        }

        .top-dropdown .opener:after {
            top: 50%;
            margin-top: -3px;
        }

    .top-info {
        display: none;
    }

    .top-hyp {
        display: none;
    }

    .nav-opener-wrapper {
        height: 60px;
        width: 64px;
    }
    
    .nav-opener {
        height: 60px;
        width: 64px;
    }
    
    .nav-is-opened .nav-opener {
        border-bottom-width: 0;
    }

    /*          logo           */
    .logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 10px;
        text-align: center;
    }

        .logo img {
            max-height: 32px;
        }

    /*          language           */
    .language.top-dropdown .opener {
        width: auto;
    }

        .language.top-dropdown .opener .flag {
            position: static;
            margin-right: 13px;
        }

    .language.top-dropdown .summary {
        padding-top: 0;
        min-width: initial;
    }

    .selected-language {
        display: inline;
    }

    /*          login           */
    .login .person {
        display: inline-block;
        margin-right: 0;
        margin-left: 0;
    }

    .login:hover .person {
        padding-top: 0;
    }

    .login .opener:before {
        position: static;
        margin-right: 11px;
    }

    .login.impersonated .opener {
        width: auto;
    }

    .login.top-dropdown .summary {
        width: auto;
    }

    .login .stop-representing {
        line-height: 40px;
    }

    .login-title {
        display: inline;
    }

    /*          search           */
    .ui-autocomplete {
        position: relative;
    }

    .search {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        border-width: 1px 0 0;
        border-style: solid;
        margin: 0;
        padding: 20px 15px;
        width: 100%;
    }

    .btn.btn-suggestions-top {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin: 0 15px 20px;
        height: auto;
        width: auto;
    }

        .btn.btn-suggestions-top .btn-cnt {
            display: inline;
            margin-right: -30px;
        }

        .btn.btn-suggestions-top:before {
            position: absolute;
            margin: 7px 0 0 -30px;
        }

    .searchbox .btn {
        background-color: #518a8a;
    }

    .searchbox {
        width: 100%;
    }
    /*          basket           */
    .basket {
        border-left-width: 1px;
        border-left-style: solid;
        position: relative;
        height: 60px;
        width: 62px;
    }

    .basket-summary-holder {
        min-width: 62px;
    }

    .basket .basket-summary {
        display: none !important;
    }

    .basket .hyp {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .over-summary {
        border-width: 0;
        height: auto;
        line-height: 62px;
        position: static;
        padding: 0;
    }

        .over-summary .hyp {
            padding: 0 3px;
        }

            .over-summary .hyp:before {
                display: inline-block;
                position: static;
                vertical-align: middle;
            }

        .over-summary .over-summary-number {
            display: inline-block;
            margin-left: 3px;
            vertical-align: middle;
        }

        .over-summary.over-summary-just-changed {
            position: fixed;
            height: 61px;
            line-height: 61px;
            top: 0;
            right: 0;
            display: none;
            text-align: center;
            padding: 0 10px 0 40px;
            font-weight: bold;
            min-width: 12px;
            border-radius: 0 0 0 2px;
            z-index: 10;
        }

            .over-summary.over-summary-just-changed .hyp:before {
                background: url('../files/icons/Modern/basket-white.png') no-repeat scroll 0 0 transparent;
            }

        .over-summary.is-empty .over-summary-number,
        .basket .over-summary .over-summary-lbl {
            display: none;
        }

    /* START general top navigation */
    .bottom-header .nav-list-root,
    .bottom-header .nav-item-root {
        float: none;
    }

    .hyp-top-lvl.has-children {
        background-image: url(../files/icons/arrow-group-expand.png);
        background-position: right center;
        background-repeat: no-repeat;
        cursor: default;
    }

    .submenu-expanded > .hyp-top-lvl.has-children {
        background-image: url(../files/icons/arrow-group-collapse.png);
    }

    .hyp-top-lvl.has-children span {
        cursor: pointer;
    }
    /* END general top navigation */

    /* START multi dropdown navigation */
    .nav-wrapper {
        border-width: 0;
        position: static;
        padding: 0;
    }

    .nav-item-block {
        display: block;
        padding: 0;
        height: auto;
        width: auto;
    }

    .view-more-visible .nav-item-block {
        padding-bottom: 0;
    }

    .nav-item-root .hyp-top-lvl {
        border-width: 0;
        clear: both;
        padding: 10px 0;
        overflow: hidden;
        line-height: normal;
    }

    .nav-lvl-2 {
        display: block;
        width: auto;
    }

        .nav-lvl-2 .wrapper {
            height: auto;
            width: auto;
        }

        .nav-lvl-2 > .nav-item {
            padding: 10px 0 10px 15px;
        }

    .nav-more {
        position: static;
        width: auto;
    }

        .nav-more a {
            width: auto;
        }

    .separator + .nav-item-block,
    .separator + .img-in-row {
        border-left-width: 0;
    }

    .img-in-row {
        display: none;
    }
    /* END multi dropdown navigation */

    /* START simple dropdown navigation */
    .nav-list-sub {
        border-width: 0;
        position: static;
        width: auto;
        padding: 0;
        margin-top: 0;
    }

        .nav-list-sub .nav-list-sub {
            padding: 0;
        }

    .nav-item-sub {
        padding-left: 20px;
    }

        .nav-item-sub:first-child .nav-list-sub {
            top: -7px;
        }

        .nav-item-sub .hyp.has-children {
            background-image: url(../files/icons/arrow-group-expand.png);
            background-position: right center;
            background-repeat: no-repeat;
            cursor: default;
        }

        .nav-item-sub.submenu-expanded > .hyp.has-children {
            background-image: url(../files/icons/arrow-group-collapse.png);
        }

        .nav-item-sub .hyp.has-children span {
            cursor: pointer;
        }
    /* END simple dropdown navigation */
    /* END header controls */

    /* START columns layout */
    .columns-general {
        display: block;
        margin: 0;
        width: auto;
    }

        .columns-general > .column {
            display: block;
            padding: 0;
            vertical-align: initial;
        }

        .columns-general.divided {
            margin: 0;
            width: auto;
        }

            .columns-general.divided > .column {
                padding: 0;
            }

        .columns-general.compact {
            margin: 0;
            width: auto;
        }

            .columns-general.compact > .column {
                padding: 0;
            }

            .columns-general.compact > .wide {
                width: auto;
            }

        .columns-general > .column60 {
            width: auto;
        }
    /* END columns layout */

    .popup-cnt .cnt-column {
        display: block;
        margin: 0;
        min-width: initial;
    }

    .above-content .center {
        padding-top: 12px;
    }

    .combined-header {
        margin-top: 0;
    }

    .above-content.colored-header-desktop {
        background-color: transparent;
    }

        .above-content.colored-header-desktop:before {
            display: none;
        }

    .custom-bg {
        background-origin: padding-box;
        background-position: 0 0;
    }

    .above-content.custom-bg:before {
        display: block;
    }

    footer .top {
        display: block;
        padding-top: 20px;
    }

    footer .bottom {
        padding: 10px 10px 10px 10px;
    }

    footer .footer-address {
        margin-bottom: 20px;
        width: 100%;
    }

        footer .footer-address .logo {
            margin: 0 0 10px 0;
            text-align: left;
        }

    .sitemap {
        display: block;
        margin-bottom: 20px;
    }

    .sitemap-nav {
        display: table;
        width: 100%;
    }

        .sitemap-nav > li {
            display: table-cell;
            vertical-align: top;
            box-sizing: border-box;
            width: 50%;
        }

    .newsletter {
        display: block;
        width: auto;
    }

    .semicolumn {
        width: 100%;
    }

    .breadcrumbs {
        display: none;
    }

    .form-row .field-btn-add {
        display: table-row;
    }

    .row-btn-add .btn-add-to-basket {
        margin-right: 0;
        width: 100%;
    }

    .order-box .after-btn-links {
        display: block;
        margin-top: 20px;
    }

    .more-inside {
        text-align: center;
    }

    .components-tab .ui-tabs-nav {
        display: none;
    }

    .components-tab .hidden-tabs-name,
    .components-tab .ui-tabs-panel {
        display: block !important;
    }

    .tab-control .reviews,
    .tab-control .variants,
    .tab-control .prepacks,
    .tab-control .specifications,
    .tab-control .attachments,
    .tab-control .description {
        min-height: 0;
    }

    .hyp-tab-action {
        display: none;
    }

    .copyright,
    .footer-nav {
        text-align: center;
    }

    .details-img {
        float: none;
    }

    .details-info {
        padding: 0;
    }

    /* volume prices and bom */
    .gvi-volume-prices .cell-qty,
    .gvi-volume-prices .cell-title,
    .gvi-volume-prices .cell-uom,
    .gvi-volume-prices .cell-discount {
        font-weight: normal;
    }

    /* START product details image sliders */
    .carousel-legend,
    .carousel-image-s-wrapper {
        display: none;
    }

    .carousel-image-m-wrapper {
        margin-bottom: 60px;
    }

    .carousel-image-m-item {
        height: 317px;
    }

        .carousel-image-m-item img {
            margin: auto;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: auto;
            height: auto;
            max-height: 100%;
            max-width: 100%;
        }

            .carousel-image-m-item img[data-zoom-image] {
                cursor: auto;
            }

    /* END product details image sliders */

    .last-viewed .ui-tabs-nav {
        border-bottom: none;
        padding-bottom: 0;
    }

    .filters-wrapper {
        padding: 0 15px;
    }

    .filter-title {
        display: block;
        line-height: 57px;
        text-align: center;
        margin: 0 -15px;
    }

        .filter-title:after {
            background: url(../files/icons/arrow-down-blue.png);
            content: '';
            display: inline-block;
            margin-left: 25px;
            height: 6px;
            width: 10px;
            vertical-align: middle;
        }

        .filter-title.collapsed:after {
            background: url(../files/icons/arrow-down-blue.png);
        }

        .filter-title.expanded:after {
            background: url(../files/icons/arrow-up-blue.png);
        }

        .filter-title.collapsed + .facets {
            display: none;
        }

    .counter-inside,
    .sorting {
        display: none;
    }

    .grid-wrapper,
    .list-wrapper {
        margin: 0 -15px;
    }

        .grid-wrapper td:first-child,
        .grid-wrapper th:first-child {
            padding-left: 15px;
        }

        .grid-wrapper td:last-child,
        .grid-wrapper th:last-child {
            padding-right: 15px;
        }

        .list-wrapper li {
            padding-left: 15px;
            padding-right: 15px;
        }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tfoot,
    .responsive-table td,
    .responsive-table tr {
        display: block;
    }

        .responsive-table tbody td {
            border-width: 0;
            padding: 5px 0;
            position: relative;
            padding-left: 50% !important;
        }

        .responsive-table tr {
            border-bottom-width: 1px;
            border-bottom-style: solid;
        }

        .responsive-table thead {
            display: none;
        }

        .responsive-table td:before {
            display: block;
            position: absolute;
            left: 0;
        }

    /* START basket, wishlist grids */
    .gvi-basket-wrapper,
    .gvi-wish-list-wrapper {
        margin: 0 -15px;
        padding: 0 15px;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .gvi-basket,
    .gvi-basket tbody,
    .gvi-basket tr,
    .gvi-basket td,
    .gvi-wish-list,
    .gvi-wish-list tbody,
    .gvi-wish-list tr,
    .gvi-wish-list td {
        display: block;
        box-sizing: border-box;
    }

        .gvi-basket thead,
        .gvi-wish-list thead {
            display: none;
        }

        .gvi-basket .inner-row .col-first,
        .gvi-wish-list .inner-row .col-first,
        .gvi-basket .upper-row .col-first,
        .gvi-wish-list .upper-row .col-first {
            float: left;
            padding: 20px 0 0;
        }

        .gvi-basket .btn-show-hide {
            margin-left: 30px;
        }

        .gvi-basket .inner-row .col-info,
        .gvi-wish-list .inner-row .col-info,
        .gvi-basket .upper-row .col-info,
        .gvi-wish-list .upper-row .col-info {
            padding: 20px 0 0;
            margin-left: 95px;
        }

        .gvi-basket .product-img,
        .gvi-basket .hyp-thumbnail {
            height: 84px;
            width: 84px;
        }

        .gvi-basket .col-info .product-img {
            margin-left: -95px;
        }

        .gvi-basket .inner-row .col-price,
        .gvi-wish-list .inner-row .col-price,
        .gvi-basket .upper-row .col-price,
        .gvi-wish-list .upper-row .col-price {
            float: right;
            padding: 18px 0 0;
            text-align: right;
        }

        .gvi-basket .inner-row .col-qty,
        .gvi-wish-list .inner-row .col-uom,
        .gvi-basket .upper-row .col-qty,
        .gvi-wish-list .upper-row .col-uom {
            padding: 18px 0 0;
        }

        .gvi-basket .qty-control {
            float: left;
        }

        .gvi-basket .lbl-unit-of-measure {
            float: left;
            margin-left: 11px;
            line-height: 28px;
        }

        .gvi-basket .lbl-quantity {
            display: block;
            text-align: center;
            width: 84px;
        }

        .gvi-basket .inner-row .col-total,
        .gvi-wish-list .inner-row .col-total,
        .gvi-basket .upper-row .col-total,
        .gvi-wish-list .upper-row .col-total {
            padding: 9px 15px;
            margin: 15px -15px 0;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            overflow: hidden;
            width: auto;
        }

        .gvi-basket .col-qty {
            text-align: left;
        }

        .gvi-basket .col-total .cell-name {
            display: inline;
        }

        .gvi-basket .col-total .action-links,
        .gvi-wish-list .col-total .action-links {
            float: left;
        }

        .gvi-basket .vertical-line {
            margin-left: 0;
            min-height: initial;
        }

    .id-variant-aria .product-id,
    .id-variant-aria .product-variant {
        display: block;
    }

    .id-variant-aria .product-id {
        width: auto;
    }

    .action-links {
        margin-top: 0;
    }

    .basket-b2c-mode .gvi-basket .col-first {
        width: auto;
    }

    .basket-b2c-mode .gvi-basket .hyp-thumbnail {
        height: 75px;
        width: 75px;
    }

    .basket-b2c-mode .btn-quote + .btn-checkout {
        margin-left: 0;
    }

    .basket-b2c-mode .paging-control .pagin-total {
        position: static;
    }

    .basket-b2b-mode .gvi-basket .col-first {
        width: auto;
    }

    .basket-b2b-mode .gvi-basket .product-img,
    .basket-b2b-mode .gvi-basket .hyp-thumbnail {
        height: 84px;
        width: 84px;
    }

    .basket-b2b-mode .panel-header .btn-quote,
    .basket-b2b-mode .panel-header .btn-checkout {
        display: block;
    }

    /* compact view for tbx-quantity */
    .quantity-compact .tbx-quantity {
        float: left;
        margin: 0;
        min-width: 60px; /* Pay attention! */
        width: 84px;
    }

        .quantity-compact .tbx-quantity.focused {
            margin-bottom: 34px;
        }

        .quantity-compact .tbx-quantity .ui-spinner-button {
            top: 34px;
        }

    .quantity-compact .ui-spinner-up {
        right: 0;
    }

    .quantity-compact .ui-spinner-down {
        left: 0;
    }
    /* END basket, wishlist grids */

    .block-actions {
        padding: 0 15px;
        margin: 0 -15px;
    }

        .block-actions .hyp-btn {
            margin-left: 0;
            margin-right: 0;
        }

        .block-actions .hyp-clear {
            float: left;
        }

        .block-actions .hyp-update {
            float: right;
        }

    .btn-checkout,
    .btn-quote {
        margin-top: 13px;
        width: 100%;
    }

    .basket-b2c-mode .paging-control {
        margin-top: 13px;
    }

    /* START basket overview grid */
    .gvi-basket-overview-wrapper {
        margin: 0 -15px;
        border-top-width: 1px;
        border-top-style: solid;
    }

    .gvi-basket-overview .upper-row td,
    .gvi-basket-overview .inner-row td {
        padding: 5px 15px 5px 0;
    }


    .gvi-basket-overview .col-first {
        float: left;
    }

    .gvi-basket-overview .upper-row .col-first,
    .gvi-basket-overview .upper-row .col-info,
    .gvi-basket-overview .inner-row .col-first,
    .gvi-basket-overview .inner-row .col-info {
        padding-top: 10px;
    }

    .gvi-basket-overview .col-first,
    .gvi-basket-overview .col-extended-text {
        padding-left: 15px !important;
    }

    .gvi-basket-overview.responsive-table td:before {
        margin-left: 15px;
    }

    .gvi-basket-overview .col-info {
        padding-left: 0 !important;
        margin-left: 95px;
    }

    .gvi-basket-overview .inner-row .col-info:before {
        display: none;
    }

    .gvi-basket-overview .col-price,
    .gvi-basket-overview .col-discount,
    .gvi-basket-overview .col-qty,
    .gvi-basket-overview .col-uom,
    .gvi-basket-overview .col-total {
        line-height: 2;
    }

    .gvi-basket-overview .col-price,
    .gvi-basket-overview .col-qty,
    .gvi-basket-overview .col-uom {
        text-align: right;
    }

    .gvi-basket-overview .col-empty,
    .gvi-basket-overview .col-first:before,
    .gvi-basket-overview .upper-row .col-info:before,
    .gvi-basket-overview .col-extended-text:before {
        display: none;
    }
    /* END basket overview grid */

    .qo-input-area .tbx-search {
        width: 100%;
    }

    .product .usp:before {
        height: 217px;
    }

    .product-bottom-info {
        margin-top: 0;
        margin-bottom: 0;
    }

    .gvi-totals .t-row-promotion .enter-discount,
    .gvi-totals .t-row-promotion .title-discount {
        float: none;
    }

    .gvi-totals .cell-name {
        text-align: left;
    }

    .list-totals .total-value,
    .gvi-totals .cell-price-value,
    .list-cart .total-value {
        min-width: 90px;
        display: inline-block;
    }

    .column.border-simple-left {
        border-left: none;
    }

    .row-under-columns {
        padding-left: 0;
    }

        .row-under-columns .btn {
            width: 100%;
        }

    .choose-product {
        display: block;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

        .choose-product > div {
            display: block;
            padding-left: 0;
            padding-right: 0;
        }

        .choose-product .ddlb + .ddlb {
            margin-top: 20px;
        }

        .choose-product .btn-plus {
            width: 100%;
        }

    .upper-row td {
        border-width: 0;
    }

    .basket-page-cnt h2 {
        display: none;
    }

    .checkout-details {
        margin-top: 20px;
    }

    .basket-b2b-mode .enter-discount {
        margin: 30px 0;
    }

    .gvi-methods .col-method-selection {
        width: auto;
    }

    .gvi-methods td.col-method-cost {
        text-align: left;
        width: auto;
    }

    /* START order details overview grid */
    .gvi-order-lines-wrapper {
        border-top-width: 1px;
        border-top-style: solid;
        margin-left: -15px;
        margin-right: -15px;
    }

    .gvi-order-lines thead {
        display: none;
    }

    .gvi-order-lines.responsive-table td:before {
        margin-left: 15px;
    }

    .order-details-action-bar .btn,
    .order-details-action-bar .form-inline {
        display: block;
        width: 100%;
    }

    .order-details-action-bar .btn {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .order-details-action-bar .attachments {
        float: none;
        margin-bottom: 15px;
    }
    /* END order details overview grid */

    .panel-header {
        display: block;
    }

        .panel-header > div {
            display: block;
        }

    .panel-footer {
        display: block;
    }

        .panel-footer > div {
            display: block;
        }

    .view-changer {
        width: 100%;
    }

    .panel-header > .view-changer {
        vertical-align: middle;
    }

    .panel-header .btn-add-inside {
        padding-top: 0;
    }

    .sorter-inside {
        width: 100%;
    }

    .grid-mode .l-products-item {
        width: 100%;
    }

        .grid-mode .l-products-item:after {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            content: '';
            position: absolute;
            left: 1.4%;
            right: 1.4%;
            margin-top: 12px;
        }

    .list-mode .product-action {
        text-align: left;
    }

    ul.usp-list {
        margin: 0;
    }

    .usp-list li {
        display: block;
        text-align: left !important;
        min-height: 50px;
    }

        .usp-list li:nth-child(2n) {
            display: none;
        }

    /*          START product tile            */
    .products-group.slick-dotted {
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

    .simple-product-tile {
        width: 100%;
    }
    /*          END product tile            */

    /*          START orders            */
    .gvi-orders tr:first-child td {
        padding-top: 5px;
    }

    .gvi-orders tr:last-child td {
        padding-bottom: 5px;
    }

    .gvi-orders tr:last-of-type td {
        border-bottom-width: 0;
    }

    .gvi-orders .col-authorization-status,
    .gvi-orders .col-select-document {
        text-align: left;
    }

    .total-inside {
        margin: 15px 0;
        text-align: center;
    }

    .pay-inside,
    .pay-inside .btn-pay {
        width: 100%;
    }
    /*          END orders            */

    /* START order details overview grid */
    .gvi-order-lines .col-qty,
    .gvi-order-lines .col-discount,
    .gvi-order-lines .col-uom,
    .gvi-order-lines .col-total,
    .gvi-order-lines .col-stock {
        text-align: left;
    }

    .gvi-order-lines .col-empty {
        display: none;
    }
    /* END order details overview grid */

    .basket-loading {
        padding: 20px;
        position: fixed;
        margin-left: -100px;
        margin-top: -50px;
        top: 50%;
        left: 50%;
        right: auto;
        width: 150px;
        z-index: 1000004;
    }

    /*          START sub accounts           */
    .gvi-limits td {
        display: inline-block;
    }

    .gvi-limits .col-operator,
    .gvi-limits .col-empty {
        width: 15px;
    }

    .gvi-limits .col-value,
    .gvi-limits .col-authorizer {
        width: 70%;
    }

    .gvi-limits .col-authorizer {
        padding-left: 30px;
    }

    .gvi-sub-accounts .col-status,
    .gvi-sub-accounts .col-limit,
    .gvi-sub-accounts .col-edit,
    .gvi-sub-accounts .col-delete {
        text-align: left;
    }

    .btn-edit-sub-account,
    .btn-delete-sub-account,
    .btn-delete-line {
        padding-left: 28px;
        margin-bottom: 7px;
    }

    .btn.btn-edit-sub-account .btn-cnt,
    .btn.btn-delete-sub-account .btn-cnt,
    .btn.btn-delete-line .btn-cnt {
        display: inline-block;
    }

    .sub-account-holder .row-orderauthorizationrules .field {
        width: 100%;
    }
    /*          END sub accounts           */

    /*          START return           */
    .gvi-return-wrapper {
        margin-bottom: 35px;
    }

    .gvi-return .upper-row {
        border-bottom-width: 0;
    }

    .gvi-return .col-checkbox {
        padding-left: 0 !important;
        width: auto;
    }

    .gvi-return .col-checkbox,
    .gvi-return .col-order-quantity,
    .gvi-return .col-order-max-return-quantity,
    .gvi-return .col-order-unit-of-measure-title,
    .gvi-return .col-cost {
        text-align: left;
    }

    .gvi-return .return-row-addition,
    .gvi-return .return-row-info {
        padding-left: 0 !important;
        padding-right: 0;
    }

        .gvi-return .return-row-addition:before,
        .gvi-return .return-row-info:before {
            display: none;
        }

    .quicksearch {
        margin-bottom: 30px;
    }

    .quicksearch-search {
        width: 100%;
    }

    .quicksearch-result-btn .btn {
        width: 100%;
    }
    /*          END return           */

    .gvi-return .chb-text {
        display: none;
    }

    /*          END return           */

    /****************************************
                    Content blocks
    ****************************************/
    /*          START main banner           */
    .banner {
        height: auto;
        text-align: left;
        margin: 0 -15px 25px -15px;
    }

        .banner img {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            height: auto;
            position: static;
            max-width: 100%;
        }

    .banner-full-width {
        position: static;
        height: auto;
    }

    .banner h1,
    .banner h2 {
        text-shadow: none;
    }

    .banner h1 {
        margin-bottom: 7px;
    }

    .banner h2 {
        margin-bottom: 5px;
    }

    .banner-content {
        margin-left: 15px;
        padding-top: 0;
    }
    /*          END main banner           */

    /*          START usp           */
    .basket-page-cnt .usp {
        display: none;
    }
    /*          END usp           */
    /****************************************
                    END Content blocks
    ****************************************/
}

/****************************************
                Tablet
****************************************/
@media (min-width: 640px) and (max-width: 1023px){
    .center{
        padding: 0 2%;
    }

    .columns-general.product-bottom-info,
    .columns-general.product-bottom-info > .column{
        display: block;
    }

    .list-totals .total-value,
    .list-cart .total-value {
        min-width: 0;
    }

    /* START general top navigation */
    .nav-item-root.hover .nav-wrapper{
        display: block;
    }
    /* END general top navigation */

    /* START multi dropdown navigation */
    .nav-lvl-2 .separator:nth-of-type(4n){
        display: table-row;
    }

    .nav-lvl-2 .nav-item-block:nth-child(4n+1){
        border-left: none;
    }

    /* cut subcategories to fit the screen */
    header.sticky-mode .nav-lvl-3 .nav-item:nth-child(n+5){
        display: none;
    }
    /* END multi dropdown navigation */

    /* START simple dropdown navigation */
    .nav-item.hover > .nav-list-sub{
        display: block !important;
    }
    /* END simple dropdown navigation */

    /*          START product tile            */
    .products-flow{
        margin: 25px -3px;
    }

    .products-flow .product-tile{
        padding: 0 3px;
        width: 33.33%;
    }

    .products-flow .product-tile .product-img{
        padding-right: 0;
    }

    .products-flow .product-tile .btn{
        padding: 0 28px 0 8px;
    }

    .products-group .blocks-row-item:nth-child(4),
    .column .products-group .blocks-row-item:nth-child(3){
        display: none;
    }
    /*          END product tile            */

   /* .order-box .form-row .label{
        display: block;
        float: left;
        min-width: 23%;
        width: auto;
    }

    .order-box .form-row .field{
        display: block;
        float: left;
        min-width: 235px;
        width: 74%;
    }*/

    .list-mode .product-tile .prices{
        float: left;
    }

    .has-aside .details-img{
	    width: 50%;
    }

    .has-aside .details-info{
	    margin-left: 50%;
    }

    .no-aside .details-img{
	    width: 58%;
    }

    .no-aside .details-info{
	    margin-left: 58%;
    }

    .simple-product-tile{
        width: 25%;
    }

    .grid-mode .l-products-item{
        width: 50%;
    }

    .grid-mode .l-products-item:nth-of-type(2n+1):after{
        border-bottom-width: 1px;
        border-bottom-style: solid;
        content: '';
        position: absolute;
        left: 1.4%;
        right: 1.4%;
        margin-top: 12px;
    }

    .usp-list li:nth-child(6),
    .usp-list li:nth-child(7){
        display: none;
    }

    /* START basket and checkout pages */
    .columns-general.compact.basket-page-cnt,
    .columns-general.compact.checkout-page-cnt{
        display: block;
    }

    .columns-general.compact.basket-page-cnt .column,
    .columns-general.compact.checkout-page-cnt > .column{
        display: block;
        width: auto;
    }

    .basket-page-cnt .border-simple-left,
    .checkout-page-cnt .border-simple-left{
        border: none;
    }

    .basket-totals-wrapper,
    .basket-action-wrapper,
    .cart-summary,
    .checkout-summary{
        box-sizing: border-box;
        padding: 0 2.2%;
        width: 50%;
    }

    .basket-totals-wrapper,
    .cart-summary{
        float: left;
        margin-left: -2.2%;
    }

    .basket-action-wrapper,
    .checkout-summary{
        float: right;
        margin-right: -2.2%;
    }

    .basket-details,
    .checkout-details{
        margin-top: 20px;
    }

    /* END basket and checkout pages */

    /* START profile pages */
    .columns-general.compact.profile-page-cnt{
        display: block;
    }

    .columns-general.compact.profile-page-cnt > .column{
        display: block;
        width: auto;
    }

    .hyp-account{
        border-right-style: solid;
        border-right-width: 1px;
        clear: none;
        padding-right: 15px;
        margin-right: 15px;
    }

    .hyp-account:last-child{
        border: none;
        padding-right: 0;
        margin-right: 0;
    }
    /* END profile pages */

    footer .footer-address .logo {
        width: 50%;
        margin-bottom: 10px;
    }
}
