/*! normalize.css v1.1.3 | 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. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * 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;
  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"] {
  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;
}
/* 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;
  filter: alpha(opacity=80);
}
.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-content .red {
  color: #860000;
}
.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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
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;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  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: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #444444;
}
.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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.mfp-bg {
  opacity: 1;
  background: black;
}
.mfp-wrap .mfp-s-loading .mfp-arrow {
  display: none;
}
.mfp-wrap .gototop {
  position: fixed;
  right: 50%;
  bottom: 30px;
  height: 58px;
  width: 58px;
  border: 1px solid #5D5033;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-right: -390px;
  z-index: 2;
  background: black;
}
.mfp-wrap .gototop:before,
.mfp-wrap .gototop:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 13px 15px 13px;
  border-color: transparent transparent #5D5033 transparent;
  position: absolute;
  top: 21px;
  left: 17px;
}
.mfp-wrap .gototop:after {
  border-color: transparent transparent black transparent;
  top: 23px;
}
.mfp-download {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #5D5033;
  font-family: 'Frontage', sans-serif;
  font-size: 13px;
  font-weight: bold;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}
.mfp-download a {
  display: block;
  position: relative;
  padding-left: 65px;
  margin-bottom: 50px;
  line-height: 16px;
}
.mfp-download a i {
  width: 58px;
  height: 58px;
  border: 1px solid #5D5033;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  position: absolute;
  font-size: 23px;
  line-height: 53px;
  left: 0;
  top: -18px;
  letter-spacing: -2px;
}
.mfp-wrap .mfp-close,
.mfp-wrap button.mfp-close,
.mfp-wrap .mfp-close-btn-in .mfp-close {
  text-indent: 9999px;
  overflow: hidden;
  background: 0;
  border: 0;
  font-size: 18px;
  color: #5D5033;
  width: 60px;
  height: 60px;
  border: 1px solid #5D5033;
  line-height: 58px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  right: 0;
  top: -50px;
  opacity: 1;
  cursor: pointer !important;
}
.mfp-wrap .mfp-close:after,
.mfp-wrap button.mfp-close:after,
.mfp-wrap .mfp-close-btn-in .mfp-close:after {
  content: '\e806';
  font-family: 'enzicons';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  margin-top: 0;
  text-align: center;
  text-indent: 0px;
  line-height: 57px;
  font-size: 28px;
}
.mfp-wrap .mfp-counter {
  display: none;
}
.mfp-wrap .mfp-arrow-left,
.mfp-wrap .mfp-arrow-right {
  right: 140px;
  top: -30px;
  opacity: 1;
  left: auto;
}
.mfp-wrap .mfp-arrow-left:after,
.mfp-wrap .mfp-arrow-right:after {
  display: none;
}
.mfp-wrap .mfp-arrow-left:before,
.mfp-wrap .mfp-arrow-right:before {
  content: '\e804';
  font-family: 'enzicons';
  background: none;
  border: 0;
  font-size: 18px;
  color: #5d5033;
  width: 58px;
  height: 58px;
  border: 1px solid #5d5033;
  line-height: 58px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  opacity: 1;
}
.mfp-wrap .mfp-arrow-right {
  right: 77px;
}
.mfp-wrap .mfp-arrow-right:before {
  content: '\e805';
}
.mfp-wrap.ajaxpage .mfp-arrow-left,
.mfp-wrap.ajaxpage .mfp-arrow-right {
  position: absolute;
  top: 40px;
  width: 60px;
  height: 60px;
  right: 225px;
}
.mfp-wrap.ajaxpage .mfp-arrow-left:before,
.mfp-wrap.ajaxpage .mfp-arrow-right:before {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  text-align: center;
}
.mfp-wrap.ajaxpage .mfp-arrow-right {
  right: 149px;
}
.mfp-wrap.ajaxpage .mfp-download {
  position: relative;
  bottom: auto;
  padding-top: 60px;
  padding-bottom: 50px;
  width: 90%;
  max-width: 450px;
  margin: 0 auto;
}
.mfp-wrap.ajaxpage .mfp-download a {
  display: block;
}
.mfp-wrap.ajaxpage .mfp-download a i {
  top: -22px;
}
.mfp-wrap.ajaxpage .bigimg {
  width: 100%;
  height: auto;
  margin: 120px 0 65px 0;
  position: relative;
  z-index: 3;
}
.mfp-wrap.ajaxpage .mfp-close {
  right: 75px;
  top: 40px;
}
.mfp-wrap.ajaxpage .pagecontent {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 13px;
  padding-bottom: 45px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
}
.mfp-wrap.ajaxpage .pagecontent h1,
.mfp-wrap.ajaxpage .pagecontent h2,
.mfp-wrap.ajaxpage .pagecontent h3 {
  font-weight: normal;
  font-family: 'Frontage', sans-serif;
  font-size: 40px;
  line-height: 1em;
}
.mfp-wrap.ajaxpage .pagecontent h1 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.mfp-wrap.ajaxpage .pagecontent h2 {
  font-size: 30px;
  margin-left: -0.25em;
  margin-top: 1em;
  margin-bottom: .5em;
}
.mfp-wrap.ajaxpage .pagecontent h3 {
  color: #730000;
  font-size: 20px;
  margin-bottom: 0px;
  letter-spacing: -2px;
  margin-left: -4px;
}
.mfp-wrap.ajaxpage .pagecontent a {
  color: #50452d;
}
.mfp-wrap.ajaxpage .pagecontent:after,
.mfp-wrap.ajaxpage .pagecontent:before {
  position: absolute;
  bottom: 2px;
  height: 8px;
  width: 100%;
  background: white;
  left: 0px;
  content: '';
}
.mfp-wrap.ajaxpage .pagecontent:before {
  bottom: auto;
  top: 2px;
}
.mfp-wrap.ajaxpage .pagecontent .shareicons {
  font-size: 2.5em;
  margin-top: 40px;
}
.mfp-wrap.ajaxpage .pagecontent .shareicons span {
  font-size: 10px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'Frontage', sans-serif;
  color: #50452d;
}
.mfp-wrap.ajaxpage .pagecontent .shareicons a {
  display: inline-block;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #50452D;
  line-height: 60px;
  text-align: center;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  transition: color .3s;
}
.mfp-wrap.ajaxpage .pagecontent .shareicons a:hover {
  color: white;
}
.form-allowed-tags {
  display: none !important;
}
.mfp-wrap.castgallery .mfp-bottom-bar {
  top: -20px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 30px;
}
.mfp-wrap.castgallery .mfp-download a {
  margin-bottom: 0px;
}
.comment-respond {
  margin-top: 45px;
  padding: 30px 0;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
}
ul.commentlist {
  margin-top: 35px;
  margin-bottom: -35px;
}
ul.commentlist li.comment {
  padding: 35px 0;
  border-top: 1px solid #555555;
}
ul.commentlist li.comment img.avatar {
  display: none;
}
ul.commentlist li.comment .comment-author,
ul.commentlist li.comment .comment-meta {
  display: inline-block;
  margin-bottom: 25px;
}
ul.commentlist li.comment .comment-author.comment-meta,
ul.commentlist li.comment .comment-meta.comment-meta {
  font-family: 'Frontage', sans-serif;
  font-size: .9em;
  color: #555;
}
ul.commentlist li.comment .comment-author.comment-meta a,
ul.commentlist li.comment .comment-meta.comment-meta a {
  color: #555;
}
ul.commentlist li.comment cite.fn {
  font-family: 'Frontage', sans-serif;
  font-style: normal;
  font-size: 1.4em;
  margin-bottom: 25px;
}
ul.commentlist li.comment cite.fn a {
  color: white;
}
ul.commentlist li.comment cite.fn:after {
  content: '/';
}
ul.commentlist li.comment span.says {
  display: none;
}
ul.commentlist li.comment .reply {
  display: none;
}
.comment-form .logged-in-as {
  font-family: 'Frontage', sans-serif;
  font-size: 1.04em;
  margin: 30px 0;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  display: block;
  background: #50452D;
  border: 1px solid #958B72;
  padding: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  color: #958B72;
  width: 96%;
  margin: 7px 0;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.comment-form .comment-notes {
  margin: 15px 0 20px 0;
}
.comment-form .form-submit {
  position: relative;
  height: 62px;
  margin: 10px 0;
}
.comment-form .form-submit:after {
  content: '\e805';
  font-family: 'enzicons';
  position: absolute;
  right: 0px;
  top: 0px;
  height: 58px;
  width: 58px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid white;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  text-indent: 5px;
}
.comment-form .form-submit input[type=submit] {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  display: block;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
  border: 0;
  color: #FFF;
  text-align: right;
  font-family: 'Frontage', sans-serif;
  text-transform: uppercase;
  line-height: 60px;
  text-indent: 80px;
  direction: rtl;
}
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes right-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(180deg);
  }
}
@-ms-keyframes right-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(180deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes right-spin-out {
  from {
    -webkit-transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes right-spin-out {
  from {
    -moz-transform: rotate(180deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes right-spin-out {
  from {
    -ms-transform: rotate(180deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
@keyframes right-spin-out {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes left-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes left-spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes left-spin-out {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes left-spin-out {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-ms-keyframes left-spin-out {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
@keyframes left-spin-out {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/* Set the wrapper clip to auto, effectively removing the clip */
@-webkit-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
@-moz-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
@-ms-keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
@keyframes close-wrapper {
  to {
    clip: rect(auto, auto, auto, auto);
  }
}
/*@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold-webfont.eot');
    src: url('../font/Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Montserrat-Bold-webfont.woff') format('woff'),
         url('../font/Montserrat-Bold-webfont.ttf') format('truetype'),
         url('../font/Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular-webfont.eot');
    src: url('../font/Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Montserrat-Regular-webfont.woff') format('woff'),
         url('../font/Montserrat-Regular-webfont.ttf') format('truetype'),
         url('../font/Montserrat-Regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@font-face {
  font-family: 'Frontage';
  src: url('../font/frontage-regular-webfont.eot');
  src: url('../font/frontage-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/frontage-regular-webfont.woff2') format('woff2'), url('../font/frontage-regular-webfont.woff') format('woff'), url('../font/frontage-regular-webfont.ttf') format('truetype'), url('../font/frontage-regular-webfont.svg#frontage_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Frontage';
  src: url('../font/frontage-bold-webfont.eot');
  src: url('../font/frontage-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/frontage-bold-webfont.woff2') format('woff2'), url('../font/frontage-bold-webfont.woff') format('woff'), url('../font/frontage-bold-webfont.ttf') format('truetype'), url('../font/frontage-bold-webfont.svg#frontage_boldbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'enzicons';
  src: url('../font/enzicons.eot?27283083');
  src: url('../font/enzicons.eot?27283083#iefix') format('embedded-opentype'), url('../font/enzicons.woff?27283083') format('woff'), url('../font/enzicons.ttf?27283083') format('truetype'), url('../font/enzicons.svg?27283083#enzicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'enzicons';
    src: url('../font/enzicons.svg?27283083#enzicons') format('svg');
  }
}
*/
@font-face {
  font-family: 'pinterest';
  src: url('../font/pinterest.eot?75946226');
  src: url('../font/pinterest.eot?75946226#iefix') format('embedded-opentype'), url('../font/pinterest.woff?75946226') format('woff'), url('../font/pinterest.ttf?75946226') format('truetype'), url('../font/pinterest.svg?75946226#pinterest') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "enzicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  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 */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* 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); */
}
.icon-share:before {
  content: '\e800';
}
/* '' */
.icon-facebook:before {
  content: '\e801';
}
/* '' */
.icon-instagram:before {
  content: '\e802';
}
/* '' */
.icon-download:before {
  content: '\e803';
}
/* '' */
.icon-prev:before {
  content: '\e804';
}
/* '' */
.icon-next:before {
  content: '\e805';
}
/* '' */
.icon-close:before {
  content: '\e806';
}
/* '' */
.icon-gplus:before {
  content: '\e800';
  font-family: 'pinterest';
}
/* '' */
.icon-pinterest:before {
  content: '\e801';
  font-family: 'pinterest';
}
/* '' */
.icon-twitter:before {
  content: '\e802';
  font-family: 'pinterest';
}
/* '' */
html {
  background: white;
  color: white;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  position: relative;
  /*body*/
}
html a {
  text-decoration: none;
  color: inherit;
}
html ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
html p {
  margin: 0;
}
html .tabsections {
  display: none;
}
html .tabsections.active {
  display: block;
}
html .wpcf7 .ajax-loader,
html .wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
html .wpcf7 div.wpcf7-response-output {
  border: 0;
  padding: 0;
  margin: 0;
}
html .wpcf7 input[type=text].wpcf7-not-valid,
html .wpcf7 input[type=email].wpcf7-not-valid,
html .wpcf7 textarea.wpcf7-not-valid {
  background: #DA9D9D;
}
html .iter {
  width: 50px;
  height: 50px;
  border: 1px solid #5d5033;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  position: relative;
  display: block;
  float: left;
  margin-top: 20px;
}
html .iter + .iter {
  margin-left: 20px;
}
html .iter:before,
html .iter:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 10px;
  border-color: transparent transparent transparent #5d5033;
  position: absolute;
  top: 16px;
  left: 21px;
}
html .iter:after {
  border-color: transparent transparent transparent white;
  left: 19px;
}
html .iter.previous:before,
html .iter.previous:after {
  border-width: 9px 10px 9px 0;
  border-color: transparent #5d5033 transparent transparent;
  left: 18px;
}
html .iter.previous:after {
  border-color: transparent white transparent transparent;
  left: 20px;
}
html .biglink {
  font-family: 'Frontage', sans-serif;
  color: #5d5033;
  font-size: 17px;
  padding: 30px 70px 20px 0;
  display: inline-block;
  position: relative;
}
html .biglink.tight {
  width: 230px;
  margin: 0 auto;
  display: block;
}
html .biglink span {
  position: absolute;
  right: 0px;
  top: 16px;
  height: 50px;
  width: 50px;
  background: white;
  border: 1px solid #5d5033;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
}
html .biglink span:before,
html .biglink span:after {
  content: '';
  position: absolute;
  background: #5d5033;
  width: 26px;
  height: 1px;
  left: 12px;
  top: 24px;
}
html .biglink span:after {
  width: 1px;
  height: 26px;
  left: 24px;
  top: 12px;
}
html .biglink.right {
  padding: 30px 0 20px 70px;
}
html .biglink.right span {
  right: auto;
  left: 0px;
}
html body {
  position: relative;
  height: 100%;
  /*header*/
  /*#sidemenu*/
  /*contentwrapper*/
  /*sharedrawer*/
}
html body .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
html body .embed-container iframe,
html body .embed-container object,
html body .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html body header {
  height: 125px;
  background: black;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  transition: height 0.3s;
}
html body header #logo {
  height: 68px;
  width: 303px;
  background: url(../img/logo.png) no-repeat left top;
  position: absolute;
  right: 65px;
  top: 35px;
  background-size: 303px 68px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
