@charset "UTF-8";
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@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;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

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

@font-face {
  font-family: "Open Sans Condensed";
  src: url("../Fonts/OpenSansCondensed/OSC300.eot?26347912");
  src: url("../Fonts/OpenSansCondensed/OSC300.eot?26347912#iefix") format("embedded-opentype"), url("../Fonts/OpenSansCondensed/OSC300.woff2?26347912") format("woff2"), url("../Fonts/OpenSansCondensed/OSC300.woff?26347912") format("woff"), url("../Fonts/OpenSansCondensed/OSC300.ttf?26347912") format("truetype"), url("../Fonts/OpenSansCondensed/OSC300.svg?26347912#opensanscondensed") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../Fonts/OpenSansCondensed/OSC300.eot?26347912");
  src: url("../Fonts/OpenSansCondensed/OSC300.eot?26347912#iefix") format("embedded-opentype"), url("../Fonts/OpenSansCondensed/OSCItalic300.woff2?26347912") format("woff2"), url("../Fonts/OpenSansCondensed/OSCItalic300.woff?26347912") format("woff"), url("../Fonts/OpenSansCondensed/OSCItalic300.ttf?26347912") format("truetype"), url("../Fonts/OpenSansCondensed/OSC300.svg?26347912#opensanscondensed") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../Fonts/OpenSansCondensed/OSC300.eot?26347912");
  src: url("../Fonts/OpenSansCondensed/OSC300.eot?26347912#iefix") format("embedded-opentype"), url("../Fonts/OpenSansCondensed/OSC700.woff2?26347912") format("woff2"), url("../Fonts/OpenSansCondensed/OSC700.woff?26347912") format("woff"), url("../Fonts/OpenSansCondensed/OSC700.ttf?26347912") format("truetype"), url("../Fonts/OpenSansCondensed/OSC300.svg?26347912#opensanscondensed") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("../Fonts/OpenSans/OpenSans.eot");
  src: url("../Fonts/OpenSans/OpenSans.eot#iefix") format("embedded-opentype"), url("../Fonts/OpenSans/OpenSans.woff") format("woff"), url("../Fonts/OpenSans/OpenSans.woff2") format("woff2"), url("../Fonts/OpenSans/OpenSans.ttf") format("truetype"), url("../Fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../Fonts/OpenSans/OpenSans.eot");
  src: url("../Fonts/OpenSans/OpenSans.eot#iefix") format("embedded-opentype"), url("../Fonts/OpenSans/OpenSansBold.woff") format("woff"), url("../Fonts/OpenSans/OpenSansBold.woff2") format("woff2"), url("../Fonts/OpenSans/OpenSans.ttf") format("truetype"), url("../Fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../Fonts/OpenSans/OpenSans.eot");
  src: url("../Fonts/OpenSans/OpenSans.eot#iefix") format("embedded-opentype"), url("../Fonts/OpenSans/OpenSansItalic.woff") format("woff"), url("../Fonts/OpenSans/OpenSansItalic.woff2") format("woff2"), url("../Fonts/OpenSans/OpenSans.ttf") format("truetype"), url("../Fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "OpenSans";
  src: url("../Fonts/OpenSans/OpenSans.eot");
  src: url("../Fonts/OpenSans/OpenSans.eot#iefix") format("embedded-opentype"), url("../Fonts/OpenSans/OpenSansBoldItalic.woff") format("woff"), url("../Fonts/OpenSans/OpenSansBoldItalic.woff2") format("woff2"), url("../Fonts/OpenSans/OpenSans.ttf") format("truetype"), url("../Fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "fontello";
  src: url("../Fonts/fontello/fontello.eot?41814221");
  src: url("../Fonts/fontello/fontello.eot?41814221#iefix") format("embedded-opentype"), url("../Fonts/fontello/fontello.woff2?41814221") format("woff2"), url("../Fonts/fontello/fontello.woff?41814221") format("woff"), url("../Fonts/fontello/fontello.ttf?41814221") format("truetype"), url("../Fonts/fontello/fontello.svg?41814221#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-search:before {
  content: "\e800";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-menu:before {
  content: "\f0c9";
} /* '' */
.icon-gplus:before {
  content: "\f0d5";
} /* '' */
@font-face {
  font-family: "minis";
  src: url("../Fonts/Minis/fontello.eot?44045433");
  src: url("../Fonts/Minis/fontello.eot?44045433#iefix") format("embedded-opentype"), url("../Fonts/Minis/fontello.woff2?44045433") format("woff2"), url("../Fonts/Minis/fontello.woff?44045433") format("woff"), url("../Fonts/Minis/fontello.ttf?44045433") format("truetype"), url("../Fonts/Minis/fontello.svg?44045433#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansCondensed";
  src: url("../Fonts/OpenSansCondensed/OpenSansCondensed.eot");
  src: url("../Fonts/OpenSansCondensed/OpenSansCondensed.eot#iefix") format("embedded-opentype"), url("../Fonts/OpenSansCondensed/OpenSansCondensedLight.woff") format("woff"), url("../Fonts/OpenSansCondensed/OpenSansCondensedLight.woff2") format("woff2"), url("../Fonts/OpenSansCondensed/OpenSansCondensed.ttf") format("truetype"), url("../Fonts/OpenSansCondensed/OpenSansCondensedLight.svg#OpenSansCondensed") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansCondensed";
  src: url("../Fonts/OpenSansCondensed/OpenSansCondensed.eot");
  src: url("../Fonts/OpenSansCondensed/OpenSansCondensed.eot#iefix") format("embedded-opentype"), url("../Fonts/OpenSansCondensed/OpenSansCondensedBold.woff") format("woff"), url("../Fonts/OpenSansCondensed/OpenSansCondensedBold.woff2") format("woff2"), url("../Fonts/OpenSansCondensed/OpenSansCondensed.ttf") format("truetype"), url("../Fonts/OpenSansCondensed/OpenSansCondensedLight.svg#OpenSansCondensed") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansCondensed";
  src: url("../Fonts/OpenSansCondensed/OpenSansCondensed.eot");
  src: url("../Fonts/OpenSansCondensed/OpenSansCondensed.eot#iefix") format("embedded-opentype"), url("../Fonts/OpenSansCondensed/OpenSansCondensedLightItalic.woff") format("woff"), url("../Fonts/OpenSansCondensed/OpenSansCondensedLightItalic.woff2") format("woff2"), url("../Fonts/OpenSansCondensed/OpenSansCondensed.ttf") format("truetype"), url("../Fonts/OpenSansCondensed/OpenSansCondensedLight.svg#OpenSansCondensed") format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "sudhaus7";
  src: url("../Fonts/MinisIcons/sudhaus7.eot");
  src: url("../Fonts/MinisIcons/sudhaus7.eot#iefix") format("embedded-opentype"), url("../Fonts/MinisIcons/sudhaus7.woff2") format("woff2"), url("../Fonts/MinisIcons/sudhaus7.woff") format("woff"), url("../Fonts/MinisIcons/sudhaus7.ttf") format("truetype"), url("../Fonts/MinisIcons/sudhaus7.svg#sudhaus7") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  color: #000;
  background: #fff;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
}

a:focus,
a:hover,
a {
  color: #e30613;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

p {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.3;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.hidden,
[class*=hidden],
.not-on-this-page {
  display: none !important;
}

.error {
  -webkit-box-shadow: 0px 0px 8px 1px rgb(255, 120, 120);
  -moz-box-shadow: 0px 0px 8px 1px rgb(255, 120, 120);
  box-shadow: 0px 0px 8px 1px rgb(255, 120, 120);
}

p.error {
  padding: 5px;
}

.note {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 20.4px;
  }
}
@media screen and (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}
header {
  height: 70px;
}
header .searchnav {
  display: block !important;
  float: right;
  padding-top: 8px;
  position: relative;
  z-index: 102;
}
header .searchnav .search:after {
  color: #bcbcbc;
  content: "\e800";
  font-family: "fontello";
  font-size: 25px;
  cursor: pointer;
  padding: 2px 0 2px 2px;
}

.logo {
  float: left;
  width: 50px;
  position: relative;
  padding-top: 10px;
  z-index: 101;
}
.logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1260px) {
  header {
    background: #fff;
    height: 140px;
  }
  header ul {
    margin-top: 18px;
    padding-top: 0;
  }
  header ul.searchnav li {
    padding-top: 8px !important;
  }
  header ul.searchnav li .search:after {
    font-size: 12px;
  }
  .logo {
    width: 120px;
    padding: 20px 20px 20px 0;
  }
}
.navigations {
  position: absolute;
  width: calc(100% - 30px);
  z-index: 100;
}
.navigations #metanav {
  width: 100%;
  height: 110px;
  overflow: hidden;
  position: absolute;
}
.navigations #metanav ul {
  float: right;
  margin: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.navigations #metanav ul li {
  display: inline-block;
  padding: 18px 0;
}
.navigations #metanav ul li a {
  padding: 18px 18px;
  color: #808080;
}
.navigations #metanav ul li a.active, .navigations #metanav ul li a:hover, .navigations #metanav ul li a:focus {
  text-decoration: underline;
}
.navigations #mainnav {
  position: absolute;
  width: 100%;
}
.navigations #mainnav p.mobilenav {
  text-align: center;
  height: 70px;
  padding-top: 28px;
  margin: 0;
}
.navigations #mainnav p.mobilenav > span:after {
  content: "";
  background-color: #e30613;
  display: block;
  margin: 0 auto 4px auto;
  width: 30px;
  height: 2px;
}
.navigations #mainnav > ul {
  display: none;
}
.navigations #mainnav > ul.open {
  display: block;
}
.navigations #mainnav > ul > li {
  list-style: none;
}
.navigations #mainnav > ul > li > a {
  font-size: 120%;
  line-height: 120%;
  color: #000;
  display: inline-block;
  text-align: center;
}
.navigations #mainnav > ul > li > a.active, .navigations #mainnav > ul > li > a:hover, .navigations #mainnav > ul > li > a:focus {
  font-weight: 700;
}
.navigations #mainnav > ul > li > a:after {
  display: block;
  content: attr(data-text) "";
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
.navigations #mainnav ul ul {
  background-color: #f49ba1;
}
.navigations #mainnav ul ul li a {
  color: #fff;
}
.navigations #mainnav ul ul li a.active, .navigations #mainnav ul ul li a:hover, .navigations #mainnav ul ul li a:focus {
  font-weight: 700;
}
.navigations #mainnav ul ul li a:after {
  display: block;
  content: attr(data-text) "";
  font-weight: 700;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}

