@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Anivers-Regular';
  src: url("/assets/website/fonts/Anivers-Regular.eot");
  src: local("☺"), url("/assets/website/fonts/Anivers-Regular.woff") format("woff"), url("/assets/website/fonts/Anivers-Regular.ttf") format("truetype"), url("/assets/website/fonts/Anivers-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
h1,
.heading_h1, h2,
.heading_h2, h3,
.heading_h3, h4,
.heading_h4, h5,
.heading_h5, h6,
.heading_h6 {
  font-family: 'Anivers-Regular';
  color: #4e7264;
  margin: 0 0 10px 0; }

body {
  font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
  font-size: 14px; }

p {
  margin: 0px 0px 10px 0px; }

h1,
.heading_h1 {
  font-size: 25px; }

h2,
.heading_h2 {
  font-size: 20px; }

h3,
.heading_h3 {
  font-size: 18px; }

h4,
.heading_h4 {
  font-size: 16px; }

h5,
.heading_h5 {
  font-size: 14px; }

h6,
.heading_h6 {
  font-size: 13px; }

body {
  margin: 0;
  background: url("/assets/website/img/background.jpg"); }

* {
  box-sizing: border-box; }

p {
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none;
  color: inherit; }

a:hover, a:focus {
  outline: none;
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

ul {
  margin: 0;
  padding: 0; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
.clearfix {
  *zoom: 1; }

address {
  font-style: normal; }

.scale-img {
  width: 100%; }

.l-main {
  padding-bottom: 20px; }

.l-page {
  background: url("/assets/website/img/background.jpg"); }

.l-top {
  margin-bottom: 20px; }
  .l-top:before, .l-top:after {
    content: " ";
    display: table; }
  .l-top:after {
    clear: both; }
  .l-top {
    *zoom: 1; }

.entry div div + div {
  width: 100% !important; }

.header {
  position: relative;
  font-size: 0; }
  .header__contain {
    display: inline-block;
    vertical-align: middle;
    width: 37%;
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    @media screen and (max-width: 960px) {
      .header__contain {
        width: 28%; } }
    @media screen and (max-width: 850px) {
      .header__contain {
        width: 48%; } }
    @media screen and (max-width: 768px) {
      .header__contain {
        width: 100%;
        margin-bottom: 20px;
        text-align: center; } }
  .header__cta {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    font-size: 22px;
    font-family: "Anivers-Regular", Arial, Sans-Serif;
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    @media screen and (max-width: 960px) {
      .header__cta {
        width: 100%; } }
    @media screen and (max-width: 850px) {
      .header__cta {
        width: 45%; } }
    @media screen and (max-width: 480px) {
      .header__cta__copy {
        display: none; } }
    .header__cta__icon {
      display: none;
      font-size: 30px;
      color: #4e7264;
      /********************************/
      /********************************/ }
      .header__cta__icon i:before {
        display: block; }
      .header__cta__icon:hover, .header__cta__icon:focus {
        text-decoration: none; }
      @media screen and (max-width: 480px) {
        .header__cta__icon {
          display: block; } }
    .header__cta__ttl {
      display: block;
      font-size: 15px;
      color: #4e7264; }
    .header__cta__link {
      font-size: 16px; }
  .header__logos {
    display: inline-block;
    vertical-align: middle;
    width: 28%;
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    .header__logos__item {
      display: inline-block;
      vertical-align: middle;
      margin: 0px 2px; }
      .header__logos__item--hide {
        /********************************/
        /********************************/ }
        @media screen and (max-width: 480px) {
          .header__logos__item--hide {
            display: none; } }
    @media screen and (max-width: 960px) {
      .header__logos {
        width: 35%; } }
    @media screen and (max-width: 768px) {
      .header__logos {
        width: 100%;
        text-align: center; } }
  .header__login {
    position: absolute;
    top: -25px;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    padding: 5px;
    background: #4e7264;
    font-family: "Anivers-Regular", Arial, Sans-Serif;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 14px;
    color: white;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    /********************************/
    /********************************/ }
    .header__login:hover {
      background: #395449;
      text-decoration: none; }
    @media screen and (max-width: 648px) {
      .header__login {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block;
        margin-top: 10px;
        text-align: center;
        -webkit-box-shadow: 0 0 0 0 transparent;
        -ms-box-shadow: 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 0 transparent;
        -o-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent;
        -webkit-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -o-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0; } }
  .header--primary {
    padding: 25px 10px;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 648px) {
      .header--primary {
        padding: 25px 10px 10px 10px; } }

.nav {
  position: relative; }
  .nav__list {
    margin: 0;
    list-style: none; }
  .nav__item {
    display: inline-block;
    vertical-align: middle; }
  .nav__link {
    font-family: "Anivers-Regular", Arial, Sans-Serif;
    color: white;
    font-size: 18px;
    -webkit-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; }
    .nav__link:hover, .nav__link:focus {
      color: #cccccc;
      text-decoration: none; }
    .nav__link.active {
      color: black; }
  .nav__submenu__inner {
    padding: 5px 15px 15px 15px;
    list-style: none; }
  .nav__submenu__link {
    font-family: "Anivers-Regular", Arial, Sans-Serif;
    color: white;
    font-size: 15px;
    line-height: 25px;
    -webkit-transition: color 0.1s;
    -ms-transition: color 0.1s;
    -moz-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s; }
    .nav__submenu__link:hover {
      color: #cccccc;
      text-decoration: none; }
  .nav__close {
    display: none;
    font-size: 30px;
    color: white;
    /********************************/
    /********************************/ }
    .nav__close:hover {
      text-decoration: none; }
    @media screen and (max-width: 640px) {
      .nav__close {
        position: absolute;
        top: 10px;
        right: 10px;
        bottom: auto;
        left: auto;
        z-index: 15; }
        .nav__close.active {
          display: block; }
        .nav__close i:before {
          display: block; } }
  .nav__btn {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    display: block;
    padding: 5px 5px 0px 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64897f+0,467165+100 */
    background: #6a4f57;
    /* Old browsers */
    background: -moz-linear-gradient(left, #6a4f57 0%, #917780 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #6a4f57), color-stop(100%, #917780));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #6a4f57 0%, #917780 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #6a4f57 0%, #917780 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #6a4f57 0%, #917780 100%);
    /* IE10+ */
    background: linear-gradient(to right #6a4f57 0%, #917780 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a4f57', endColorstr='#917780',GradientType=1 );
    /* IE6-9 */
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    /********************************/
    /********************************/ }
    .nav__btn:hover, .nav__btn:focus {
      text-decoration: none; }
      .nav__btn:hover .nav__btn__inner, .nav__btn:focus .nav__btn__inner {
        background: rgba(255, 255, 255, 0.1); }
    .nav__btn__inner {
      display: block;
      padding: 10px 15px;
      background: transparent;
      font-family: "Anivers-Regular", Arial, Sans-Serif;
      font-size: 28px;
      line-height: 40px;
      color: white;
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      border-left: 1px solid rgba(255, 255, 255, 0.3);
      border-right: 1px solid rgba(255, 255, 255, 0.3);
      -webkit-transition: background 0.2s;
      -ms-transition: background 0.2s;
      -moz-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s; }
    .nav__btn__arrow {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px; }
      .nav__btn__arrow:before {
        display: block; }
    @media screen and (max-width: 850px) {
      .nav__btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        padding: 5px;
        -webkit-box-shadow: 0 0 0 0 black;
        -ms-box-shadow: 0 0 0 0 black;
        -moz-box-shadow: 0 0 0 0 black;
        -o-box-shadow: 0 0 0 0 black;
        box-shadow: 0 0 0 0 black;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
        .nav__btn__inner {
          font-size: 20px;
          line-height: 30px;
          text-align: center;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
  .nav--primary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64897f+0,467165+100 */
    background: #618980;
    /* Old browsers */
    background: -moz-linear-gradient(top, #618980 0%, #4e7264 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #618980), color-stop(100%, #4e7264));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #618980 0%, #4e7264 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #618980 0%, #4e7264 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #618980 0%, #4e7264 100%);
    /* IE10+ */
    background: linear-gradient(to bottom #618980 0%, #4e7264 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#618980', endColorstr='#4e7264',GradientType=0 );
    /* IE6-9 */
    -webkit-box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.3);
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    .nav--primary__item {
      margin-right: 15px; }
    .nav--primary__link {
      line-height: 55px; }
    .nav--primary__submenu {
      background: #4e7264;
      -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.8);
      -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.8);
      -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.8);
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.8);
      -webkit-border-radius: 0 0 5px 5px;
      -ms-border-radius: 0 0 5px 5px;
      -moz-border-radius: 0 0 5px 5px;
      -o-border-radius: 0 0 5px 5px;
      border-radius: 0 0 5px 5px; }
    @media screen and (max-width: 1020px) {
      .nav--primary {
        padding-left: 20px;
        padding-right: 20px; } }
    @media screen and (max-width: 850px) {
      .nav--primary {
        padding-left: 0;
        padding-right: 0;
        background: #4e7264; }
        .nav--primary__list {
          text-align: center; } }
    @media screen and (max-width: 640px) {
      .nav--primary__inner {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background: #4e7264;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        .nav--primary__inner.active {
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          -moz-transform: translateY(0%);
          -o-transform: translateY(0%);
          transform: translateY(0%); }
      .nav--primary__item {
        display: block;
        margin-right: 0; }
      .nav--primary__link {
        line-height: 40px; }
      .nav--primary__submenu {
        width: 100%;
        background: white;
        -webkit-box-shadow: 0 0 0 0 black;
        -ms-box-shadow: 0 0 0 0 black;
        -moz-box-shadow: 0 0 0 0 black;
        -o-box-shadow: 0 0 0 0 black;
        box-shadow: 0 0 0 0 black;
        -webkit-border-radius: 0 0 0 0;
        -ms-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
        -o-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0; }
        .nav--primary__submenu a {
          color: #4e7264; } }

.burger {
  display: none;
  text-align: center;
  cursor: pointer;
  user-select: none;
  /********************************/
  /********************************/ }
  .burger__icon {
    position: relative;
    width: 22px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    background: white; }
    .burger__icon:before, .burger__icon:after {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 3px;
      display: block;
      content: "";
      background: white; }
    .burger__icon:after {
      top: -5px; }
    .burger__icon:before {
      top: 5px; }
  .burger__text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    color: white; }
  @media screen and (max-width: 640px) {
    .burger {
      display: block;
      padding: 10px; } }

.container {
  position: relative;
  max-width: 980px;
  margin: 0px auto;
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1020px) {
    .container {
      max-width: none;
      padding-left: 20px;
      padding-right: 20px; }
      .container--full {
        padding-left: 0;
        padding-right: 0; } }

.row {
  display: block;
  margin-bottom: 20px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row {
    *zoom: 1; }
  .row--reset {
    margin-bottom: 0px; }
  .row--inline {
    font-size: 0; }

.wrapper {
  display: block;
  margin: 0px -20px 0px 0px; }

.col {
  position: relative;
  display: inline;
  float: left; }
  .col--1 {
    width: 8.33333%; }
  .col--2 {
    width: 16.66667%; }
  .col--3 {
    width: 25%; }
  .col--4 {
    width: 33.33333%; }
  .col--5 {
    width: 41.66667%; }
  .col--6 {
    width: 50%; }
  .col--7 {
    width: 58.33333%; }
  .col--8 {
    width: 66.66667%; }
  .col--9 {
    width: 75%; }
  .col--10 {
    width: 83.33333%; }
  .col--11 {
    width: 91.66667%; }
  .col--12 {
    width: 100%; }
  .col--inline {
    display: inline-block;
    float: none; }
    .col--inline--top {
      vertical-align: top; }
  .col__inner {
    padding: 0px 20px 20px 0px; }

.col.mq-desk-lrg--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--1 {
      width: 8.33333%; } }
.col.mq-desk-lrg--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--2 {
      width: 16.66667%; } }
.col.mq-desk-lrg--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--3 {
      width: 25%; } }
.col.mq-desk-lrg--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--4 {
      width: 33.33333%; } }
.col.mq-desk-lrg--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--5 {
      width: 41.66667%; } }
.col.mq-desk-lrg--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--6 {
      width: 50%; } }
.col.mq-desk-lrg--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--7 {
      width: 58.33333%; } }
.col.mq-desk-lrg--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--8 {
      width: 66.66667%; } }
.col.mq-desk-lrg--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--9 {
      width: 75%; } }
.col.mq-desk-lrg--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--10 {
      width: 83.33333%; } }
.col.mq-desk-lrg--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--11 {
      width: 91.66667%; } }
