@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 {
  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 */
  /* 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 Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.icon {
  display: block;
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013–2014 thoughtbot, inc.
 * MIT License */
/*
|--------------------------------------------------------------------------
| Font Family
|--------------------------------------------------------------------------
|
| Base Font Family
|
*/
/*
|--------------------------------------------------------------------------
| Font Sizes
|--------------------------------------------------------------------------
|
| Default Font-Sizes for general layout
|
*/
/*
|--------------------------------------------------------------------------
| Line-Height
|--------------------------------------------------------------------------
|
| Line-Height
|
*/
/*
|--------------------------------------------------------------------------
| Radius / Spacing
|--------------------------------------------------------------------------
|
| Border-Radius and spacing of Block-Element
|
*/
/*
|--------------------------------------------------------------------------
| Colors
|--------------------------------------------------------------------------
|
| Colors for various things
|
*/
/*
|--------------------------------------------------------------------------
| Form Styling
|--------------------------------------------------------------------------
|
| Styling and layout for Forms
|
*/
/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
|
| Layout Variables for Spacing / Header-Height / Footer-Height
|
*/
/*
|--------------------------------------------------------------------------
| Grid-Layout
|--------------------------------------------------------------------------
|
| Spaces/Columns for Grid-Layout
|
*/
/*
|--------------------------------------------------------------------------
| Breakpoints
|--------------------------------------------------------------------------
|
| Breakpoints used by media-querys for Layout Change
|
*/
/*
|--------------------------------------------------------------------------
| Button Base Styling
|--------------------------------------------------------------------------
|
| Default Styling for Buttons
| Gets used by base/_buttons.scss
|
*/
.button, .button-on-light {
  -webkit-font-smoothing: antialiased;
  background-color: #fba747;
  border-radius: 0;
  color: white;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 15px 20px;
  text-decoration: none;
}

.button:hover, .button-on-light:hover {
  background-color: #fa9b2e;
  color: white;
}

.button:disabled, .button-on-light:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*
|--------------------------------------------------------------------------
| Social Links Gray-Scale
|--------------------------------------------------------------------------
|
| Base for Social Links in Gray Scale
| Needs _sprites.scss to be populated
| Layout properties are defined in base/_buttons.scss
|
*/
.youtube.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -117px -86px;
  width: 39px;
  height: 39px;
}

.twitter.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: 0px -125px;
  width: 39px;
  height: 39px;
}

.facebook.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -159px -39px;
  width: 39px;
  height: 39px;
}

.google-plus.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -120px 0px;
  width: 39px;
  height: 39px;
}

.rss-feed.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -156px -125px;
  width: 39px;
  height: 39px;
}

.xing.social-link {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -159px 0px;
  width: 39px;
  height: 39px;
}

/*
|--------------------------------------------------------------------------
| Social Links White
|--------------------------------------------------------------------------
|
| Base for Social Links in White
| Needs _sprites.scss to be populated
| Layout properties are defined in base/_buttons.scss
|
*/
.youtube.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -78px -125px;
  width: 39px;
  height: 39px;
}

.twitter.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -159px -78px;
  width: 39px;
  height: 39px;
}

.facebook.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -39px -125px;
  width: 39px;
  height: 39px;
}

.google-plus.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -120px -39px;
  width: 39px;
  height: 39px;
}

.rss-feed.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -117px -125px;
  width: 39px;
  height: 39px;
}

.xing.social-link:hover {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: 0px -86px;
  width: 39px;
  height: 39px;
}

.social-link {
  height: 1em;
  line-height: 1.5;
  overflow: hidden;
}

.social-link::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

.input-button {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/*
|--------------------------------------------------------------------------
| Fix Padding
|--------------------------------------------------------------------------
|
| Padding gets calculated wrong in Current Version of Bourbon/Neat
|
*/
/*
|--------------------------------------------------------------------------
| Fix Margin
|--------------------------------------------------------------------------
|
| Margin gets calculated wrong in Current Version of Bourbon/Neat
|
*/
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #4a494f;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25;
  margin: 0 0 1em 0;
  text-rendering: optimizeLegibility;
  color: black;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 22.5px;
}

h4 {
  font-size: 21.6px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

p {
  margin: 0 0 17.5px;
}

a {
  transition: color 0.1s linear;
  color: #fba747;
  text-decoration: none;
}

a:hover {
  color: #fcb360;
}

a:active, a:focus {
  color: #fcb360;
  outline: none;
}

hr {
  border-bottom: 1px solid #efeff1;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 35px 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #efeff1;
  color: #6f6e77;
  margin: 35px 0;
  padding-left: 17.5px;
}

cite {
  color: #898790;
  font-style: italic;
}

cite:before {
  content: "\2014 \00A0";
}

fieldset {
  background: white;
  border: 1px solid #efeff1;
  margin: 0 0 17.5px 0;
  padding: 35px;
}

input,
label,
select {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  color: black;
}

label {
  margin-bottom: 8.75px;
  font-size: 15px;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  box-sizing: border-box;
  transition: border-color;
  background-color: white;
  border: 0px solid #fa9b2e;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
  padding: 9.2105263158px 11.6666666667px;
  width: 100%;
}

textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #d4d4d9;
}

textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #fa9b2e;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(250, 143, 21, 0.7);
  outline: none;
}

textarea.error,
input[type="email"].error, input[type="number"].error, input[type="password"].error, input[type="search"].error, input[type="tel"].error, input[type="text"].error, input[type="url"].error, input[type="color"].error, input[type="date"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="month"].error, input[type="time"].error, input[type="week"].error,
select[multiple=multiple].error {
  border: 2px solid red;
}

textarea {
  min-height: 8em;
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 8.75px;
}

input[type="file"] {
  padding-bottom: 17.5px;
  width: 100%;
}

select {
  margin-bottom: 35px;
  max-width: 100%;
  width: auto;
}

.spam {
  display: block;
  color: red;
  margin-bottom: 10px;
}

.form-datenschutz {
  color: white;
  padding-top: 2em;
}

.form-datenschutz a {
  color: white;
  text-decoration: underline;
}

.formRadio {
  font-size: 18px !important;
  padding-bottom: 10px;
  width: 50%;
  float: left;
}

.formRadio .formRadioIn {
  display: inline-block;
  padding-left: 10%;
}

.formRadio label {
  display: inline-block;
  color: white !important;
  font-size: 18px;
}

.col-right {
  display: inline-block;
  padding-left: 15px;
  padding-bottom: 13px;
}

.content-headline {
  text-align: center;
}

.callback {
  color: white;
  font-size: 18px;
}

.form-p {
  font-size: 18px;
}