html body header #mobilemenutoggle {
  display: none;
}
html body header.sticky {
  height: 80px;
}
html body header.sticky #logo {
  height: 40px;
  width: 178px;
  background-size: 178px 40px;
  top: 18px;
}
html body header.sticky #logosamsa,
html body header.sticky #logoartemis {
  top: 40px;
}
html body header #logosamsa,
html body header #logoartemis {
  position: absolute;
  left: 30px;
  top: 84px;
  background: url(../img/samsa.png) no-repeat left top;
  height: 19px;
  width: 74px;
  background-size: 74px 38px;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  transition: top 0.3s;
}
html body header #logosamsa:hover,
html body header #logoartemis:hover {
  background-position: left bottom;
}
html body header #logoartemis {
  left: 125px;
  background: url(../img/artemis.png) no-repeat left top;
}
html body div#mobilemenu {
  display: none;
}
html body nav#sidemenu {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  background: url(../img/movstrip.jpg) repeat left center;
  width: 36px;
  overflow: visible;
  font-family: 'Frontage', sans-serif;
  letter-spacing: -1px;
  z-index: 4;
}
html body nav#sidemenu .sidewrapper {
  width: 350px;
  overflow: hidden;
  height: 160px;
  margin-top: -80px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transition: width 0.15s;
  -moz-transition: width 0.15s;
  -ms-transition: width 0.15s;
  transition: width 0.15s;
}
html body nav#sidemenu .sidewrapper.sticky {
  width: 34px;
}
html body nav#sidemenu .sidewrapper.sticky:hover,
html body nav#sidemenu .sidewrapper.sticky.active {
  width: 350px;
}
html body nav#sidemenu ul {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -72px;
  width: auto;
  overflow: visible;
}
html body nav#sidemenu ul li {
  height: 37px;
  text-align: right;
  position: relative;
  right: 0px;
  -webkit-transition: height 0.05s linear;
  -moz-transition: height 0.05s linear;
  -ms-transition: height 0.05s linear;
  transition: height 0.05s linear;
  width: 400px;
  display: block;
  overflow: hidden;
}
html body nav#sidemenu ul li a {
  background: url(../img/menubg.jpg) black no-repeat right center;
  padding: 13px 35px 13px 18px;
  font-size: 14px;
  color: #5d5033;
  text-transform: uppercase;
  background-position: right 9px;
  line-height: 14px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
  display: inline-block;
}
html body nav#sidemenu ul li:hover a {
  font-size: 20px;
  line-height: 14px;
}
html body .contentwrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
html body .contentwrapper.intro {
  height: 100%;
}
html body .contentwrapper section#intro {
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/introbg.jpg) no-repeat center center;
  background-size: cover;
}
html body .contentwrapper section#intro h1 {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 40%;
  font-family: 'Frontage', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #cdcdcd;
  z-index: 3;
}
html body .contentwrapper section#intro video {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: hidden;
}
html body .contentwrapper section.instagallery {
  padding-right: 35px;
}
html body .contentwrapper section.instagallery ul li {
  width: 20%;
  float: left;
  position: relative;
  overflow: hidden;
}
html body .contentwrapper section.instagallery ul li img {
  width: 100%;
  height: auto;
}
html body .contentwrapper section.instagallery ul li .overlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  opacity: 0;
  background: #5d5033;
  background: rgba(93, 80, 51, 0.8);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
