/* ---------------------------------------------- Adjust the following definitions to your needs ---------------------------------------------------------------------- */
#zoom-container {
  overflow: visible !important;
  /*  padding-top: 50px !important;
    padding-right: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important; */
}

#wrapperNbAll {
  /* to enable a navbar, set   display: block; */
  display: block;

  /* this is used for resize and liquid scaling. The value should be adjusted to the max size of the navbar icons, if different max height than 48 px is used */
  height: 50px; 
}

.pageNbrLeft p {
  display: block !important;
}

.pageNbrRight p {
  display: none !important;
}

img.nbStd.lang {
  padding-right: 48px;
}

/* -------------------------------------------------------------------------------------------------------------------- */

#wrapperMZ3 {
  width: 100%;
  height: 100%;
  color: #ffffff;
}

#wrapperNbAll {
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* to shift the navigation bar out of sight (i.e. hide it), height must be set 0to show the navigation bar at start-up, height should be set to auto */

#wrapperNbLeft {
  z-index: 10;
  text-align: left;
  position: relative;
  float: left;
  display: inline-block;
  height: auto;
  width: auto;
}

/* defines position and spacing of the "buttons" that go into the left part of the navbar */
.nbLeft {
  float: left;
  display: inline-block;
  padding-left: 10px;
}

#wrapperNbCenter {
  z-index: 10;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: auto;
  width: auto;
}

/* defines position and spacing of the "buttons" that go into the middle/standard part of the navbar */
.nbStd {
  padding-left: 0;
  padding-right: 2px;
}

#wrapperNbRight {
  z-index: 10;
  text-align: right;
  position: relative;
  float: right;
  display: inline-block;
  height: auto;
  width: auto;
}

/* defines position and spacing of the "buttons" that go into the right part of the navbar */
.nbRight {
  float: right;
  display: inline-block;
  padding-right: 10px;
}

#megazine {
  margin: 0 auto 12px;
  z-index: 4;
  clear: both;
}

.nbLink {
  text-decoration: none;
}

.nbText {
  width: auto;
  height: auto;
  display: inline;
  text-decoration: none;
  font-weight: bold;
  font-size: 2em;
  color: #ffecec;
}

.nbIcon {
  width: auto;
  height: auto;
  display: inline;
}

.nbSpacer {
  width: 0;
  height: 1px;
  display: inline;
}

.rightTopContainer {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  width: 40px;
}

.leftTopContainer {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 40px;
}

/* to hide the toggle bar move it up by e.g. 100 px in setting margin-Top: -100px */
.toggleNavbar {
  position: relative;
  margin-top: -100px;
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

.btnHideNavbar {
  position: relative;
  z-index: 5;
  margin: 3px auto 10px;
}

.btnShowNavbar {
  position: relative;
  z-index: 5;
  margin: 3px auto 10px;
}

.pageFlipFirst {
  position: absolute;
  margin: 0;
  bottom: 100px;
  left: 0;
  z-index: 100;
  height: auto;
  width: auto;
  padding-left: 9px;
  padding-right: 12px;
  background-color: rgba(0, 0, 0, 0);
}

.pageFlipLast {
  position: absolute;
  margin: 0;
  bottom: 100px;
  right: 0;
  z-index: 100;
  height: auto;
  width: auto;
  padding-left: 12px;
  padding-right: 9px;
  background-color: rgba(0, 0, 0, 0);
}

.pageFlipLeft {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  height: auto;
  width: auto;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 16px;
  background-color: rgba(0, 0, 0, 0);
}

.pageFlipRight {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  height: auto;
  width: auto;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  background-color: rgba(0, 0, 0, 0);
}

.pageFlipLeft img:hover {
  cursor: pointer;
}

.pageFlipRight img:hover {
  cursor: pointer;
}

.pageNbrLeft {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  left: 3px;
  height: 32px; /* Set this to 0 to suppress the page number*/
  width: auto;
  margin-left: 0;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 0;
  color: #e0e0e0;
  background-color: rgba(0, 0, 0, 0);
}

.pageNbrRight {
  position: absolute;
  z-index: 10;
  bottom: 50px;
  right: 3px;
  height: 32px; /* Set this to 0 to suppress the page number*/
  width: auto;
  margin-right: 0;
  padding-left: 3px;
  padding-right: 3px;
  line-height: 0;
  color: #e0e0e0;
  background-color: rgba(0, 0, 0, 0);
}