table {
  border-collapse: collapse;
  margin: 17.5px 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #c6c6cd;
  font-weight: bold;
  padding: 17.5px 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #efeff1;
  padding: 17.5px 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl {
  margin-bottom: 17.5px;
}

dl dt {
  font-weight: bold;
  margin-top: 17.5px;
}

dl dd {
  margin: 0;
}

.button, .button-on-light {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-on-light {
  background-color: #fba747;
  border-color: #fa9b2e;
  color: white;
}

.button-on-light:hover {
  background-color: #fa9b2e;
}

.input-button {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -198px -36px;
  width: 32px;
  height: 32px;
  background-color: #fba747;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

.social-link {
  background-color: #fafafb;
}

.social-link:hover {
  background-color: #fba747;
}

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
  background-image: url("../images/background.jpg");
  background-color: #fef5dd;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 639px) {
  html h1,
  html h2,
  html h3,
  html p,
  body h1,
  body h2,
  body h3,
  body p {
    text-align: left !important;
  }
  html h1,
  body h1 {
    font-size: 24px;
  }
  html h2,
  body h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 979px) {
  html h1,
  body h1 {
    font-size: 30px;
  }
}

.pre-phone {
  font-size: 21px;
}

@media screen and (max-width: 979px) {
  .pre-phone {
    text-align: center !important;
  }
}

.lang-buttons {
  float: right;
  padding-top: 10px;
}

@media screen and (max-width: 979px) {
  .lang-buttons {
    padding-top: 10px;
  }
}

.lang-btn {
  float: left;
  padding: 13px 17px;
  background-color: #fba747;
  margin-right: 10px;
  color: white;
}

.anfahrt-outer {
  padding-bottom: 5em;
}

.anfahrt-wrapper {
  padding-top: 70px;
}

.anfahrt-wrapper .map {
  width: 70%;
  float: left;
}

@media screen and (max-width: 979px) {
  .anfahrt-wrapper .map {
    width: 100%;
    padding-bottom: 3em;
  }
}

.columnthree {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.columnthree:last-child {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .columnthree {
    width: 100%;
    padding-bottom: 3em;
  }
}

.fullwidth-card {
  background-color: #fba747;
  color: white;
  min-height: 550px;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.fullwidth-card h1,
.fullwidth-card h2,
.fullwidth-card h3 {
  color: white;
}

.fullwidth-card img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 639px) {
  .fullwidth-card img {
    width: 100%;
    position: relative;
    margin-bottom: -10px;
  }
}

.fullwidth-card .left-container {
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto;
}

.fullwidth-card .left-container:after {
  content: "";
  display: table;
  clear: both;
}

.fullwidth-card .left-side {
  width: 45%;
  float: left;
  padding-top: 75px;
}

@media screen and (max-width: 639px) {
  .fullwidth-card .left-side {
    width: 100%;
    padding-top: 25px;
  }
}

.fullwidth-card .right-side {
  position: absolute;
  float: right;
  width: 50%;
  top: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width: 639px) {
  .fullwidth-card .right-side {
    position: relative;
    width: 100%;
  }
}

.first-content {
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: 85%;
  padding-bottom: 55px;
}

@media screen and (max-width: 979px) {
  .first-content {
    background: white;
  }
}

.first-content .leftalign {
  width: 60%;
}

@media screen and (max-width: 979px) {
  .first-content .leftalign {
    width: 100%;
  }
}

.center3col {
  padding-right: 2em;
}

@media screen and (max-width: 639px) {
  .center3col {
    display: block;
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 639px) {
  .default-content {
    padding: 6% !important;
  }
}

.icon-phone {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -198px 0px;
  width: 38px;
  height: 36px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 7%;
}

.icon-ort {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: 0px 0px;
  width: 40px;
  height: 43px;
  float: left;
  margin-right: 10px;
}

.icon-phonegreen {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -40px -43px;
  width: 40px;
  height: 43px;
  float: left;
  margin-right: 10px;
}

.icon-phonegreen2 {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -80px -43px;
  width: 40px;
  height: 43px;
  float: left;
  margin-right: 10px;
}

.icon-mailgreen {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -80px 0px;
  width: 40px;
  height: 43px;
  float: left;
  margin-right: 10px;
}

.icon-webgreen {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: 0px -43px;
  width: 40px;
  height: 43px;
  float: left;
  margin-right: 10px;
}

.icon-fake {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -40px 0px;
  width: 40px;
  height: 43px;
  float: left;
  margin-right: 10px;
}

.home {
  padding-top: 20px;
  background-repeat: no-repeat;
}

.two-cards {
  padding-bottom: 70px;
}

@media screen and (max-width: 639px) {
  .two-cards img {
    width: 100%;
  }
}

.two-cards .card {
  background-color: white;
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 48.4375%;
  color: black;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.two-cards .card:last-child {
  margin-right: 0;
}

.two-cards .card h1,
.two-cards .card h2,
.two-cards .card h3 {
  color: black;
  text-align: center;
}

.two-cards .card p {
  text-align: center;
}

@media screen and (max-width: 639px) {
  .two-cards .card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.two-cards .svg {
  max-height: 100px;
  display: block;
  margin: auto;
  margin-top: 35px;
}

@media screen and (max-width: 979px) {
  .two-cards p,
  .two-cards h2 {
    text-align: left !important;
  }
}

.center-text {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 979px) {
  .center-text {
    width: 100%;
  }
}

.bubble {
  background-color: #f5f5f5;
  border-radius: 60px;
  margin-bottom: 120px;
}

.bubble:after {
  border-top: 90px solid #f5f5f5;
  border-right: 150px solid transparent;
  content: "";
  position: absolute;
  margin-left: 15%;
}

@media screen and (max-width: 639px) {
  .bubble {
    border-radius: 0;
  }
}

.l-button .button-on-light {
  margin-top: 60px;
  margin-bottom: 20px;
}

.single-image {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.center-item {
  text-align: center;
}

@media screen and (max-width: 639px) {
  .col-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 639px) {
  .formRadioIn {
    padding-left: 0 !important;
  }
}

.wrapper {
  background: white;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper * {
  -ms-flex: none;
      flex: none;
}

.plugin-bottom ul li {
  padding-bottom: 7px;
}

.social {
  padding-top: 4%;
  padding-bottom: 4%;
}

.header-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
}

.gmaps {
  padding-bottom: 2em;
  max-width: 1437px;
  margin-left: auto;
  margin-right: auto;
}

.gmaps:after {
  content: "";
  display: table;
  clear: both;
}

.gmaps-h h2 {
  padding: 0 37.5px;
}

.logo {
  display: block;
  float: left;
  font-size: 0;
  height: 200px;
  padding-top: 20px;
  vertical-align: middle;
  max-width: 260px;
}

@media screen and (min-width: 640px) {
  .logo {
    min-width: 260px;
  }
}

@media screen and (min-width: 1200px) {
  .logo {
    min-width: 260px;
  }
}

.logo:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.logo .logo-image {
  display: inline-block;
  vertical-align: middle;
}

.header {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  position: relative;
}

.header:after {
  content: "";
  display: table;
  clear: both;
}

.header .navi-main-btn {
  background-color: #fcbf79;
  cursor: pointer;
  display: block;
  height: 45px;
  right: 0;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 15;
}

@media screen and (min-width: 980px) {
  .header .navi-main-btn {
    display: none !important;
  }
}

.header .navi-main-btn .navi-main-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -198px -68px;
  width: 27px;
  height: 17px;
  left: 9px;
  position: absolute;
  top: 15px;
}

.header .navi-main {
  font-size: 14px;
}

@media screen and (min-width: 1200px) {
  .header .navi-main {
    font-size: 18px;
  }
}

.header .navi-main .navi-main-text {
  border-radius: 10px;
  padding: 14px 20px;
}

.header .navi-main .icon-indicator {
  display: none;
}

@media screen and (max-width: 979px) {
  .header .navi-main {
    background: #fba747;
    display: none;
    max-width: 410px;
    padding-top: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .header .navi-main .navi-sub-heading {
    display: none;
  }
  .header .navi-main .navi-main-item {
    display: block;
    position: relative;
  }
  .header .navi-main .navi-item-wrapper.active .navi-main-link, .header .navi-main .navi-item-wrapper:hover .navi-main-link {
    padding-left: 25px;
  }
  .header .navi-main .navi-main-link {
    color: white;
    display: block;
    font-size: 21.6px;
    height: 48px;
    margin-right: 52px;
    padding: 11px 0 16px 32px;
    position: relative;
  }
  .header .navi-main .navi-main-ul {
    padding-bottom: 20px;
  }
  .header .navi-main .navi-sub-item, .header .navi-main .navi-sub-item-2 {
    position: relative;
  }
  .header .navi-main .navi-sub-link-2, .header .navi-main .navi-sub-link {
    color: white;
    display: block;
    margin-right: 3em;
    padding: 10px 0 10px 52px;
    position: relative;
  }
  .header .navi-main .active.navi-sub-link-2, .header .navi-main .active.navi-sub-link, .header .navi-main .navi-sub-link-2:hover, .header .navi-main .navi-sub-link:hover {
    padding-left: 45px;
  }
  .header .navi-main .navi-sub-link-2 {
    padding-left: 72px;
  }
  .header .navi-main .navi-sub-link-2.active, .header .navi-main .navi-sub-link-2:hover {
    padding-left: 65px;
  }
  .header .navi-main .navi-sub-link.active, .header .navi-main .navi-sub-link:hover {
    padding-left: 45px;
  }
  .header .navi-main .navi-sub-item .navi-folding,
  .header .navi-main .navi-sub-item-2 .navi-folding {
    height: 41px;
  }
  .header .navi-main .navi-sub-item .navi-folding .plus-bar,
  .header .navi-main .navi-sub-item-2 .navi-folding .plus-bar {
    top: 19px;
  }
  .header .navi-main .navi-sub-item .navi-folding .minus-bar,
  .header .navi-main .navi-sub-item-2 .navi-folding .minus-bar {
    left: 9px;
    top: 19px;
    width: 27px;
  }
  .header .navi-main .navi-sub-item .navi-folding.closed .plus-bar,
  .header .navi-main .navi-sub-item-2 .navi-folding.closed .plus-bar {
    top: 7px;
    height: 27px;
  }
  .header .navi-main .navi-folding {
    cursor: pointer;
    height: 46px;
    position: absolute;
    top: 1px;
    right: 0;
    width: 45px;
  }
  .header .navi-main .navi-folding:hover {
    background: #fcbf79;
  }
  .header .navi-main .navi-folding .plus-bar {
    background: #fff;
    display: block;
    height: 3px;
    left: 21px;
    position: absolute;
    top: 21px;
    transition: top 0.4s ease-in, height 0.4s ease-in;
    width: 3px;
  }
  .header .navi-main .navi-folding .minus-bar {
    background: #fff;
    display: block;
    height: 3px;
    left: 8px;
    position: absolute;
    top: 21px;
    width: 29px;
  }
  .header .navi-main .navi-folding.closed .plus-bar {
    top: 8px;
    height: 29px;
  }
}

@media screen and (min-width: 980px) {
  .header .navi-main {
    float: right;
    text-align: right;
  }
  .header .navi-main .navi-main-item {
    border-width: 0 0 1px 1px;
    display: inline-block;
    height: 200px;
  }
  .header .navi-main .navi-main-item:hover .navi-sub-wrapper {
    display: block;
  }
  .header .navi-main .navi-item-wrapper {
    display: block;
    height: 100%;
  }
  .header .navi-main .navi-main-link {
    color: #4a494f;
    display: block;
    height: 100%;
    line-height: 200px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
  }
  .header .navi-main .navi-main-link:hover .navi-main-text {
    transition: all 0.2s;
    color: #fba747;
  }
  .header .navi-main .navi-main-btn {
    display: none;
  }
  .header .navi-main .navi-sub-heading {
    font-size: 20px;
    text-align: left;
    margin-bottom: 11px;
    font-family: inherit;
  }
  .header .navi-main .navi-sub-heading:hover {
    text-decoration: underline;
  }
  .header .navi-main .navi-sub-wrapper {
    display: none;
    margin-right: -1px;
    padding: 20px 0 0 40px;
    position: absolute;
    margin-top: -85px;
    text-transform: uppercase;
    text-align: left;
    top: 200px;
    overflow: hidden;
  }
  .header .navi-main .navi-sub-wrapper-2 {
    padding-left: 3px;
  }
  .header .navi-main .navi-sub-item {
    vertical-align: top;
  }
  .header .navi-main .navi-sub-item a:hover {
    text-decoration: underline;
  }
  .header .navi-main .navi-sub-link {
    color: inherit;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid #fba747;
    text-decoration: none;
  }
  .header .navi-main .navi-sub-link:hover {
    text-decoration: none !important;
    color: #fba747;
  }
  .header .navi-main .navi-sub-link-2 {
    display: block;
    padding-left: 13px;
    position: relative;
  }
  .header .navi-main .navi-sub-link-2:after {
    background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
    background-position: -230px -36px;
    width: 5px;
    height: 9px;
    color: #fba747;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
  }
  .header .navi-main .navi-sub-item-2 {
    margin-bottom: 3px;
  }
  .header .navi-main .navi-folding {
    display: none;
  }
}

.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  padding-top: 3%;
}

.content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 980px) {
  .main-content-wrapper {
    float: left;
    display: block;
    /* width: flex-grid($columns, $container-columns) + flex-gutter($container-columns);

      &:last-child {
        width: flex-grid($columns, $container-columns);
      } */
    width: 66.6666666667%;
  }
}

.contact-wrapper {
  background: url("../images/contact-background.jpg");
  background-size: cover;
  font-size: 15px;
  color: white;
  position: relative;
  width: 100%;
}

.contact-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1199px) {
  .contact-wrapper {
    padding: 6%;
    background-position-x: 30%;
  }
}

@media screen and (max-width: 979px) {
  .contact-wrapper {
    background-position-x: 0;
    background-image: none;
    background-color: #fba747;
  }
}

@media screen and (min-width: 980px) {
  .side-content-wrapper {
    float: left;
    display: block;
    /* width: flex-grid($columns, $container-columns) + flex-gutter($container-columns);

      &:last-child {
        width: flex-grid($columns, $container-columns);
      } */
    width: 33.3333333333%;
  }
}

.static-content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.static-content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.static-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.static-content:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 1200px) {
  .static-content {
    padding-left: 0;
  }
}

.static-content .network {
  padding-bottom: 70px;
}

.static-content .newsletter-sub {
  padding-right: 32px;
  position: relative;
}

.static-content .newsletter-sub .email-input {
  border: 1px solid #999;
  border-right: none;
  height: 32px;
  margin-right: -32px;
}

.static-content .social-links {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.static-content .social-links:after {
  content: "";
  display: table;
  clear: both;
}

.static-content .social-links .social-links-item {
  border: 1px solid #e1e1e5;
  display: block;
  float: left;
  margin-right: 5px;
}

.footer-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  color: black;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 90px;
}

.footer-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 639px) {
  .footer-wrapper {
    border-top: 0;
    margin-top: 0;
  }
}

.footer-wrapper .footer {
  max-width: 1142px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 32px 0 32px 0px;
}

.footer-wrapper .footer:after {
  content: "";
  display: table;
  clear: both;
}

.footer-wrapper .footer * {
  color: white;
}

@media screen and (min-width: 980px) {
  .footer-wrapper .footer .footer-nav {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 48.4375%;
    padding-left: 34px;
  }
  .footer-wrapper .footer .footer-nav:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 979px) {
  .footer-wrapper .footer .footer-nav {
    padding: 0 37.5px;
  }
}

.footer-wrapper .footer .footer-nav-item {
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.footer-wrapper .footer .footer-nav-item a:hover {
  text-decoration: underline;
}

.footer-wrapper .footer .footer-nav-item:last-child {
  margin-right: 0;
}

.footer-wrapper .footer .footer-copyright .copyright-text {
  display: block;
  color: #4a494f;
  margin-bottom: 20px;
  padding-left: 35px;
  float: left;
}

@media screen and (max-width: 979px) {
  .footer-wrapper .footer .footer-copyright .copyright-text {
    padding-left: 0;
  }
}

.footer-wrapper .footer .footer-copyright .imprint-wrapper {
  clear: right;
  float: right;
  display: block;
}

.footer-wrapper .footer .footer-copyright .imprint-wrapper a {
  display: inline-block;
  margin-right: 20px;
  color: #4a494f;
}

.footer-wrapper .footer .footer-copyright .imprint-wrapper a:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 979px) {
  .footer-wrapper .footer .footer-copyright {
    padding: 6%;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .footer-wrapper .footer .footer-copyright {
    padding-right: 34px;
  }
}

.content-headline {
  margin-bottom: 17.5px;
  color: white;
}

.r6fjzy9orjw7 {
  display: none;
}

.plugin-cards-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.plugin-cards-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.default-content {
  box-sizing: border-box;
  padding: 37.5px;
}

.default-content ul {
  list-style-type: circle;
  margin-bottom: 17.5px;
  padding-left: 35px;
}

.default-content ul li {
  padding-bottom: 10px;
}

.default-content ol {
  list-style-type: decimal;
  margin-bottom: 17.5px;
  padding-left: 35px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .home-template .left {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .home-template .left:last-child {
    margin-right: 0;
  }
  .home-template .left:nth-child(2n) {
    margin-right: 0;
  }
  .home-template .left:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .home-template .left {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .home-template .left:nth-child(3n) {
    margin-right: 0;
  }
  .home-template .left:nth-child(3n+1) {
    clear: left;
  }
  .home-template .left:last-child {
    margin-right: 0;
  }
}

.home-template .left .plugin-card {
  background: #efeff1;
  margin-bottom: 37.5px;
}

.home-template .left .plugin-card:nth-child(2n) {
  background: #fafafb;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .home-template .middle {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .home-template .middle:last-child {
    margin-right: 0;
  }
  .home-template .middle:nth-child(2n) {
    margin-right: 0;
  }
  .home-template .middle:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .home-template .middle {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .home-template .middle:nth-child(3n) {
    margin-right: 0;
  }
  .home-template .middle:nth-child(3n+1) {
    clear: left;
  }
  .home-template .middle:last-child {
    margin-right: 0;
  }
}

.home-template .middle .plugin-card {
  background: #fafafb;
  margin-bottom: 37.5px;
}

.home-template .middle .plugin-card:nth-child(2n) {
  background: #efeff1;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .home-template .right {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .home-template .right:last-child {
    margin-right: 0;
  }
  .home-template .right:nth-child(2n) {
    margin-right: 0;
  }
  .home-template .right:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .home-template .right {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .home-template .right:nth-child(3n) {
    margin-right: 0;
  }
  .home-template .right:nth-child(3n+1) {
    clear: left;
  }
  .home-template .right:last-child {
    margin-right: 0;
  }
}

.home-template .right .plugin-card {
  background: #efeff1;
  margin-bottom: 37.5px;
}

.home-template .right .plugin-card:nth-child(2n) {
  background: #fafafb;
}

@media screen and (max-width: 979px) {
  .home-template .right {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
  }
  .home-template .right:last-child {
    margin-right: 0;
  }
  .home-template .right .plugin-card {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
    float: left;
  }
  .home-template .right .plugin-card:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .home-template .right .plugin-card {
    width: 100%;
  }
}

.plugin-card-double:after {
  content: "";
  display: table;
  clear: both;
}

.plugin-card-double .col {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 48.4375%;
}

.plugin-card-double .col:last-child {
  margin-right: 0;
}

@media screen and (max-width: 639px) {
  .plugin-card-double .col {
    width: 100% !important;
  }
}

.plugin-card-double .col-2 {
  margin-right: 0;
}

.plugin-card-double.plugin-card-double3070 .col-1 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.plugin-card-double.plugin-card-double3070 .col-1:last-child {
  margin-right: 0;
}

.plugin-card-double.plugin-card-double3070 .col-2 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 65.625%;
}

.plugin-card-double.plugin-card-double3070 .col-2:last-child {
  margin-right: 0;
}

.plugin-card-double.plugin-card-double7030 .col-1 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 65.625%;
}

.plugin-card-double.plugin-card-double7030 .col-1:last-child {
  margin-right: 0;
}

.plugin-card-double.plugin-card-double7030 .col-2 {
  float: left;
  display: block;
  margin-right: 3.125%;
  width: 31.25%;
}

.plugin-card-double.plugin-card-double7030 .col-2:last-child {
  margin-right: 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .default-template .main-content {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
  }
  .default-template .main-content:last-child {
    margin-right: 0;
  }
  .default-template .main-content:nth-child(2n) {
    margin-right: 0;
  }
  .default-template .main-content:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .default-template .main-content {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 65.625%;
  }
  .default-template .main-content:nth-child(2n) {
    margin-right: 0;
  }
  .default-template .main-content:nth-child(2n+1) {
    clear: left;
  }
  .default-template .main-content:last-child {
    margin-right: 0;
  }
}

.default-template .main-content .plugin-card {
  background: #fafafb;
  margin-bottom: 37.5px;
}

.default-template .main-content .plugin-card.plugin-card-double:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 640px) {
  .default-template .main-content .plugin-card.plugin-card-double .col {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .default-template .main-content .plugin-card.plugin-card-double .col:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .default-template .main-content .plugin-card.plugin-card-double .col-1 {
    margin-bottom: 37.5px;
  }
}

.default-template .main-content .plugin-card.plugin-card-double .col-2 {
  margin-right: 0;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .default-template .side-content {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    padding: 0;
  }
  .default-template .side-content:last-child {
    margin-right: 0;
  }
  .default-template .side-content:nth-child(2n) {
    margin-right: 0;
  }
  .default-template .side-content:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width: 980px) {
  .default-template .side-content {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .default-template .side-content:nth-child(2n) {
    margin-right: 0;
  }
  .default-template .side-content:nth-child(2n+1) {
    clear: left;
  }
  .default-template .side-content:last-child {
    margin-right: 0;
  }
}

.default-template .side-content .plugin-card {
  background: #efeff1;
  margin-bottom: 37.5px;
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .default-template .side-content .plugin-card {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .default-template .side-content .plugin-card:last-child {
    margin-right: 0;
  }
  .default-template .side-content .plugin-card:only-child {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
    margin-right: 0;
  }
  .default-template .side-content .plugin-card:only-child:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 640px) and (max-width: 979px) {
  .simple-template .full {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 100%;
  }
  .simple-template .full:nth-child(n) {
    margin-right: 0;
  }
  .simple-template .full:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 980px) {
  .simple-template .full {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 100%;
  }
  .simple-template .full:nth-child(n) {
    margin-right: 0;
  }
  .simple-template .full:last-child {
    margin-right: 0;
  }
}

.simple-template .full .plugin-card-3-3 {
  background: #efeff1;
}

.simple-template .full .plugin-card.plugin-card-double:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 640px) {
  .simple-template .full .plugin-card.plugin-card-double .col {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
  }
  .simple-template .full .plugin-card.plugin-card-double .col:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 639px) {
  .simple-template .full .plugin-card.plugin-card-double .col-1 {
    margin-bottom: 37.5px;
  }
}

.simple-template .full .plugin-card.plugin-card-double .col-2 {
  margin-right: 0;
}

.plugin-bottom {
  padding: 35px;
  padding-right: 0;
}

.plugin-bottom.connect {
  color: #fba747;
  padding: 100px 0;
  text-align: center;
  margin: 0 auto;
}

.plugin-bottom.connect .content-headline {
  margin-bottom: 35px;
}

.plugin-bottom.connect .social-links {
  margin-left: 124px;
}

.plugin-bottom a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 980px) {
  .plugin-bottom {
    float: left;
    display: block;
    margin-right: 3.125%;
    width: 31.25%;
  }
  .plugin-bottom:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 979px) {
  .plugin-bottom {
    padding: 6%;
  }
}

.simple-template .plugin-card.plugin-card-contact,
.default-template .plugin-card.plugin-card-contact,
.home-template .plugin-card.plugin-card-contact {
  background: #fba747;
  min-height: 496px;
  color: white;
}

.simple-template .plugin-card.plugin-card-contact .contact-content,
.default-template .plugin-card.plugin-card-contact .contact-content,
.home-template .plugin-card.plugin-card-contact .contact-content {
  padding: 37.5px;
}

.simple-template .plugin-card.plugin-card-contact .contact-content .form,
.default-template .plugin-card.plugin-card-contact .contact-content .form,
.home-template .plugin-card.plugin-card-contact .contact-content .form {
  color: black;
  margin-top: 2em;
}

.simple-template .plugin-card.plugin-card-contact .contact-content .button, .simple-template .plugin-card.plugin-card-contact .contact-content .button-on-light,
.default-template .plugin-card.plugin-card-contact .contact-content .button,
.default-template .plugin-card.plugin-card-contact .contact-content .button-on-light,
.home-template .plugin-card.plugin-card-contact .contact-content .button,
.home-template .plugin-card.plugin-card-contact .contact-content .button-on-light {
  margin-top: 2em;
}

.form-form-contact-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 5%;
}

.form-form-contact-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (min-width: 640px) {
  .form-form-contact-wrapper .col-wrapper {
    padding-right: 52.380952381%;
    position: relative;
  }
  .form-form-contact-wrapper .textarea-abs {
    float: left;
    display: block;
    margin-right: 4.7619047619%;
    width: 47.619047619%;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    margin-bottom: 0;
  }
  .form-form-contact-wrapper .textarea-abs:last-child {
    margin-right: 0;
  }
}

.contact-content {
  max-width: 620px;
  float: right;
}

@media screen and (max-width: 979px) {
  .contact-content {
    margin: 0 auto;
    float: none;
  }
  .contact-content .button, .contact-content .button-on-light {
    color: black;
    background-color: white;
  }
}

.showcase-wrapper {
  margin-top: 30px;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 979px) {
  .showcase-wrapper {
    padding-top: 0;
  }
}

.showcase-wrapper p {
  color: black;
}

.showcase-wrapper .showcase-item {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.showcase-wrapper .showcase-item .linkbutton {
  border-radius: 10px;
  font-size: 28px;
  padding: 16px 34px;
  padding-left: 60px;
  position: relative;
  color: black;
}

@media screen and (max-width: 979px) {
  .showcase-wrapper .showcase-item .linkbutton {
    display: inline-block;
  }
}

@media screen and (max-width: 1200px) {
  .showcase-wrapper .showcase-item .content-area-wrapper {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media screen and (max-width: 979px) {
  .showcase-wrapper .showcase-item .content-area-wrapper {
    background: #fba747;
    padding: 37.5px;
  }
  .showcase-wrapper .showcase-item .content-area-wrapper .button-on-light {
    vertical-align: top;
  }
}

.showcase-wrapper .showcase-item .content-area-wrapper p {
  font-size: 21.6px;
}

@media screen and (max-width: 979px) {
  .showcase-wrapper .showcase-item .content-area-wrapper p {
    display: none;
  }
}

.showcase-wrapper .showcase-item .content-area-wrapper h1 {
  font-size: 48px;
}

@media screen and (max-width: 979px) {
  .showcase-wrapper .showcase-item .content-area-wrapper h1 {
    margin-right: 30px;
    display: inline-block;
  }
}

@media screen and (min-width: 980px) {
  .showcase-wrapper .showcase-item .content-area-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    margin-left: -490px;
    padding-top: 4%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .showcase-wrapper .showcase-item .content-area-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}

.showcase-wrapper .showcase-item .showcase-image {
  display: block;
  line-height: 0;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .showcase-wrapper .showcase-item .showcase-image {
    padding-top: 50px;
  }
}

.showcase-wrapper .showcase-nav .showcase-nav-link {
  cursor: pointer;
  display: block;
  height: 118px;
  margin-top: -59px;
  top: 50%;
  position: absolute;
  width: 39px;
}

.showcase-wrapper .showcase-nav .showcase-nav-link.showcase-nav-left {
  left: 0;
}

.showcase-wrapper .showcase-nav .showcase-nav-link.showcase-nav-left .showcase-nav-left-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -211px -85px;
  width: 13px;
  height: 25px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 7px;
}

.showcase-wrapper .showcase-nav .showcase-nav-link.showcase-nav-right {
  right: 0;
}

.showcase-wrapper .showcase-nav .showcase-nav-link.showcase-nav-right .showcase-nav-right-icon {
  background-image: url(../images/sprite.png?v=d41d8cd98f00b204e9800998ecf8427e);
  background-position: -198px -85px;
  width: 13px;
  height: 25px;
  margin-top: -13px;
  position: absolute;
  right: 7px;
  top: 50%;
}

.outer-slide {
  position: relative;
}

@media screen and (max-width: 639px) {
  .outer-slide {
    position: initial;
  }
}

.slideshow-absolute {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 979px) {
  .slideshow-absolute {
    position: relative;
    padding: 6%;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
  }
  .slideshow-absolute .button-on-light {
    border-radius: 0 !important;
    padding-left: 90px !important;
    font-size: 23px !important;
    width: 100%;
  }
}

.news-content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 0 35px 68px;
}

.news-content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.news-content-wrapper .news-date {
  background-color: #fba747;
  color: white;
  font-size: 1em;
  display: block;
  height: 42px;
  line-height: 1;
  left: 0;
  padding-top: 7px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 42px;
}

.news-content-wrapper .news-date-month, .news-content-wrapper .news-date-year {
  display: block;
}

.plugin-gallery-wrapper {
  display: block;
}

.plugin-gallery-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.plugin-gallery-wrapper a {
  display: block;
  float: left;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  width: 33%;
}

.plugin-gallery-wrapper a:nth-child(3n) {
  margin-right: 0;
}

.plugin-gallery-wrapper img {
  display: block;
  line-height: 0;
}

.plugin-gallery-single img {
  display: block;
  line-height: 0;
}

@media screen and (min-width: 980px) {
  .header_under {
    position: relative;
  }
}

.header_under img {
  line-height: 0;
  display: block;
}

@media screen and (max-width: 979px) {
  .header_under .content-area-wrapper_under {
    background: #fba747;
    padding: 32px;
  }
  .header_under .content-area-wrapper_under h1 {
    font-size: 30px;
    color: white;
  }
}

@media screen and (min-width: 980px) {
  .header_under .content-area-wrapper_under {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 15%;
    padding-top: 4%;
    position: absolute;
    bottom: 10%;
    color: white;
  }
  .header_under .content-area-wrapper_under:after {
    content: "";
    display: table;
    clear: both;
  }
  .header_under .content-area-wrapper_under h1 {
    color: white;
    background-color: rgba(236, 124, 13, 0.7);
    padding: 10px 37.5px;
    font-size: 39px;
  }
}

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

.mfp-zoom {
  cursor: pointer;
  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;
  -ms-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;
  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;
  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;
  display: none;
}

.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;
    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 {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-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;
}