html body .contentwrapper section.instagallery ul li .overlayer div {
  font-family: 'Frontage', sans-serif;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -2em;
  width: 100%;
}
html body .contentwrapper section.instagallery ul li .overlayer span {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  margin-top: 25px;
  margin-left: -25px;
  width: 50px;
  background: transparent;
  border: 1px solid white;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
}
html body .contentwrapper section.instagallery ul li .overlayer span:before,
html body .contentwrapper section.instagallery ul li .overlayer span:after {
  content: '';
  position: absolute;
  background: white;
  width: 26px;
  height: 1px;
  left: 12px;
  top: 24px;
}
html body .contentwrapper section.instagallery ul li .overlayer span:after {
  width: 1px;
  height: 26px;
  left: 24px;
  top: 12px;
}
html body .contentwrapper section.instagallery ul li:hover .overlayer {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
html body .contentwrapper section.sectiontitle {
  position: relative;
  background: url(../img/filmtitlebg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding-bottom: 40%;
}
html body .contentwrapper section.sectiontitle#film {
  z-index: 30;
}
html body .contentwrapper section.sectiontitle div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
html body .contentwrapper section.sectiontitle h2 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #cdcdcd;
  text-transform: uppercase;
  font-family: 'Frontage', sans-serif;
  margin-top: -0.5em;
  font-size: 28px;
}
html body .contentwrapper section.sectiontitle .texture {
  position: absolute;
  bottom: -290px;
  left: 50px;
  pointer-events: none;
}
html body .contentwrapper section.sectiontitle#subject {
  background-image: url(../img/subjecttitlebg.jpg);
}
html body .contentwrapper section.sectiontitle#subject .texture {
  left: 0px;
  bottom: -35px;
  width: 97%;
  height: auto;
}
html body .contentwrapper section.sectiontitle#about {
  background-image: url(../img/abouttitlebg.jpg);
}
html body .contentwrapper section.sectiontitle#about .texture {
  left: 0px;
  bottom: 0px;
  height: auto;
  width: auto;
}
html body .contentwrapper section.sectiontitle#news {
  background-image: url(../img/newstitlebg.jpg);
}
html body .contentwrapper section.sectiontitle#news .texture {
  width: auto;
  height: auto;
  left: 0px;
  bottom: -136px;
}
html body .contentwrapper section.gallerytoggle {
  height: 330px;
  overflow: hidden;
  margin-bottom: 70px;
  position: relative;
}
html body .contentwrapper section.gallerytoggle .next,
html body .contentwrapper section.gallerytoggle .previous {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 30px;
  top: 0px;
  z-index: 11;
  color: black;
  font-size: 2em;
  line-height: 330px;
  text-align: center;
}
html body .contentwrapper section.gallerytoggle#subjectgallery ul {
  -webkit-transition: margin-left 0.3s;
  -moz-transition: margin-left 0.3s;
  -ms-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