.breadcrumb {
  width: 100%;
  padding: 15px 0;
}
.breadcrumb ul li {
  display: inline-block;
  list-style: none;
}
.breadcrumb ul li:after {
  content: " »";
  padding: 0 4px 0 2px;
}
.breadcrumb ul li:last-of-type:after {
  content: "";
}
.breadcrumb ul li a {
  color: #808080;
}
.breadcrumb ul li a.active, .breadcrumb ul li a:hover, .breadcrumb ul li a:focus {
  text-decoration: underline;
}

@media screen and (max-width: 1259px) {
  .navigations #mainnav > ul {
    background-color: #8f8f8f;
    padding: 15px 15px 5px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .navigations #mainnav > ul li {
    position: relative;
  }
  .navigations #mainnav > ul li .got-child {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 20px;
  }
  .navigations #mainnav > ul li .got-child:after {
    content: "\e800";
    color: #f49ba1;
    font-family: "minis";
    font-size: 130%;
    position: absolute;
    top: 14px;
    right: 0;
  }
  .navigations #mainnav > ul li .got-child.child-active:after {
    content: "\e804";
  }
  .navigations #mainnav > ul li a {
    color: #fff;
    padding: 10px 0;
    font-size: 130%;
    display: block;
    border-bottom: 1px solid #b8b8b8;
    text-align: left;
  }
  .navigations #mainnav > ul li:last-of-type a {
    border-bottom: none;
  }
  .navigations #mainnav > ul li ul {
    display: none;
    background-color: #8f8f8f;
  }
  .navigations #mainnav > ul li ul.opennav {
    display: block;
  }
  .navigations #mainnav > ul li ul li {
    list-style: none;
    padding-left: 20px;
  }
  .navigations #mainnav > ul li ul li:last-of-type a {
    border-bottom: 1px solid #b8b8b8;
  }
  .navigations #metanav ul {
    margin-top: 8px;
  }
  .navigations #metanav ul:last-child li a {
    padding: 18px 10px;
    font-family: "sudhaus7";
    font-size: 0;
    color: #e30613;
  }
  .navigations #metanav ul:last-child li a.active, .navigations #metanav ul:last-child li a:hover, .navigations #metanav ul:last-child li a:focus {
    text-decoration: none;
  }
  .navigations #metanav ul:last-child li a:before {
    font-size: 32px;
  }
  .navigations #metanav ul:last-child li:first-child a:before {
    content: "\e802";
  }
  .navigations #metanav ul:last-child li:nth-child(2) a:before {
    content: "\e800";
  }
  .navigations #metanav ul:last-child li:last-child a:before {
    content: "\e801";
  }
}
@media screen and (min-width: 1260px) {
  .navigations {
    width: calc(100% - 120px);
    float: left;
    position: relative;
  }
  .navigations #mainnav {
    position: relative;
    margin-left: 40px;
  }
  .navigations #mainnav p.mobilenav {
    display: none;
  }
  .navigations #mainnav > ul {
    margin: 0;
    display: inline-block;
    float: right;
  }
  .navigations #mainnav > ul > li {
    display: inline-block;
    padding: 0;
    position: relative;
  }
  .navigations #mainnav > ul > li:first-of-type {
    display: none;
  }
  .navigations #mainnav > ul > li.has-subnav:hover:after {
    position: absolute;
    bottom: -6px;
    left: calc(50% - 8px);
    content: "";
    color: #e30613;
    border-top: 8px solid;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .navigations #mainnav > ul > li > a {
    padding: 30px 40px 0 40px;
  }
  .navigations #mainnav > ul > li > a.active span, .navigations #mainnav > ul > li > a:hover span, .navigations #mainnav > ul > li > a:focus span {
    border-bottom: 1px solid #e30613;
  }
  .navigations #mainnav > ul > li ul {
    position: absolute;
    left: calc(50% - 106px);
    display: none;
    padding: 5px 10px;
    margin-top: -3px;
    border-top: 1px solid #e30613;
    -webkit-box-shadow: 10px 10px 15px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 15px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 15px -6px rgba(0, 0, 0, 0.5);
  }
  .navigations #mainnav > ul > li ul li {
    display: table-row;
  }
  .navigations #mainnav > ul > li ul li a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e30613;
    padding: 5px 0;
  }
  .navigations #mainnav > ul > li ul li:last-of-type a {
    border-bottom: 1px solid transparent;
  }
  .navigations #mainnav > ul > li.active ul, .navigations #mainnav > ul > li:hover ul, .navigations #mainnav > ul > li:focus ul {
    display: table;
    width: 254px;
  }
  .navigations #metanav {
    height: auto;
    position: relative;
  }
  .navigations #metanav ul {
    display: block;
    position: static;
    right: auto;
  }
}
[id^=slider-] {
  position: relative;
}
[id^=slider-] h1, [id^=slider-] h2 {
  margin-bottom: 30px;
  font-size: 200%;
}
[id^=slider-] .item {
  position: relative;
}
[id^=slider-] .item .imagewrapper {
  border-bottom: 5px solid #e30613;
  position: relative;
}
[id^=slider-] img {
  width: 100%;
  height: auto;
}
[id^=slider-] .block {
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
}
[id^=slider-] .block.white-color {
  /*color: #fff!important;*/
}
[id^=slider-] .block p {
  font-size: 130%;
  line-height: 130%;
}
[id^=slider-] .imgtext {
  width: 100%;
  z-index: 2;
  text-align: center;
}
[id^=slider-] .visualimage {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
[id^=slider-] .visualimage img {
  width: 100%;
}
[id^=slider-] button.slick-arrow {
  position: absolute;
  top: calc(50% - 50px);
  width: 68px;
  height: 144px;
  background-color: transparent;
  border: none;
  font-size: 0;
  z-index: 1;
}
[id^=slider-] button.slick-arrow.slick-prev {
  left: 50px;
}
[id^=slider-] button.slick-arrow.slick-prev:after {
  content: "\e801";
  font-family: "minis";
  font-size: 104px;
  color: rgba(255, 255, 255, 0.7);
}
[id^=slider-] button.slick-arrow.slick-next {
  right: 50px;
}
[id^=slider-] button.slick-arrow.slick-next:after {
  content: "\e802";
  font-family: "minis";
  font-size: 104px;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 767px) {
  [id^=slider-] h1, [id^=slider-] h2 {
    margin-bottom: 10px;
    font-size: 130%;
    line-height: 130%;
  }
  [id^=slider-] .block p {
    font-size: 100%;
    line-height: 100%;
  }
}
@media screen and (max-width: 1259px) {
  [id^=slider-] .item .imagewrapper img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1260px) {
  [id^=slider-] h1, [id^=slider-] h2 {
    text-align: right;
    line-height: 120%;
  }
  [id^=slider-]:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid #e30613;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin-top: 30px;
    margin-left: calc(50% - 20px);
    display: inline-block;
  }
  [id^=slider-] .block {
    width: 50%;
    border: none;
    float: right;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
  }
  [id^=slider-] .block p {
    text-align: right;
  }
  [id^=slider-] .imgtext {
    position: absolute;
    bottom: 15%;
  }
}
@media screen and (max-width: 1410px) and (min-width: 1260px) {
  [id^=slider-] .block {
    margin-right: 70px;
  }
}
.morelink {
  margin-bottom: 0;
}
@media screen and (min-width: 1260px) {
  .morelink {
    font-size: 130%;
  }
}
.morelink.margin-top {
  margin-top: 30px;
}
.morelink.left {
  margin-bottom: 20px;
}
.morelink.left a {
  display: block;
}
.morelink.right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .morelink.right {
    text-align: center;
  }
}
.morelink a, .morelink input[type=submit] {
  padding: 9px 25px;
  display: inline-block;
  color: #fff;
  background-color: #e30613;
  border: 1px solid #e30613;
}
.morelink a.active, .morelink a:hover, .morelink a:focus, .morelink input[type=submit].active, .morelink input[type=submit]:hover, .morelink input[type=submit]:focus {
  color: #000;
  background-color: #fff;
}
.morelink input[type=submit] {
  padding: 5px 25px;
}

