@import url("https://fonts.googleapis.com/css?family=Raleway:200,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600,700");
/**
 include google font
*/
/*! 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;
}
/**
 * Helper classes and mixins
 *
 * From HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
 */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * Responsive image
 *
 * Keep images from scaling beyond the width of their parents.
 */
/*
 * Getmore box
 *
 * Simple white box with rounded corners to display content in
 */
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /* Firefox 10-34 */
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  /* Firefox 35+ */
  filter: gray;
  /* IE 6-9 */
}
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.text-justify {
  text-align: justify;
}
.text-centered {
  text-align: center;
}
.text-blue {
  color: #1475cc;
}
@media (max-width: 959px) {
  .break-word {
    display: block;
  }
  .break-word:after {
    content: '-';
  }
}
.images-justify {
  text-align: justify;
  font-size: 0.1px;
}
.images-justify:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.quotation:before,
.quotation:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.quotation:before {
  margin-right: 5px;
  margin-bottom: -4px;
  background-image: url('/img/default/quote-right.png');
}
.quotation:after {
  margin-left: 5px;
  margin-bottom: -10px;
  background-image: url('/img/default/quote-left.png');
}
.highlighting-corners {
  position: relative;
  -webkit-transform: translateZ(0);
}
.highlighting-corners:before,
.highlighting-corners:after,
.highlighting-corners > div:first-child:before,
.highlighting-corners > div:first-child:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-color: #a8100d;
  border-style: solid;
  opacity: 0;
  -webkit-transition: all ease 150ms;
  -o-transition: all ease 150ms;
  transition: all ease 150ms;
}
.highlighting-corners:before {
  top: -2px;
  left: -2px;
  border-width: 3px 0 0 3px;
}
.highlighting-corners:after {
  top: -2px;
  right: -2px;
  border-width: 3px 3px 0 0;
}
.highlighting-corners > div:first-child:before {
  bottom: -2px;
  right: -2px;
  border-width: 0 3px 3px 0;
}
.highlighting-corners > div:first-child:after {
  bottom: -2px;
  left: -2px;
  border-width: 0 0 3px 3px;
}
.highlighting-corners:hover:before,
.highlighting-corners:hover:after,
.highlighting-corners:hover > div:first-child:before,
.highlighting-corners:hover > div:first-child:after {
  opacity: 1;
  width: 25px;
  height: 25px;
  mix-blend-mode: darken;
}
.text-justify {
  text-align: justify;
}
.text-italic {
  font-style: italic;
}
.text-secondary {
  color: #666666;
}
.content-w-icon {
  padding-left: 20px;
  position: relative;
}
.content-w-icon i {
  position: absolute;
  left: 0;
  top: 4px;
}
/**
 * @description
 * Generates keyframe animations
 *
 * @author drublic
 *
 * @link caniuse
 * @link spec
 *
 * @param values
 * @returns
 *   -webkit-border-radius: <values>;
 *           border-radius: <values>;
 *
 * @example
 *   .selector {
 *     ._animation(jump 1s ease-out);
 *   }
 */
/**
* @description
* Generates `appearance` for a given element
*
* @author romamatusevich
*
* @link MDN https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance
* @link css-tricks http://css-tricks.com/almanac/properties/a/appearance/
* @link spec http://www.w3.org/TR/2004/CR-css3-ui-20040511/#appearance
*
* @param value
* @returns
* -webkit-appearance: <value>;
* -moz-appearance: <value>;
* appearance: <value>;
*
* @example
*   .selector {
*       ._appearance(button);
*   }
*/
/**
 * @description
 * Generates cross-browser-compatible `border-radius` for a given element
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/border-radius
 * @link spec http://www.w3.org/TR/css3-background/#corners
 *
 * @param values
 * @returns
 *   -webkit-border-radius: <values>;
 *           border-radius: <values>;
 *
 * @example
 *   .selector {
 *     ._border-radius(20px 10px);
 *   }
 */
/**
 * @description
 * Generates cross-browser-compatible `box-shadow` for a given element
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css-boxshadow
 * @link spec http://www.w3.org/TR/css3-background/#the-box-shadow
 *
 * @param values
 * @returns
 *   -webkit-box-shadow: <values>;
 *           box-shadow: <values>;
 *
 * @example
 *   .selector {
 *     ._box-shadow(5px 5px 10px 5px #aaa);
 *   }
 */
/**
 * @description
 * Generates cross-browser-compatible `box-sizing` output for a given element.
 *
 * @author drublic
 *
 * @link caniuse
 * @link spec
 *
 * @param type
 * @returns
 *   -webkit-box-sizing: <type>;
 *      -moz-box-sizing: <type>;
 *           box-sizing: <type>;
 *
 * @example
 *   .selector {
 *     ._box-sizing;
 *   }
 */
/**
 * @description
 * Generates a linear gradient for a given element with a fallback color.
 *
 * @author drublic
 *
 * @link caniuse
 * @link spec
 *
 * @dependency helper-gradient-angle
 * @param direction {top|left}
 * @param fallback {color}
 * @param from {color}
 * @param to {color}
 * @default 'to bottom', #ccc, #ccc, #aaa
 *
 * @returns
 *   background-color: <fallback>;
 *   background-image: -webkit-linear-gradient(<direction - converted>, <from>, <to>);
 *   background-image:    -moz-linear-gradient(<direction - converted>, <from>, <to>);
 *   background-image:     -ms-linear-gradient(<direction - converted>, <from>, <to>);
 *   background-image:      -o-linear-gradient(<direction - converted>, <from>, <to>);
 *   background-image:         linear-gradient(<direction>, <from>, <to>);
 *
 * @example
 *   .selector {
 *     ._linear-gradient(top, #ccc, #ddd, #bbb);
 *   }
 */
/**
 * @description
 * Generates `placeholder` content for a given element
 *
 * @author romamatusevich
 *
 * @link MDN https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-placeholder
 * @link css-tricks http://css-tricks.com/snippets/css/style-placeholder-text/
 *
 * @returns
 *    &::-webkit-input-placeholder {
 *        color: <color>;
 *    }
 *    &::-moz-placeholder {
 *        color: <color>;
 *    }
 *    &:-ms-input-placeholder {
 *        color: <color>;
 *    }
 *
 * @example
 *   .selector {
 *     ._placeholder(#ccc);
 *   }
 */
/**
 * @description
 * This mixin will enable using the CSS3 value `rem`, which lets you define
 * property-sizes based on the root-element's font-size.
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/rem
 * @link spec http://www.w3.org/TR/css3-values/#relative0
 *
 * @param property
 * @param value
 * @param default-font-size {int} optional
 * @returns
 *   <property>: (<value> * <default-font-size>)px;
 *   <property>: <value>;
 *
 * @example
 *   .selector {
 *     ._rem(font-size, 1.3);
 *   }
 *
 * Note: Depending on the font-size of the root-element `rem` calculates a
 * property of a current element. The fallback solution excepts a
 * `default-font-size`-argument which is 16px by default.
 */
/**
 * @description
 * Sass-mixin for CSS property `tab-size`, generates cross-browser-compatible
 * `tab-size` output.
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css3-tabsize
 * @link spec http://dev.w3.org/csswg/css-text/#tab-size1
 *
 * @param value int optional
 * @default 4
 * @returns
 *   -moz-tab-size: <value>;
 *     -o-tab-size: <value>;
 *        tab-size: <value>;
 *
 * @example
 *   .selector {
 *     ._tab-size(4);
 *    }
 */
/**
 * @description
 * Generates cross-browser-compatible `transform` for a given element
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/transforms2d http://caniuse.com/transforms3d
 * @link spec
 *
 * @param values
 * @returns
 *   -webkit-transform: <values>;
 *      -moz-transform: <values>;
 *        -o-transform: <values>;
 *       -ms-transform: <values>;
 *           transform: <values>;
 *
 * @example
 *   .selector {
 *     ._transform(rotate(1deg));
 *   }
 */
/**
 * @description
 * Generates cross-browser-compatible `transition` output for a given element.
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/css-transitions
 * @link spec
 *
 * @param values
 * @returns
 *   -webkit-transition: <values>;
 *      -moz-transition: <values>;
 *        -o-transition: <values>;
 *           transition: <values>;
 *
 * @example
 *   .selector {
 *     ._transition(background 0.3s ease-in);
 *   }
 */
/**
 * @description
 * Disables selection of content of a given element
 *
 * @author drublic
 *
 * @link caniuse http://caniuse.com/user-select-none
 *
 * @param value none|auto optional
 * @default none
 * @returns
 *   -webkit-user-select: <value>;
 *      -moz-user-select: <value>;
 *       -ms-user-select: <value>;
 *           user-select: <value>;
 *
 * @example
 *   .selector {
 *     .x-user-select;
 *   }
 */