.col.mq-desk-lrg--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1280px) {
    .col.mq-desk-lrg--12 {
      width: 100%; } }

.col.mq-desk--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--1 {
      width: 8.33333%; } }
.col.mq-desk--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--2 {
      width: 16.66667%; } }
.col.mq-desk--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--3 {
      width: 25%; } }
.col.mq-desk--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--4 {
      width: 33.33333%; } }
.col.mq-desk--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--5 {
      width: 41.66667%; } }
.col.mq-desk--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--6 {
      width: 50%; } }
.col.mq-desk--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--7 {
      width: 58.33333%; } }
.col.mq-desk--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--8 {
      width: 66.66667%; } }
.col.mq-desk--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--9 {
      width: 75%; } }
.col.mq-desk--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--10 {
      width: 83.33333%; } }
.col.mq-desk--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--11 {
      width: 91.66667%; } }
.col.mq-desk--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 1024px) {
    .col.mq-desk--12 {
      width: 100%; } }

.col.mq-desk-sml--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--1 {
      width: 8.33333%; } }
.col.mq-desk-sml--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--2 {
      width: 16.66667%; } }
.col.mq-desk-sml--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--3 {
      width: 25%; } }
.col.mq-desk-sml--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--4 {
      width: 33.33333%; } }
.col.mq-desk-sml--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--5 {
      width: 41.66667%; } }