.csc-mailform input[type=submit], .csc-mailform button[type=submit].btn-primary, .frame-type-form_formframework input[type=submit], .frame-type-form_formframework button[type=submit].btn-primary {
  padding: 9px 25px;
  display: inline-block;
  color: #fff;
  background-color: #e30613;
  border: 1px solid #e30613;
  font-size: 130%;
  line-height: 20px;
}
.csc-mailform input[type=submit].active, .csc-mailform input[type=submit]:hover, .csc-mailform input[type=submit]:focus, .csc-mailform button[type=submit].btn-primary.active, .csc-mailform button[type=submit].btn-primary:hover, .csc-mailform button[type=submit].btn-primary:focus, .frame-type-form_formframework input[type=submit].active, .frame-type-form_formframework input[type=submit]:hover, .frame-type-form_formframework input[type=submit]:focus, .frame-type-form_formframework button[type=submit].btn-primary.active, .frame-type-form_formframework button[type=submit].btn-primary:hover, .frame-type-form_formframework button[type=submit].btn-primary:focus {
  color: #000;
  background-color: #fff;
}
@media screen and (min-width: 1260px) {
  .csc-mailform .morelink.left, .frame-type-form_formframework .morelink.left {
    float: left;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .csc-mailform .morelink.right, .frame-type-form_formframework .morelink.right {
    float: right;
  }
  .csc-mailform .morelink a, .frame-type-form_formframework .morelink a {
    display: inline-block;
  }
}

.main-content.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
}