/*!
 *  Font Awesome 4.7.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.7.0');
  src: url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont.svg?v=4.7.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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! Jcrop.min.css v2.0.4 - build: 20151117
 *  Copyright 2008-2015 Tapmodo Interactive LLC
 *  Free software under MIT License
 **/
.jcrop-active {
  direction: ltr;
  text-align: left;
  box-sizing: border-box;
  -ms-touch-action: none;
}
.jcrop-dragging {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.jcrop-selection {
  z-index: 2;
}
.jcrop-selection.jcrop-current {
  z-index: 4;
}
.jcrop-border {
  background: #ffffff url(../components/Jcrop/css/Jcrop.gif);
  line-height: 1px !important;
  font-size: 0 !important;
  overflow: hidden;
  position: absolute;
  filter: alpha(opacity=50) !important;
  opacity: .5 !important;
}
.jcrop-border.ord-w,
.jcrop-border.ord-e,
.jcrop-border.ord-n {
  top: 0;
}
.jcrop-border.ord-n,
.jcrop-border.ord-s {
  width: 100%;
  height: 1px !important;
}
.jcrop-border.ord-w,
.jcrop-border.ord-e {
  height: 100%;
  width: 1px !important;
}
.jcrop-border.ord-e {
  right: -1px;
}
.jcrop-border.ord-n {
  top: -1px;
}
.jcrop-border.ord-w {
  left: -1px;
}
.jcrop-border.ord-s {
  bottom: -1px;
}
.jcrop-selection {
  position: absolute;
}
.jcrop-box {
  z-index: 2;
  display: block;
  background: 0 0;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.jcrop-box:hover {
  background: 0 0;
}
.jcrop-box:active {
  background: 0 0;
}
.jcrop-box:focus {
  outline: 1px rgba(128, 128, 128, 0.65) dotted;
}
.jcrop-active,
.jcrop-box {
  position: relative;
}
.jcrop-box {
  width: 100%;
  height: 100%;
  cursor: move;
}
.jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eee solid;
  width: 9px;
  height: 9px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: .8 !important;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
  cursor: n-resize;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: s-resize;
}
.jcrop-handle.ord-e {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 50%;
  cursor: w-resize;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -5px;
  margin-top: -5px;
  top: 0;
  cursor: nw-resize;
}
.jcrop-handle.ord-ne {
  margin-right: -5px;
  margin-top: -5px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -5px;
  margin-right: -5px;
  right: 0;
  cursor: se-resize;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -5px;
  margin-left: -5px;
  cursor: sw-resize;
}
.jcrop-touch .jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eee solid;
  width: 18px;
  height: 18px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: .8 !important;
}
.jcrop-touch .jcrop-handle.ord-n {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  top: 0;
  cursor: n-resize;
}
.jcrop-touch .jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -10px;
  margin-left: -10px;
  cursor: s-resize;
}
.jcrop-touch .jcrop-handle.ord-e {
  margin-right: -10px;
  margin-top: -10px;
  right: 0;
  top: 50%;
  cursor: e-resize;
}
.jcrop-touch .jcrop-handle.ord-w {
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  top: 50%;
  cursor: w-resize;
}
.jcrop-touch .jcrop-handle.ord-nw {
  left: 0;
  margin-left: -10px;
  margin-top: -10px;
  top: 0;
  cursor: nw-resize;
}
.jcrop-touch .jcrop-handle.ord-ne {
  margin-right: -10px;
  margin-top: -10px;
  right: 0;
  top: 0;
  cursor: ne-resize;
}
.jcrop-touch .jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -10px;
  margin-right: -10px;
  right: 0;
  cursor: se-resize;
}
.jcrop-touch .jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
  margin-left: -10px;
  cursor: sw-resize;
}
.jcrop-dragbar {
  font-size: 0;
  position: absolute;
}
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 9px !important;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  top: 0;
  height: 100%;
  width: 9px !important;
}
.jcrop-dragbar.ord-n {
  margin-top: -5px;
  cursor: n-resize;
  top: 0;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -5px;
  cursor: s-resize;
}
.jcrop-dragbar.ord-e {
  margin-right: -5px;
  right: 0;
  cursor: e-resize;
}
.jcrop-dragbar.ord-w {
  margin-left: -5px;
  cursor: w-resize;
}
.jcrop-shades {
  position: relative;
  top: 0;
  left: 0;
}
.jcrop-shades div {
  cursor: crosshair;
}
.jcrop-noresize .jcrop-dragbar,
.jcrop-noresize .jcrop-handle {
  display: none;
}
.jcrop-selection.jcrop-nodrag .jcrop-box,
.jcrop-nodrag .jcrop-shades div {
  cursor: default;
}
.jcrop-light .jcrop-border {
  background: #fff;
  filter: alpha(opacity=70) !important;
  opacity: .7 !important;
}
.jcrop-light .jcrop-handle {
  background-color: #000;
  border-color: #fff;
}
.jcrop-dark .jcrop-border {
  background: #000;
  filter: alpha(opacity=70) !important;
  opacity: .7 !important;
}
.jcrop-dark .jcrop-handle {
  background-color: #fff;
  border-color: #000;
}
.solid-line .jcrop-border {
  background: #fff;
}
.jcrop-thumb {
  position: absolute;
  overflow: hidden;
  z-index: 5;
}
.jcrop-active img,
.jcrop-thumb img,
.jcrop-thumb canvas {
  min-width: none;
  min-height: none;
  max-width: none;
  max-height: none;
}
.jcrop-hl-active .jcrop-border {
  filter: alpha(opacity=20) !important;
  opacity: .2 !important;
}
.jcrop-hl-active .jcrop-handle {
  filter: alpha(opacity=10) !important;
  opacity: .1 !important;
}
.jcrop-hl-active .jcrop-selection:hover .jcrop-border {
  background-color: #ccc;
  filter: alpha(opacity=50) !important;
  opacity: .5 !important;
}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {
  background: #808080 url(../components/Jcrop/css/Jcrop.gif);
  opacity: .35 !important;
  filter: alpha(opacity=35) !important;
}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle {
  filter: alpha(opacity=30) !important;
  opacity: .3 !important;
}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {
  background: url(../components/Jcrop/css/Jcrop.gif);
  opacity: .65 !important;
  filter: alpha(opacity=65) !important;
}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {
  filter: alpha(opacity=60) !important;
  opacity: .6 !important;
}
button.jcrop-box {
  background: 0 0;
}
.btn {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 9px 15px 11px;
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  background-color: #666666;
  -webkit-box-shadow: inset 0 -4px 0 0 #4d4d4d, inset 0 -5px 0 0 #737373;
  box-shadow: inset 0 -4px 0 0 #4d4d4d, inset 0 -5px 0 0 #737373;
}
.btn:hover,
.btn:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #4d4d4d, inset 0 -3px 0 0 #737373;
  box-shadow: inset 0 -2px 0 0 #4d4d4d, inset 0 -3px 0 0 #737373;
}
.btn.btn-active,
.btn:active {
  -webkit-box-shadow: inset 0 -1px 0 0 #666666;
  box-shadow: inset 0 -1px 0 0 #666666;
  background-color: #4d4d4d;
}
@media (min-width: 960px) {
  .btn.btn-large {
    -webkit-box-shadow: inset 0 -6px 0 0 #4d4d4d, inset 0 -7px 0 0 #737373;
    box-shadow: inset 0 -6px 0 0 #4d4d4d, inset 0 -7px 0 0 #737373;
  }
  .btn.btn-large:hover,
  .btn.btn-large:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #4d4d4d, inset 0 -4px 0 0 #737373;
    box-shadow: inset 0 -3px 0 0 #4d4d4d, inset 0 -4px 0 0 #737373;
  }
  .btn.btn-large.btn-active,
  .btn.btn-large:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #666666;
    box-shadow: inset 0 -1px 0 0 #666666;
  }
}
.btn:hover,
.btn:focus {
  margin-bottom: 2px;
  padding: 9px 15px;
  -webkit-transform: translateY(2px);
  -o-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.btn.btn-active,
.btn:active {
  margin-bottom: 4px;
  padding: 8px 15px;
  -webkit-transform: translateY(4px);
  -o-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.btn.fade {
  opacity: 0 !important;
}
.btn.btn-disabled,
.btn[disabled="disabled"] {
  opacity: 0.7 !important;
  cursor: default !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-disabled.fade,
.btn[disabled="disabled"].fade {
  opacity: 0 !important;
}
.btn.btn-fa {
  text-align: center;
  padding: 3px 10px 5px;
}
@media (max-width: 719px) {
  .btn.btn-fa {
    font-size: 24px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .btn.btn-fa {
    font-size: 24px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .btn.btn-fa {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .btn.btn-fa {
    font-size: 24px;
  }
}
.btn.btn-fa:hover,
.btn.btn-fa:focus {
  padding-bottom: 3px;
}
.btn.btn-fa.btn-active,
.btn.btn-fa:active {
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-flat {
  display: inline-block;
  color: #1e2329;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
}
@media (min-width: 960px) {
  .btn-large {
    padding: 16px 20px 19px;
    font-weight: bolder;
  }
  .btn-large:hover,
  .btn-large:focus {
    margin-bottom: 3px;
    padding: 16px 20px;
    -webkit-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .btn-large.btn-active,
  .btn-large:active {
    margin-bottom: 6px;
    padding: 16px 20px 13px;
    -webkit-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.btn-primary {
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  background-color: #a8100d;
  -webkit-box-shadow: inset 0 -4px 0 0 #870d0a, inset 0 -5px 0 0 #c91310;
  box-shadow: inset 0 -4px 0 0 #870d0a, inset 0 -5px 0 0 #c91310;
}
.btn-primary:hover,
.btn-primary:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #870d0a, inset 0 -3px 0 0 #c91310;
  box-shadow: inset 0 -2px 0 0 #870d0a, inset 0 -3px 0 0 #c91310;
}
.btn-primary.btn-active,
.btn-primary:active {
  -webkit-box-shadow: inset 0 -1px 0 0 #a8100d;
  box-shadow: inset 0 -1px 0 0 #a8100d;
  background-color: #870d0a;
}
@media (min-width: 960px) {
  .btn-primary.btn-large {
    -webkit-box-shadow: inset 0 -6px 0 0 #870d0a, inset 0 -7px 0 0 #c91310;
    box-shadow: inset 0 -6px 0 0 #870d0a, inset 0 -7px 0 0 #c91310;
  }
  .btn-primary.btn-large:hover,
  .btn-primary.btn-large:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #870d0a, inset 0 -4px 0 0 #c91310;
    box-shadow: inset 0 -3px 0 0 #870d0a, inset 0 -4px 0 0 #c91310;
  }
  .btn-primary.btn-large.btn-active,
  .btn-primary.btn-large:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #a8100d;
    box-shadow: inset 0 -1px 0 0 #a8100d;
  }
}
.btn-black {
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  background-color: #333b48;
  -webkit-box-shadow: inset 0 -4px 0 0 #1e232a, inset 0 -5px 0 0 #3e4757;
  box-shadow: inset 0 -4px 0 0 #1e232a, inset 0 -5px 0 0 #3e4757;
}
.btn-black:hover,
.btn-black:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #1e232a, inset 0 -3px 0 0 #3e4757;
  box-shadow: inset 0 -2px 0 0 #1e232a, inset 0 -3px 0 0 #3e4757;
}
.btn-black.btn-active,
.btn-black:active {
  -webkit-box-shadow: inset 0 -1px 0 0 #333b48;
  box-shadow: inset 0 -1px 0 0 #333b48;
  background-color: #1e232a;
}
@media (min-width: 960px) {
  .btn-black.btn-large {
    -webkit-box-shadow: inset 0 -6px 0 0 #1e232a, inset 0 -7px 0 0 #3e4757;
    box-shadow: inset 0 -6px 0 0 #1e232a, inset 0 -7px 0 0 #3e4757;
  }
  .btn-black.btn-large:hover,
  .btn-black.btn-large:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #1e232a, inset 0 -4px 0 0 #3e4757;
    box-shadow: inset 0 -3px 0 0 #1e232a, inset 0 -4px 0 0 #3e4757;
  }
  .btn-black.btn-large.btn-active,
  .btn-black.btn-large:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #333b48;
    box-shadow: inset 0 -1px 0 0 #333b48;
  }
}
.btn-fb {
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  background-color: #3b5999;
  -webkit-box-shadow: inset 0 -4px 0 0 #324b81, inset 0 -5px 0 0 #466cad;
  box-shadow: inset 0 -4px 0 0 #324b81, inset 0 -5px 0 0 #466cad;
}
.btn-fb:hover,
.btn-fb:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #324b81, inset 0 -3px 0 0 #466cad;
  box-shadow: inset 0 -2px 0 0 #324b81, inset 0 -3px 0 0 #466cad;
}
.btn-fb.btn-active,
.btn-fb:active {
  -webkit-box-shadow: inset 0 -1px 0 0 #3b5999;
  box-shadow: inset 0 -1px 0 0 #3b5999;
  background-color: #324b81;
}
@media (min-width: 960px) {
  .btn-fb.btn-large {
    -webkit-box-shadow: inset 0 -6px 0 0 #324b81, inset 0 -7px 0 0 #466cad;
    box-shadow: inset 0 -6px 0 0 #324b81, inset 0 -7px 0 0 #466cad;
  }
  .btn-fb.btn-large:hover,
  .btn-fb.btn-large:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #324b81, inset 0 -4px 0 0 #466cad;
    box-shadow: inset 0 -3px 0 0 #324b81, inset 0 -4px 0 0 #466cad;
  }
  .btn-fb.btn-large.btn-active,
  .btn-fb.btn-large:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #3b5999;
    box-shadow: inset 0 -1px 0 0 #3b5999;
  }
}
.btn-whatsapp {
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  background-color: #64d448;
  -webkit-box-shadow: inset 0 -4px 0 0 #55b43d, inset 0 -5px 0 0 #55b43d;
  box-shadow: inset 0 -4px 0 0 #55b43d, inset 0 -5px 0 0 #55b43d;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #55b43d, inset 0 -3px 0 0 #55b43d;
  box-shadow: inset 0 -2px 0 0 #55b43d, inset 0 -3px 0 0 #55b43d;
}
.btn-whatsapp.btn-active,
.btn-whatsapp:active {
  -webkit-box-shadow: inset 0 -1px 0 0 #64d448;
  box-shadow: inset 0 -1px 0 0 #64d448;
  background-color: #55b43d;
}
@media (min-width: 960px) {
  .btn-whatsapp.btn-large {
    -webkit-box-shadow: inset 0 -6px 0 0 #55b43d, inset 0 -7px 0 0 #55b43d;
    box-shadow: inset 0 -6px 0 0 #55b43d, inset 0 -7px 0 0 #55b43d;
  }
  .btn-whatsapp.btn-large:hover,
  .btn-whatsapp.btn-large:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #55b43d, inset 0 -4px 0 0 #55b43d;
    box-shadow: inset 0 -3px 0 0 #55b43d, inset 0 -4px 0 0 #55b43d;
  }
  .btn-whatsapp.btn-large.btn-active,
  .btn-whatsapp.btn-large:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #64d448;
    box-shadow: inset 0 -1px 0 0 #64d448;
  }
}
.btn-xing {
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  background-color: #00605e;
  -webkit-box-shadow: inset 0 -4px 0 0 #005250, inset 0 -5px 0 0 #005250;
  box-shadow: inset 0 -4px 0 0 #005250, inset 0 -5px 0 0 #005250;
}
.btn-xing:hover,
.btn-xing:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #005250, inset 0 -3px 0 0 #005250;
  box-shadow: inset 0 -2px 0 0 #005250, inset 0 -3px 0 0 #005250;
}
.btn-xing.btn-active,
.btn-xing:active {
  -webkit-box-shadow: inset 0 -1px 0 0 #00605e;
  box-shadow: inset 0 -1px 0 0 #00605e;
  background-color: #005250;
}
@media (min-width: 960px) {
  .btn-xing.btn-large {
    -webkit-box-shadow: inset 0 -6px 0 0 #005250, inset 0 -7px 0 0 #005250;
    box-shadow: inset 0 -6px 0 0 #005250, inset 0 -7px 0 0 #005250;
  }
  .btn-xing.btn-large:hover,
  .btn-xing.btn-large:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #005250, inset 0 -4px 0 0 #005250;
    box-shadow: inset 0 -3px 0 0 #005250, inset 0 -4px 0 0 #005250;
  }
  .btn-xing.btn-large.btn-active,
  .btn-xing.btn-large:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #00605e;
    box-shadow: inset 0 -1px 0 0 #00605e;
  }
}
.btn-twitter {
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  background-color: #0099ff;
  -webkit-box-shadow: inset 0 -4px 0 0 #0082d9, inset 0 -5px 0 0 #0082d9;
  box-shadow: inset 0 -4px 0 0 #0082d9, inset 0 -5px 0 0 #0082d9;
}
.btn-twitter:hover,
.btn-twitter:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #0082d9, inset 0 -3px 0 0 #0082d9;
  box-shadow: inset 0 -2px 0 0 #0082d9, inset 0 -3px 0 0 #0082d9;
}
.btn-twitter.btn-active,
.btn-twitter:active {
  -webkit-box-shadow: inset 0 -1px 0 0 #0099ff;
  box-shadow: inset 0 -1px 0 0 #0099ff;
  background-color: #0082d9;
}
@media (min-width: 960px) {
  .btn-twitter.btn-large {
    -webkit-box-shadow: inset 0 -6px 0 0 #0082d9, inset 0 -7px 0 0 #0082d9;
    box-shadow: inset 0 -6px 0 0 #0082d9, inset 0 -7px 0 0 #0082d9;
  }
  .btn-twitter.btn-large:hover,
  .btn-twitter.btn-large:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #0082d9, inset 0 -4px 0 0 #0082d9;
    box-shadow: inset 0 -3px 0 0 #0082d9, inset 0 -4px 0 0 #0082d9;
  }
  .btn-twitter.btn-large.btn-active,
  .btn-twitter.btn-large:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #0099ff;
    box-shadow: inset 0 -1px 0 0 #0099ff;
  }
}
.btn-google-plus {
  -webkit-transition: all ease 100ms;
  -o-transition: all ease 100ms;
  transition: all ease 100ms;
  background-color: #dd4b39;
  -webkit-box-shadow: inset 0 -4px 0 0 #bc4031, inset 0 -5px 0 0 #bc4031;
  box-shadow: inset 0 -4px 0 0 #bc4031, inset 0 -5px 0 0 #bc4031;
}
.btn-google-plus:hover,
.btn-google-plus:focus {
  -webkit-box-shadow: inset 0 -2px 0 0 #bc4031, inset 0 -3px 0 0 #bc4031;
  box-shadow: inset 0 -2px 0 0 #bc4031, inset 0 -3px 0 0 #bc4031;
}
.btn-google-plus.btn-active,
.btn-google-plus:active {
  -webkit-box-shadow: inset 0 -1px 0 0 #dd4b39;
  box-shadow: inset 0 -1px 0 0 #dd4b39;
  background-color: #bc4031;
}
@media (min-width: 960px) {
  .btn-google-plus.btn-large {
    -webkit-box-shadow: inset 0 -6px 0 0 #bc4031, inset 0 -7px 0 0 #bc4031;
    box-shadow: inset 0 -6px 0 0 #bc4031, inset 0 -7px 0 0 #bc4031;
  }
  .btn-google-plus.btn-large:hover,
  .btn-google-plus.btn-large:focus {
    -webkit-box-shadow: inset 0 -3px 0 0 #bc4031, inset 0 -4px 0 0 #bc4031;
    box-shadow: inset 0 -3px 0 0 #bc4031, inset 0 -4px 0 0 #bc4031;
  }
  .btn-google-plus.btn-large.btn-active,
  .btn-google-plus.btn-large:active {
    -webkit-box-shadow: inset 0 -1px 0 0 #dd4b39;
    box-shadow: inset 0 -1px 0 0 #dd4b39;
  }
}
#body > section {
  padding: 40px 0;
  background: #e8ebf2;
}
#body > section.section-primary {
  color: #ffffff;
  background: #a8100d;
  border-top: 5px solid #870d0a;
  border-bottom: 5px solid #870d0a;
}
#body > section.section-light {
  background: #ffffff;
}
#body > section.section-top {
  min-height: 543px;
  background-image: url('/img/default/section_top.jpg');
  background-size: cover;
  border-bottom: 5px solid #870d0a;
}
@media (max-width: 719px) {
  #body > section.section-top {
    background-image: none;
    height: initial;
  }
}
.content-section {
  padding: 10px;
  background-color: #ffffff;
}
.content-block {
  padding-bottom: 20px;
}
h1 {
  text-transform: uppercase;
}
@media (max-width: 719px) {
  h1 {
    font-size: 28px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-weight: bold;
  text-transform: uppercase;
  border-left: 3px solid #a8100d;
  padding-left: 9px;
  margin: 0;
  line-height: normal;
}
@media (max-width: 719px) {
  h2 {
    font-size: 18px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  h2 {
    font-size: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  h2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 18px;
  }
}
h2 > small {
  display: block;
  color: #666666;
  text-transform: none;
  font-weight: normal;
}
@media (max-width: 719px) {
  h2 > small {
    font-size: 14px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  h2 > small {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  h2 > small {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  h2 > small {
    font-size: 14px;
  }
}
.section-primary h2 {
  border-left-color: #870d0a;
}
.section-primary h2 > small {
  color: #e5e5e5;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  margin: 121px auto 0;
  width: 450px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-dialog.modal-m {
  width: 520px;
}
@media (max-width: 719px) {
  .modal-dialog.modal-m {
    width: 100%;
  }
}
.modal-dialog.modal-lg {
  width: 640px;
}
@media (max-width: 719px) {
  .modal-dialog.modal-lg {
    width: 100%;
  }
}
.modal-dialog.modal-xlg {
  width: 800px;
}
@media (max-width: 719px) {
  .modal-dialog.modal-xlg {
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .modal-dialog {
    margin-top: 5px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .modal-dialog {
    margin-top: 116px;
  }
}
@media (max-width: 719px) {
  .modal-dialog {
    width: 100%;
    margin: 0;
  }
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  background-clip: padding-box;
  outline: 0;
}
.modal-content .close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  margin: 0;
  line-height: 1;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
}
@media (max-width: 719px) {
  .modal-content .close {
    font-size: 28px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .modal-content .close {
    font-size: 30px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .modal-content .close {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .modal-content .close {
    font-size: 30px;
  }
}
.modal-content .close:hover {
  opacity: 0.7;
}
.modal-content.modal-content-darken {
  background-color: #e8ebf2;
}
.modal-content + .modal-content {
  border-top: 1px solid #cfcfcf;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(37, 46, 57, 0.85);
  -webkit-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 1;
}
.modal-backdrop + .modal-backdrop {
  display: none;
}
.modal-header,
.modal-body,
.modal-footer {
  position: relative;
  padding: 15px;
}
.modal-header {
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 719px) {
  .modal-header {
    font-size: 24px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .modal-header {
    font-size: 24px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .modal-header {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .modal-header {
    font-size: 24px;
  }
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.img-border {
  padding: 1px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff;
}
.img-border img {
  max-height: 100%;
}
.img-border-circle {
  padding: 3px;
  border: 1px solid #cfcfcf;
  border-radius: 100%;
  background-color: #ffffff;
}
.img-label {
  display: inline-block;
  position: relative;
}
.img-label label {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 15px;
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1em;
  background-color: rgba(30, 35, 41, 0.8);
}
@media (max-width: 719px) {
  .img-label label {
    font-size: 18px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .img-label label {
    font-size: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .img-label label {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .img-label label {
    font-size: 18px;
  }
}
@media (max-width: 719px) {
  .img-label label {
    font-size: 18px;
  }
}
.img-label label small {
  text-transform: none;
  display: block;
}
@media (max-width: 719px) {
  .img-label label small {
    font-size: 14px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .img-label label small {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .img-label label small {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .img-label label small {
    font-size: 14px;
  }
}
@media (max-width: 719px) {
  .img-label label:after {
    content: normal;
    display: none;
    position: static;
    padding: 0;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .img-label label:after {
    content: normal;
    display: none;
    position: static;
    padding: 0;
  }
}
.img-label.img-border label {
  left: 1px;
  right: 1px;
  bottom: 1px;
}
.images-block {
  margin: 30px 0;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 8px 10px;
  color: #1e2329;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  -webkit-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 719px) {
  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    font-size: 14px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    font-size: 14px;
  }
}
select:active,
textarea:active,
input[type="text"]:active,
input[type="email"]:active,
input[type="password"]:active,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #a8100d;
}
label + select,
label + textarea,
label + input[type="text"],
label + input[type="email"],
label + input[type="password"] {
  margin-left: 15px;
}
select.is-disabled,
textarea.is-disabled,
input[type="text"].is-disabled,
input[type="email"].is-disabled,
input[type="password"].is-disabled,
select [disabled="disabled"],
textarea [disabled="disabled"],
input[type="text"] [disabled="disabled"],
input[type="email"] [disabled="disabled"],
input[type="password"] [disabled="disabled"] {
  color: #666666;
  background-color: #f2f2f2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.is-disabled:active,
textarea.is-disabled:active,
input[type="text"].is-disabled:active,
input[type="email"].is-disabled:active,
input[type="password"].is-disabled:active,
select [disabled="disabled"]:active,
textarea [disabled="disabled"]:active,
input[type="text"] [disabled="disabled"]:active,
input[type="email"] [disabled="disabled"]:active,
input[type="password"] [disabled="disabled"]:active,
select.is-disabled:focus,
textarea.is-disabled:focus,
input[type="text"].is-disabled:focus,
input[type="email"].is-disabled:focus,
input[type="password"].is-disabled:focus,
select [disabled="disabled"]:focus,
textarea [disabled="disabled"]:focus,
input[type="text"] [disabled="disabled"]:focus,
input[type="email"] [disabled="disabled"]:focus,
input[type="password"] [disabled="disabled"]:focus {
  border-color: #cfcfcf;
}
input[type="radio"],
input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.lt-ie9 input[type="radio"],
.lt-ie9 input[type="checkbox"] {
  position: static;
  height: auto;
  width: auto;
  clip: auto;
  overflow: visible;
  margin: 0;
  vertical-align: text-bottom;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 1;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.2);
  vertical-align: text-bottom;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  font-family: FontAwesome;
  font-size: inherit;
  color: #cfcfcf;
  text-align: center;
  background-color: #ffffff;
}
input[type="radio"] + label:hover:before,
input[type="checkbox"] + label:hover:before {
  border-color: #a8100d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"] + label:before {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  line-height: 1;
  padding-top: 2px;
}
input[type="checkbox"] + label:hover:before {
  content: "\f00c";
}
input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  color: #1e2329;
  border-color: #a8100d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="radio"] + label:before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
input[type="radio"] + label:hover:before {
  content: "\f111";
}
input[type="radio"]:checked + label:before {
  content: "\f111";
  color: #1e2329;
}
.input-group {
  display: table;
}
.input-group input,
.input-group .input-group-btn,
.input-group .input-group-addon {
  display: table-cell;
}
.input-group input {
  width: 100%;
}
.input-group input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .input-group-addon {
  width: 1%;
  vertical-align: middle;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1;
  font-weight: 400;
  color: #666666;
  text-align: center;
  background-color: #e8ebf2;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}
@media (max-width: 719px) {
  .input-group .input-group-addon {
    font-size: 18px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .input-group .input-group-addon {
    font-size: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .input-group .input-group-addon {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .input-group .input-group-addon {
    font-size: 18px;
  }
}
.input-group .input-group-addon:last-child {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.input-group-euro .input-group-addon {
  font-weight: 900;
  padding: 6px 19px;
}
@media (max-width: 719px) {
  .input-group.input-group-euro .input-group-addon {
    font-size: 22px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .input-group.input-group-euro .input-group-addon {
    font-size: 22px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .input-group.input-group-euro .input-group-addon {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .input-group.input-group-euro .input-group-addon {
    font-size: 22px;
  }
}
.input-group.input-group-euro input,
input.input-large-number {
  font-weight: 900;
  line-height: 1;
  padding: 9px 10px 7px !important;
}
@media (max-width: 719px) {
  .input-group.input-group-euro input,
  input.input-large-number {
    font-size: 22px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .input-group.input-group-euro input,
  input.input-large-number {
    font-size: 22px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .input-group.input-group-euro input,
  input.input-large-number {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .input-group.input-group-euro input,
  input.input-large-number {
    font-size: 22px;
  }
}
.form-block select,
.form-block textarea,
.form-block input[type="text"],
.form-block input[type="email"],
.form-block input[type="password"] {
  display: block;
  width: 100%;
  margin-left: 0;
}
.form-block label {
  display: block;
  width: 100%;
}
.form-horizontal label {
  display: inline-block;
  padding-top: 10px;
}
.form-large select,
.form-large textarea,
.form-large input[type="text"],
.form-large input[type="email"],
.form-large input[type="password"] {
  padding: 10px;
}
.form-group + .form-group {
  margin-top: 23px;
}
.form-section {
  overflow: hidden;
}
.form-center {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .form-center {
    width: 100%;
  }
}
textarea {
  min-height: 100px;
}
label {
  margin-bottom: 5px;
}
label.required:after {
  content: '*';
  color: #fe0101;
}
label.required_text:before {
  content: '*';
  color: #fe0101;
  margin-right: 5px;
}
.sublabel {
  color: #666666;
}
.form-actions-right {
  text-align: right;
  position: relative;
}
.form-actions-right .alert {
  right: 15px;
}
.alert {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  padding: 7px 11px 8px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.alert.alert-success {
  background-color: #3a9a74;
}
.alert.alert-error {
  background-color: #fe0101;
}
.alert.alert-info {
  background-color: #0f5999;
}
.alert.alert-large {
  padding: 18px 20px;
}
.alert.in {
  opacity: 1;
}
.alert.alert-inline {
  position: relative;
  opacity: 1;
}
.alert.alert-block {
  display: block;
}
.alert .fa:after {
  font-size: inherit;
  content: "\00a0\00a0";
}
.alert-form {
  text-align: center;
}
.alert-fill {
  position: relative;
}
.alert-fill .alert {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
}
.image-upload input[type="file"] {
  display: none;
}
.image-upload label {
  cursor: pointer;
}
.image-upload.is-updated .img-thumb img {
  position: relative;
  left: auto;
  right: auto;
  max-width: none;
}
.jcrop-border {
  background: #ffffff url("/img/default/Jcrop.gif");
}
.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {
  background: #808080 url('/img/default/Jcrop.gif');
}
.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {
  background: url('/img/default/Jcrop.gif');
}
.image-crop-wrap {
  text-align: center;
}
.image-crop-area {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 10px;
  background-color: #FFF;
  border: 1px dashed #9D9E9B;
  border-radius: 4px;
}
#image-crop .modal-body {
  max-height: none;
  height: 500px;
}
.language-picker {
  color: #666666;
  line-height: 1;
}
.language-picker span {
  display: block;
}
.language-picker ul {
  display: inline-block;
  list-style-type: none;
  width: auto;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.language-picker ul:before,
.language-picker ul:after {
  content: '';
  /* 1 */
  display: table;
  /* 2 */
}
.language-picker ul:after {
  clear: both;
}
.language-picker ul li {
  float: left;
}
.language-picker ul li a {
  display: inline-block;
  text-decoration: none;
  text-indent: -9999px;
  white-space: nowrap;
  width: 18px;
  height: 12px;
  background-image: url("/img/default/flags_en_de.png");
}
.language-picker ul li.en a {
  background-position: -17px 0;
}
.language-picker ul li.de a {
  background-position: 0 0;
}
.language-picker ul li.active a {
  opacity: 0.4;
}
.language-picker ul li + li a {
  margin-left: 10px;
}
@media (max-width: 719px) {
  .language-picker {
    margin-top: -35px;
  }
}
.dropdown {
  position: relative;
  display: inline-block;
  /*&.dropdown-selectbox {
        .btn {
            text-align: left;

            .dropdown-select-text {
                display: inline-block;
            }

            .fa {
                margin-top: 3px;
                float: right;
            }
        }

        &.open {
            .dropdown-menu {
                max-height: 200px;
                overflow-y: auto;

                li {
                    cursor: pointer;
                }
            }
        }

        &.has-error {
            .btn {
                border-color: @getmore-error;
                ._box-shadow(none);
            }
        }
    }*/
}
.dropdown i.fa {
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.dropdown i.fa:before {
  margin-left: 5px;
  margin-right: 5px;
}
.dropdown i.fa:after {
  content: "";
}
.dropdown.open button i.fa,
.dropdown.open-on-hover:hover button i.fa {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown.open .dropdown-menu,
.dropdown.open-on-hover:hover .dropdown-menu {
  display: block;
  opacity: 1;
  max-height: 1000px;
  border-width: 1px;
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropdown.open .dropdown-menu:before,
.dropdown.open-on-hover:hover .dropdown-menu:before,
.dropdown.open .dropdown-menu:after,
.dropdown.open-on-hover:hover .dropdown-menu:after {
  opacity: 1;
}
.dropdown.open .dropdown-menu > ul,
.dropdown.open-on-hover:hover .dropdown-menu > ul {
  max-height: 300px;
  overflow-y: auto;
}
.dropdown.open-on-hover:hover:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  content: "";
  height: 18px;
}
.dropdown.dropdown-selectbox {
  display: block;
}
.dropdown.dropdown-selectbox button {
  display: block;
  width: 100%;
  padding: 8px 40px 9px 18px;
  text-align: left;
  color: #1e2329;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  outline: none;
}
.dropdown.dropdown-selectbox button .dropdown-select-text {
  display: inline;
}
.dropdown.dropdown-selectbox button .fa {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
}
.dropdown.dropdown-selectbox.open button,
.dropdown.dropdown-selectbox.open-on-hover:hover button {
  border: 1px solid #22968b;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  z-index: 1000;
  opacity: 0;
  max-height: 0;
  margin: 18px 0 0;
  padding: 0;
  border: 0 solid #cfcfcf;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
}
.dropdown .dropdown-menu > ul {
  -webkit-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow-y: hidden;
}
.dropdown .dropdown-menu > ul > li {
  display: block;
  padding: 0;
  margin: 0;
}
.dropdown .dropdown-menu > ul > li > a {
  display: block;
  padding: 5px 10px 6px;
  color: #1e2329;
  text-decoration: none;
  background-color: #ffffff;
  border-bottom: 1px solid #e8ebf2;
  outline: none;
  cursor: pointer;
}
@media (max-width: 719px) {
  .dropdown .dropdown-menu > ul > li > a {
    font-size: 12px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .dropdown .dropdown-menu > ul > li > a {
    font-size: 12px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .dropdown .dropdown-menu > ul > li > a {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .dropdown .dropdown-menu > ul > li > a {
    font-size: 12px;
  }
}
.dropdown .dropdown-menu > ul > li:last-child > a {
  border-bottom: none;
}
.dropdown .dropdown-menu > ul > li.active > a,
.dropdown .dropdown-menu > ul > li:active > a,
.dropdown .dropdown-menu > ul > li:hover > a {
  color: #a8100d;
  background-color: #e8ebf2;
}
.dropdown .dropdown-menu:before,
.dropdown .dropdown-menu:after {
  position: absolute;
  right: 15px;
  bottom: 100%;
  content: "";
  height: 0;
  width: 0;
  border: solid transparent;
  pointer-events: none;
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  opacity: 0;
}
.dropdown .dropdown-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
}
.dropdown .dropdown-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #cfcfcf;
  border-width: 8px;
  -webkit-transform: translateX(1px);
  -o-transform: translateX(1px);
  -ms-transform: translateX(1px);
  transform: translateX(1px);
}
.teaser-default {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 80px;
  margin: 10px auto;
  padding: 15px 15px 15px 20px;
  border: 1px solid #cfcfcf;
  background: #ffffff;
}
.teaser-default .teaser-content {
  position: absolute;
  top: 15px;
  left: 68px;
  right: 120px;
  bottom: 15px;
  height: 50px;
  border-left: 1px solid #cfcfcf;
  padding-left: 20px;
}
.teaser-default .teaser-content b {
  display: block;
  color: #1e2329;
}
@media (max-width: 719px) {
  .teaser-default .teaser-content b {
    font-size: 18px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .teaser-default .teaser-content b {
    font-size: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .teaser-default .teaser-content b {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .teaser-default .teaser-content b {
    font-size: 18px;
  }
}
.teaser-default .teaser-content .teaser-content-subheadline {
  color: #666666;
}
.teaser-default .teaser-sidebar {
  width: 120px;
  float: right;
  padding: 4px 0;
}
.validation-error {
  display: none;
  opacity: 0;
  -webkit-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
}
.has-error select,
.has-error textarea,
.has-error input[type="text"],
.has-error input[type="password"] {
  border-color: #fe0101 !important;
  color: #fe0101;
}
.has-error .validation-error,
.has-error + .validation-error {
  display: block;
  opacity: 1;
  margin-bottom: -15px;
  margin-top: 5px;
  color: #fe0101;
}
@media (max-width: 719px) {
  .has-error .validation-error,
  .has-error + .validation-error {
    font-size: 12px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .has-error .validation-error,
  .has-error + .validation-error {
    font-size: 12px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .has-error .validation-error,
  .has-error + .validation-error {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .has-error .validation-error,
  .has-error + .validation-error {
    font-size: 12px;
  }
}
.has-error .validation-error i.fa:after,
.has-error + .validation-error i.fa:after {
  font-size: inherit;
  content: "\00a0\00a0";
}
ol.first-level,
ol.second-level {
  padding-left: 0;
  list-style: none;
  counter-reset: item;
}
ol.first-level > li,
ol.second-level > li {
  margin: 15px 0;
}
ol.first-level > li:before,
ol.second-level > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  font-weight: bold;
}
ol.first-level.alpha > li:before,
ol.second-level.alpha > li:before {
  content: counter(item, lower-alpha) ") ";
}
ol.first-level > li {
  margin: 30px 0;
}
ul.second-level {
  padding-left: 20px;
}
.col-24 {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-24 {
    width: 100%;
  }
}
.col-23 {
  float: left;
  width: 95%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-23 {
    width: 100%;
  }
}
.col-22 {
  float: left;
  width: 91%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-22 {
    width: 100%;
  }
}
.col-21 {
  float: left;
  width: 87%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-21 {
    width: 100%;
  }
}
.col-20 {
  float: left;
  width: 83%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-20 {
    width: 100%;
  }
}
.col-19 {
  float: left;
  width: 79%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-19 {
    width: 100%;
  }
}
.col-18 {
  float: left;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-18 {
    width: 100%;
  }
}
.col-17 {
  float: left;
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-17 {
    width: 100%;
  }
}
.col-16 {
  float: left;
  width: 66%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-16 {
    width: 100%;
  }
}
.col-15 {
  float: left;
  width: 62%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-15 {
    width: 100%;
  }
}
.col-14 {
  float: left;
  width: 58%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-14 {
    width: 100%;
  }
}
.col-13 {
  float: left;
  width: 54%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-13 {
    width: 100%;
  }
}
.col-12 {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-12 {
    width: 100%;
  }
}
.col-11 {
  float: left;
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-11 {
    width: 100%;
  }
}
.col-10 {
  float: left;
  width: 41%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-10 {
    width: 100%;
  }
}
.col-9 {
  float: left;
  width: 37%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-9 {
    width: 100%;
  }
}
.col-8 {
  float: left;
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-8 {
    width: 100%;
  }
}
.col-7 {
  float: left;
  width: 29%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-7 {
    width: 100%;
  }
}
.col-6 {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-6 {
    width: 100%;
  }
}
.col-5 {
  float: left;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-5 {
    width: 100%;
  }
}
.col-4 {
  float: left;
  width: 16%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-4 {
    width: 100%;
  }
}
.col-3 {
  float: left;
  width: 12%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-3 {
    width: 100%;
  }
}
.col-2 {
  float: left;
  width: 8%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-2 {
    width: 100%;
  }
}
.col-1 {
  float: left;
  width: 4%;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px;
}
@media (max-width: 719px) {
  .col-1 {
    width: 100%;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .col-sm-24 {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-23 {
    float: left;
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-22 {
    float: left;
    width: 91%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-21 {
    float: left;
    width: 87%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-20 {
    float: left;
    width: 83%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-19 {
    float: left;
    width: 79%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-18 {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-17 {
    float: left;
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-16 {
    float: left;
    width: 66%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-15 {
    float: left;
    width: 62%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-14 {
    float: left;
    width: 58%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-13 {
    float: left;
    width: 54%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-12 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-11 {
    float: left;
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-10 {
    float: left;
    width: 41%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-9 {
    float: left;
    width: 37%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-8 {
    float: left;
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-7 {
    float: left;
    width: 29%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-6 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-5 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-4 {
    float: left;
    width: 16%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-3 {
    float: left;
    width: 12%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-2 {
    float: left;
    width: 8%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-sm-1 {
    float: left;
    width: 4%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .col-md-24 {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-23 {
    float: left;
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-22 {
    float: left;
    width: 91%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-21 {
    float: left;
    width: 87%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-20 {
    float: left;
    width: 83%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-19 {
    float: left;
    width: 79%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-18 {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-17 {
    float: left;
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-16 {
    float: left;
    width: 66%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-15 {
    float: left;
    width: 62%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-14 {
    float: left;
    width: 58%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-13 {
    float: left;
    width: 54%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-12 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-11 {
    float: left;
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-10 {
    float: left;
    width: 41%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-9 {
    float: left;
    width: 37%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-8 {
    float: left;
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-7 {
    float: left;
    width: 29%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-6 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-5 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-4 {
    float: left;
    width: 16%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-3 {
    float: left;
    width: 12%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-2 {
    float: left;
    width: 8%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-md-1 {
    float: left;
    width: 4%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
}
@media (min-width: 1200px) {
  .col-lg-24 {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-23 {
    float: left;
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-22 {
    float: left;
    width: 91%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-21 {
    float: left;
    width: 87%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-20 {
    float: left;
    width: 83%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-19 {
    float: left;
    width: 79%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-18 {
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-17 {
    float: left;
    width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-16 {
    float: left;
    width: 66%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-15 {
    float: left;
    width: 62%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-14 {
    float: left;
    width: 58%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-13 {
    float: left;
    width: 54%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-12 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-11 {
    float: left;
    width: 45%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-10 {
    float: left;
    width: 41%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-9 {
    float: left;
    width: 37%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-8 {
    float: left;
    width: 33%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-7 {
    float: left;
    width: 29%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-6 {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-5 {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-4 {
    float: left;
    width: 16%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-3 {
    float: left;
    width: 12%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-2 {
    float: left;
    width: 8%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
  .col-lg-1 {
    float: left;
    width: 4%;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
  }
}
.content-container {
  *zoom: 1;
  margin: 0 auto;
  padding: 0 15px;
  width: 960px;
  position: relative;
}
.content-container:before,
.content-container:after {
  content: '';
  /* 1 */
  display: table;
  /* 2 */
}
.content-container:after {
  clear: both;
}
@media (max-width: 719px) {
  .content-container {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .content-container {
    width: 720px;
  }
}
@media (min-width: 1200px) {
  .content-container {
    width: 1200px;
  }
}
.col-row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.col-row:before,
.col-row:after {
  content: '';
  /* 1 */
  display: table;
  /* 2 */
}
.col-row:after {
  clear: both;
}
.col-row .col-nested {
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .hidden-large {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-medium {
    display: none !important;
    visibility: hidden;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .hidden-small {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 719px) {
  .hidden-mobile {
    display: none !important;
    visibility: hidden;
  }
}
@media (max-width: 719px) {
  .row-space-mobile > div + div {
    margin-top: 15px;
  }
}
/**
 * Default styles for layout
 */
html,
button,
input,
select,
textarea {
  color: #1e2329;
}
html {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
  position: relative;
}
@media (max-width: 719px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
body {
  background-color: #1e2329;
}
#body {
  padding-top: 121px;
  background: #e8ebf2;
  /*@media(min-width: @small-min-width) and (max-width: @small-max-width) {
        padding-bottom: @footer-height-small;
    }

    @media(max-width: @mobile-max-width) {
        padding-top: @header-height; // there is no navigation row
        padding-bottom: 0;
    }*/
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Links
 */
a {
  -webkit-transition: all ease 200ms;
  -o-transition: all ease 200ms;
  transition: all ease 200ms;
  color: #1e2329;
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}
a.w-icon {
  white-space: nowrap;
}
a.w-icon i {
  margin-right: 5px;
}
#body > header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1012;
  background-color: #c91310;
  height: 5px;
  overflow: hidden;
}
#body > nav {
  position: fixed;
  top: 5px;
  left: 0;
  right: 0;
  z-index: 1011;
  background-color: #ffffff;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: inset 0 -1px #cfcfcf, 0 4px 10px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px #cfcfcf, 0 4px 10px rgba(0, 0, 0, 0.15);
  height: 116px;
}
#body > nav .content-container {
  padding: 0;
  min-height: 113px;
}
#body > nav .brand {
  display: block;
  padding: 10px 0;
  height: 116px;
  line-height: 92px;
}
#body > nav .brand img {
  max-height: 100%;
}
#body > nav .brand.text {
  color: #a8100d;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 719px) {
  #body > nav .brand.text {
    font-size: 24px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #body > nav .brand.text {
    font-size: 24px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #body > nav .brand.text {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  #body > nav .brand.text {
    font-size: 24px;
  }
}
#body > nav .powered-by {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.page-preview #body > nav .preview-patch {
  border: 3px solid red;
  padding: 6px;
  background-color: white;
  color: red;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 130px;
  position: absolute;
  top: 30px;
  right: 160px;
}
@media (max-width: 719px) {
  body.page-preview #body > nav .preview-patch {
    right: 10px;
  }
}
#body > footer {
  color: #b3b3b3;
}
#body > footer .footer {
  height: 37px;
  line-height: 35px;
  background-color: #333333;
}
#body > footer .footer .content-container {
  padding: 0;
}
#body > footer .footer .footer-logo {
  float: left;
}
#body > footer .footer .footer-links {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
#body > footer .footer .footer-links li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#body > footer .footer .footer-links li:after {
  content: '|';
  margin: 0 40px;
}
#body > footer .footer .footer-links li:last-child:after {
  display: none;
}
#body > footer .footer .footer-links li a {
  color: #b3b3b3;
}
#body > footer .footer_contacts {
  padding: 50px 0;
  background-color: #1a1a1a;
}
#body > footer .footer_contacts h3 {
  margin: 0 0 40px 0;
  font-style: italic;
  font-weight: normal;
}
#body > footer .footer_contacts h4 {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}
#body > footer .footer_contacts a {
  color: #b3b3b3;
}
#body > footer .footer_contacts i {
  width: 30px;
}
#body > footer .footer_contacts span {
  color: #666666;
}
@media (max-width: 719px) {
  #body > footer .footer {
    height: auto;
    padding: 10px 15px;
    line-height: normal;
  }
  #body > footer .footer .footer-logo {
    float: none;
  }
  #body > footer .footer .footer-links {
    margin-top: 10px;
    float: none;
  }
  #body > footer .footer .footer-links li {
    display: block;
  }
  #body > footer .footer .footer-links li:after {
    display: none;
  }
}
#cookie-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 16px 0;
  height: 50px;
  z-index: 1060;
  background-color: #1e2329;
  color: #999da4;
  -webkit-transition: bottom ease 200ms;
  -o-transition: bottom ease 200ms;
  transition: bottom ease 200ms;
}
@media (max-width: 719px) {
  #cookie-bar {
    font-size: 12px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cookie-bar {
    font-size: 12px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cookie-bar {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #cookie-bar {
    font-size: 12px;
  }
}
#cookie-bar a {
  color: #999da4;
}
#cookie-bar .btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-transform: none;
}
@media (max-width: 959px) {
  #cookie-bar .content-container {
    padding-right: 115px;
  }
}
@media (max-width: 719px) {
  #cookie-bar .btn {
    right: 15px;
  }
}
#cookie-bar + footer {
  margin-bottom: 50px;
}
/**
 * Print styles.
 * Inlined to avoid required HTTP connection: h5bp.com/r
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.section-top .content-section {
  margin-top: 10px;
}
.section-top .description {
  margin-bottom: 25px;
  line-height: 1.2em;
}
@media (max-width: 719px) {
  .section-top .description {
    font-size: 18px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .section-top .description {
    font-size: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .section-top .description {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-top .description {
    font-size: 18px;
  }
}
.section-top .description .headlines {
  font-style: italic;
}
.section-top h1 {
  text-transform: uppercase;
  margin: 20px 0;
  line-height: 1;
}
@media (max-width: 719px) {
  .section-top h1 {
    font-size: 28px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .section-top h1 {
    font-size: 30px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .section-top h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .section-top h1 {
    font-size: 30px;
  }
}
.section-top h1 small {
  display: block;
  text-transform: none;
  font-weight: normal;
  color: #666666;
}
@media (max-width: 719px) {
  .section-top h1 small {
    font-size: 18px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .section-top h1 small {
    font-size: 18px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .section-top h1 small {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .section-top h1 small {
    font-size: 18px;
  }
}
.img-npo-logo {
  padding: 15px;
  text-align: center;
  height: 200px;
  line-height: 170px;
}
.certificate-receipt-content .icon {
  background-image: url('/img/default/about_icons.png');
  width: 192px;
  height: 192px;
  display: inline-block;
}
.certificate-receipt-content .icon.icon-certificate {
  background-position: 192px 0;
}
.certificate-receipt-content .col-icon {
  padding-left: 220px;
  position: relative;
}
.certificate-receipt-content .col-icon .icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 959px) {
  .certificate-receipt-content .col-icon {
    padding-left: 0;
  }
  .certificate-receipt-content .col-icon .icon {
    display: none;
  }
}
.img-avatar {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 0;
}
.img-avatar img {
  bottom: 0;
  position: absolute;
  left: 0;
}
.last-donations {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.last-donations li {
  position: relative;
  padding: 10px 5px 15px 70px;
  border: 1px solid #cfcfcf;
  margin-bottom: 20px;
  min-height: 73px;
}
.last-donations li .img-border-circle {
  position: absolute;
  left: 10px;
  top: 10px;
}
.last-donations li .headline {
  color: #a8100d;
}
.last-donations li .caption {
  color: #666666;
  font-style: italic;
}
#map {
  height: 230px;
  border: 1px solid #cfcfcf;
}
#modal-npo-details .img-npo-logo {
  padding: 10px 15px;
  height: 110px;
  line-height: 85px;
}
.slider-container {
  background: #ffffff;
  padding: 15px 20px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  margin-bottom: 20px;
}
.slider {
  display: inline-block;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 26px;
}
.slider.slider-horizontal .slider-track {
  height: 20px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: 7px;
}
.slider .slider-track {
  position: absolute;
  cursor: pointer;
  background: #e8ebf2;
  border-radius: 4px;
}
.slider .slider-selection {
  background: #a8100d;
  position: absolute;
  border-radius: 4px;
}
.slider input {
  display: none;
}
.slider .hide {
  display: none;
}
.slider .slider-track-low,
.slider .slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider .slider-track-high {
  border: 1px solid #cfcfcf;
}
.slider .slider-handle {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #1e2329;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}
.slider .slider-handle.round {
  border-radius: 50%;
}
.img-ssl-certificate {
  width: 70px;
}
ul.option-list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  *zoom: 1;
}
ul.option-list:before,
ul.option-list:after {
  content: '';
  /* 1 */
  display: table;
  /* 2 */
}
ul.option-list:after {
  clear: both;
}
ul.option-list li {
  float: left;
  display: inline-block;
  width: auto;
  line-height: normal;
  padding-right: 30px;
  padding-bottom: 10px;
}
ul.option-list li:last-child {
  padding-right: 0;
}
ul.option-list label {
  color: #666666;
}
ul.option-list label strong {
  display: block;
  font-weight: bold;
  color: #1e2329;
}
@media (max-width: 719px) {
  ul.option-list label strong {
    font-size: 16px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  ul.option-list label strong {
    font-size: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  ul.option-list label strong {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  ul.option-list label strong {
    font-size: 16px;
  }
}
ul.option-list label:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.option-list.option-list-default li label {
  color: #1e2329;
}
ul.option-list.option-list-label {
  padding-top: 10px;
}
ul.option-list.option-list-compressed li {
  padding-right: 15px;
}
@media (max-width: 719px) {
  ul.option-list.option-list-compressed label strong {
    font-size: 14px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  ul.option-list.option-list-compressed label strong {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  ul.option-list.option-list-compressed label strong {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  ul.option-list.option-list-compressed label strong {
    font-size: 14px;
  }
}
ul.option-list.option-list-box li {
  padding: 0 20px 15px 0;
}
ul.option-list.option-list-box li:last-child {
  padding-right: 0;
}
ul.option-list.option-list-box li label {
  position: relative;
  display: inline-block;
  height: 40px;
  padding: 7px 10px 7px 37px;
  border: 1px solid #cfcfcf;
  border-radius: 6px;
  background-color: #ffffff;
}
ul.option-list.option-list-box li label:before {
  left: 8px;
}
@media (max-width: 959px) {
  ul.option-list.option-list-box li {
    padding: 0 5px 15px 0;
  }
  ul.option-list.option-list-box li:last-child {
    padding-right: 0;
  }
}
.followup-info-content {
  position: relative;
  margin-bottom: 30px;
}
.followup-info-content .close-sign {
  position: absolute;
  right: 0;
}
@media (max-width: 719px) {
  .followup-info-content .close-sign {
    font-size: 20px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  .followup-info-content .close-sign {
    font-size: 20px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .followup-info-content .close-sign {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .followup-info-content .close-sign {
    font-size: 20px;
  }
}
#cert-preview {
  font-family: 'Raleway', sans-serif;
  width: 510px;
  height: 355px;
  overflow: hidden;
  margin: 0;
  position: relative;
  background: #a8100d;
  border: 1px solid #a8100d;
  border-radius: 10px;
}
#cert-preview .header {
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  color: #a8100d;
  background: #ffffff;
  line-height: 1.6em;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (max-width: 719px) {
  #cert-preview .header {
    font-size: 28px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cert-preview .header {
    font-size: 30px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cert-preview .header {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #cert-preview .header {
    font-size: 30px;
  }
}
#cert-preview .custom-image {
  position: absolute;
  width: 255px;
  height: 193px;
  top: 48px;
  left: 0;
  overflow: hidden;
  line-height: 191px;
}
#cert-preview .custom-image img {
  width: 100%;
}
#cert-preview .description {
  position: absolute;
  width: 236px;
  height: 189px;
  left: 265px;
  top: 48px;
  color: #ffffff;
}
@media (max-width: 719px) {
  #cert-preview .description {
    font-size: 12px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cert-preview .description {
    font-size: 12px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cert-preview .description {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #cert-preview .description {
    font-size: 12px;
  }
}
#cert-preview .description .description-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cert-preview .description .headlines {
  margin-bottom: 15px;
  font-style: italic;
}
#cert-preview .description .subheadlines {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  opacity: 0.6 !important;
}
#cert-preview .details {
  background-color: #ffffff;
  position: absolute;
  height: 64px;
  top: 245px;
  width: 100%;
  color: #1e2329;
}
@media (max-width: 719px) {
  #cert-preview .details.details-l > div {
    font-size: 16px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cert-preview .details.details-l > div {
    font-size: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cert-preview .details.details-l > div {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  #cert-preview .details.details-l > div {
    font-size: 16px;
  }
}
@media (max-width: 719px) {
  #cert-preview .details.details-normal > div {
    font-size: 14px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cert-preview .details.details-normal > div {
    font-size: 14px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cert-preview .details.details-normal > div {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #cert-preview .details.details-normal > div {
    font-size: 14px;
  }
}
@media (max-width: 719px) {
  #cert-preview .details.details-s > div {
    font-size: 12px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cert-preview .details.details-s > div {
    font-size: 12px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cert-preview .details.details-s > div {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #cert-preview .details.details-s > div {
    font-size: 12px;
  }
}
@media (max-width: 719px) {
  #cert-preview .details.details-xs > div {
    font-size: 10px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cert-preview .details.details-xs > div {
    font-size: 10px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cert-preview .details.details-xs > div {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #cert-preview .details.details-xs > div {
    font-size: 10px;
  }
}
#cert-preview .details > div {
  font-weight: bold;
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  top: 15px;
}
#cert-preview .details > div span {
  font-weight: normal;
  text-transform: none;
  display: block;
  color: #666666;
  line-height: 1;
}
@media (max-width: 719px) {
  #cert-preview .details > div span {
    font-size: 12px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cert-preview .details > div span {
    font-size: 12px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cert-preview .details > div span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  #cert-preview .details > div span {
    font-size: 12px;
  }
}
#cert-preview .details > div.fullname {
  left: 15px;
}
#cert-preview .details > div.npo-name {
  left: 270px;
}
#cert-preview .footer {
  position: absolute;
  padding: 0 15px;
  left: 0;
  top: 320px;
  width: 100%;
  color: #ffffff;
  font-style: italic;
}
@media (max-width: 719px) {
  #cert-preview .footer {
    font-size: 10px;
  }
}
@media (min-width: 720px) and (max-width: 959px) {
  #cert-preview .footer {
    font-size: 10px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  #cert-preview .footer {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  #cert-preview .footer {
    font-size: 10px;
  }
}
#cert-preview .footer span {
  display: block;
  line-height: 1;
  color: #cfcfcf;
}
#cert-preview .footer .powered_by {
  position: absolute;
  right: 15px;
  top: 0;
}
#cert-preview .footer .powered_by span {
  text-align: right;
}
.thank-you p {
  text-align: justify;
}
.thank-you .btn-share {
  margin-bottom: 15px;
  font-weight: normal !important;
}
.thank-you .btn-share .fa {
  margin-right: 5px;
}
.thank-you .teaser-default .teaser-content {
  left: 0;
  right: 60px;
  border-left: none;
}
.thank-you .teaser-default .teaser-sidebar {
  width: 45px;
}
.thank-you .image-upload {
  position: relative;
  padding-left: 75px;
  height: 50px;
  line-height: 50px;
}
.thank-you .image-upload .img-avatar {
  position: absolute;
  left: 15px;
  top: 0;
}
.ssl-teaser {
  color: #666666;
  display: inline-block;
  line-height: 1.2;
  padding-left: 60px;
  min-height: 50px;
  background-image: url('/img/default/secured-by-ssl.png');
  background-position: left top;
  background-repeat: no-repeat;
}
.ssl-teaser b {
  display: block;
}
.df-section {
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 20px;
}
.df-section:last-of-type {
  border-bottom: none;
}
.step-history {
  color: #666666;
}
.header-container h1 {
  float: left;
  margin-top: 0;
}
.header-container .btn-flat {
  float: right;
}
