html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=047e815dca434a403b5bb46569e9c20d)
 * Config saved to config.json and https://gist.github.com/047e815dca434a403b5bb46569e9c20d
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #333;
  color: #ccc;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #ccc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* fonts */
/* animations */
/* set all to border box */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* helper for js */
.init-logo {
  visibility: visible;
}
.header,
.main,
.footer {
  visibility: hidden;
}
/* basic */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
}
body {
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 300;
  background: #ffffff;
  overflow-x: hidden;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #8c7f7b;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
a:hover {
  text-decoration: none;
  opacity: 0.5;
}
a:focus {
  outline: none;
  text-decoration: none;
  opacity: 0.5;
}
p.link a:hover {
  opacity: 1;
}
p.link a:focus {
  opacity: 1;
}
small {
  font-size: 0.75em;
  line-height: 2;
  vertical-align: middle;
}
big {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: middle;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
p {
  margin: 0 0 1.5em 0;
}
ul {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
ol li {
  margin: 0 0 0 1.5em;
  padding: 0;
}
table {
  width: 100%;
  margin: 0 0 1.5em 0;
  table-layout: fixed;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}
svg {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
blockquote {
  margin: 0;
  padding: 0;
}
hr {
  max-width: 100%;
  margin: 0 auto;
}
mark {
  background: transparent;
}
textarea,
select,
input,
button {
  outline: none;
}
/* layout */
main {
  z-index: 2;
  position: relative;
}
.main {
  margin: 0 0 0 0;
  padding: 0 0 6em 6em;
  background: #ffffff;
}
.main.padding-top {
  padding: 6em 0 6em 6em;
}
.main.no-padding-top {
  padding: 0 0 6em 6em;
}
.main.no-padding-top-bottom {
  padding: 0 0 0 6em;
}
section {
  position: relative;
  margin: 6em 0 6em 0;
}
section:first-of-type {
  margin: 0 0 6em 0;
}
section:last-of-type {
  margin: 6em 0 0 0;
}
section:only-of-type {
  margin: 0 0 0 0;
}
/*section	{ border:2px red solid; }
main div.row > div { border:2px blue solid; }
main div.flexbox-light > div { border:2px green solid; }
main div.flexbox > div { border:2px green solid; }
main div.row > div.flexbox { border:none !important; }
main div.row > div.flexbox-light { border:none !important; }*/
.init-logo {
  z-index: -99;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexbox-light {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.bg-shadow {
  -moz-box-shadow: 0px 0px 6px #000000;
  -webkit-box-shadow: 0px 0px 6px #000000;
  box-shadow: 0px 0px 6px #000000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=@x, Direction=135, Color='@color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0px, Direction=135, Color='@color');
  position: relative;
}
.bg-gradient {
  padding: 6em 0;
  background: #f1ddd6;
  background: -moz-linear-gradient(top, #f1ddd6 0%, #8c7f7b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f1ddd6 0%, #8c7f7b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f1ddd6 0%, #8c7f7b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1ddd6', endColorstr='#8c7f7b', GradientType=0);
  /* IE6-9 */
}
.bg-pattern {
  margin: -6em 0 !important;
  padding: 6em 0;
  background: #ffffff url("https://www.gross-design.at/wp-content/themes/gross-design/img/bg-pattern.png") no-repeat center center;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.bg-g {
  margin: -6em 0;
  padding: 6em 0;
  background: #ffffff url("https://www.gross-design.at/wp-content/themes/gross-design/img/bg-g.png") no-repeat left center;
  -moz-background-size: cover;
  -ms-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-attachment: fixed;
}
.bg-bett04 {
  margin: -6em 0;
  padding: 6em 0;
  background: #ffffff url("https://www.gross-design.at/wp-content/themes/gross-design/img/bg-bett04.png") no-repeat center center;
  -moz-background-size: cover;
  -ms-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.bg-ideen {
  margin: -6em 0;
  padding: 6em 0;
  background: #ffffff url("https://www.gross-design.at/wp-content/themes/gross-design/img/bg-ideen.png") no-repeat center center;
  -moz-background-size: cover;
  -ms-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.container {
  max-width: 100% !important;
}
.container-fluid {
  max-width: 100% !important;
}
/* content blocks */
.main h1,
.main .h1 {
  margin: 0 0 0.5em 0;
  font-size: 3em;
  line-height: 1;
  color: #8c7f7b;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.main h2,
.main .h2 {
  margin: 0 0 0.75em 0;
  font-size: 2em;
  line-height: 1;
  color: #8c7f7b;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
.main h3,
.main .h3 {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  line-height: 1;
  color: #8c7f7b;
  font-weight: 700;
  text-align: left;
}
.main p {
  margin: 0 0 1.5em 0;
  font-size: 1em;
  line-height: 1.5;
  color: #8c7f7b;
  text-align: left;
}
.main ul {
  margin: 0 0 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5;
  color: #8c7f7b;
  text-align: left;
  list-style: disc;
  list-style-position: inside;
}
.main ul.no-list {
  margin: 0 0 1.5em 0;
  list-style: none;
}
.main ul li.separate {
  margin: 0 0 0.75em 0;
}
.main table {
  margin: 0 0 1.5em 0;
  font-size: 1em;
  line-height: 1.5;
  color: #8c7f7b;
  text-align: left;
}
.main p.link {
  margin: 0 0 0 0;
}
.main p.link a {
  width: auto;
  margin: 0 auto;
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: 1.5;
  color: #8c7f7b;
  text-transform: uppercase;
  background: #ffffff;
  border: 2px #8c7f7b solid;
  -khtml-border-radius: 1.25em;
  -moz-border-radius: 1.25em;
  -webkit-border-radius: 1.25em;
  border-radius: 1.25em;
  display: inline-block;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main p.link a:hover {
  color: #ffffff;
  background: #8c7f7b;
}
.main hr {
  height: 1em;
  width: 100%;
  margin: 6em 0;
  background: #8c7f7b;
  border: none;
}
.main .cb-hero {
  height: 100vh;
  overflow: hidden;
}
.main .cb-hero img.image {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 60%;
  max-height: 90%;
}
.main .cb-hero img.image.align-br {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.main .cb-hero h1 {
  position: absolute;
  bottom: 1em;
  left: 0;
  width: 100%;
  margin: 0 0 0 0;
  color: #ffffff;
  letter-spacing: 0.5em;
}
.main .cb-hero img.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 33.3333%;
}
.main .cb-hero-slider {
  position: relative;
  height: auto;
  max-height: 100vh;
  overflow: hidden;
}
.main .cb-hero-slider .slick-slider {
  z-index: 1;
}
.main .cb-hero-slider .slick-slider .slick-slide {
  position: relative;
  overflow: hidden;
}
.main .cb-hero-slider .slick-slider img.image {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.main .cb-hero-slider h1 {
  margin: 0 0 0 0;
  pointer-events: none;
}
.main .cb-hero-slider img.logo {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 33.3333%;
  max-height: 100%;
}
.main .cb-hero-slider ul.slider-switcher {
  z-index: 2;
  position: absolute;
  bottom: 1.5em;
  left: 12.5%;
  width: 75%;
  margin: 0 0 0 0;
  text-align: center;
}
.main .cb-hero-slider ul.slider-switcher li {
  display: inline-block;
  margin: 0 0.375em;
}
.main .cb-hero-slider ul.slider-switcher span {
  width: 1em;
  height: 1em;
  background: #ffffff;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main .cb-hero-slider ul.slider-switcher span:hover {
  opacity: 0.5;
}
.main .cb-hero-slider ul.slider-switcher span.active {
  opacity: 0.5;
}
.main .cb-intro h2 {
  margin: 0 0 0.375em 0;
}
.main .cb-overview h2 {
  text-align: center;
}
.main .cb-overview p.abstract {
  margin: 0 0 6em 0;
  text-align: center;
}
.main .cb-overview .bg-shadow {
  position: relative;
  padding: 3em 12.5% 0 12.5%;
  background: #ffffff;
}
.main .cb-overview .bg-shadow img.logo {
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
}
.main .cb-overview .bg-shadow img.icon {
  margin: 0 auto 1.5em auto;
}
.main .cb-overview .bg-shadow h3 {
  margin: 0 0 0.375em 0;
  text-align: center;
}
.main .cb-overview .bg-shadow p {
  min-height: 6em;
  text-align: center;
}
.main .cb-overview .bg-shadow p.link {
  min-height: 0;
  margin: 0 0 3em 0;
}
.main .cb-overview .bg-shadow .col-md-4:nth-child(3n + 1) {
  clear: both;
}
.main .cb-facts-index h2 {
  margin: 0 0 3em 0;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  text-align: center;
}
.main .cb-facts-index h3 {
  margin: 0 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.main .cb-facts-index p {
  margin: 0 0 3em 0;
  text-align: center;
}
.main .cb-facts-index .col-sm-6:nth-child(2n + 1) {
  clear: both;
}
.main .cb-facts-subpage .wrapper.margin-top {
  margin: 3em 0 0 0;
}
.main .cb-facts-subpage img.logo {
  margin: 3em auto 0 auto;
}
.main .cb-facts-subpage h2 {
  text-align: center;
}
.main .cb-facts-subpage p {
  margin: 0 0 0 0;
  text-align: center;
}
.main .cb-bett04-index .img-wrapper {
  position: relative;
}
.main .cb-bett04-index .img-wrapper img.image {
  margin: 0 auto;
}
.main .cb-bett04-index .img-wrapper:before {
  content: "";
  z-index: 2;
  position: absolute;
  top: -5.5em;
  left: 50%;
  width: 4px;
  height: 4em;
  background: #ffffff;
  display: block;
}
.main .cb-bett04-index .img-wrapper:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: -5.5em;
  left: 50%;
  width: 4px;
  height: 11.5em;
  background: #ffffff;
  display: block;
}
.main .cb-bett04-index h2 {
  margin: 0 0 0.6667em 0;
  font-size: 4.5em;
  color: #ffffff;
  text-align: left;
}
.main .cb-bett04-index p {
  color: #ffffff;
}
.main .cb-bett04-subpage-1 {
  padding: 12em 0;
}
.main .cb-bett04-subpage-1 h2 {
  text-transform: none;
}
.main .cb-bett04-subpage-1 h3 {
  font-weight: 300;
  text-transform: none;
}
.main .cb-bett04-subpage-2 p {
  color: #ffffff;
  text-align: center;
}
.main .cb-bett04-subpage-3 {
  margin: -6em 0;
  padding-bottom: 33.3333%;
}
.main .cb-bett04-subpage-4 h2 {
  text-align: center;
}
.main .cb-bett04-subpage-4 p {
  margin: 0 0 3em 0;
  text-align: center;
}
.main .cb-bett04-subpage-4 .col-sm-6:nth-child(2n + 1) {
  clear: both;
}
.main .cb-motto {
  padding: 12em 0;
}
.main .cb-motto h2 {
  text-align: center;
}
.main .cb-motto p {
  margin: 0 0 0 0;
  text-align: center;
}
.main .cb-counter {
  padding: 12em 0;
}
.main .cb-counter div.wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.33s ease-out;
  -moz-transition: opacity 0.33s ease-out;
  -o-transition: opacity 0.33s ease-out;
  transition: opacity 0.33s ease-out;
}
.main .cb-counter div.wrapper h2 {
  margin: 0 0 0.25em 0;
  font-size: 6em;
  color: #ffffff;
}
.main .cb-counter p {
  margin: 0 0 0 0;
  font-size: 1.5em;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.33s ease-out;
  -moz-transition: opacity 0.33s ease-out;
  -o-transition: opacity 0.33s ease-out;
  transition: opacity 0.33s ease-out;
}
.main .cb-counter div.wrapper.finished {
  opacity: 1;
}
.main .cb-counter p.finished {
  opacity: 1;
}
.main .cb-unternehmen h2 {
  margin: 0 0 1em 0;
  font-weight: 300;
  text-transform: none;
}
.main .cb-unternehmen p.abstract {
  margin: 0 0 6em 0;
  text-align: center;
}
.main .cb-unternehmen img.image {
  margin: 0 auto 1.5em auto;
}
.main .cb-unternehmen h3 {
  text-transform: uppercase;
  text-align: center;
}
.main .cb-unternehmen p {
  text-align: center;
}
.main .cb-unternehmen p.details {
  font-weight: 700;
}
.main .cb-unternehmen blockquote p {
  font-style: italic;
}
.main .cb-image {
  padding: 0 0 6em 0 !important;
}
.main .cb-image img.image {
  z-index: 1;
  position: relative;
  top: 15em;
  width: 100%;
  height: auto;
}
.main .cb-examples-2cols .img-wrapper,
.main .cb-examples-2cols-free .img-wrapper,
.main .cb-examples-3cols-free .img-wrapper {
  margin: 0 -15px;
}
.main .cb-examples-2cols img.image,
.main .cb-examples-2cols-free img.image,
.main .cb-examples-3cols-free img.image {
  width: 100%;
  height: auto;
}
.main .cb-examples-2cols-free img.image {
  width: 100%;
  height: auto;
  margin: 0 0 6em 0;
}
.main .cb-examples-3cols-free {
  background: #c6c7c9;
}
.main .cb-dormo-novo .img-wrapper {
  margin: 0 -15px;
}
.main .cb-dormo-novo img.image {
  width: 100%;
  height: auto;
}
.main .cb-dormo-novo img.icon {
  margin: 0 auto 1.5em auto;
}
.main .cb-dormo-novo p {
  text-align: center;
}
.main .cb-advertise .img-wrapper {
  margin: 0 -15px;
}
.main .cb-advertise img.image {
  width: 100%;
  height: auto;
}
.main .cb-advertise h3 {
  margin: 0 0 0 0;
}
.main .cb-posts .video-wrapper {
  margin: 0 0 6em 0;
}
.main .cb-posts .video-wrapper iframe {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.main .cb-posts .img-wrapper {
  margin: 0 -15px;
}
.main .cb-posts img.image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.main .cb-posts img.attachment-post-thumbnail {
  width: 100%;
  object-fit: cover;
}
.main .cb-posts .overlay {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8c7f7b;
  opacity: 0.5;
}
.main .cb-posts .wrapper {
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5em;
  background: #ffffff;
}
.main .cb-posts .wrapper p:last-child {
  margin: 0 0 0 0;
}
.main .cb-posts p.subtitle {
  z-index: 3;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  margin: 0 0 0 0;
  font-size: 3em;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  text-align: right;
}
.main .cb-posts .separator {
  width: 100%;
  margin: 0 0 6em 0;
}
.main .cb-request h2 {
  margin: 0 0 2em 0;
  color: #ffffff;
  letter-spacing: 0.5em;
}
.main .cb-request img.image {
  margin: 0 auto 1.5em auto;
}
.main .cb-request h3 {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.main .cb-request ul.address {
  margin: 0 0 6em 0;
  color: #ffffff;
  text-align: center;
}
.main .cb-request ul.address a {
  color: #ffffff;
}
.main .cb-request fieldset p {
  color: #8c7f7b;
}
.main .cb-request fieldset p:last-child {
  margin: 0 0 0 0;
}
.main .cb-request fieldset label {
  font-size: 1em;
  line-height: 1.5;
  color: #8c7f7b;
  text-align: left;
  display: block;
}
.main .cb-request fieldset label.checkbox {
  width: auto;
  text-align: left;
  display: inline;
}
.main .cb-request fieldset label.radio {
  width: auto;
  text-align: left;
  display: inline;
}
.main .cb-request fieldset input {
  width: 100%;
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background: #ffffff;
  border: 1px #f1ddd6 solid;
  -khtml-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main .cb-request fieldset input[type="checkbox"] {
  position: relative;
  top: -0.125em;
  width: 2em;
  display: inline;
}
.main .cb-request fieldset input[type="radio"] {
  width: 2em;
  display: inline;
}
.main .cb-request fieldset textarea {
  width: 100%;
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background: #ffffff;
  border: 1px #f1ddd6 solid;
  -khtml-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main .cb-request fieldset input:hover {
  background: #f1ddd6;
}
.main .cb-request fieldset textarea:hover {
  background: #f1ddd6;
}
.main .cb-request fieldset input#form-dummy {
  display: none;
}
.main .cb-request fieldset input.error {
  background: #8c7f7b;
  color: #ffffff;
}
.main .cb-request fieldset textarea.error {
  background: #8c7f7b;
  color: #ffffff;
}
.main .cb-request fieldset button#submit {
  margin: 0 auto;
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 1.5;
  color: #8c7f7b;
  text-transform: uppercase;
  background: transparent;
  border: 2px #8c7f7b solid;
  -khtml-border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  display: block;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main .cb-request fieldset button#submit:hover {
  color: #ffffff;
  background: #8c7f7b;
}
.main .cb-request fieldset .message {
  margin: 0 0 3em 0;
  padding: 1.5em 1.5em;
  border: 2px #8c7f7b solid;
  -khtml-border-radius: 1em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}
.main .cb-request fieldset .message h3 {
  color: #8c7f7b;
  text-align: left;
}
.main .cb-request fieldset .message ul {
  margin: 0 0 0 0;
}
.main .cb-request fieldset .message p {
  margin: 0 0 0 0;
}
.main .cb-request.bg-gradient fieldset p {
  color: #ffffff;
}
.main .cb-request.bg-gradient fieldset label {
  color: #ffffff;
}
.main .cb-request.bg-gradient fieldset button#submit {
  color: #ffffff;
  border: 2px #ffffff solid;
}
.main .cb-request.bg-gradient fieldset button#submit:hover {
  color: #8c7f7b;
  background: #ffffff;
}
/* overrides */
.no-padding {
  padding: 0 0 0 0 !important;
}
.no-margin {
  margin: 0 0 0 0 !important;
}
/* clearfixes */
.header:before,
.header:after {
  clear: both;
  content: " ";
  display: table;
}
.footer:before,
.footer:after {
  clear: both;
  content: " ";
  display: table;
}
section:before,
section:after {
  clear: both;
  content: " ";
  display: table;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* address */
p.header-address {
  z-index: 4;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  right: 1.5em;
  padding: 0 0 0 6em;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  text-align: right;
}
p.header-address a {
  color: #ffffff;
}
p.header-address span {
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 1279px) {
  iframe.kza {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1279px) {
  div#frame {
    display: none !important;
  }
}
iframe.kza-footer {
  display: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  iframe.kza-footer {
    left: 1.5em !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1279px) {
  iframe.kza-footer {
    display: block !important;
  }
}
div#frame-footer {
  display: none !important;
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  div#frame-footer {
    left: 1.5em !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 1279px) {
  div#frame-footer {
    display: block !important;
  }
}
/* header */
header .header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: -24em;
  width: 30em;
  height: 100%;
  height: 100vh;
  margin: 0 0 0 0;
  background: #8c7f7b;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-home {
  z-index: 2;
  position: fixed;
  top: 1.5em;
  left: 1.5em;
  width: 3em;
  margin: 0;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-menu {
  z-index: 2;
  position: fixed;
  top: 6em;
  left: 1.5em;
  width: 3em;
  height: 3em;
  cursor: pointer;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-menu span:nth-child(1) {
  position: absolute;
  top: 25%;
  left: 0%;
  width: 100%;
  height: 0.0625em;
  background: #ffffff;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-menu span:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 0%;
  width: 100%;
  height: 0.0625em;
  background: #ffffff;
  -moz-transform-origin: center left;
  -ms-transform-origin: center left;
  -o-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-menu span:nth-child(3) {
  position: absolute;
  bottom: 25%;
  left: 0%;
  width: 100%;
  height: 0.0625em;
  background: #ffffff;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-menu p {
  position: absolute;
  bottom: -1em;
  left: 0;
  width: 100%;
  margin: 0 0 0 0;
  font-size: 0.75em;
  line-height: 1.3333;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-menu:hover {
  opacity: 0.5;
}
header .header .ic-menu.menu-open span:nth-child(1) {
  top: 0%;
  left: 0%;
  width: 141.4214%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .header .ic-menu.menu-open span:nth-child(2) {
  opacity: 0;
}
header .header .ic-menu.menu-open span:nth-child(3) {
  bottom: 0%;
  left: 0%;
  width: 141.4214%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .header .ic-menu.menu-open p {
  opacity: 0;
}
header .header div.title {
  position: fixed;
  bottom: 6em;
  left: 3.75em;
  -moz-transform: translate(0%, 0%) rotate(-90deg);
  -ms-transform: translate(0%, 0%) rotate(-90deg);
  -o-transform: translate(0%, 0%) rotate(-90deg);
  -webkit-transform: translate(0%, 0%) rotate(-90deg);
  transform: translate(0%, 0%) rotate(-90deg);
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
header .header div.title h2 {
  margin: 0 0 0 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
header .header div.ic-arrow {
  position: fixed;
  bottom: 1.5em;
  left: 1.5em;
  width: 3em;
  margin: 0;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-arrow a img {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header div.ic-arrow a.scrolled img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .header .wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -30em;
  width: 24em;
  height: 100%;
  margin: 0 6em 0 6em;
  padding: 2.25em 0;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
  overflow-y: auto;
}
header .header .wrapper h2 {
  margin: 0 0 3em 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
header .header .wrapper .nav-primary {
  margin: 0 0 0 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
header .header .wrapper .nav-primary li.separate {
  margin: 1.5em 0 0 0;
}
header .header .wrapper .nav-primary a {
  position: relative;
  padding: 0.75em 0;
  color: #ffffff;
  display: inline-block;
}
header .header .wrapper .nav-primary a:after {
  content: '';
  position: absolute;
  bottom: 0.375em;
  left: 50%;
  width: 0%;
  height: 1px;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header .wrapper .nav-primary a:hover:after {
  left: 0%;
  width: 100%;
  opacity: 1;
}
header .header.show {
  left: 0em;
}
header .header.show .wrapper {
  left: 0em;
}
/* footer */
footer .footer {
  z-index: 3;
  poistion: relative;
  padding: 6em 0 6em 6em;
}
footer .footer a {
  color: #ffffff;
}
footer .footer a:hover {
  opacity: 0.5;
}
footer .footer img.logo {
  margin: 0 auto 3em auto;
}
footer .footer img.icon {
  margin: 0 auto 1.5em auto;
}
footer .footer img.ic-facebook {
  margin: 0 auto 0.75em auto;
}
footer .footer h2 {
  margin: 0 0 0 0;
  font-size: 1.5em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}
footer .footer p.address {
  margin: 0 0 3em 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
footer .footer .nav-quicklinks {
  margin: 0 0 1.5em 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
footer .footer .nav-quicklinks li {
  display: inline;
}
footer .footer .nav-quicklinks li + li:before {
  content: ' | ';
}
footer .footer p.copy {
  margin: 0 0 0 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */
@media only screen and (min-width: 0px) and (max-height: 599px) {
  header .header div.title {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .main .cb-hero h1 {
    bottom: 1em;
    font-size: 2em;
    letter-spacing: 0.25em;
  }
  .main .cb-overview .bg-shadow .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .main .cb-overview .bg-shadow .col-md-4:nth-child(3n+1) {
    clear: none;
  }
  .main .cb-counter {
    padding: 6em 0 3em 0;
  }
  .main .cb-counter p {
    margin: 0 0 3em 0;
  }
  .main .cb-counter .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .main .cb-facts-subpage .wrapper.margin-top {
    margin: 0 0 0 0;
  }
  .main .cb-facts-subpage img.logo {
    display: none;
  }
  .main .cb-facts-subpage p {
    margin: 0 0 1.5em 0;
  }
  .main .cb-posts .overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #8c7f7b;
    opacity: 0.5;
  }
  .main .cb-posts .wrapper {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 -15px;
    width: auto;
  }
  .main .cb-posts p.subtitle {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 0.5em 0 0.5em 0;
    color: #8c7f7b;
    font-weight: 700;
    text-align: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .flexbox {
    display: block;
  }
  .flexbox-light {
    display: block;
  }
  p.header-address {
    font-size: 0.75em;
    line-height: 2;
    text-align: center;
  }
  header .header div.title {
    display: none;
  }
  .main .cb-hero-slider .slick-slider img.image {
    position: relative;
    left: -50%;
    width: 200%;
    max-width: 200%;
    height: auto;
  }
  .main .cb-overview .bg-shadow p {
    min-height: 0;
  }
  .main .cb-bett04-index .img-wrapper img.image {
    margin: 0 auto 6em auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  p.header-address {
    padding: 0 0 0 3em;
  }
  header .header {
    left: -17em;
    width: 20em;
  }
  header .header div.ic-home {
    left: 0.5em;
    width: 2em;
  }
  header .header div.ic-menu {
    top: 5em;
    left: 0.5em;
    width: 2em;
    height: 2em;
  }
  header .header div.ic-menu p {
    bottom: -2em;
    font-size: 0.5em;
    line-height: 2;
  }
  header .header div.ic-arrow {
    left: 0.5em;
    width: 2em;
    height: 2em;
  }
  header .header .wrapper {
    left: -20em;
    width: 14em;
    height: 100%;
    margin: 0 3em 0 3em;
  }
  footer .footer {
    padding: 6em 0 6em 3em;
  }
  .main {
    padding: 0 0 6em 3em;
  }
  .main.padding-top {
    padding: 6em 0 6em 3em;
  }
  .main.no-padding-top {
    padding: 0 0 6em 3em;
  }
  .main.no-padding-top-bottom {
    padding: 0 0 0 3em;
  }
}