h1, h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 150%;
  line-height: 160%;
  word-wrap: break-word;
}

h3 {
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 30px;
  word-wrap: break-word;
}

.col-md-8 h3 {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1260px) {
  .col-md-8 h3 {
    text-align: left;
    margin-top: 0;
  }
}

.box h3 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}

h4 {
  margin: 25px 0 20px 0;
}

h5 {
  margin-bottom: 20px;
}

h6 {
  font-size: 17px;
}

.col-md-6 img {
  max-width: 585px;
  margin: 0 auto;
  display: block;
}

.col-md-3 img,
.col-lg-3 img {
  max-width: 278px;
  margin: 0 auto;
  display: block;
}

.col-md-4 img:not(.pos-left) {
  max-width: 380px;
  margin: 0 auto;
  display: block;
}

main {
  min-height: 100px;
}
@media screen and (min-width: 1260px) {
  main {
    margin-top: 10px;
  }
}
main > .container > .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
main .default > .container > .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
main img {
  width: 100%;
  height: auto;
}

.contentelement {
  overflow: hidden;
  margin-bottom: 20px;
}
.contentelement.only-headline {
  margin-bottom: 0;
}
.contentelement.only-headline h1, .contentelement.only-headline h2 {
  margin-bottom: 0;
}
.contentelement.box img {
  border-bottom: 5px solid #e30613;
}
.contentelement > h3 {
  margin-top: 30px;
}
.contentelement .image {
  margin-bottom: 9px;
}
.contentelement .image p {
  margin: 0;
}
.contentelement .image img {
  width: auto;
  max-width: 100%;
}
.contentelement .img-left-nowrap img {
  width: 100%;
  height: auto;
}
.contentelement .img-right-nowrap img {
  width: 100%;
  height: auto;
}
.contentelement ul li {
  list-style: none;
  padding-left: 16px;
  font-size: 19px;
  line-height: 1.3;
}
.contentelement ul li:before {
  content: "•";
  padding-right: 8px;
  margin-left: -14px;
  color: #e30613;
}
.contentelement .link-to-page {
  float: right;
}

.divider {
  height: 1px;
  background-color: #8f8f8f;
}

/* Download */
.links h3 {
  margin-bottom: 15px;
}
.links ul li {
  list-style: none;
  padding-left: 30px;
  margin-bottom: 10px;
}
.links ul li:before {
  content: "•";
  padding-right: 5px;
  margin-left: -26px;
  color: #e30613;
}
.links ul li span {
  display: block;
  margin-left: -12px;
}

/* Download Ende */
.other-background {
  background: #e9e9e9 url(../Images/fingerprint.png) no-repeat 20% -40%;
  background-size: 150%;
  padding: 30px 0;
}
@media screen and (min-width: 1260px) {
  .other-background {
    background: #e9e9e9 url(../Images/fingerprint.png) no-repeat 100% 20%;
    background-size: 60%;
    padding: 60px 0;
  }
}

