/** ///////////// - global.scss - start - ///////////// */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/** //// font.scss - start */
@font-face {
  font-family: "icomoon";
  src: url("https://res.cloudinary.com/satellite-creative/raw/upload/v1621508469/NUHC/icons/icomoon_lbf2gs.eot?g4lw54");
  src: url("https://res.cloudinary.com/satellite-creative/raw/upload/v1621508469/NUHC/icons/icomoon_lbf2gs.eot?g4lw54#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/satellite-creative/raw/upload/v1621508469/NUHC/icons/icomoon_qzugnm.ttf?g4lw54") format("truetype"), url("https://res.cloudinary.com/satellite-creative/raw/upload/v1621508469/NUHC/icons/icomoon_kubjqg.woff?g4lw54") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/** //// font.scss - start */
@font-face {
  font-family: "icomoon";
  src: url("https://res.cloudinary.com/satellite-creative/raw/upload/v1621508469/NUHC/icons/icomoon_lbf2gs.eot?g4lw54");
  src: url("https://res.cloudinary.com/satellite-creative/raw/upload/v1621508469/NUHC/icons/icomoon_lbf2gs.eot?g4lw54#iefix") format("embedded-opentype"), url("https://res.cloudinary.com/satellite-creative/raw/upload/v1621508469/NUHC/icons/icomoon_qzugnm.ttf?g4lw54") format("truetype"), url("https://res.cloudinary.com/satellite-creative/raw/upload/v1621508469/NUHC/icons/icomoon_kubjqg.woff?g4lw54") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/** ///////////// - mixin.scss - start - ///////////// */
/** //Responsive breakpoint mixin start */
/** //Responsive breakpoint mixin end */
/** //Clearfix mixin start */
/** //Clearfix mixin end */
/** ///////////// - mixin.scss - end - ///////////// */
h1, h2, h3, h4, h5, h6, p, a, li {
  margin: 0;
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.h1 {
  font-size: 4rem;
  letter-spacing: 0rem;
  line-height: 6rem;
  font-weight: 500;
}

.h2 {
  font-size: 3rem;
  letter-spacing: 0rem;
  line-height: 140%;
  font-weight: 500;
}

.h3 {
  font-size: 2.5rem;
  letter-spacing: 0rem;
  line-height: 140%;
  font-weight: 500;
}

.h4 {
  font-size: 2rem;
  letter-spacing: 0rem;
  line-height: 140%;
  font-weight: 500;
}

.h5, .footer__text {
  font-size: 1.8rem;
  letter-spacing: 0rem;
  line-height: 140%;
  font-weight: 500;
}

.h6 {
  font-size: 1.5rem;
  letter-spacing: 0rem;
  line-height: 140%;
  font-weight: 500;
}

.p {
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  line-height: 170%;
  font-weight: 400;
}

.sm {
  font-size: 1.3rem;
  letter-spacing: 0.02rem;
  line-height: 170%;
  font-weight: 400;
}

.a {
  font-weight: 700;
}
.a:hover {
  text-decoration: underline;
}

.icon {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .h1 {
    font-size: 6rem;
    line-height: 7rem;
  }

  .h2 {
    font-size: 4rem;
  }

  .h3 {
    font-size: 3rem;
  }

  .h4 {
    font-size: 2.5rem;
  }

  .h5, .footer__text {
    font-size: 2rem;
  }

  .h6 {
    font-size: 1.8rem;
  }

  .p {
    font-size: 1.7rem;
  }

  .sm {
    font-size: 1.5rem;
  }
}
/** ///////////// - mixin.scss - start - ///////////// */
/** //Responsive breakpoint mixin start */
/** //Responsive breakpoint mixin end */
/** //Clearfix mixin start */
/** //Clearfix mixin end */
/** ///////////// - mixin.scss - end - ///////////// */
/** //// global styles start */
html {
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {
  outline: none;
}

/** //// common.scss - start */
/** // common/boxShadow.scss - start */
.boxShadow {
  transition: transform 0.2s ease;
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
}
@media all and (-ms-high-contrast: none) {
  .boxShadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.boxShadow:hover {
  transform: scale(0.98);
  -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}
.boxShadow--button, .button {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/** // common/restrict.scss - start */
.restrict, .header, .footer {
  margin: 0 auto;
  max-width: 1050px;
}
.restrict--med {
  margin: 0 auto;
  max-width: 900px;
}
.restrict--sml {
  margin: 0 auto;
  max-width: 600px;
}

/** //// elements.scss - start */
/** // elements/button.scss - start */
.button {
  font-size: 2rem;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.4s, color 0.4s ease;
  background: #00A6D2;
  border-color: #00A6D2;
  color: white !important;
}
.button:hover {
  background: #0092b9;
  border-color: #00A6D2;
  color: white !important;
}

/** //// structures.scss - start */
/** ///////////// - curve.scss - start - ///////////// */
.curve {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.curve path {
  fill: #fbf3f8;
}

/** ///////////// - page.scss - end - ///////////// */
/** ///////////// - footer.scss - start - ///////////// */
.footer__content {
  margin: 20px;
  text-align: center;
}
.footer .button {
  margin-top: 20px;
}

/** ///////////// - footer.scss - end - ///////////// */
/** ///////////// - header.scss - start - ///////////// */
.header__brand {
  margin: 0 20px 10px 20px;
}
.header__brand-logo {
  width: 60%;
  max-width: 140px;
}
@media (min-width: 768px) {
  .header__brand-logo {
    max-width: 200px;
  }
}

/** ///////////// - header.scss - end - ///////////// */
/** ///////////// - magazine.scss - start - ///////////// */
.magazine-viewport .container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1122px;
  height: 800px;
  margin: auto;
}

.magazine-viewport .magazine {
  width: 1122px;
  height: 800px;
  left: -561px;
  top: -400px;
}

.magazine-viewport .page {
  width: 561px;
  height: 800px;
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.magazine-viewport .zoomer .region {
  display: none;
}

.magazine .region {
  position: absolute;
  overflow: hidden;
  background: #fff;
  opacity: 0.2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.magazine .region:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.magazine .region.zoom {
  opacity: 0.01;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
}

.magazine .region.zoom:hover {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.magazine .page {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.magazine-viewport .page img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
}

.magazine .even .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.2)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
  background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2) 100%);
}

.magazine .odd .gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -ms-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(right, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
}

.magazine-viewport .zoom-in .even .gradient,
.magazine-viewport .zoom-in .odd .gradient {
  display: none;
}

.magazine-viewport .loader {
  background-image: url(../pics/loader.gif);
  width: 22px;
  height: 22px;
  position: absolute;
  top: 280px;
  left: 219px;
}

.magazine-viewport .shadow {
  -webkit-transition: -webkit-box-shadow 0.5s;
  -moz-transition: -moz-box-shadow 0.5s;
  -o-transition: -webkit-box-shadow 0.5s;
  -ms-transition: -ms-box-shadow 0.5s;
  -webkit-box-shadow: 0 0 20px #ccc;
  -moz-box-shadow: 0 0 20px #ccc;
  -o-box-shadow: 0 0 20px #ccc;
  -ms-box-shadow: 0 0 20px #ccc;
  box-shadow: 0 0 20px #ccc;
}

.magazine-viewport .next-button,
.magazine-viewport .previous-button {
  width: 22px;
  height: 750px;
  position: absolute;
  top: 0;
}

.magazine-viewport .next-button {
  right: -22px;
  -webkit-border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -ms-border-radius: 0 15px 15px 0;
  -o-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
}

.magazine-viewport .previous-button {
  left: -22px;
  -webkit-border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -ms-border-radius: 15px 0 0 15px;
  -o-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .next-button-hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.magazine-viewport .previous-button-hover,
.magazine-viewport .previous-button-down {
  background-image: url(../pics/arrows.png);
  background-position: -4px 359px;
  background-repeat: no-repeat;
}

.magazine-viewport .previous-button-down,
.magazine-viewport .next-button-down {
  background-color: rgba(0, 0, 0, 0.4);
}

.magazine-viewport .next-button-hover,
.magazine-viewport .next-button-down {
  background-image: url(../pics/arrows.png);
  background-position: -38px 359px;
  background-repeat: no-repeat;
}

.magazine-viewport .zoom-in .next-button,
.magazine-viewport .zoom-in .previous-button {
  display: none;
}

.animated {
  -webkit-transition: margin-left 0.5s;
  -moz-transition: margin-left 0.5s;
  -ms-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

.thumbnails {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: 1;
}

.thumbnails > div {
  width: 1050px;
  width: 100%;
  height: 100px;
  margin: 20px auto;
}

.thumbnails ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transition: -webkit-transform ease-in-out 100ms;
  -moz-transition: -moz-transform ease-in-out 100ms;
  -ms-transition: -ms-transform ease-in-out 100ms;
  -o-transition: -o-transform ease-in-out 100ms;
  transition: transform ease-in-out 100ms;
}

.thumbanils-touch ul {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.thumbnails-hover ul {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  -moz-transform: scale3d(0.6, 0.6, 1);
  -o-transform: scale3d(0.6, 0.6, 1);
  -ms-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

.thumbnails li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  -webkit-box-shadow: 0 0 10px #ccc;
  -moz-box-shadow: 0 0 10px #ccc;
  -ms-box-shadow: 0 0 10px #ccc;
  -o-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  -webkit-transition: -webkit-transform 60ms;
  -moz-transition: -webkit-transform 60ms;
  -o-transition: -webkit-transform 60ms;
  -ms-transition: -webkit-transform 60ms;
  transition: -webkit-transform 60ms;
}

.thumbnails li span {
  display: none;
}

.thumbnails .current {
  -webkit-box-shadow: 0 0 10px red;
  -moz-box-shadow: 0 0 10px red;
  -ms-box-shadow: 0 0 10px red;
  -o-box-shadow: 0 0 10px red;
  box-shadow: 0 0 10px red;
}

.thumbnails .thumb-hover {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  -moz-transform: scale3d(1.3, 1.3, 1);
  -o-transform: scale3d(1.3, 1.3, 1);
  -ms-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
  -webkit-box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -ms-box-shadow: 0 0 10px #666;
  -o-box-shadow: 0 0 10px #666;
  box-shadow: 0 0 10px #666;
}

.thumbanils-touch .thumb-hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.thumbnails .thumb-hover span {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  font: bold 15px arial;
  line-height: 30px;
  color: #666;
  display: block;
  cursor: default;
}

.thumbnails img {
  float: left;
}

.exit-message {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 10000;
}

.exit-message > div {
  width: 140px;
  height: 30px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font: 12px arial;
  line-height: 30px;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.zoom-icon {
  position: absolute;
  z-index: 1000;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  background-image: url(../pics/zoom-icons.png);
  background-size: 200px 50px;
}

.zoom-icon-in {
  background-position: 0 0;
  cursor: pointer;
}

.zoom-icon-in.zoom-icon-in-hover {
  background-position: -50px 0;
  cursor: pointer;
}

.zoom-icon-out {
  background-position: -100px 0;
}

.zoom-icon-out.zoom-icon-out-hover {
  background-position: -150px 0;
  cursor: pointer;
}

.bottom {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .bottom {
    display: block;
  }
}

/** ///////////// - magazine.scss - end - ///////////// */
/** ///////////// - page.scss - start - ///////////// */
#page {
  background: #f2fafd;
  padding-top: 40px;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/** ///////////// - page.scss - end - ///////////// */