html body .contentwrapper section.gallerytoggle .next {
  left: auto;
  right: 66px;
}
html body .contentwrapper section.gallerytoggle.tri {
  height: auto;
  margin-bottom: 0;
  margin-top: -70px;
  width: 100%;
}
html body .contentwrapper section.gallerytoggle.tri ul {
  width: 100%;
  height: auto;
}
html body .contentwrapper section.gallerytoggle.tri ul li {
  width: 33.3%;
}
html body .contentwrapper section.gallerytoggle.tri ul li img {
  width: 100%;
  height: auto;
}
html body .contentwrapper section.gallerytoggle ul {
  display: block;
  height: 330px;
  width: 4000px;
  position: relative;
}
html body .contentwrapper section.gallerytoggle ul li {
  height: 100%;
  float: left;
}
html body .contentwrapper section.gallerytoggle ul li.vertical a .overlayer .toggler,
html body .contentwrapper section.gallerytoggle ul li.vertical a .overlayer .biglink {
  left: 20px;
}
html body .contentwrapper section.gallerytoggle ul li.vertical a .overlayer .toggler.toggler,
html body .contentwrapper section.gallerytoggle ul li.vertical a .overlayer .biglink.toggler {
  font-size: 30px;
  padding: 20px;
  left: 0px;
}
html body .contentwrapper section.gallerytoggle ul li a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
html body .contentwrapper section.gallerytoggle ul li a .overlayer {
  background: #5d5033;
  background: rgba(93, 80, 51, 0.5);
  z-index: 2;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
html body .contentwrapper section.gallerytoggle ul li a .overlayer .toggler {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  left: 50px;
  bottom: 50%;
  margin-bottom: -0.5em;
}
html body .contentwrapper section.gallerytoggle ul li a .overlayer .biglink {
  color: white;
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: 1.7em;
}
html body .contentwrapper section.gallerytoggle ul li a .overlayer .biglink span {
  border-color: white;
  background: transparent;
}
html body .contentwrapper section.gallerytoggle ul li a .overlayer .biglink span:before,
html body .contentwrapper section.gallerytoggle ul li a .overlayer .biglink span:after {
  background: white;
}
html body .contentwrapper section.gallerytoggle ul li a:hover .overlayer {
  opacity: 1;
}
html body .contentwrapper section.gallerytoggle ul li a img {
  height: 100%;
  width: auto;
}
html body .contentwrapper section.whitebox {
  color: black;
  padding-bottom: 80px;
}
html body .contentwrapper section.whitebox#thefilm {
  background: url(../img/texture2.png) white no-repeat right top;
  z-index: 2;
  position: relative;
}
html body .contentwrapper section.whitebox.withvid {
  text-align: center;
}
html body .contentwrapper section.whitebox.withvid .videowrapper {
  width: 60%;
  margin: 45px auto 0 auto;
}
html body .contentwrapper section.whitebox .videounit {
  display: none;
}
html body .contentwrapper section.whitebox .videounit.active {
  display: block;
}
html body .contentwrapper section.whitebox#thenews {
  background: url(../img/texture6.gif) no-repeat right top;
}
html body .contentwrapper section.whitebox#thenews .newslist li {
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid black;
  min-height: 72px;
}
html body .contentwrapper section.whitebox#thenews .newslist li:last-child {
  border-bottom: 0;
}
html body .contentwrapper section.whitebox#thenews .newslist li .text {
  padding-right: 170px;
}
html body .contentwrapper section.whitebox#thenews .newslist li .text h4 {
  font-family: 'Frontage', sans-serif;
  color: black;
  font-weight: normal;
  font-size: 17px;
  margin: 0 0 2px 0;
  line-height: 1em;
}
html body .contentwrapper section.whitebox#thenews .newslist li img,
html body .contentwrapper section.whitebox#thenews .newslist li .overlayer,
html body .contentwrapper section.whitebox#thenews .newslist li .date {
  position: absolute;
  top: 0px;
}
html body .contentwrapper section.whitebox#thenews .newslist li img,
html body .contentwrapper section.whitebox#thenews .newslist li .overlayer {
  height: 80px;
  width: 80px;
  right: 60px;
  z-index: 2;
}
html body .contentwrapper section.whitebox#thenews .newslist li .overlayer {
  z-index: 3;
  background: #5d5033;
  background: rgba(93, 80, 51, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
}
html body .contentwrapper section.whitebox#thenews .newslist li .overlayer span {
  left: 15px;
  top: 15px;
  height: 50px;
  width: 50px;
  position: absolute;
  border: 1px solid white;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  border-radius: 26px;
  display: block;
}
html body .contentwrapper section.whitebox#thenews .newslist li .overlayer span:before,
html body .contentwrapper section.whitebox#thenews .newslist li .overlayer span:after {
  content: '';
  position: absolute;
  background: white;
  width: 26px;
  height: 1px;
  left: 12px;
  top: 24px;
}
html body .contentwrapper section.whitebox#thenews .newslist li .overlayer span:after {
  width: 1px;
  height: 26px;
  left: 24px;
  top: 12px;
}
html body .contentwrapper section.whitebox#thenews .newslist li:hover .overlayer {
  opacity: 1;
}
html body .contentwrapper section.whitebox#thenews .newslist li .date {
  right: 0px;
  font-size: 30px;
  font-weight: bold;
}
html body .contentwrapper section.whitebox#thenews .newslist li .date hr {
  margin: 0;
  padding: 0;
}
html body .contentwrapper section.whitebox > div {
  margin: 0 auto;
  padding-top: 110px;
  position: relative;
  width: 86%;
  max-width: 1200px;
}
html body .contentwrapper section.whitebox > div.aboutwrapper {
  width: 100%;
  max-width: none;
}
html body .contentwrapper section.whitebox > div.aboutwrapper .whitebox {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
}
html body .contentwrapper section.whitebox > div.aboutwrapper .whitebox > div {
  width: 100%;
  padding-top: 0px;
}
html body .contentwrapper section.whitebox > div .tabs {
  display: block;
  padding-bottom: 60px;
  margin-top: -50px;
  width: 100%;
  height: 20px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Frontage', sans-serif;
}
html body .contentwrapper section.whitebox > div .tabs li {
  display: inline;
}
html body .contentwrapper section.whitebox > div .tabs li a {
  display: inline-block;
  color: #5d5033;
  background: white;
  padding: .3em .6em .2em .6em;
}
html body .contentwrapper section.whitebox > div .tabs li a.active {
  color: white;
  background: #5d5033;
}
html body .contentwrapper section.whitebox > div article {
  display: block;
  text-align: right;
  position: relative;
  width: 43%;
  padding-left: 3%;
  padding-right: 3%;
  float: left;
  margin-bottom: 45px;
  font-size: 13px;
}
html body .contentwrapper section.whitebox > div article .tabs {
  margin: 10px 0 30px 0;
  font-size: 14px;
  padding: 0;
  text-align: right;
}
html body .contentwrapper section.whitebox > div article img {
  max-width: 100%;
  height: auto;
}
html body .contentwrapper section.whitebox > div article.likeboxwrapper .networklist li {
  float: left;
  width: 70px;
  height: 70px;
}
html body .contentwrapper section.whitebox > div article.likeboxwrapper .networklist li img {
  max-height: 70px;
  width: auto;
}
html body .contentwrapper section.whitebox > div article.likeboxwrapper h4 {
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 30px 0 10px 0;
}
html body .contentwrapper section.whitebox > div article form input[type=text],
html body .contentwrapper section.whitebox > div article form input[type=email] {
  display: block;
  width: 70%;
  float: right;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 1em;
  border: 1px solid black;
  margin-top: 1em;
  text-align: right;
  /* firefox 19+ */
  /* ie */
  -webkit-font-smoothing: antialiased;
}
html body .contentwrapper section.whitebox > div article form input[type=text]::-webkit-input-placeholder,
html body .contentwrapper section.whitebox > div article form input[type=email]::-webkit-input-placeholder {
  color: #787878;
}
html body .contentwrapper section.whitebox > div article form input[type=text]::-moz-placeholder,
html body .contentwrapper section.whitebox > div article form input[type=email]::-moz-placeholder {
  color: #787878;
}
html body .contentwrapper section.whitebox > div article form input[type=text]:-ms-input-placeholder,
html body .contentwrapper section.whitebox > div article form input[type=email]:-ms-input-placeholder {
  color: #787878;
}
html body .contentwrapper section.whitebox > div article form input[type=text]:-moz-placeholder,
html body .contentwrapper section.whitebox > div article form input[type=email]:-moz-placeholder {
  color: #787878;
}
html body .contentwrapper section.whitebox > div article form .biglink {
  position: relative;
  letter-spacing: -2px;
}
html body .contentwrapper section.whitebox > div article form .biglink:after {
  content: '\e805';
  font-family: 'enzicons';
  position: absolute;
  right: 0px;
  height: 50px;
  top: 17px;
  width: 50px;
  border: 1px solid #5d5033;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
  line-height: 52px;
}
html body .contentwrapper section.whitebox > div article form .biglink input[type=submit] {
  position: absolute;
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-indent: -99999px;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}
html body .contentwrapper section.whitebox > div article.right form input[type=text],
html body .contentwrapper section.whitebox > div article.right form input[type=email] {
  float: left;
  text-align: left;
}
html body .contentwrapper section.whitebox > div article.right form .clearfix {
  width: 76%;
}
html body .contentwrapper section.whitebox > div article.right form .biglink {
  padding: 30px 70px 20px 0;
  float: right;
}
html body .contentwrapper section.whitebox > div article p + p {
  margin-top: 1em;
}
html body .contentwrapper section.whitebox > div article.right {
  float: right;
  text-align: left;
  width: 45%;
}
html body .contentwrapper section.whitebox > div article.right .biglink {
  padding: 30px 0 20px 70px;
}
html body .contentwrapper section.whitebox > div article.right .biglink span {
  right: auto;
  left: 0px;
}
html body .contentwrapper section.whitebox > div article hr {
  border-color: black;
}
html body .contentwrapper section.whitebox > div article .downloads li a {
  color: #5d5033;
  font-family: 'Frontage', sans-serif;
  font-size: 12px;
}
html body .contentwrapper section.whitebox > div article .downloads li a:after {
  font-family: 'enzicons';
  display: inline-block;
  background: white;
  border: 1px solid #5d5033;
  height: 16px;
  line-height: 16px;
  text-align: center;
  width: 16px;
  content: '\e803';
  -webkit-border-radius: 9px;
  border-radius: 9px;
  margin-left: 5px;
  font-size: 10px;
  letter-spacing: -1px;
}
html body .contentwrapper section.whitebox > div article video {
  margin-top: 20px;
}
html body .contentwrapper section.whitebox > div article .videonav .count {
  padding: 36px 0 36px 135px;
  font-family: 'Frontage', sans-serif;
}
html body .contentwrapper section.whitebox > div article a.big {
  font-family: 'Frontage', sans-serif;
  color: #5d5033 !important;
  font-size: 15px;
  padding-top: 1em;
  display: inline-block;
}
html body .contentwrapper section.whitebox > div article h3 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  background: url(../img/bgtitle.gif) repeat-x left top;
  padding: 40px 0 10px 0;
  line-height: 1em;
  margin: 0;
}
html body .contentwrapper section.whitebox > div article h3 span {
  color: #860000;
}
html body .contentwrapper section.whitebox > div article img.fixed,
html body .contentwrapper section.whitebox > div article video {
  width: 100%;
  height: auto;
}
html body .contentwrapper section.whitebox > div article#staffslider {
  /*.slider*/
}
html body .contentwrapper section.whitebox > div article#staffslider .slider a {
  display: block;
  position: relative;
}
html body .contentwrapper section.whitebox > div article#staffslider .slider a i {
  position: absolute;
  right: 17px;
  top: 50%;
  line-height: 50px;
  margin-top: -1.5em;
  z-index: 3;
  color: white;
  font-size: 17px;
  height: 50px;
  width: 50px;
  text-align: center;
}
html body .contentwrapper section.whitebox > div article#staffslider .slider a h3 {
  background: none;
  padding: 0;
  position: absolute;
  left: 40px;
  color: white;
  z-index: 3;
  font-size: 40px;
  width: 60%;
  margin-top: -1.5em;
  top: 50%;
}
html body .contentwrapper section.whitebox > div article#staffslider .slider a:after {
  position: absolute;
  content: '';
  opacity: .9;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #5d5033;
  z-index: 2;
}
html body .contentwrapper section.whitebox > div article#staffslider .slider a .biglink {
  position: absolute;
  bottom: 50%;
  margin-bottom: -8em;
  left: 40px;
  z-index: 4;
  color: white;
  letter-spacing: -2px;
}
html body .contentwrapper section.whitebox > div article#staffslider .slider a .biglink span {
  background: transparent;
  border-color: white;
}
html body .contentwrapper section.whitebox > div article#staffslider .slider a .biglink span:after,
html body .contentwrapper section.whitebox > div article#staffslider .slider a .biglink span:before {
  background: white;
}
html body .contentwrapper section.whitebox > div article#staffslider .slidernav li {
  float: left;
}
html body .contentwrapper section.whitebox > div article#staffslider .slidernav li a {
  display: block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  text-indent: -99999px;
  background: #5d5033;
  border: 1px solid white;
  margin-right: 7px;
  margin-top: 19px;
}
html body .contentwrapper section.whitebox > div article#staffslider .slidernav li.active a {
  background: white;
  border: 1px solid #5d5033;
}
html body .contentwrapper section.whitebox > div article .castlist {
  position: relative;
  padding-bottom: 44%;
}
html body .contentwrapper section.whitebox > div article .castlist .castitem {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
html body .contentwrapper section.whitebox > div article .castlist .castitem h3,
html body .contentwrapper section.whitebox > div article .castlist .castitem h4,
html body .contentwrapper section.whitebox > div article .castlist .castitem h5 {
  margin-left: -30px !important;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
html body .contentwrapper section.whitebox > div article .castlist .castitem.active {
  z-index: 3;
  opacity: 1;
}
html body .contentwrapper section.whitebox > div article .castlist .castitem.active h3,
html body .contentwrapper section.whitebox > div article .castlist .castitem.active h4,
html body .contentwrapper section.whitebox > div article .castlist .castitem.active h5 {
  margin-left: 0px !important;
  opacity: 1;
}
html body .contentwrapper section.whitebox > div article .castlist .castitem .overlayer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #5d5033;
  background: rgba(93, 80, 51, 0.7);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
html body .contentwrapper section.whitebox > div article .castlist .castitem:hover .overlayer {
  opacity: 1;
}
html body .contentwrapper section.whitebox > div article .executive {
  position: relative;
  padding-bottom: 67.5%;
}
html body .contentwrapper section.whitebox > div article .executive .slider {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
html body .contentwrapper section.whitebox > div article .executive .slider.active {
  opacity: 1;
  z-index: 3;
}
html body .contentwrapper section.whitebox > div article .animwrapper {
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 17px;
  opacity: 0;
  right: 19px;
  top: 50%;
  margin-top: -1.55em;
  z-index: 4;
  cursor: pointer;
  -webkit-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
html body .contentwrapper section.whitebox > div article .animwrapper .circle {
  width: 48px;
  height: 48px;
  border: 1px solid white;
  border-radius: 25px;
  position: absolute;
  clip: rect(0px, 25px, 50px, 0px);
}
html body .contentwrapper section.whitebox > div article .animwrapper .circle.left {
  -webkit-animation: left-spin-out 0.15s linear 1 forwards;
  -moz-animation: left-spin-out 0.15s linear 1 forwards;
  -ms-animation: left-spin-out 0.15s linear 1 forwards;
  animation: left-spin-out 0.15s linear 1 forwards;
}
html body .contentwrapper section.whitebox > div article .animwrapper .circle.right {
  -webkit-animation: right-spin-out 0.3s linear 1 forwards;
  -moz-animation: right-spin-out 0.3s linear 1 forwards;
  -ms-animation: right-spin-out 0.3s linear 1 forwards;
  animation: right-spin-out 0.3s linear 1 forwards;
}
html body .contentwrapper section.whitebox > div article .animwrapper:hover {
  /*-webkit-animation: close-wrapper 0.01s linear .15s 1 forwards;
							  -moz-animation: close-wrapper 0.01s linear .15s 1 forwards;
							  -ms-animation: close-wrapper 0.01s linear .15s 1 forwards;
							  animation: close-wrapper 0.01s linear .15s 1 forwards;*/
  opacity: 1;
}
html body .contentwrapper section.whitebox > div article .animwrapper:hover .circle.left {
  -webkit-animation: left-spin 0.3s linear 1 forwards;
  -moz-animation: left-spin 0.3s linear 1 forwards;
  -ms-animation: left-spin 0.3s linear 1 forwards;
  animation: left-spin 0.3s linear 1 forwards;
}
html body .contentwrapper section.whitebox > div article .animwrapper:hover .circle.right {
  -webkit-animation: right-spin 0.15s linear 1 forwards;
  -moz-animation: right-spin 0.15s linear 1 forwards;
  -ms-animation: right-spin 0.15s linear 1 forwards;
  animation: right-spin 0.15s linear 1 forwards;
}
html body .contentwrapper section.whitebox > div article.togallery,
html body .contentwrapper section.whitebox > div article.toarchives {
  margin-top: 45px;
}
html body .contentwrapper section.whitebox > div article.togallery .galleryopen,
html body .contentwrapper section.whitebox > div article.toarchives .galleryopen {
  display: block;
  position: relative;
  /*&:after{
								content:'';
								width: 0;
								height: 0;
								border-style: solid;
								border-width: 1px 0 0px 5px;
								border-color: transparent transparent transparent @gold;
								position: absolute;
								top:16px;
								left:21px;
							}
							&:after{
								border-color: transparent transparent transparent white;
								left:19px;
							}*/
}
html body .contentwrapper section.whitebox > div article.togallery .galleryopen h4,
html body .contentwrapper section.whitebox > div article.toarchives .galleryopen h4,
html body .contentwrapper section.whitebox > div article.togallery .galleryopen h5,
html body .contentwrapper section.whitebox > div article.toarchives .galleryopen h5,
html body .contentwrapper section.whitebox > div article.togallery .galleryopen h3,
html body .contentwrapper section.whitebox > div article.toarchives .galleryopen h3 {
  margin: 0;
  color: white;
  position: absolute;
  left: 45px;
  top: 50%;
  text-transform: uppercase;
  font-family: 'Frontage', sans-serif;
}
html body .contentwrapper section.whitebox > div article.togallery .galleryopen h3,
html body .contentwrapper section.whitebox > div article.toarchives .galleryopen h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  margin-top: -0.5em;
  padding: 0;
  border: 0;
  background: none;
}
html body .contentwrapper section.whitebox > div article.togallery .galleryopen h4,
html body .contentwrapper section.whitebox > div article.toarchives .galleryopen h4 {
  margin-top: -1em;
  font-size: 21px;
}
html body .contentwrapper section.whitebox > div article.togallery .galleryopen h5,
html body .contentwrapper section.whitebox > div article.toarchives .galleryopen h5 {
  font-size: 14px;
  margin-top: 1em;
}
html body .contentwrapper section.whitebox > div article.togallery .galleryopen i,
html body .contentwrapper section.whitebox > div article.toarchives .galleryopen i {
  position: absolute;
  right: 17px;
  top: 50%;
  line-height: 50px;
  margin-top: -1.5em;
  z-index: 3;
  color: white;
  font-size: 17px;
  height: 50px;
  width: 50px;
  text-align: center;
}
html body .sharedrawer {
  background: #4B4028;
  width: 96px;
  height: 73px;
  position: fixed;
  left: 100px;
  bottom: -100px;
  font-size: 11px;
  line-height: 25px;
  padding: 12px 16px 16px 16px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Frontage', sans-serif;
  -webkit-transition: bottom 0.3s ease-out;
  -moz-transition: bottom 0.3s ease-out;
  -ms-transition: bottom 0.3s ease-out;
  transition: bottom 0.3s ease-out;
  z-index: 5;
}
html body .sharedrawer.active {
  bottom: 95px;
}
html body .sharedrawer:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #000000 transparent;
}
html body .sharedrawer ul {
  list-style: none;
  margin: 0;
}
html body .sharedrawer ul li {
  border-bottom: 1px solid #968a70;
}
html body .sharedrawer ul li:last-child {
  border: 0;
}
html body .sharedrawer ul li a {
  color: white;
}
html body .drawer {
  width: 100%;
  height: 70%;
  background: #5d5033;
  background: rgba(93, 80, 51, 0.95);
  color: white;
  position: fixed;
  bottom: -100%;
  left: 0px;
  z-index: 4;
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -ms-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
html body .drawer.active {
  bottom: 95px;
}
html body .drawer.media .wrapper {
  height: 100%;
}
html body .drawer.media .wrapper .col {
  min-height: 87%;
}
html body .drawer.media .col {
  position: relative;
}
html body .drawer.media .extraitsunit {
  display: none;
}
html body .drawer.media .extraitsunit.active {
  display: block;
}
html body .drawer.media .iter {
  border: 0;
  display: inline;
  height: auto;
  width: auto;
  float: none;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
}
html body .drawer.media .iter:before,
html body .drawer.media .iter:after {
  content: none;
  display: none;
}
html body .drawer.media .videonav {
  padding: 20px 0;
  border-bottom: 1px solid #968a70;
}
html body .drawer.media .videonav .currenttitle {
  color: #968a70;
}
html body .drawer.media .mediadownloads {
  display: none;
}
html body .drawer.media .mediadownloads.active {
  display: block;
}
html body .drawer.media .mediadownloads li a span {
  font-size: 0.7em;
  line-height: 1.25em;
  display: block;
  margin-top: -1.15em;
}
html body .drawer.media .drawernav {
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -0.5em;
}
html body .drawer.media .drawernav.next {
  left: auto;
  right: -40px;
}
html body .drawer.partners .tabs {
  text-align: center;
  margin-bottom: 5%;
}
html body .drawer.partners .tabs a {
  padding: 8px 12px;
  background: transparent;
  text-transform: uppercase;
  font-family: 'Frontage', sans-serif;
}
html body .drawer.partners .tabs a.active {
  background: white;
  color: #5d5033;
}
html body .drawer.partners a.partneritem {
  width: 23%;
  margin: 1% 1% 2.5% 1%;
  float: left;
  height: 70px;
  display: block;
}
html body .drawer.partners a.partneritem img {
  height: 100%;
  width: auto;
}
html body .drawer.partners .otherpartners {
  text-align: center;
  padding-top: 2%;
  width: 50%;
}
html body .drawer.partners .wrapper .col {
  text-transform: uppercase;
  line-height: 23px;
  font-size: 14px;
  text-align: right;
}
html body .drawer.partners .wrapper .col b,
html body .drawer.partners .wrapper .col strong {
  font-size: 21px;
}
html body .drawer.partners .wrapper .col p {
  margin-bottom: 1em;
}
html body .drawer.partners .wrapper .col + .col {
  text-align: left;
  margin-top: -10px;
  line-height: 38px;
}
html body .drawer.partners .wrapper .col + .col .partneritem {
  width: 40%;
  height: 30px;
  text-align: center;
  margin-bottom: 1em;
}
html body .drawer.partners .wrapper .col + .col .clearfix {
  margin-bottom: 3em;
}
html body .drawer.downloads .lwa,
html body .drawer.downloads h2 {
  float: left;
}
html body .drawer.downloads .lwa {
  margin: 28px 10px;
  display: none;
}
html body .drawer.downloads .lwa.active {
  display: block;
}
html body .drawer.downloads .lwa .avatar,
html body .drawer.downloads .lwa .lwa-info,
html body .drawer.downloads .lwa .lwa-submit-links {
  display: none;
}
html body .drawer.downloads .lwa tr {
  display: none;
}
html body .drawer.downloads .lwa .lwa-status {
  margin: 0px 0px 5px;
  padding: 2px;
  color: #333;
  border-radius: 3px;
  display: none;
  font-size: 11px;
}
html body .drawer.downloads .lwa .lwa-username,
html body .drawer.downloads .lwa .lwa-password,
html body .drawer.downloads .lwa .lwa-submit {
  margin-right: 6px;
  display: block;
  float: left;
  position: relative;
  padding-top: 0px;
}
html body .drawer.downloads .lwa .lwa-username .lwa-username-input,
html body .drawer.downloads .lwa .lwa-password .lwa-username-input,
html body .drawer.downloads .lwa .lwa-submit .lwa-username-input,
html body .drawer.downloads .lwa .lwa-username .lwa-password-input,
html body .drawer.downloads .lwa .lwa-password .lwa-password-input,
html body .drawer.downloads .lwa .lwa-submit .lwa-password-input,
html body .drawer.downloads .lwa .lwa-username .lwa-submit-button,
html body .drawer.downloads .lwa .lwa-password .lwa-submit-button,
html body .drawer.downloads .lwa .lwa-submit .lwa-submit-button {
  padding: 0;
  margin: 0;
}
html body .drawer.downloads .lwa .lwa-username input[type=text],
html body .drawer.downloads .lwa .lwa-password input[type=text],
html body .drawer.downloads .lwa .lwa-submit input[type=text],
html body .drawer.downloads .lwa .lwa-username input[type=email],
html body .drawer.downloads .lwa .lwa-password input[type=email],
html body .drawer.downloads .lwa .lwa-submit input[type=email],
html body .drawer.downloads .lwa .lwa-username input[type=password],
html body .drawer.downloads .lwa .lwa-password input[type=password],
html body .drawer.downloads .lwa .lwa-submit input[type=password] {
  border: 1px solid #968a70;
  background: rgba(0, 0, 0, 0) !important;
  color: white !important;
  font-family: 'Frontage', sans-serif;
  width: 165px;
  height: 23px;
  line-height: 23px;
  font-size: 10px;
  padding: 0;
  margin: 0;
}
html body .drawer.downloads .lwa .lwa-username input[type=submit],
html body .drawer.downloads .lwa .lwa-password input[type=submit],
html body .drawer.downloads .lwa .lwa-submit input[type=submit] {
  height: 23px;
  width: 23px;
  background: transparent;
  border: 1px solid white;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 23px;
  font-family: 'enzicons';
  color: white;
}
html body .drawer.downloads .lwa .lwa-username input:-webkit-autofill,
html body .drawer.downloads .lwa .lwa-password input:-webkit-autofill,
html body .drawer.downloads .lwa .lwa-submit input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #61553d inset;
  color: white !important;
}
html body .drawer.downloads .lwa .lwa-username .lwa-username-label,
html body .drawer.downloads .lwa .lwa-password .lwa-username-label,
html body .drawer.downloads .lwa .lwa-submit .lwa-username-label,
html body .drawer.downloads .lwa .lwa-username .lwa-password-label,
html body .drawer.downloads .lwa .lwa-password .lwa-password-label,
html body .drawer.downloads .lwa .lwa-submit .lwa-password-label {
  font-family: 'Frontage', sans-serif;
  position: absolute;
  color: #968a70;
  text-transform: uppercase;
  width: 163px;
  height: 23px;
  left: 1px;
  top: 1px;
  line-height: 23px;
  background: #61553d;
  font-size: 10px;
  padding-top: 0px;
  padding-right: 0px;
}
html body .drawer.downloads .lwa .lwa-username .lwa-username-label.inactive,
html body .drawer.downloads .lwa .lwa-password .lwa-username-label.inactive,
html body .drawer.downloads .lwa .lwa-submit .lwa-username-label.inactive,
html body .drawer.downloads .lwa .lwa-username .lwa-password-label.inactive,
html body .drawer.downloads .lwa .lwa-password .lwa-password-label.inactive,
html body .drawer.downloads .lwa .lwa-submit .lwa-password-label.inactive {
  display: none;
}
html body .drawer.downloads .page {
  display: none;
}
html body .drawer.downloads .page.active {
  display: block;
}
html body .drawer.downloads .drawernav {
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.7em;
}
html body .drawer.downloads .drawernav.next {
  left: auto;
  right: 2%;
  margin-right: 35px;
}
html body .drawer.downloads .wrapper .col ul li a:before {
  content: '\e803';
  line-height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  height: 19px;
  width: 19px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  font-family: 'enzicons';
  border: 1px solid #FFF;
  font-size: 11px;
  text-align: center;
}
html body .drawer .wrapper {
  width: 80%;
  margin: 0 auto;
}
html body .drawer .wrapper h2,
html body .drawer .wrapper h3 {
  text-transform: uppercase;
  font-weight: normal;
}
html body .drawer .wrapper h2 a,
html body .drawer .wrapper h3 a {
  font-size: .5em;
  color: #968a70;
  font-family: 'Frontage', sans-serif;
  margin-left: 20px;
}
html body .drawer .wrapper h3 {
  color: #968a70;
  border-bottom: 1px solid #968a70;
}
html body .drawer .wrapper .col {
  float: left;
  width: 47%;
  margin-right: 3%;
  /*form*/
}
html body .drawer .wrapper .col form input[type=text],
html body .drawer .wrapper .col form input[type=email],
html body .drawer .wrapper .col form textarea {
  display: block;
  width: 70%;
  float: left;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 1em;
  border: 1px solid #968a70;
  margin-top: 1em;
  background: transparent;
  text-align: left;
  color: white;
  /* firefox 19+ */
  /* ie */
  -webkit-font-smoothing: antialiased;
}
html body .drawer .wrapper .col form input[type=text]::-webkit-input-placeholder,
html body .drawer .wrapper .col form input[type=email]::-webkit-input-placeholder,
html body .drawer .wrapper .col form textarea::-webkit-input-placeholder {
  color: #968a70;
}
html body .drawer .wrapper .col form input[type=text]::-moz-placeholder,
html body .drawer .wrapper .col form input[type=email]::-moz-placeholder,
html body .drawer .wrapper .col form textarea::-moz-placeholder {
  color: #968a70;
}
html body .drawer .wrapper .col form input[type=text]:-ms-input-placeholder,
html body .drawer .wrapper .col form input[type=email]:-ms-input-placeholder,
html body .drawer .wrapper .col form textarea:-ms-input-placeholder {
  color: #968a70;
}
html body .drawer .wrapper .col form input[type=text]:-moz-placeholder,
html body .drawer .wrapper .col form input[type=email]:-moz-placeholder,
html body .drawer .wrapper .col form textarea:-moz-placeholder {
  color: #968a70;
}
html body .drawer .wrapper .col form input[type=text].wpcf7-not-valid,
html body .drawer .wrapper .col form input[type=email].wpcf7-not-valid,
html body .drawer .wrapper .col form textarea.wpcf7-not-valid {
  background: #413030;
}
html body .drawer .wrapper .col form .biglink {
  position: relative;
  letter-spacing: -2px;
  color: white;
  float: right;
  margin-right: 25%;
}
html body .drawer .wrapper .col form .biglink:after {
  content: '\e805';
  font-family: 'enzicons';
  position: absolute;
  right: 0px;
  height: 50px;
  top: 17px;
  width: 50px;
  border: 1px solid white;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  text-align: center;
  line-height: 52px;
}
html body .drawer .wrapper .col form .biglink input[type=submit] {
  position: absolute;
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  text-indent: -99999px;
  overflow: hidden;
  outline: 0;
  cursor: pointer;
  z-index: 10;
}
html body .drawer .wrapper .col ul li {
  font-family: 'Frontage', sans-serif;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 1px solid #968a70;
}
html body .drawer .wrapper .col ul li:first-child {
  /*border-top:1px solid #968a70;*/
}
html body .drawer .wrapper .col ul li a {
  display: block;
  position: relative;
  padding-left: 25px;
}
html body .drawer .wrapper .col ul li a div {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 19px;
  height: 19px;
  border: 1px solid white;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
html body .drawer .wrapper .col ul li a div:after,
html body .drawer .wrapper .col ul li a div:before {
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  top: 9px;
  background: white;
  content: '';
}
html body .drawer .wrapper .col ul li a div:before {
  width: 1px;
  height: 9px;
  top: 5px;
  left: 9px;
}
html body .drawer .wrapper .col + .col {
  margin-right: 0;
  margin-left: 3%;
}
html body .drawer .closebt {
  position: absolute;
  right: 50px;
  top: 30px;
  width: 58px;
  height: 58px;
  border: 1px solid white;
  color: white;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
html body .drawer .closebt:before {
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 60px;
  font-size: 30px;
}
html body #togglefooter {
  height: 100px;
  background: black;
}
html body #togglefooter.static {
  display: none;
}
html body footer {
  z-index: 6;
  height: 95px;
  background: url('../img/texture7.png') black no-repeat 93% bottom;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #5d5033;
  font-family: 'Frontage', sans-serif;
  letter-spacing: -2px;
  font-size: 14px;
  -webkit-transition: bottom 0.7s;
  -moz-transition: bottom 0.7s;
  -ms-transition: bottom 0.7s;
  transition: bottom 0.7s;
}
html body footer.static {
  position: static;
  height: 300px;
  bottom: -100px;
  background: black;
}
html body footer.static #socialmenu,
html body footer.static #noises {
  display: none;
}
html body footer.static #footermenu {
  right: 0px;
  width: 100%;
  text-align: center;
  /*top:-45px;*/
  padding: 40px 0;
  position: static;
}
html body footer.static #footermenu ul {
  width: 100%;
  display: inline;
}
html body footer.static #footermenu ul li {
  display: inline;
  float: none;
  margin: 0 17px;
}
html body footer.static #smallfootertext {
  display: none;
}
html body footer.static #footertext {
  display: block;
  text-align: center;
}
html body footer.static #footertext #footersamsa,
html body footer.static #footertext #footerartemis {
  display: inline-block;
  background: url(../img/samsa.png) no-repeat left top;
  height: 19px;
  width: 74px;
  background-size: 74px 38px;
  margin: 0 10px 20px 0;
}
html body footer.static #footertext #footersamsa:hover,
html body footer.static #footertext #footerartemis:hover {
  background-position: left bottom;
}
html body footer.static #footertext #footerartemis {
  background: url(../img/artemis.png) no-repeat left top;
  margin: 0 0 20px 10px;
}
html body footer.static #footertext p {
  font-size: 10px;
  color: #414141;
  letter-spacing: normal;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}