@media screen and (min-width: 1260px) {
  .img-top img:not(.pos-left) {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1260px) {
  .img-left {
    float: left;
    margin: 0 20px 10px 0;
  }
}

@media screen and (min-width: 1260px) {
  .img-right {
    float: right;
    margin: 0 0 10px 20px;
  }
}

.videoelement a {
  position: relative;
  display: block;
  cursor: pointer;
}
.videoelement span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
.videoelement span:after {
  content: "";
  color: #e30613;
  border-left: 20px solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin: -2px 22px;
  display: inline-block;
}
.videoelement span:hover:after {
  color: #fce6e7;
}

video {
  max-width: 100%;
}

.minis-address {
  margin-bottom: 50px;
}
.minis-address .col-md-3,
.minis-address .col-lg-3 {
  text-align: center;
}
.minis-address .col-md-3 img,
.minis-address .col-lg-3 img {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #e30613;
}
.minis-address .col-md-3 .address,
.minis-address .col-lg-3 .address {
  margin-bottom: 20px;
}
.minis-address .buttons {
  margin-bottom: 40px;
}

.minis-arbeitshilfe {
  margin-bottom: 50px;
}

.filter {
  margin-bottom: 50px;
  margin-left: -1px;
  margin-right: -1px;
}
@media screen and (min-width: 1260px) {
  .filter {
    height: 40px;
  }
  .filter.halb ul.selectlist {
    width: 50%;
  }
}

@media screen and (min-width: 1260px) {
  .result > .row {
    margin-left: -75px;
    margin-right: -75px;
  }
}
.result > .row > .col-md-4 {
  padding-bottom: 20px;
}
@media screen and (min-width: 1260px) {
  .result > .row > .col-md-4 {
    padding-bottom: 0;
    padding-left: 75px;
    padding-right: 75px;
  }
}

p.date {
  color: #e30613;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Card */
.card {
  max-width: 380px;
  background-color: #e30613;
  margin: 0 auto 30px auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .card {
    height: 425px;
  }
}
.card img {
  width: 100%;
  height: auto;
}
.card .cardtext {
  width: 100%;
  height: 130px;
  padding: 25px;
  position: absolute;
  top: calc(100% - 130px);
  left: 0;
  background-color: #f4f4f4;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.card .cardtext .cardbutton:before {
  content: "\e800";
  font-family: "minis";
  font-size: 150%;
  color: #e30613;
  float: right;
  padding: 10px;
  cursor: pointer;
}
.card .cardtext .themes ~ p {
  margin-bottom: 1px;
}
.card .cardtext .cardlink {
  display: none;
  text-align: center;
  position: absolute;
  bottom: 30px;
  width: calc(100% - 50px);
}
.card .cardtext.opencardtext {
  top: 0;
  height: 100%;
}
.card .cardtext.opencardtext .cardbutton:before {
  content: "\e803";
  font-size: 200%;
}
.card .cardtext.opencardtext .cardlink {
  display: block;
}
.card h3 {
  font-size: 130%;
  text-transform: none;
}

/* Selectlist */
ul.selectlist {
  height: 40px;
  overflow: hidden;
  border-left: 1px solid #e30613;
  border-bottom: 1px solid #e30613;
  margin-bottom: 20px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1260px) {
  ul.selectlist.float-left {
    float: left;
    margin-right: 32px;
  }
}
ul.selectlist li {
  height: 40px;
  list-style: none;
}
ul.selectlist li a {
  border-left: 1px solid #fff;
  font-size: 120%;
  color: #000;
  display: block;
  padding: 10px;
}
ul.selectlist li:first-of-type a {
  text-transform: uppercase;
}
ul.selectlist li:first-of-type a:after {
  content: "\e800";
  color: rgba(227, 6, 19, 0.3);
  font-family: "minis";
  font-size: 100%;
  float: right;
}
ul.selectlist.openlist {
  overflow: visible;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
ul.selectlist.openlist li {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
ul.selectlist.openlist li a:hover {
  border-left: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.05);
}
ul.selectlist.openlist li:first-of-type a {
  color: #808080;
}
ul.selectlist.openlist li:first-of-type a:hover {
  background-color: #fff;
}
ul.selectlist.openlist li:first-of-type a:after {
  content: "";
}

/* form */
/* form */
@media screen and (min-width: 1260px) {
  .csc-mailform, .frame-type-form_formframework, .number {
    width: 66.6%;
    margin: 0 auto;
  }
}
.csc-mailform .actions, .frame-type-form_formframework .actions, .number .actions {
  margin-bottom: 30px;
}
.csc-mailform h2, .frame-type-form_formframework h2, .number h2 {
  color: #e30613;
}
.csc-mailform h3, .frame-type-form_formframework h3, .number h3 {
  color: #e30613;
  text-transform: none;
  font-size: 150%;
}
.csc-mailform ol, .frame-type-form_formframework ol, .number ol {
  list-style: none;
  margin-bottom: 20px;
}
.csc-mailform ol li, .frame-type-form_formframework ol li, .number ol li {
  margin-bottom: 20px;
  min-height: 40px;
  overflow: hidden;
}
.csc-mailform div.input, .frame-type-form_formframework div.input, .number div.input {
  margin-bottom: 20px;
}
.csc-mailform label, .frame-type-form_formframework label, .number label {
  margin-top: 12px;
  display: block;
  position: relative;
}
@media screen and (min-width: 1260px) {
  .csc-mailform label, .frame-type-form_formframework label, .number label {
    float: left;
    width: 120px;
    margin-right: 10px;
  }
}
.csc-mailform input[type=radio], .frame-type-form_formframework input[type=radio], .number input[type=radio] {
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-right: 5px;
  margin-left: 20px;
}
.csc-mailform input[type=text],
.csc-mailform input[type=password],
.csc-mailform input[type=email], .frame-type-form_formframework input[type=text],
.frame-type-form_formframework input[type=password],
.frame-type-form_formframework input[type=email], .number input[type=text],
.number input[type=password],
.number input[type=email] {
  border: none;
  height: 40px;
  width: 100%;
  padding: 5px 10px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 1260px) {
  .csc-mailform input[type=text],
  .csc-mailform input[type=password],
  .csc-mailform input[type=email], .frame-type-form_formframework input[type=text],
  .frame-type-form_formframework input[type=password],
  .frame-type-form_formframework input[type=email], .number input[type=text],
  .number input[type=password],
  .number input[type=email] {
    width: calc(100% - 150px);
  }
}
.csc-mailform textarea, .frame-type-form_formframework textarea, .number textarea {
  border: none;
  height: 200px;
  width: 100%;
  padding: 5px 10px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 1260px) {
  .csc-mailform textarea, .frame-type-form_formframework textarea, .number textarea {
    width: calc(100% - 150px);
  }
}
.csc-mailform .csc-form-element-textblock, .frame-type-form_formframework .csc-form-element-textblock, .number .csc-form-element-textblock {
  font-size: 80%;
}
.csc-mailform em, .frame-type-form_formframework em, .number em {
  font-style: normal;
}
.csc-mailform strong, .frame-type-form_formframework strong, .number strong {
  color: #f00;
}
.csc-mailform .dsgvo label, .frame-type-form_formframework .dsgvo label, .number .dsgvo label {
  width: 100%;
  margin-bottom: 20px;
}

.csc-form-element-checkbox label {
  margin-top: 0;
}

.tx-felogin-pi1 {
  margin-bottom: 30px;
}
.tx-felogin-pi1 .csc-mailform > div, .tx-felogin-pi1 .frame-type-form_formframework div.input {
  margin-bottom: 20px;
}
.tx-felogin-pi1 form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.tx-felogin-pi1 form fieldset legend {
  color: #e30613;
  font-weight: 700;
  margin-bottom: 20px;
}
.tx-felogin-pi1 form fieldset label {
  display: none;
}
.tx-felogin-pi1 form fieldset input {
  margin-bottom: 20px;
}
.tx-felogin-pi1 form fieldset .username {
  margin-bottom: 20px;
}

@media screen and (min-width: 1260px) {
  .minis-newsfilter {
    width: 83.3%;
    margin: 0 auto;
  }
}
.minis-newsfilter .event {
  margin-bottom: 40px;
}
.minis-newsfilter .event .col-md-7 {
  float: none;
  vertical-align: top;
  text-align: center;
}
@media screen and (min-width: 992px) and (max-width: 1259px) {
  .minis-newsfilter .event .col-md-7 {
    text-align: left;
    float: left;
  }
}
@media screen and (min-width: 1260px) {
  .minis-newsfilter .event .col-md-7 {
    display: table-cell;
    min-width: 600px;
    text-align: left;
  }
}
.minis-newsfilter .event .col-md-3,
.minis-newsfilter .event .col-lg-3 {
  float: none;
  vertical-align: top;
}
@media screen and (min-width: 992px) and (max-width: 1259px) {
  .minis-newsfilter .event .col-md-3,
  .minis-newsfilter .event .col-lg-3 {
    float: left;
  }
}
@media screen and (min-width: 1260px) {
  .minis-newsfilter .event .col-md-3,
  .minis-newsfilter .event .col-lg-3 {
    display: table-cell;
  }
}
.minis-newsfilter .event .col-md-2 {
  float: none;
  vertical-align: bottom;
}
@media screen and (min-width: 992px) and (max-width: 1259px) {
  .minis-newsfilter .event .col-md-2 {
    float: left;
  }
}
@media screen and (min-width: 1260px) {
  .minis-newsfilter .event .col-md-2 {
    display: table-cell;
  }
}
.minis-newsfilter .event .category {
  color: #808080;
  height: 20px;
  line-height: 12px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1259px) {
  .minis-newsfilter .event .category {
    margin: 0;
  }
}
@media screen and (min-width: 1260px) {
  .minis-newsfilter .event .category {
    margin: 0;
  }
}
.minis-newsfilter .event h2 {
  margin-bottom: 10px;
}
.minis-newsfilter .event img {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #e30613;
}

.date span {
  color: #000;
}

/* News Detail */
.newselement {
  padding-bottom: 270px;
}
@media screen and (min-width: 1260px) {
  .newselement {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1260px) {
  .newselement .newsimage-wrapper {
    width: 50%;
    position: absolute;
    left: -50%;
    padding: 0 15px;
  }
}
.newselement .newsimage-wrapper img {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #e30613;
}
.newselement .newselement-footer {
  position: absolute;
  width: calc(100% - 30px);
  bottom: -230px;
}
@media screen and (min-width: 1260px) {
  .newselement .newselement-footer {
    width: 100%;
    margin-left: -15px;
  }
}
.newselement .newselement-footer .eventdetails {
  background-color: #f1f1ef;
  padding: 15px;
  margin-left: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}
@media screen and (min-width: 1260px) {
  .newselement .newselement-footer .eventdetails {
    margin-left: 0;
    width: 100%;
  }
}
.newselement .newselement-footer .eventdetails table tr td:first-child {
  border-right: 1px solid #000;
  padding: 2px 20px 2px 0;
}
.newselement .newselement-footer .eventdetails table tr td:last-child {
  padding: 2px 0 2px 8px;
}

/* News Detail Ende */
/* Pager */
.pager, .pagination {
  text-align: center;
  margin-bottom: 20px;
}
.pager li, .pagination li {
  display: inline-block;
  list-style: none;
  margin: 0 4px;
  border: 1px solid #e30613;
  min-width: 22px;
}
.pager li.disabled, .pagination li.disabled {
  border-color: #ccc;
}
.pager li.disabled.active, .pager li.disabled:hover, .pager li.disabled:focus, .pagination li.disabled.active, .pagination li.disabled:hover, .pagination li.disabled:focus {
  background-color: #fff;
}
.pager li.disabled.active a, .pager li.disabled:hover a, .pager li.disabled:focus a, .pagination li.disabled.active a, .pagination li.disabled:hover a, .pagination li.disabled:focus a {
  color: #ccc;
  cursor: default;
}
.pager li.disabled a, .pagination li.disabled a {
  color: #ccc;
}
.pager li:first-child a i, .pagination li:first-child a i {
  text-indent: -9999px;
  display: inline-block;
  position: relative;
}
.pager li:first-child a i:after, .pagination li:first-child a i:after {
  content: "<";
  display: block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: -4px;
  font-style: normal;
}
.pager li:last-child a i, .pagination li:last-child a i {
  text-indent: -9999px;
  display: inline-block;
  position: relative;
}
.pager li:last-child a i:after, .pagination li:last-child a i:after {
  content: ">";
  display: block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: -3px;
  font-style: normal;
}
.pager li.active, .pager li:hover, .pager li:focus, .pagination li.active, .pagination li:hover, .pagination li:focus {
  background-color: #e30613;
}
.pager li.active a, .pager li:hover a, .pager li:focus a, .pagination li.active a, .pagination li:hover a, .pagination li:focus a {
  color: #fff;
}
.pager li a, .pagination li a {
  padding: 0 7px;
  font-weight: 700;
}

/* Pager Ende */
@media screen and (min-width: 1260px) {
  .minis-materialien {
    width: 83.3%;
    margin: 0 auto;
  }
}
.minis-materialien .materialien {
  margin-bottom: 30px;
}
.minis-materialien .material {
  margin-bottom: 40px;
}
.minis-materialien .material .col-md-8 {
  margin-top: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1259px) {
  .minis-materialien .material .col-md-8 h3 {
    text-align: left;
  }
}
.minis-materialien .material ul li {
  list-style: none;
  padding-left: 16px;
  font-size: 19px;
  line-height: 1.3;
}
.minis-materialien .material ul li:before {
  content: "•";
  padding-right: 8px;
  margin-left: -14px;
  color: #e30613;
}
.minis-materialien .material img {
  width: 100%;
  height: auto;
}
.minis-materialien .material .price {
  font-weight: 700;
}
.minis-materialien .material .number {
  width: auto;
}
.minis-materialien .material .number label {
  width: 45px;
  font-weight: 700;
  display: inline;
}
.minis-materialien .material .number input {
  width: 200px;
}
@media screen and (min-width: 992px) and (max-width: 1259px) {
  .minis-materialien .material .morelink.right {
    text-align: right;
  }
}

.minis-facebookpost {
  margin-bottom: 30px;
}
.minis-facebookpost .fb-post {
  margin: 0 auto;
  display: block;
}
.minis-facebookpost .fb-post span {
  margin: 0 auto;
  display: block;
}

#map-canvas {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #map-canvas {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #map-canvas {
    width: 50%;
  }
}
#map-canvas .dekanat-pin {
  position: absolute;
}
#map-canvas .dekanat-pin img {
  width: 14px;
  height: auto;
}
#map-canvas .info-bubble {
  position: relative;
  display: none;
  color: #fff;
}
#map-canvas .info-bubble.open {
  display: block;
  z-index: 1;
}
#map-canvas .info-bubble > div {
  position: absolute;
  top: -40px;
  left: 30px;
  width: 150px;
  background-color: rgba(227, 6, 19, 0.8);
  padding: 5px 10px;
  border-radius: 0 5px 5px 5px;
}
#map-canvas .info-bubble > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  border-bottom: 10px solid rgba(227, 6, 19, 0.8);
  border-left: 15px solid transparent;
}
#map-canvas .info-bubble > div h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#map-canvas .info-bubble > div ul li {
  font-size: 75%;
  font-weight: 700;
  display: none;
  line-height: 1.4;
}
#map-canvas .info-bubble > div ul li.record-visible {
  display: block;
}