.col.mq-desk-sml--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--6 {
      width: 50%; } }
.col.mq-desk-sml--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--7 {
      width: 58.33333%; } }
.col.mq-desk-sml--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--8 {
      width: 66.66667%; } }
.col.mq-desk-sml--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--9 {
      width: 75%; } }
.col.mq-desk-sml--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--10 {
      width: 83.33333%; } }
.col.mq-desk-sml--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--11 {
      width: 91.66667%; } }
.col.mq-desk-sml--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .col.mq-desk-sml--12 {
      width: 100%; } }

.col.mq-desk-x-sml--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--1 {
      width: 8.33333%; } }
.col.mq-desk-x-sml--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--2 {
      width: 16.66667%; } }
.col.mq-desk-x-sml--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--3 {
      width: 25%; } }
.col.mq-desk-x-sml--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--4 {
      width: 33.33333%; } }
.col.mq-desk-x-sml--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--5 {
      width: 41.66667%; } }
.col.mq-desk-x-sml--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--6 {
      width: 50%; } }
.col.mq-desk-x-sml--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--7 {
      width: 58.33333%; } }
.col.mq-desk-x-sml--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--8 {
      width: 66.66667%; } }
.col.mq-desk-x-sml--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--9 {
      width: 75%; } }
.col.mq-desk-x-sml--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--10 {
      width: 83.33333%; } }
.col.mq-desk-x-sml--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--11 {
      width: 91.66667%; } }
.col.mq-desk-x-sml--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 880px) {
    .col.mq-desk-x-sml--12 {
      width: 100%; } }

.col.mq-tab-lrg--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--1 {
      width: 8.33333%; } }
.col.mq-tab-lrg--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--2 {
      width: 16.66667%; } }
.col.mq-tab-lrg--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--3 {
      width: 25%; } }
.col.mq-tab-lrg--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--4 {
      width: 33.33333%; } }
.col.mq-tab-lrg--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--5 {
      width: 41.66667%; } }
.col.mq-tab-lrg--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--6 {
      width: 50%; } }
.col.mq-tab-lrg--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--7 {
      width: 58.33333%; } }
.col.mq-tab-lrg--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--8 {
      width: 66.66667%; } }
.col.mq-tab-lrg--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--9 {
      width: 75%; } }
.col.mq-tab-lrg--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--10 {
      width: 83.33333%; } }
.col.mq-tab-lrg--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--11 {
      width: 91.66667%; } }
.col.mq-tab-lrg--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .col.mq-tab-lrg--12 {
      width: 100%; } }

.col.mq-tab--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--1 {
      width: 8.33333%; } }
.col.mq-tab--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--2 {
      width: 16.66667%; } }
.col.mq-tab--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--3 {
      width: 25%; } }
.col.mq-tab--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--4 {
      width: 33.33333%; } }
.col.mq-tab--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--5 {
      width: 41.66667%; } }
.col.mq-tab--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--6 {
      width: 50%; } }
.col.mq-tab--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--7 {
      width: 58.33333%; } }
.col.mq-tab--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--8 {
      width: 66.66667%; } }
.col.mq-tab--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--9 {
      width: 75%; } }
.col.mq-tab--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--10 {
      width: 83.33333%; } }
.col.mq-tab--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--11 {
      width: 91.66667%; } }
.col.mq-tab--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .col.mq-tab--12 {
      width: 100%; } }

.col.mq-tab-sml--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--1 {
      width: 8.33333%; } }
.col.mq-tab-sml--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--2 {
      width: 16.66667%; } }
.col.mq-tab-sml--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--3 {
      width: 25%; } }
.col.mq-tab-sml--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--4 {
      width: 33.33333%; } }
.col.mq-tab-sml--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--5 {
      width: 41.66667%; } }