html body footer.static #footertext p a:last-child {
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
html body footer.static #footertext p a:last-child:hover {
  color: white;
}
html body footer.static #footertext p img {
  width: 25px;
  height: 25px;
  margin-left: 2px;
  margin-top: -1px;
}
html body footer #socialmenu,
html body footer #footermenu,
html body footer #noises {
  position: absolute;
  text-transform: uppercase;
}
html body footer #socialmenu a,
html body footer #footermenu a,
html body footer #noises a {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
html body footer #socialmenu a:hover,
html body footer #footermenu a:hover,
html body footer #noises a:hover {
  color: white;
}
html body footer #socialmenu {
  left: 65px;
  top: 15px;
}
html body footer #socialmenu li {
  float: left;
  width: 20px;
  overflow: hidden;
  height: 20px;
}
html body footer #footermenu {
  right: 37px;
  top: 15px;
}
html body footer #footermenu li {
  float: left;
  margin-left: 35px;
}
html body footer #noises {
  left: 65px;
  bottom: 25px;
  height: 14px;
  font-size: 12px;
  overflow: hidden;
  padding-left: 10em;
  padding-right: 200px;
}
html body footer #noises:before {
  content: 'Last minute: ';
  position: absolute;
  left: 0px;
  top: 0px;
}
html body footer #smallfootertext {
  position: absolute;
  right: 35px;
  bottom: 24px;
  height: 15px;
  font-size: 8px;
  color: #282828;
  letter-spacing: normal;
  font-family: 'Frontage', sans-serif;
  -webkit-font-smoothing: antialiased;
}
html body footer #smallfootertext img {
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-top: -1px;
}
html body footer #footertext {
  display: none;
}
@media only screen and (max-width: 1024px) {
  html body header {
    height: 95px;
  }
  html body header #logosamsa,
  html body header #logoartemis {
    display: none;
  }
  html body header #logo {
    top: 28px;
    height: 48px;
    width: 213px;
    background-size: 213px 48px;
    left: 50%;
    margin-left: -106px;
  }
  html body header #mobilemenutoggle {
    display: block;
    position: absolute;
    right: 55px;
    top: 40px;
    padding-left: 1.25em;
    font-size: 20px;
    height: 23px;
    width: 0;
  }
  html body header #mobilemenutoggle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1em;
    height: 0.15em;
    background: #5d5033;
    box-shadow: 0 0.25em 0 0 #5d5033, 0 0.5em 0 0 #5d5033;
  }
  html body header.sticky #mobilemenutoggle {
    top: 28px;
  }
  html body .drawer {
    height: 100%;
  }
  html body .drawer > div:first-child {
    padding-top: 100px;
  }
  html body .drawer.active {
    bottom: 0px;
  }
  html body .drawer .closebt {
    top: 125px;
  }
  html body nav#sidemenu {
    display: none;
  }
  html body #mobilemenu.active {
    display: block;
    position: fixed;
    z-index: 20;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: black;
    text-align: center;
    color: #5d5033;
    font-size: 1.8em;
    font-family: 'Frontage', sans-serif;
    line-height: 1.5em;
  }
  html body #mobilemenu.active .closebt {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #5d5033;
  }
  html body #mobilemenu.active #mobilenav {
    padding-top: 15%;
  }
  html body #mobilemenu.active hr {
    width: 100px;
    border-color: #5d5033;
    margin: 1em auto;
  }
  html body #mobilemenu.active #mobiledrawers {
    padding-bottom: 5%;
  }
  html body #mobilemenu.active #mobilesocial ul li {
    display: inline;
  }
  html body .contentwrapper section#intro video {
    display: none;
  }
  html body .contentwrapper section.sectiontitle#about {
    overflow: hidden;
  }
  html body .contentwrapper section.gallerytoggle {
    height: 230px;
  }
  html body .contentwrapper section.gallerytoggle ul {
    height: 230px;
  }
  html body .contentwrapper section.whitebox > div {
    width: 94% !important;
  }
  html body .contentwrapper section.whitebox > div.aboutwrapper .whitebox {
    width: 94% !important;
  }
  html body .contentwrapper section#thenews {
    margin-bottom: 1600px;
  }
  html body .contentwrapper section#thenews article.likeboxwrapper {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 94% !important;
    height: 1600px;
    float: none;
  }
  html body .contentwrapper section.instagallery {
    padding-right: 0px;
    margin-bottom: 40px;
  }
  html body footer {
    position: static;
    height: 110px;
    padding-top: 30px;
    bottom: -100px;
    background: black;
  }
  html body footer #socialmenu,
  html body footer #noises,
  html body footer #footermenu {
    display: none;
  }
  html body footer #smallfootertext {
    display: none;
  }
  html body footer #footertext {
    display: block;
    text-align: center;
  }
  html body footer #footertext #footersamsa,
  html body footer #footertext #footerartemis {
    display: inline-block;
    background: url(../img/samsa.png) no-repeat left top;
    height: 19px;
    width: 74px;
    background-size: 74px 38px;
    margin: 0 10px 20px 0;
  }
  html body footer #footertext #footersamsa:hover,
  html body footer #footertext #footerartemis:hover {
    background-position: left bottom;
  }
  html body footer #footertext #footerartemis {
    background: url(../img/artemis.png) no-repeat left top;
    margin: 0 0 20px 10px;
  }
  html body footer #footertext p {
    font-size: 10px;
    color: #414141;
    letter-spacing: normal;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  html body footer #footertext p a:last-child {
    text-decoration: underline;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
  }
  html body footer #footertext p a:last-child:hover {
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  html body .drawer .wrapper .col {
    float: none;
    width: 100%;
    margin: 0;
    min-height: none;
  }
  html body .drawer .wrapper .col + .col {
    margin: 0;
  }
  html body .drawer.active {
    overflow: auto;
  }
  html body .drawer.partners .otherpartners {
    width: 96%;
    margin: 0 auto;
  }
  html body .drawer.partners a.partneritem {
    height: 50px;
  }
  html body .drawer.media .wrapper .col {
    min-height: 0;
  }
  html body .contentwrapper.intro {
    height: auto;
    margin-top: 85px;
    position: relative;
    padding-bottom: 59%;
  }
  html body .contentwrapper section#intro {
    height: 100%;
    position: absolute;
  }
  html body .contentwrapper section#intro h1 {
    top: 33%;
    width: 90%;
    left: 5%;
    font-size: 18px;
  }
  html body .contentwrapper section.whitebox {
    padding-bottom: 0px;
  }
  html body .contentwrapper section.whitebox#thetrailer {
    padding: 30px 0;
  }
  html body .contentwrapper section.whitebox#thetrailer .aboutwrapper {
    padding-top: 0px;
  }
  html body .contentwrapper section.whitebox#thetrailer .aboutwrapper .videowrapper {
    margin-top: 0px;
  }
  html body .contentwrapper section.whitebox#thenews .newslist li .date {
    right: auto;
    left: 0px;
  }
  html body .contentwrapper section.whitebox#thenews .newslist li img,
  html body .contentwrapper section.whitebox#thenews .newslist li .overlayer {
    right: auto;
    left: 50px;
  }
  html body .contentwrapper section.whitebox#thenews .newslist li .text {
    padding: 0px 0px 0px 145px;
  }
  html body .contentwrapper section.whitebox#thenews .newslist li .text p {
    display: none;
  }
  html body .contentwrapper section.whitebox#thenews .newslist li .text h4 {
    font-size: 19px;
    line-height: 26px;
    padding-top: 5px;
  }
  html body .contentwrapper section.instagallery {
    margin-bottom: 0px;
  }
  html body .contentwrapper section.instagallery ul li {
    display: none;
  }
  html body .contentwrapper section.instagallery ul li:first-child {
    display: block;
    width: 100%;
    height: auto;
    float: none;
  }
  html body .contentwrapper section.instagallery ul li:first-child a .overlayer {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  html body .contentwrapper section.instagallery ul li:first-child a .overlayer div {
    width: 60%;
    padding-left: 20%;
    padding-right: 20%;
  }
  html body .contentwrapper section.whitebox > div .tabs {
    text-align: center;
  }
  html body .contentwrapper section.whitebox > div .tabs[data-target="abouts"] {
    padding-bottom: 160px;
  }
  html body .contentwrapper section.whitebox > div .tabs li {
    display: block;
    margin-bottom: 10px;
  }
  html body .contentwrapper section.whitebox > div article {
    width: 94% !important;
    float: none;
    text-align: left;
  }
  html body .contentwrapper section.whitebox > div article form input[type=email],
  html body .contentwrapper section.whitebox > div article input[type=text] {
    width: 93%;
    float: none;
    text-align: left;
  }
  html body .contentwrapper section.whitebox > div article .tabs {
    text-align: center;
  }
  html body .contentwrapper section.whitebox > div article .tabs li {
    display: inline;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 450px) {
  html body #togglefooter {
    display: none;
  }
  html body header #logo {
    left: 0px;
    margin-left: 0px;
  }
  html body header #mobilemenutoggle {
    right: 10px;
  }
  html body footer {
    height: 170px;
  }
  html body #mobilemenu.active {
    font-size: 1em;
  }
  html body .contentwrapper section#thenews {
    margin-bottom: 1780px;
  }
  html body .contentwrapper section.gallerytoggle {
    height: 120px;
  }
  html body .contentwrapper section.gallerytoggle .next,
  html body .contentwrapper section.gallerytoggle .previous {
    line-height: 120px;
  }
  html body .contentwrapper section.gallerytoggle .next {
    right: 15px;
  }
  html body .contentwrapper section.gallerytoggle ul {
    height: 120px;
  }
  html body .contentwrapper section.gallerytoggle ul li a .overlayer {
    display: none;
  }
  html body .contentwrapper section.gallerytoggle.tri {
    margin-bottom: 0;
    margin-top: 0;
    width: 108%;
    margin-left: -4%;
  }
  html body .contentwrapper section.sectiontitle {
    background-size: 450px;
    background-attachment: initial;
  }
  html body .contentwrapper section.sectiontitle h2 {
    font-size: 19px;
  }
  html body .contentwrapper section.sectiontitle .texture {
    display: none !important;
  }
  html body .contentwrapper section#intro h1 {
    font-size: 16px;
    top: auto;
    bottom: 3%;
    text-align: center;
  }
  html body .contentwrapper section.whitebox#thenews .newslist li .text h4 {
    font-size: 12px;
    line-height: 13px;
  }
  html body .contentwrapper section.whitebox > div {
    width: 100% !important;
  }
  html body .contentwrapper section.whitebox > div article .animwrapper {
    z-index: 10;
  }
  html body .contentwrapper section.whitebox > div article h3 {
    font-size: 25px;
  }
  html body .contentwrapper section.whitebox > div article.togallery .galleryopen h3 {
    font-size: 20px;
  }
  html body .contentwrapper section.whitebox > div article.togallery .galleryopen h3,
  html body .contentwrapper section.whitebox > div article.togallery .galleryopen h4,
  html body .contentwrapper section.whitebox > div article.togallery .galleryopen h5 {
    left: 25px;
  }
  html body .contentwrapper section.whitebox > div article.right {
    float: none;
  }
  html body .contentwrapper section.whitebox > div article .tabs {
    margin-bottom: 60px;
  }
  html body .contentwrapper section.whitebox > div article#staffslider .slider a h3 {
    font-size: 20px;
  }
  html body .contentwrapper section.whitebox > div article#staffslider .slider a .biglink {
    display: none;
  }
  html body .contentwrapper section.whitebox > div article#staffslider ul.slidernav {
    text-align: center;
  }
  html body .contentwrapper section.whitebox > div article#staffslider ul.slidernav li {
    display: inline-block;
    float: none;
  }
  html body .contentwrapper section.whitebox > div article#staffslider ul.slidernav li a {
    margin-left: 7px;
  }
  html body .drawer.partners .wrapper .col + .col .partneritem,
  html body .drawer.partners a.partneritem {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  html .mfp-download {
    display: none;
  }
  html .mfp-wrap.castgallery .mfp-bottom-bar {
    font-size: 16px;
  }
  html img.mfp-img {
    padding: 20px 0;
  }
  html .mfp-wrap .mfp-arrow-left,
  html .mfp-wrap .mfp-arrow-right {
    display: none;
  }
  html .mfp-wrap .mfp-close,
  html .mfp-wrap button.mfp-close,
  html .mfp-wrap .mfp-close-btn-in .mfp-close {
    height: 40px;
    width: 40px;
    top: -30px;
  }
  html .mfp-wrap .mfp-close:after,
  html .mfp-wrap button.mfp-close:after,
  html .mfp-wrap .mfp-close-btn-in .mfp-close:after {
    line-height: 38px;
  }
  html .mfp-wrap.ajaxpage .mfp-close {
    right: 2%;
    top: 40px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/*
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}*/
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