.featherlight-content {
  width: 90%;
  height: 90%;
}
.featherlight-content .featherlight-close-icon {
  top: 72px;
  left: 5px;
  font-size: 38px;
  color: #999;
  background-color: transparent;
}
@media screen and (max-width: 992px) {
  .featherlight-content .featherlight-close-icon {
    top: 80px;
  }
}
.featherlight-content iframe {
  width: 100%;
  height: 100%;
}

.panel {
  border-bottom: 1px solid #e30613;
  margin-bottom: 20px;
}

.accordion-head {
  border-left: 1px solid #e30613;
}
.accordion-head h4 {
  margin: 0;
}
.accordion-head h4 a {
  padding: 0 0 10px 10px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 120%;
  color: #000;
  display: block;
}
.accordion-head h4 a:after {
  content: "\e804";
  color: rgba(227, 6, 19, 0.3);
  font-family: "minis";
  font-size: 120%;
  float: right;
}
.accordion-head h4 a.collapsed:after {
  content: "\e800";
}

[id*=accordion-body] {
  padding-left: 10px;
  border-left: 1px solid #e30613;
  overflow: hidden;
}

footer {
  color: #fff;
  background: #8f8f8f url(../Images/fingerprint2.png) no-repeat 150% 50%;
  background-size: 130%;
  border-top: 5px solid #e30613;
}
footer nav#footernav {
  margin-top: 20px;
  border-bottom: 1px solid #b2b2b2;
}
footer nav#footernav ul {
  margin-bottom: 22px;
}
footer nav#footernav ul li {
  list-style: none;
  line-height: 140%;
}
footer nav#footernav ul li a {
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
}
footer nav#footernav ul li a .active, footer nav#footernav ul li a:hover, footer nav#footernav ul li a:focus {
  text-decoration: underline;
}
footer .col-md-4:nth-of-type(2) {
  text-align: center;
}
footer .footer-address {
  margin-top: 25px;
  line-height: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b2b2b2;
}
footer .footer-address a {
  color: #fff;
}
footer .footer-address a:hover {
  text-decoration: underline;
}
footer .footer-address .footer-facebook {
  margin-bottom: 15px;
  display: none;
}
footer .footer-address .footer-facebook a {
  font-size: 0;
}
footer .footer-address .footer-facebook a:after {
  content: "\f09a";
  font-family: "fontello";
  font-size: 28px;
  color: #e30613;
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
footer .footer-address .footer-facebook a:hover:after {
  color: #fff;
  background-color: #e30613;
}
footer .footer-logo {
  margin-top: 25px;
  margin-bottom: 25px;
}
footer .footer-logo img {
  width: 40%;
  height: auto;
}

#socialnav {
  position: fixed;
  top: 30vh;
  right: 0;
  width: auto;
  padding-top: 0;
  margin-left: 0;
  background-color: #fff;
  overflow: hidden;
  z-index: 1000;
  display: none;
}
#socialnav ul {
  width: auto;
  margin: 0 auto;
  display: block;
}
#socialnav ul li {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  list-style: none;
  float: none;
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #socialnav ul li {
    width: 36px;
    min-width: 36px;
    max-width: 36px;
    height: 36px;
  }
}
#socialnav ul li a {
  color: #fce6e7;
  background-color: #e30613;
  font-family: "fontello";
  width: 44px;
  height: 44px;
  font-size: 0;
  display: inline-block;
  text-align: center;
  padding-top: 14px;
  text-shadow: 0 2px 2px #333;
}
@media screen and (max-width: 991px) {
  #socialnav ul li a {
    width: 36px;
    height: 36px;
    padding-top: 9px;
  }
}
#socialnav ul li a:after {
  font-size: 24px;
}
#socialnav ul li a.active, #socialnav ul li a:hover, #socialnav ul li a:focus {
  color: #e30613;
  background-color: #fce6e7;
}
#socialnav ul li a .share_text {
  font-size: 0;
  height: 16px;
}
#socialnav ul li.facebook a:after {
  content: "\f09a";
}
#socialnav ul li.twitter a:after {
  content: "𝕏";
  font-family: "Open Sans Condensed", sans-serif;
}
#socialnav ul li.googleplus a:after {
  content: "\f0d5";
}