.col.mq-tab-sml--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--6 {
      width: 50%; } }
.col.mq-tab-sml--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--7 {
      width: 58.33333%; } }
.col.mq-tab-sml--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--8 {
      width: 66.66667%; } }
.col.mq-tab-sml--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--9 {
      width: 75%; } }
.col.mq-tab-sml--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--10 {
      width: 83.33333%; } }
.col.mq-tab-sml--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--11 {
      width: 91.66667%; } }
.col.mq-tab-sml--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 648px) {
    .col.mq-tab-sml--12 {
      width: 100%; } }

.col.mq-mob-lrg--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--1 {
      width: 8.33333%; } }
.col.mq-mob-lrg--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--2 {
      width: 16.66667%; } }
.col.mq-mob-lrg--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--3 {
      width: 25%; } }
.col.mq-mob-lrg--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--4 {
      width: 33.33333%; } }
.col.mq-mob-lrg--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--5 {
      width: 41.66667%; } }
.col.mq-mob-lrg--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--6 {
      width: 50%; } }
.col.mq-mob-lrg--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--7 {
      width: 58.33333%; } }
.col.mq-mob-lrg--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--8 {
      width: 66.66667%; } }
.col.mq-mob-lrg--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--9 {
      width: 75%; } }
.col.mq-mob-lrg--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--10 {
      width: 83.33333%; } }
.col.mq-mob-lrg--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--11 {
      width: 91.66667%; } }
.col.mq-mob-lrg--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .col.mq-mob-lrg--12 {
      width: 100%; } }

.col.mq-mob--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--1 {
      width: 8.33333%; } }
.col.mq-mob--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--2 {
      width: 16.66667%; } }
.col.mq-mob--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--3 {
      width: 25%; } }
.col.mq-mob--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--4 {
      width: 33.33333%; } }
.col.mq-mob--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--5 {
      width: 41.66667%; } }
.col.mq-mob--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--6 {
      width: 50%; } }
.col.mq-mob--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--7 {
      width: 58.33333%; } }
.col.mq-mob--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--8 {
      width: 66.66667%; } }
.col.mq-mob--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--9 {
      width: 75%; } }
.col.mq-mob--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--10 {
      width: 83.33333%; } }
.col.mq-mob--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--11 {
      width: 91.66667%; } }
.col.mq-mob--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 480px) {
    .col.mq-mob--12 {
      width: 100%; } }

.col.mq-mob-sml--1 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--1 {
      width: 8.33333%; } }
.col.mq-mob-sml--2 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--2 {
      width: 16.66667%; } }
.col.mq-mob-sml--3 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--3 {
      width: 25%; } }
.col.mq-mob-sml--4 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--4 {
      width: 33.33333%; } }
.col.mq-mob-sml--5 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--5 {
      width: 41.66667%; } }
.col.mq-mob-sml--6 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--6 {
      width: 50%; } }
.col.mq-mob-sml--7 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--7 {
      width: 58.33333%; } }
.col.mq-mob-sml--8 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--8 {
      width: 66.66667%; } }
.col.mq-mob-sml--9 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--9 {
      width: 75%; } }
.col.mq-mob-sml--10 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--10 {
      width: 83.33333%; } }
.col.mq-mob-sml--11 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--11 {
      width: 91.66667%; } }
.col.mq-mob-sml--12 {
  /********************************/
  /********************************/ }
  @media screen and (max-width: 320px) {
    .col.mq-mob-sml--12 {
      width: 100%; } }

