/* Library
*******************************************************/
/* Media query helpers
*******************************************************/
/* Helpers
*******************************************************/
/* Fonts
*******************************************************/
/* Hover and focus
*******************************************************/
/* Loading
*******************************************************/
/* Buttons
*******************************************************/
/* Typography
*******************************************************/
/* Graycale image
*******************************************************/
/* Icons
*******************************************************/
@font-face {
  font-family: 'WGW_icon_font';
  src: url("../catalogueViewer/font/icons/fonts/WGW_icon_font.eot");
  src: url("../catalogueViewer/font/icons/fonts/WGW_icon_font.eot#iefix") format("embedded-opentype"), url("../catalogueViewer/font/icons/fonts/WGW_icon_font.woff") format("woff"), url("../catalogueViewer/font/icons/fonts/WGW_icon_font.ttf") format("truetype"), url("../catalogueViewer/font/icons/fonts/WGW_icon_font.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}

[class^="icon_"]:before, [class*=" icon_"]:before {
  visibility: hidden;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  font-size: 25px;
  text-indent: 0;
  position: absolute;
  left: 0.3em;
  top: 50%;
  margin: 0;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  color: #333;
  text-align: center;
  line-height: 30px;
}

.iconFontLoaded [class^="icon_"]:before, .iconFontLoaded [class*=" icon_"]:before {
  -webkit-animation: fadeIn 0.15s;
          animation: fadeIn 0.15s;
  font-family: "WGW_icon_font";
  visibility: visible;
}

.icr {
  overflow: hidden;
  text-indent: -9999em;
  padding: 0;
}

.icr:before {
  left: 50%;
  margin-left: -15px;
}

.icon_arrow_next:before {
  content: '\e618';
}

.icon_arrow_next2:before {
  content: '\e627';
}

.icon_arrow_prev2:before {
  content: '\e626';
}

.icon_attention:before {
  content: '\e604';
}

.icon_cancel2:before {
  content: '\e628';
}

.icon_loading:before {
  content: '\e621';
}

.icon_search:before {
  content: '\e603';
}

.icon_grid:before {
  content: '\e629';
}

.icon_basket:before {
  content: "\e61b";
}

.icon_home:before {
  content: "\e605";
}

.icon_arrow_down:before {
  content: "\e600";
}

.icon_share:before {
  content: "\e900";
}

.icon_down_dir:before {
  content: "\e607";
}

/* Normalize
*******************************************************/
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

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

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

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*********************************************************************************************** Reset & Normalize &  & Helpers */
a {
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a::-moz-focus-inner {
  outline: none;
}

ol, ul, li, fieldset, h1, h2, h3, h4, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  font-size: 1em;
}

img {
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
}

label {
  cursor: pointer;
}

em {
  font-style: italic;
}

select {
  -webkit-appearance: none;
}

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

/* Core
*******************************************************/
/* Animations
*******************************************************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fancyEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fancyEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
            transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes pulsingMarker {
  from {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsingMarker {
  from {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes zoomPage {
  from {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomPage {
  from {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fancyEnterInvert {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
            transform: translate3d(0, 3em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fancyEnterInvert {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3em, 0);
            transform: translate3d(0, 3em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes preloaderSpin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preloaderSpin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
Core
--------------------------------------------------------------*/
html {
  font-size: 75%;
  background-color: #eee;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1.0em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  color: #333;
  background-color: #eee;
  min-width: 25em;
  height: 100%;
}

@media screen and (min-width: 48.125em) {
  body {
    padding-top: 5em;
  }
  .hasDragScroll body,
  .lt-ie10 body {
    height: 100%;
  }
}

a {
  color: #1787ae;
}

/*--------------------------------------------------------------
Helper classes
--------------------------------------------------------------*/
.swipe {
  overflow: hidden;
  position: relative;
  visibility: hidden;
}

.swipe-wrap {
  position: relative;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  width: 10000px;
  height: 100%;
}

.swipe-wrap > .slide {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}

.page {
  display: none;
}

.slide.active .page,
.slide.next .page,
.slide.prev .page,
.zoomContainer .page {
  display: block;
}

.loader {
  -webkit-animation: preloaderSpin .8s infinite linear;
          animation: preloaderSpin .8s infinite linear;
  width: 2.5em !important;
  height: 2.5em !important;
  position: relative;
  border: 0.83333em solid rgba(208, 208, 206, 0.3);
  border-left-color: #d0d0ce;
  border-radius: 50%;
  pointer-events: none;
  text-indent: -9999em;
  -webkit-transition: opacity 80ms ease-in-out,visibility 0s linear 80ms;
  transition: opacity 80ms ease-in-out,visibility 0s linear 80ms;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.25em 0 0 -1.25em;
  display: none;
}

.loader.on {
  display: block;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.nBtn,
.nbtn {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.nBtn::-moz-focus-inner,
.nbtn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.nBtn *,
.nbtn * {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.lateImages {
  opacity: 0;
}

.lateImages.lateImageLoading {
  opacity: 0;
}

.lateImages.lateImageLoaded {
  -webkit-animation: fadeIn 0.2s ease-in;
          animation: fadeIn 0.2s ease-in;
  opacity: 1;
}

/* Components
*******************************************************/
@media screen and (max-width: 48.0625em) {
  .mainHeaderCont {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 230;
  }
}

.mainHeader {
  height: 4.16667em;
  position: relative;
  z-index: 230;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  line-height: 4.16667em;
}

.mainHeader .title {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-weight: normal;
  width: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
}

.mainHeader .pageNumbers {
  color: #999;
  margin-right: 0.83333em;
}

.mainHeader .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 4.16667em;
}

.mainHeader .closeBtn:before {
  font-size: 22px;
  margin-top: -17px;
}

@media screen and (max-width: 48.0625em) {
  .mainHeader {
    background-color: #fff;
    border-bottom: 1px solid #d0d0ce;
  }
  .mainHeader .title {
    line-height: 4.16667em;
    margin: 0 8.33333em 0 1.66667em;
    text-align: left;
  }
  .zoomActive .mainHeader {
    display: none;
  }
  .mainHeader .companyLead {
    display: none;
  }
}

@media screen and (min-width: 48.125em) {
  .mainHeader {
    height: 5em;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(238, 238, 238, 0.9);
    overflow: visible;
  }
  .mainHeader .title {
    margin: 0 25% 0 25%;
    line-height: 5em;
  }
  .mainHeader .companyLead {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0.41667em 0.83333em 0.41667em 7.08333em;
    width: 25%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  .mainHeader .companyLead:hover > .companyTitle {
    text-decoration: underline;
  }
  .mainHeader .companyLead.noImgType {
    padding: 0.41667em 0.83333em 0.41667em 1.66667em;
  }
  .mainHeader .companyLead > .imgCont {
    position: absolute;
    left: 1.66667em;
    top: 50%;
    margin-top: -2.08333em;
    width: 4.16667em;
    height: 4.16667em;
    line-height: 4.16667em;
  }
  .mainHeader .companyLead img {
    max-height: 4.16667em;
    max-width: 4.16667em;
    vertical-align: middle;
  }
  .mainHeader .companyLead > .companyTitle {
    max-height: 2.83333em;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .mainHeader .companyLead .distance {
    color: #333;
  }
  .mainHeader .companyLead .distance > span {
    color: #1787ae;
  }
  @supports (display: flex) {
    .mainHeader .companyLead {
      /* autoprefixer: off */
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
  }
  .adServerEnabled .mainHeader .title {
    margin: 0 35% 0 35%;
  }
  .adServerEnabled .mainHeader .companyLead {
    width: 35%;
  }
}

.shareModule {
  position: absolute;
  right: 4.58333em;
  top: 0;
  bottom: 0;
  z-index: 999;
}

.shareModule.active > ul {
  display: block;
  position: absolute;
  left: 0;
  top: 3.5em;
  width: 10.83333em;
  padding: 0.25em 0;
  border: 1px solid #d0d0ce;
  background-color: #fff;
  -webkit-box-shadow: 0 0.3em 1em #d0d0ce;
          box-shadow: 0 0.3em 1em #d0d0ce;
}

.shareModule.active a {
  display: block;
  padding: 0.66667em 1em;
  text-align: left;
  color: #333;
  line-height: 1.5;
}

.shareModule > .shareBtn {
  font-weight: bold;
  width: 100%;
  height: 100%;
  color: #1787ae;
}

.shareModule > .shareBtn > span {
  padding: 0 1.66667em 0 0;
}

.shareModule > .shareBtn > span:before {
  font-size: 13px;
  right: -0.66667em;
  left: auto;
  margin-top: -14px;
  color: #999;
}

.shareModule > ul {
  display: none;
}

@media screen and (max-width: 48.0625em) {
  .shareModule {
    width: 4.16667em;
    right: 4.16667em;
  }
  .shareModule.active > ul {
    top: 4.16667em;
    right: -4.16667em;
    left: auto;
  }
  .shareModule > .shareBtn:before {
    font-size: 15px;
    left: 0.66667em;
    margin-top: -15px;
  }
  .shareModule > .shareBtn > span {
    display: none;
  }
}

@media screen and (min-width: 48.125em) {
  .shareModule > .shareBtn:before {
    display: none;
  }
  .shareModule.active .shareWhatsapp {
    display: none;
  }
}

.pages {
  height: 100%;
}

.pages .slide {
  display: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.pages .slide:first-child,
.pages .slide.slide {
  display: block;
}

@media screen and (min-width: 48.125em) {
  .pages .slide {
    padding: 0.41667em 5em 10.83333em;
  }
}

.pages .pagesWrap {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 48.0625em) {
  .pages .pagesWrap {
    height: 100%;
  }
  .zoomActive .pages .pagesWrap {
    max-width: 100% !important;
  }
}

.pages .page {
  position: relative;
  height: 100%;
  max-width: 62.5em;
  margin: 0 auto;
}

.pages .page area {
  pointer-events: none;
}

.pages .pageImgWrap {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

@media screen and (max-width: 48.0625em) {
  .pages .pageImgWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pages .pageImgWrap .markerCont {
    position: relative;
  }
  .zoomActive .pages .pageImgWrap {
    display: inherit;
  }
}

@media screen and (max-height: 48.0625em) and (orientation: landscape) {
  .pages .pageImgWrap {
    display: inherit;
    overflow-y: auto;
    height: 100%;
  }
}

.pages .pageImg {
  max-width: 100%;
  height: auto;
  color: #fff;
  background-color: #fff;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

@media screen and (max-width: 48.0625em) {
  .pages .pageImg {
    max-width: 100%;
    max-height: 100%;
  }
}

@media screen and (min-width: 48.125em) {
  .pages .pageImg {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  }
}

.pages .twoPages .page .page {
  float: left;
  width: 50%;
  max-width: none;
}

.pages .twoPages .page .pageImg {
  max-width: none;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.pages .slider_arrow {
  width: 5.08333em;
  position: absolute;
  top: 0.83333em;
  bottom: 5em;
  z-index: 9;
}

.pages .slider_arrow:before {
  font-size: 25px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  left: 0;
  top: 40%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  text-align: left;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
}

.pages .slider_arrow.next {
  right: 0;
}

.pages .slider_arrow.next:before {
  text-indent: 15px;
  left: 20px;
}

.pages .slider_arrow.prev {
  left: 0;
}

.pages .slider_arrow.prev:before {
  text-indent: 45px;
  left: -40px;
}

.pages .slider_arrow.disabled {
  cursor: auto;
  opacity: 0;
}

@media screen and (max-width: 48.0625em) {
  .touch .pages .slider_arrow {
    width: 40px;
    height: 80px;
    top: 50%;
    margin-top: -80px;
  }
  .touch .pages .slider_arrow:before {
    top: 0;
  }
  .touch .pages .slider_arrow.next:before {
    left: 0;
  }
}

@media screen and (min-width: 48.125em) {
  .pages .slider_arrow {
    position: fixed;
    top: 60px;
  }
  .pages .slider_arrow:before {
    top: 50%;
    margin: -40px 0 0;
    background-color: #fff;
  }
}

.pages .slider_arrow:active:before,
.no-touch .pages .slider_arrow:hover:before {
  background-color: #fdcd00;
}

.pages .slider_dots {
  display: none;
}

@media screen and (min-width: 48.125em) {
  .pages .slider_dots {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 1.66667em 14.16667em;
    background-color: rgba(238, 238, 238, 0.9);
  }
  .pages .slider_dots .dot_wrap {
    display: inline-block;
    padding: 0.33333em 1em;
    margin: 0 -0.33333em;
    line-height: 0;
  }
  .pages .slider_dots .dot_wrap:hover .dot {
    background-color: #656565;
  }
  .pages .slider_dots .dot_wrap.active .dot {
    background-color: #fdcd00;
  }
  .pages .slider_dots .dot {
    overflow: hidden;
    text-indent: -9999em;
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #999;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}

.pages .pageImgLoaded .pageControls {
  display: block;
}

@media screen and (max-width: 48.0625em) {
  .pages .pageImgLoaded .pageControls {
    display: none;
  }
}

.pages.zoomContainer {
  position: relative;
  background-color: #eee;
  width: 100%;
  display: none;
  padding-top: 5em;
}

.pages.zoomContainer .pageImg {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.pages.zoomContainer .pageControls {
  z-index: 2;
  display: block;
}

@media screen and (max-width: 48.0625em) {
  .pages.zoomContainer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .pages.zoomContainer .zoomedPageCont {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .pages.zoomContainer .pageControls {
    display: none;
  }
  .pages.zoomContainer .page {
    width: 54.16667em;
  }
  .pages.zoomContainer .pageImg {
    z-index: -2;
    display: block;
  }
}

@media screen and (min-width: 48.125em) {
  .pages.zoomContainer {
    padding: 0.41667em 0 5em;
    margin: 0 auto;
  }
  .pages.zoomContainer .page {
    width: auto;
    max-width: 83.33333em;
  }
  .pages.zoomContainer .pageControls {
    position: fixed;
    background-color: rgba(238, 238, 238, 0.9);
  }
}

.zoomActive .pages.swipe {
  display: none;
}

.zoomActive .pages.zoomContainer {
  display: block;
}

.zoomActive .pages.zoomContainer .page {
  -webkit-animation: zoomPage 0.5s;
          animation: zoomPage 0.5s;
}

.pageControls {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  text-align: center;
  padding: 1.25em 0.83333em;
  display: none;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}

.pageImgLoaded .pageControls {
  display: block;
}

.pageControls .zoomControl {
  padding: 0.66667em 0.83333em 0.66667em 3.08333em;
}

.pageControls .zoomControl:before {
  font-size: 15px;
}

.pageControls .zoomControl:hover {
  background-color: #fdcd00;
}

.pageControls > a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d0d0ce;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  text-transform: uppercase;
}

.pageControls .featuredCompanyButton {
  display: none;
}

@media screen and (max-width: 48.0625em) {
  .pageControls {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #d0d0ce;
  }
  .pageControls.smallView {
    display: block;
  }
  .pageControls .featuredCompanyButton {
    display: inline-block;
    padding: 0.66667em 2.5em 0.66667em 0.66667em;
    margin-right: 1.66667em;
    min-height: 2.33333em;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pageControls .featuredCompanyButton > img {
    max-width: 3.33333em;
    max-height: 3.33333em;
    width: auto;
    height: auto;
    vertical-align: middle;
  }
  .pageControls .featuredCompanyButton:before {
    font-size: 1.08333em;
    right: 0;
    left: auto;
  }
}

.tutorialToggleBtn {
  display: none;
}

@media screen and (min-width: 48.125em) {
  .tutorialToggleBtn {
    display: block;
    padding: 0.66667em 0.83333em 0.66667em 3.08333em;
    position: fixed;
    left: 1.25em;
    bottom: 1.25em;
    background-color: #fff;
    border: 1px solid #d0d0ce;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
  }
  .tutorialToggleBtn:hover {
    background-color: #fdcd00;
  }
  .tutorialToggleBtn:before {
    font-size: 15px;
  }
}

.zoomActive .tutorialToggleBtn {
  display: none;
}

.thumbnails {
  display: none;
}

@media screen and (min-width: 48.125em) {
  .thumbnails {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    z-index: 10;
  }
  .thumbnails .controls {
    position: absolute;
    bottom: 100%;
    right: 0;
    padding: 1.16667em;
  }
  .thumbnails .toggleBtn {
    display: inline-block;
    padding: 0.66667em 0.83333em 0.66667em 3.08333em;
    background-color: #fff;
    border: 1px solid #d0d0ce;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
  }
  .thumbnails .toggleBtn:hover {
    background-color: #fdcd00;
  }
  .thumbnails .toggleBtn:before {
    font-size: 19px;
  }
  .thumbnails .cont {
    padding: 1.66667em 0.83333em;
    display: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 25em;
    overflow-y: auto;
  }
  .thumbnails .slideThumb {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    margin: 1em;
    border: 2px solid #fff;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .thumbnails .slideThumb::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  .thumbnails .slideThumb.selected {
    border-color: #fdcd00;
  }
  .thumbnails.active {
    -webkit-box-shadow: 0 0 6.66667em rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 6.66667em rgba(0, 0, 0, 0.3);
  }
  .thumbnails.active.imagesLoading .toggleBtn {
    background-color: #fdcd00;
  }
  .thumbnails.active.imagesLoading .toggleBtn:before {
    -webkit-animation: rotate 1.4s linear infinite;
            animation: rotate 1.4s linear infinite;
    content: '\e621';
    font-size: 1.25em;
  }
  .thumbnails.active.imagesLoaded {
    -webkit-animation: fancyEnterInvert 0.2s ease-out;
            animation: fancyEnterInvert 0.2s ease-out;
  }
  .thumbnails.active.imagesLoaded .cont {
    display: block;
  }
}

.pageMarker {
  -webkit-animation: markerEnter 0.3s ease-in-out;
          animation: markerEnter 0.3s ease-in-out;
  position: absolute;
  text-align: center;
  z-index: 500;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pageMarker .marker {
  -webkit-animation: pulsingMarker 1s ease-in-out;
          animation: pulsingMarker 1s ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate-reverse;
          animation-direction: alternate-reverse;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  position: absolute;
  width: 5em;
  height: 5em;
  left: -2.5em;
  top: -2.5em;
  background: #fff url("../catalogueViewer/img/logoS.png") no-repeat center center;
  background-clip: border-box;
  background-size: 40px 40px;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.30208), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .pageMarker .marker {
    background-image: url(../njupop/img/logoS_2x.png);
  }
}

.pageMarker:hover .marker {
  border-color: #fdcd00;
  background-color: #fdcd00;
}

.pageImgLoaded .pageMarker {
  opacity: 1;
}

.no-touch .pageMarker {
  opacity: 0;
}

.no-touch .page:hover .pageMarker {
  opacity: 1;
}

.loyaltyNotifications {
  -webkit-animation: loyaltyNotificationEnter 0.1s;
          animation: loyaltyNotificationEnter 0.1s;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2100;
  text-align: left;
}

@-webkit-keyframes loyaltyNotificationEnter {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes loyaltyNotificationEnter {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes loyaltyNotificationLeave {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    top: 0;
  }
}

@keyframes loyaltyNotificationLeave {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    top: 0;
  }
}

.loyaltyNotifications .item {
  position: relative;
  padding: 0.58333em 3.75em;
  background: #fff;
  border: 1px solid #d0d0ce;
  border-top: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.loyaltyNotifications .iconCoinsType2 {
  position: absolute;
  top: 50%;
  left: 1.66667em;
  height: 25px;
  margin-top: -0.91667em;
}

.loyaltyNotifications .iconCoinsType2:before, .loyaltyNotifications .iconCoinsType2:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7.5px 0 0 -15px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #ffc20e;
  background-clip: padding-box;
}

.loyaltyNotifications .iconCoinsType2:before {
  -webkit-animation: coinRight 0.4s ease;
          animation: coinRight 0.4s ease;
  margin-top: -11.5px;
  margin-left: -11.5px;
}

@-webkit-keyframes coinRight {
  25% {
    left: 50%;
  }
  75% {
    left: 56%;
  }
  100% {
    left: 50%;
  }
}

@keyframes coinRight {
  25% {
    left: 50%;
  }
  75% {
    left: 56%;
  }
  100% {
    left: 50%;
  }
}

.loyaltyNotifications .iconCoinsType2:after {
  -webkit-animation: coinLeft 0.4s ease;
          animation: coinLeft 0.4s ease;
}

@-webkit-keyframes coinLeft {
  25% {
    left: 50%;
  }
  75% {
    left: 44%;
  }
  100% {
    left: 50%;
  }
}

@keyframes coinLeft {
  25% {
    left: 50%;
  }
  75% {
    left: 44%;
  }
  100% {
    left: 50%;
  }
}

.lt-ie9 .loyaltyNotifications .iconCoinsType2 {
  background: url(../njupop/img/loyaltyCoins.png) center center no-repeat;
}

.lt-ie9 .loyaltyNotifications .iconCoinsType2:before,
.lt-ie9 .loyaltyNotifications .iconCoinsType2:after {
  display: none;
}

.loyaltyNotifications .text {
  font-size: 1.33333em;
}

.loyaltyNotifications a {
  font-weight: bold;
}

.loyaltyNotifications button {
  position: absolute;
  top: 0;
  right: 1.41667em;
  height: 100%;
  line-height: 1;
}

.loyaltyNotifications button:after {
  content: "\00D7";
  font-size: 2.08333em;
  line-height: 1;
}

.loyaltyNotifications.closed {
  -webkit-animation: loyaltyNotificationLeave 0.3s;
          animation: loyaltyNotificationLeave 0.3s;
  top: -100%;
  opacity: 0;
}

@media screen and (min-width: 21.3125em) {
  .loyaltyNotifications {
    text-align: center;
  }
  .loyaltyNotifications .item {
    width: 20em;
    margin: 0 auto;
  }
  .loyaltyNotifications button {
    right: 0.66667em;
  }
}

.catalogueViewer {
  height: 100%;
}

/*--------------------------------------------------------------
Large Zoom Active
--------------------------------------------------------------*/
@media screen and (min-width: 48.125em) {
  .largeZoomActive {
    height: auto;
  }
  .largeZoomActive .pagesWrap {
    max-width: 83.33333em !important;
    height: 100%;
    margin: 0 auto;
  }
  .largeZoomActive .pagesWrap .page {
    max-width: 83.33333em;
    position: static;
  }
  .largeZoomActive .pagesWrap .markerCont {
    position: relative;
    display: inline-block;
  }
  .largeZoomActive .pageImg {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
  }
}

/*--------------------------------------------------------------
Adserver Enabled
--------------------------------------------------------------*/
@media screen and (max-width: 54.0625em) {
  .adServerEnabled .asideAdBanner {
    display: none;
  }
}

@media screen and (min-width: 50.0625em) {
  .adServerEnabled .asideContent {
    padding: 0.41667em;
    position: fixed;
    top: 0;
    left: 66.66667em;
    bottom: 0;
    border-left: 1px solid #d0d0ce;
    text-align: center;
  }
}

@media screen and (min-width: 50.0625em) {
  .adServerEnabled {
    width: 66.66667em;
    position: relative;
  }
  .adServerEnabled .slider_arrow.next {
    left: 61.58333em;
  }
  .adServerEnabled .slider_dots {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .adServerEnabled .mainHeader,
  .adServerEnabled .zoomContainer .pageControls,
  .adServerEnabled .thumbnails,
  .adServerEnabled .slider_dots {
    right: auto;
    width: 66.66667em;
  }
  .adServerEnabled .similarCatalogues {
    max-width: 90%;
  }
  .adServerEnabled.largeZoomActive {
    height: 100%;
  }
  .adServerEnabled.largeZoomActive .swipe,
  .adServerEnabled.largeZoomActive .swipe-wrap,
  .adServerEnabled.largeZoomActive .swipe-wrap > .slide {
    height: 100%;
  }
  .adServerEnabled.largeZoomActive .pagesWrap {
    margin: 0 -5em;
  }
  .touch .adServerEnabled.largeZoomActive .swipe {
    height: auto;
  }
  .no-touch .adServerEnabled.largeZoomActive .pageImgWrap {
    max-width: 83.33333em;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0.83333em;
    right: 0;
  }
  .no-touch .adServerEnabled.largeZoomActive .pageImg {
    max-width: initial;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
  }
  .no-touch .adServerEnabled.largeZoomActive .pageImg:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
  }
  .no-touch .adServerEnabled.largeZoomActive .pageControls {
    bottom: 0.83333em;
  }
}

/*--------------------------------------------------------------
Loyalty notifications modification
--------------------------------------------------------------*/
.catalogueViewer ~ .loyaltyNotifications {
  max-width: initial;
}

.catalogueViewer.adServerEnabled ~ .loyaltyNotifications {
  max-width: 66.66667em;
}

/*--------------------------------------------------------------
Control Bars Toggle Visibility
--------------------------------------------------------------*/
@media screen and (max-width: 48.0625em) {
  .controlBarsHidden .mainHeader,
  .controlBarsHidden .pageControls {
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media screen and (max-width: 48.0625em) {
  .controlBarsVisible .mainHeader,
  .controlBarsVisible .pageControls {
    opacity: 1;
    pointer-events: all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

/*--------------------------------------------------------------
Similar Catalogues Active Toggle Visibility
--------------------------------------------------------------*/
@media screen and (max-width: 48.0625em) {
  .similarCataloguesActive .pageControls {
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}