@media screen and (min-width: 992px) {
  footer nav#footernav {
    border: none;
  }
  footer .footer-address {
    border: none;
  }
}
@media screen and (min-width: 1260px) {
  footer {
    background: #8f8f8f url(../Images/fingerprint2.png) no-repeat -5% -5%;
    background-size: 25%;
  }
  footer nav#footernav {
    margin-top: 80px;
  }
  footer nav#footernav ul li a {
    text-align: left;
  }
  footer .footer-address {
    padding-bottosm: 0;
    border-bottom: none;
  }
  footer .footer-address .footer-facebook {
    display: block;
  }
  footer .footer-logo {
    margin-top: 80px;
  }
  footer .footer-logo img {
    width: 75%;
    float: right;
  }
  #socialnav {
    position: fixed;
    top: 30vh;
    right: 0;
    width: auto;
    padding-top: 0;
    margin-left: 0;
    display: none;
  }
  #socialnav ul {
    width: auto;
  }
  #socialnav ul li {
    float: none;
  }
}
.footer-instagram {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #fff;
}
.footer-instagram a {
  display: inline-block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.footer-instagram img, .footer-instagram svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.main-search {
  position: fixed;
  bottom: 100vh;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.main-search.open {
  bottom: 0;
  z-index: 99999;
}
@media screen and (min-width: 1260px) {
  .main-search .main-search-container {
    padding-left: 238px;
  }
}
.main-search .main-search-container .searchnav {
  display: block !important;
  float: right;
  padding-top: 26px;
  position: relative;
  z-index: 102;
}
@media screen and (min-width: 1260px) {
  .main-search .main-search-container .searchnav {
    padding-top: 8px;
    margin-top: 16px;
    padding-top: 0;
  }
}
.main-search .main-search-container .searchnav li {
  list-style: none;
}
.main-search .main-search-container .searchnav li .search:after {
  color: #bcbcbc;
  content: "\e800";
  font-family: "fontello";
  font-size: 25px;
  cursor: pointer;
  padding: 2px 0 2px 2px;
}
@media screen and (min-width: 1260px) {
  .main-search .main-search-container .searchnav li .search:after {
    font-size: 12px;
  }
}
.main-search .main-search-container .searchform {
  margin-top: 200px;
  position: relative;
}
.main-search .main-search-container .searchform > p {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
}
.main-search .main-search-container .searchform > p .overlay-close:after {
  content: "\e803";
  font-size: 150%;
  font-family: "minis";
}
.main-search .main-search-container .searchform h2 {
  text-transform: uppercase;
  font-size: 200%;
}
.main-search .main-search-container .searchform form .csc-mailform {
  width: 100%;
}
.main-search .main-search-container .searchform form .csc-mailform label {
  display: none;
}
.main-search .main-search-container .searchform form .csc-mailform input {
  width: 100%;
}

#search-layer-content {
  height: calc(100vh - 350px);
  overflow-y: auto;
}
#search-layer-content .sresult {
  padding-right: 10px;
}
#search-layer-content .sresult em {
  color: #000;
}
#search-layer-content .sresult strong a {
  color: #000;
  font-size: 150%;
  line-height: 160%;
  margin-bottom: 20px;
}
#search-layer-content .sresult .more {
  float: right;
}

/*# sourceMappingURL=styles.css.map */