.banner {
  position: relative;
  z-index: 5; }
  .banner__slide {
    width: 100%; }
  .banner__header {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 10px;
    background: rgba(78, 114, 100, 0.8);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    .banner__header.active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .banner__header__caption {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .banner__header__content {
      display: inline-block;
      vertical-align: middle;
      font-size: 24px;
      line-height: 30px;
      color: white; }
      .banner__header__content span {
        display: block;
        font-size: 32px; }
    @media screen and (max-width: 850px) {
      .banner__header {
        text-align: center; }
        .banner__header__caption {
          width: 100%; } }
    @media screen and (max-width: 640px) {
      .banner__header {
        display: none; } }
  .banner__img {
    width: 100%; }
  .banner__pager {
    position: absolute;
    top: auto;
    right: 30px;
    bottom: 20px;
    left: auto;
    z-index: 1;
    /********************************/
    /********************************/ }
    .banner__pager__item {
      display: inline-block;
      vertical-align: middle;
      width: 40px;
      height: 40px;
      padding-top: 9px;
      background: white;
      font-size: 24px;
      text-align: center;
      -webkit-border-radius: 50%;
      -ms-border-radius: 50%;
      -moz-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: background 0.2s;
      -ms-transition: background 0.2s;
      -moz-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s; }
      .banner__pager__item i:before {
        display: block; }
      .banner__pager__item:hover, .banner__pager__item:focus {
        text-decoration: none;
        background: #e6e6e6; }
    @media screen and (max-width: 960px) {
      .banner__pager {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        padding: 5px 0;
        text-align: center; } }
  .banner--primary {
    margin-bottom: 20px; }

.brand--list {
  padding: 20px;
  background: #f0f0f0;
  font-size: 0;
  text-align: center;
  border: 2px solid #AAAAAA; }
  .brand--list__item {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    @media screen and (max-width: 768px) {
      .brand--list__item {
        width: 50%;
        margin: 5px 0px; } }
    @media screen and (max-width: 480px) {
      .brand--list__item {
        width: 100%; } }
.brand--primary {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  /********************************/
  /********************************/ }
  @media screen and (max-width: 850px) {
    .brand--primary {
      width: 100%;
      margin-bottom: 20px;
      text-align: center; } }

.social {
  position: relative; }
  .social__link {
    display: inline-block;
    vertical-align: middle;
    width: 33.3333333%; }
  .social--primary {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    .social--primary__link {
      text-align: right; }
    @media screen and (max-width: 960px) {
      .social--primary {
        width: 17%; } }
    @media screen and (max-width: 768px) {
      .social--primary {
        display: none; } }
    @media screen and (max-width: 640px) {
      .social--primary {
        display: none; } }
  .social--secondary {
    display: none;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
    /********************************/
    /********************************/ }
    .social--secondary__link {
      width: auto;
      color: white; }
      .social--secondary__link:hover, .social--secondary__link:focus {
        text-decoration: none; }
    @media screen and (max-width: 480px) {
      .social--secondary {
        display: block; } }

.dropdown:hover .dropdown__inner {
  max-height: 200px; }
.dropdown__inner {
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  z-index: 10;
  max-height: 0;
  overflow: hidden;
  /********************************/
  /********************************/ }
  @media screen and (max-width: 640px) {
    .dropdown__inner {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      z-index: 1; } }

.footer {
  display: block; }
  .footer__ttl {
    font-size: 20px;
    color: #4e7264; }
    .footer__ttl span {
      font-size: 14px; }
  .footer__header {
    position: relative;
    padding-top: 20px;
    font-size: 0; }
    .footer__header__item {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      /********************************/
      /********************************/ }
      .footer__header__item--right {
        text-align: right; }
      @media screen and (max-width: 880px) {
        .footer__header__item {
          width: 100%;
          text-align: center; } }
  .footer__accept {
    margin-right: 20px;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 880px) {
      .footer__accept {
        display: none; } }
  .footer__content {
    font-size: 15px;
    color: white; }
  .footer__address {
    display: block;
    font-size: 10px;
    line-height: 13px;
    font-style: normal; }
  .footer__number {
    display: block;
    font-size: 35px; }
  .footer__spacer {
    display: block;
    height: 1px;
    margin: 10px 0px 15px 0px;
    background: #000000;
    background: -moz-linear-gradient(left, black 0%, #4e7264 25%, #4e7264 75%, black 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(25%, #4e7264), color-stop(75%, #4e7264), color-stop(100%, black));
    background: -webkit-linear-gradient(left, black 0%, #4e7264 25%, #4e7264 75%, black 100%);
    background: -o-linear-gradient(left, black 0%, #4e7264 25%, #4e7264 75%, black 100%);
    background: -ms-linear-gradient(left, black 0%, #4e7264 25%, #4e7264 75%, black 100%);
    background: linear-gradient(to right, black 0%, #4e7264 25%, #4e7264 75%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=1 ); }
  .footer__map {
    margin-right: 40px;
    padding: 10px;
    background: white;
    /********************************/
    /********************************/ }
    .footer__map img {
      width: 100%; }
    @media screen and (max-width: 768px) {
      .footer__map {
        margin: 0; } }
  .footer--primary {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#64897f+0,467165+100 */
    background: black;
    /* Old browsers */
    background: -moz-linear-gradient(top, black 0%, #323534 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, #323534));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, black 0%, #323534 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, black 0%, #323534 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, black 0%, #323534 100%);
    /* IE10+ */
    background: linear-gradient(to bottom black 0%, #323534 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='black', endColorstr='#323534',GradientType=0 );
    /* IE6-9 */ }

.tabs {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px; }
  .tabs__content {
    display: none; }
    .tabs__content.active {
      display: block; }
  .tabs__arrow {
    position: absolute;
    top: 30px;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 25px;
    background: black;
    font-size: 25px;
    color: white;
    -webkit-box-shadow: 0 0 5px 0 black;
    -ms-box-shadow: 0 0 5px 0 black;
    -moz-box-shadow: 0 0 5px 0 black;
    -o-box-shadow: 0 0 5px 0 black;
    box-shadow: 0 0 5px 0 black;
    /********************************/
    /********************************/ }
    .tabs__arrow--next {
      left: auto;
      right: 0; }
    .tabs__arrow i {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: auto;
      left: 0;
      z-index: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .tabs__arrow i:before {
        display: block; }
    .tabs__arrow:hover {
      text-decoration: none; }
    @media screen and (max-width: 768px) {
      .tabs__arrow {
        top: 0; } }
  .tabs__links {
    display: block;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 768px) {
      .tabs__links {
        display: none; } }
  .tabs__accordion {
    display: none;
    font-family: 'Anivers-Regular';
    color: #4e7264;
    font-size: 16px;
    line-height: 30px;
    /********************************/
    /********************************/ }
    .tabs__accordion.active {
      color: black; }
    @media screen and (max-width: 768px) {
      .tabs__accordion {
        display: block; } }
  .tabs__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    padding: 0px 20px;
    margin-right: 10px;
    background: #f0f0f0;
    font-family: 'Anivers-Regular';
    color: #4e7264;
    font-size: 16px;
    line-height: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
    .tabs__link.active {
      z-index: 5;
      color: black; }
      .tabs__link.active:after {
        position: absolute;
        top: auto;
        right: 0;
        bottom: -5px;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 10px;
        content: '';
        background: #f0f0f0; }
    .tabs__link:hover, .tabs__link:focus {
      color: black;
      text-decoration: none; }
  .tabs__inner {
    position: relative;
    z-index: 2;
    padding: 20px 20px 10px 20px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 5px 0 black;
    -ms-box-shadow: 0 0 5px 0 black;
    -moz-box-shadow: 0 0 5px 0 black;
    -o-box-shadow: 0 0 5px 0 black;
    box-shadow: 0 0 5px 0 black; }
  .tabs__material {
    display: inline-block;
    vertical-align: middle;
    width: 16.66667%;
    text-align: center;
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    @media screen and (max-width: 800px) {
      .tabs__material {
        width: 25%; } }
    @media screen and (max-width: 640px) {
      .tabs__material {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .tabs__material {
        width: 100%; } }

/**
 * Module: CTA
 *
 * Description:
 * Used for the CTA blocks throughout the site.
 */
.cta {
  margin-bottom: 20px;
  background: black; }
  .cta:before, .cta:after {
    content: " ";
    display: table; }
  .cta:after {
    clear: both; }
  .cta {
    *zoom: 1; }
  .cta__content {
    font-size: 12px; }
  .cta__item {
    position: relative;
    width: 33.33333%;
    float: left;
    color: white;
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    @media screen and (max-width: 960px) {
      .cta__item {
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .cta__item {
        width: 100%; } }
  .cta__inner {
    padding: 10px 155px 10px 10px;
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    @media screen and (max-width: 960px) {
      .cta__inner {
        padding: 10px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 768px) {
      .cta__inner {
        margin-bottom: 10px; } }
  .cta__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    @media screen and (max-width: 960px) {
      .cta__img {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1; } }
    @media screen and (max-width: 768px) {
      .cta__img {
        display: none; } }

/**
 * Set Defaults
 */
.btn {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  background: #4e7264;
  font-family: "Anivers-Regular", Arial, Sans-Serif;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }
  .btn:hover {
    background: #395449;
    text-decoration: none; }

/**
 * Set Sizes
 */
.btn {
  padding-right: 20px;
  padding-left: 20px; }
  .btn--sml {
    font-size: 12px; }
  .btn--full {
    width: 100%; }

/**
 * Set Types
 */
.btn--primary {
  position: relative;
  color: white;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .btn--primary:before, .btn--primary:after {
    position: absolute;
    top: 2px;
    right: 5px;
    bottom: auto;
    left: 5px;
    z-index: 10;
    display: block;
    height: 1px;
    content: '';
    background: #4e7264;
    background: -moz-linear-gradient(left, #4e7264 0%, #a8b7b2 25%, #a8b7b2 75%, #4e7264 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4e7264), color-stop(25%, #a8b7b2), color-stop(75%, #a8b7b2), color-stop(100%, #4e7264));
    background: -webkit-linear-gradient(left, #4e7264 0%, #a8b7b2 25%, #a8b7b2 75%, #4e7264 100%);
    background: -o-linear-gradient(left, #4e7264 0%, #a8b7b2 25%, #a8b7b2 75%, #4e7264 100%);
    background: -ms-linear-gradient(left, #4e7264 0%, #a8b7b2 25%, #a8b7b2 75%, #4e7264 100%);
    background: linear-gradient(to right, #4e7264 0%, #a8b7b2 25%, #a8b7b2 75%, #4e7264 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7264', endColorstr='#4e7264',GradientType=1 ); }
  .btn--primary:after {
    top: auto;
    bottom: 2px; }
.btn--secondary {
  background: white;
  color: black; }
  .btn--secondary:hover {
    background: #f0f0f0; }

/**
 * Set Styles
 */
.btn--shadow {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
.btn--circle {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 28px;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
.btn--icon i {
  display: inline-block;
  vertical-align: middle; }
  .btn--icon i:before {
    display: block; }
.btn--space {
  margin-left: 5px;
  margin-right: 5px; }

.notification {
  position: relative;
  padding: 5px;
  font-size: 15px;
  line-height: 20px;
  /********************************/
  /********************************/
  /********************************/
  /********************************/ }
  @media screen and (max-width: 850px) {
    .notification {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .notification {
      padding-top: 15px; } }
  .notification__btn {
    /********************************/
    /********************************/ }
    @media screen and (max-width: 768px) {
      .notification__btn {
        width: 100%;
        margin: 10px 0 0 0;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; } }
  .notification--primary {
    margin-bottom: 20px;
    background: black;
    color: white; }

.material {
  position: relative; }
  .material--sml__img {
    width: 100px;
    margin: 0 auto; }
    .material--sml__img img {
      width: 100%; }
  .material--card {
    background: #f0f0f0; }
  .material--quote {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    margin-bottom: 10px;
    background: white;
    text-align: left;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 800px) {
      .material--quote {
        display: block;
        margin: 0 auto 10px auto; } }
  .material__img {
    position: relative;
    border: 1px solid #323534; }
  .material__name {
    display: block;
    margin-top: 5px;
    font-size: 12px; }
  .material__caption {
    padding: 5px;
    font-family: "Anivers-Regular", Arial, Sans-Serif;
    font-size: 15px;
    color: #4e7264; }
    .material__caption__name {
      min-height: 35px;
      margin-bottom: 5px;
      /********************************/
      /********************************/ }
      @media screen and (max-width: 880px) {
        .material__caption__name {
          font-size: 13px; } }
  .material__btn {
    font-size: 12px;
    text-align: center;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 1024px) {
      .material__btn {
        font-size: 11px; } }
  .material__zoom {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: auto;
    left: auto;
    z-index: 1;
    font-size: 16px; }
    .material__zoom:hover {
      text-decoration: none; }

.sidebar {
  text-align: right;
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .sidebar {
      text-align: center; } }
  .sidebar__item {
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .sidebar__item {
        width: 100%;
        max-width: none;
        margin-bottom: 20px; } }
  .sidebar__header {
    display: inline-block;
    vertical-align: top;
    /********************************/
    /********************************/ }
    .sidebar__header:hover {
      text-decoration: none; }
    @media screen and (max-width: 480px) {
      .sidebar__header {
        padding: 10px; } }
  .sidebar__heading {
    font-family: 'Anivers-Regular';
    font-size: 0;
    color: white;
    text-indent: -9999px;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .sidebar__heading {
        font-size: 18px;
        line-height: 18px;
        text-indent: 0; } }
  .sidebar__content {
    display: inline-block;
    vertical-align: top;
    width: 375px;
    padding: 20px;
    background: url("/assets/website/img/sidebar/middle.png") repeat-y;
    text-align: left;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .sidebar__content {
        width: 100%;
        background: #f0f0f0; } }
    .sidebar__content--center {
      text-align: center; }
  .sidebar__iframe {
    width: 100%;
    min-height: 175px;
    margin-bottom: 10px; }
  .sidebar__inner:before, .sidebar__inner:after {
    content: " ";
    display: table; }
  .sidebar__inner:after {
    clear: both; }
  .sidebar__inner {
    *zoom: 1; }
  .sidebar__inner__half {
    width: 50%;
    float: left;
    /********************************/
    /********************************/ }
    .sidebar__inner__half--space {
      padding-left: 20px; }
    @media screen and (max-width: 480px) {
      .sidebar__inner__half {
        width: 100%; }
        .sidebar__inner__half--space {
          padding-left: 0;
          margin-top: 20px; } }
  .sidebar__bottom {
    display: inline-block;
    vertical-align: top;
    width: 375px;
    height: 17px;
    background: url("/assets/website/img/sidebar/bottom.png") no-repeat;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .sidebar__bottom {
        display: none; } }
  .sidebar__item[data-sidebar="blog"] .sidebar__header {
    width: 388px;
    height: 162px;
    margin-left: -12px; }
  .sidebar__item[data-sidebar="blog"] .sidebar__header {
    background: url("/assets/website/img/sidebar/blog/top.png") no-repeat;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .sidebar__item[data-sidebar="blog"] .sidebar__header {
        width: 100%;
        height: auto;
        margin: 0;
        background: #4e7264; } }
  .sidebar__item[data-sidebar="kitchen"] .sidebar__header {
    width: 400px;
    height: 183px;
    margin-right: -25px; }
  .sidebar__item[data-sidebar="kitchen"] .sidebar__content {
    padding-top: 0; }
    @media screen and (max-width: 480px) {
      .sidebar__item[data-sidebar="kitchen"] .sidebar__content {
        padding-top: 20px; } }
  .sidebar__item[data-sidebar="kitchen"] .sidebar__header {
    background: url("/assets/website/img/sidebar/kitchen/top.png") no-repeat;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .sidebar__item[data-sidebar="kitchen"] .sidebar__header {
        width: 100%;
        height: auto;
        margin: 0;
        background: #4e7264; } }
  .sidebar__item[data-sidebar="youtube"] .sidebar__header {
    width: 387px;
    height: 126px;
    margin-left: -12px; }
  .sidebar__item[data-sidebar="youtube"] .sidebar__header {
    background: url("/assets/website/img/sidebar/youtube/top.png") no-repeat;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .sidebar__item[data-sidebar="youtube"] .sidebar__header {
        width: 100%;
        height: auto;
        margin: 0;
        background: #4e7264; } }

.slider {
  position: relative;
  margin-bottom: 20px; }
  .slider__img {
    width: 100%; }

.map {
  position: relative;
  z-index: 10;
  min-height: 200px;
  padding-bottom: 25%;
  margin-bottom: 20px; }
  .map--secondary {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    min-height: 0;
    padding-bottom: 100%; }

.team {
  padding: 10px;
  background: #d1d3d0;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
  .team__item {
    position: relative;
    min-height: 130px;
    padding-left: 100px;
    margin-bottom: 20px;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .team__item {
        padding: 0;
        min-height: 0; } }
  .team__img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -15px;
    z-index: 1;
    width: 100px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    /********************************/
    /********************************/ }
    @media screen and (max-width: 480px) {
      .team__img {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block !important;
        margin: 0 auto 10px auto;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); } }
  .team__copy {
    color: #58595b;
    font-size: 13px;
    text-align: justify; }

.gallery {
  position: relative; }
  .gallery__item {
    width: 25%;
    float: left;
    padding: 10px;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 768px) {
      .gallery__item {
        width: 50%; } }

.range__logo {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  /********************************/
  /********************************/ }
  @media screen and (max-width: 768px) {
    .range__logo {
      float: none;
      margin: 0;
      text-align: center; } }
.range__container {
  margin-right: -10px;
  clear: both;
  font-size: 0; }
.range__col {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  /********************************/
  /********************************/
  /********************************/
  /********************************/
  /********************************/
  /********************************/
  /********************************/
  /********************************/ }
  @media screen and (max-width: 960px) {
    .range__col {
      width: 25%; } }
  @media screen and (max-width: 768px) {
    .range__col {
      width: 33.33333%; } }
  @media screen and (max-width: 640px) {
    .range__col {
      width: 50%; } }
  @media screen and (max-width: 480px) {
    .range__col {
      width: 100%; } }
  .range__col--lrg {
    width: 33.33333%;
    /********************************/
    /********************************/
    /********************************/
    /********************************/ }
    @media screen and (max-width: 640px) {
      .range__col--lrg {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .range__col--lrg {
        width: 100%; } }
.range__inner {
  padding: 0px 10px 10px 0px; }

.block--primary {
  background: #f0f0f0; }
.block--padd {
  padding: 20px; }
.block--shadow {
  -webkit-box-shadow: 0 0 3px 0 black;
  -ms-box-shadow: 0 0 3px 0 black;
  -moz-box-shadow: 0 0 3px 0 black;
  -o-box-shadow: 0 0 3px 0 black;
  box-shadow: 0 0 3px 0 black; }

.required {
  color: #C00;
  font-weight: bold; }

.form__field {
  margin-bottom: 10px; }
.form__input input,
.form__input textarea {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none; }
.form__input select {
  width: 100%;
  border: none;
  outline: none; }

.errors,
.success {
  padding: 5px 10px;
  margin-bottom: 10px;
  background: #B12F2F;
  color: white;
  font-size: 12px;
  line-height: 12px; }
  .errors li,
  .success li {
    margin: 5px 0px;
    list-style: none; }

.success {
  background: #2E7D32; }

.quote__col {
  padding-right: 75px;
  text-align: right;
  /********************************/
  /********************************/ }
  @media screen and (max-width: 800px) {
    .quote__col {
      padding: 0;
      text-align: left; }
      .quote__col--center {
        text-align: center; } }

.blog__header {
  max-height: 150px;
  margin-top: -15px;
  margin-bottom: 30px;
  background: url("/assets/website/img/banner.jpg") center center no-repeat;
  background-size: cover;
  /********************************/
  /********************************/ }
  @media screen and (max-width: 850px) {
    .blog__header {
      margin-top: 0;
      max-height: none; } }
.blog__ttl {
  display: block; }

.list {
  margin: 0; }
  .list--primary li {
    padding-left: 15px;
    background: url("/assets/website/img/blog/li.png") no-repeat left center;
    list-style: none; }
    .list--primary li a {
      font-size: 13px; }

.post__entry a {
  text-decoration: underline; }
.post--primary {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 12px;
  border-bottom: 1px solid #d1d3d0; }
  .post--primary img {
    margin-bottom: 10px;
    border: 1px solid #d1d3d0; }
.post--secondary img {
  margin-bottom: 10px;
  border: 1px solid #d1d3d0; }

/**
 * Module: Polaroid
 *
 * Description:
 * Used for the Polaroid effect on images
 */
.polaroid {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 5px 15px 5px;
  background: white;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
  .polaroid__inner {
    overflow: hidden; }
    .polaroid__inner img {
      width: 100%;
      -webkit-transition: transform 0.2s;
      -ms-transition: transform 0.2s;
      -moz-transition: transform 0.2s;
      -o-transition: transform 0.2s;
      transition: transform 0.2s; }
    .polaroid__inner:hover img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      -moz-transform: scale(1.15);
      -o-transform: scale(1.15);
      transform: scale(1.15); }

.testimonials {
  position: relative;
  padding: 10px; }
  .testimonials__add {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    z-index: 1;
    font-size: 28px;
    /********************************/
    /********************************/ }
    .testimonials__add span {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px; }
    .testimonials__add i {
      display: inline-block;
      vertical-align: middle;
      line-height: 20px; }
    .testimonials__add:hover {
      text-decoration: none;
      color: #4e7264; }
    @media screen and (max-width: 768px) {
      .testimonials__add {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        display: block;
        margin-bottom: 10px; } }
  .testimonials__item.clonable {
    display: none; }
  .testimonials__item__pin:hover, .testimonials__item__pin:focus {
    text-decoration: none; }
  .testimonials__item__link {
    display: block;
    margin-bottom: 5px;
    font-style: italic;
    text-decoration: underline; }
  .testimonials__wrap {
    position: relative; }
  .testimonials__map {
    position: relative;
    width: 60%;
    height: auto;
    /********************************/
    /********************************/ }
    .testimonials__map img {
      max-width: none; }
    @media screen and (max-width: 768px) {
      .testimonials__map {
        width: 100%; } }
  .testimonials__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    width: 40%;
    padding-left: 20px;
    overflow-x: scroll;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 768px) {
      .testimonials__content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: 100%;
        padding: 0;
        margin-top: 10px; } }

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  /********************************/
  /********************************/ }
  .table__row {
    display: table-row;
    border: 1px solid white; }
    .table__row--header {
      background: white;
      font-weight: bold; }
  .table__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid white;
    font-size: 14px;
    line-height: 14px; }
    .table__cell--reset {
      border: none; }
  .table__material {
    font-size: 16px;
    color: #4e7264; }
  .table__image--sml {
    max-width: 100px; }
  @media screen and (max-width: 480px) {
    .table--rwd {
      display: block;
      border-collapse: seperate; }
      .table--rwd__row {
        display: block;
        border: none;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
        border-right: 1px solid white; }
        .table--rwd__row:before, .table--rwd__row:after {
          content: " ";
          display: table; }
        .table--rwd__row:after {
          clear: both; }
        .table--rwd__row {
          *zoom: 1; }
      .table--rwd__cell {
        display: block;
        border: none; }
        .table--rwd__cell--header {
          border-bottom: 1px solid white;
          font-weight: bold; }
        .table--rwd__cell--half {
          width: 50%;
          float: left; }
          .table--rwd__cell--half--first {
            border-right: 1px solid white; }
      .table--rwd__hide {
        display: none; } }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7); }
  .popup.active {
    display: block; }
  .popup--reset {
    background: transparent; }
  .popup__close {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: auto;
    left: auto;
    z-index: 30;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    background: #d1d3d0;
    text-align: center;
    font-size: 20px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    /********************************/
    /********************************/ }
    .popup__close:hover {
      background: #b7bab6;
      text-decoration: none; }
    @media screen and (max-width: 1024px) {
      .popup__close {
        top: 0;
        right: 0; } }
  .popup__inner {
    position: absolute;
    top: 10%;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 25;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 768px) {
      .popup__inner {
        top: 0; }
        .popup__inner--full {
          bottom: 0; } }
  .popup__content {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    /********************************/
    /********************************/ }
    @media screen and (max-width: 768px) {
      .popup__content--full {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 25; } }
  .popup__loader {
    padding: 50px 0px;
    text-align: center; }
    .popup__loader.hide {
      display: none; }

.accordion {
  position: relative; }
  .accordion__item {
    margin-bottom: 10px; }
    .accordion__item.last {
      margin-bottom: 0; }
  .accordion__link {
    display: block;
    padding: 5px 10px;
    background: #618980;
    font-size: 18px;
    color: white;
    -webkit-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s; }
    .accordion__link:hover {
      background: #4c6b64;
      text-decoration: none; }
    .accordion__link--sml {
      font-size: 16px;
      line-height: 16px; }
  .accordion__inner {
    display: none;
    margin-top: 20px; }
    .accordion__inner.active {
      display: block; }
    .accordion__inner--sml {
      margin-top: 10px; }

.loader {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.loader > div {
  background-color: black;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.loader .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }
.zoom {
  position: relative;
  /********************************/
  /********************************/ }
  .zoom__img {
    padding-bottom: 50%;
    /********************************/
    /********************************/ }
    .zoom__img--cover {
      background-size: cover; }
    @media screen and (max-width: 768px) {
      .zoom__img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 25; } }
  .zoom__quote {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 25;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .zoom {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 25; } }

/*! Flickity v1.1.1
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

/* 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-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -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: #FFF;
  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: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  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 #FFF;
  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 #FFF;
  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: #000; }

/* 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: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -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; }
