/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b65cb7155eb91d19e5a0)
 * Config saved to config.json and https://gist.github.com/b65cb7155eb91d19e5a0
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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; }

[role="button"] {
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

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

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

.col-xs-1 {
  width: 8.33333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .DesignMode .col-sm-pull-9 {
    right: 0; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc; }

.btn-default .badge {
  color: #ffffff;
  background-color: #333333; }

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 992px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 992px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-default .btn-link {
  color: #777777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc; }

.breadcrumb > .active {
  color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777777; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333; }

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.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%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0); }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  /* margin-top: 20px; */
  margin-bottom: 10px; }

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%; }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

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

h6,
.h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table; }

.clearfix:after,
.dl-horizontal dd:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*!
*  - v1.2.5
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
#hp-slider {
  max-width: 100%; }

.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -70px;
  margin-bottom: -70px !important;
  z-index: 1;
  overflow: hidden; }

@media all and (max-width: 1250px) {
  .slider-pro {
    top: -65px; } }

.slider-pro:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 942px;
  height: 1305px;
  right: 0px;
  bottom: -755px;
  opacity: 0.2;
  pointer-events: none;
  background-size: contain !important; }

@media all and (max-width: 1023px) {
  .slider-pro:before {
    width: 710px;
    height: 1000px;
    bottom: -590px; } }

@media all and (max-width: 767px) {
  .slider-pro:before {
    width: 650px;
    height: 900px;
    bottom: -550px; } }

@media all and (max-width: 560px) {
  .slider-pro:before {
    width: 490px;
    height: 900px;
    bottom: -620px; } }

@media all and (max-width: 400px) {
  .slider-pro:before {
    width: 350px;
    height: 900px;
    bottom: -725px; } }

.sp-slides-container {
  position: relative; }

.sp-mask {
  position: relative;
  overflow: hidden; }

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.sp-slide {
  position: absolute;
  /* added */
  background-size: cover !important; }

.sp-image-container {
  overflow: hidden; }

.sp-image {
  position: relative;
  display: block;
  border: none; }

.sp-no-js {
  overflow: hidden;
  max-width: 100%; }

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden; }

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto; }

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px; }

.sp-bottom-thumbnails {
  margin-top: 4px; }

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0; }

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px; }

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px; }

.sp-thumbnails {
  position: relative; }

.sp-thumbnail {
  border: none; }

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px; }

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0; }

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0; }

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px; }

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0; }

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0; }

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px; }

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px; }

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px; }

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px; }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px; }

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px; }

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px; }

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px; }

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px; }

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px; }

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent; }

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; }

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7); }

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7); }

.sp-rounded {
  border-radius: 10px; }

.sp-padding {
  padding: 10px; }

/* Touch Swipe
--------------------------------------------------*/
.sp-grab {
  /*cursor: url(images/openhand.cur), move;*/ }

.sp-grabbing {
  /*cursor: url(images/closedhand.cur), move;*/ }

.sp-selectable {
  cursor: default; }

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px; }

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000; }

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.sp-full-screen-button:before {
  content: '\2195'; }

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1; }

/* Buttons
--------------------------------------------------*/
.sp-buttons {
  position: absolute;
  bottom: 40px;
  width: 30px;
  text-align: center;
  padding-top: 10px;
  left: 50%;
  margin-left: -15px;
  border: 2px solid white;
  border-radius: 25px; }

@media all and (max-width: 767px) {
  .sp-buttons {
    bottom: 15px; } }

.sp-button {
  width: 6px;
  height: 6px;
  border: 2px solid white;
  background: white;
  opacity: 0.4;
  border-radius: 50%;
  margin: 0 auto 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block; }

.sp-selected-button {
  background-color: white;
  opacity: 1; }

div.sp-button:last-of-type {
  margin-bottom: 9px; }

/*@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.sp-button {
		width: 14px;
		height: 14px;
	}
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
	.sp-button {
		width: 16px;
		height: 16px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
	.sp-button {
		width: 18px;
		height: 18px;
	}
}*/
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute; }

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1; }

.slide-content {
  color: white;
  position: relative;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%); }

.ltIE8 .slide-content {
  top: 200px; }

.slide-content h1 {
  max-width: 600px;
  margin-bottom: 30px; }

@media all and (max-width: 767px) {
  .slide-content h1 {
    margin-top: 30px; } }

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px; }

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px; }

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer; }

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sp-horizontal .sp-previous-arrow {
  left: 20px; }

.sp-horizontal .sp-next-arrow {
  right: 20px; }

.sp-vertical .sp-previous-arrow {
  top: 20px; }

.sp-vertical .sp-next-arrow {
  bottom: 20px; }

.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF; }

.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg); }

.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg); }

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0; }

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none; }

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; }

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute; }

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1; }

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px; }

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px; }

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer; }

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px; }

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px; }

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px; }

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px; }

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF; }

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg); }

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg); }

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg); }

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg); }

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0; }

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none; }

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent; }

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent; }

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none; }

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none; }

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px; }

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none; }

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important; }

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none; }

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0; }

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0; }

.slider-pro img.sp-layer {
  border: none; }

/*AC*/
.sp-slides.disabled {
  transform: translate3d(0px, 0, 0) !important;
  -webkit-transform: translate3d(0px, 0, 0) !important;
  -ms-transform: translate3d(0px, 0, 0) !important; }

@media all and (max-width: 767px) {
  .slide-content {
    text-align: center;
    top: 66%; } }

/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none; }

.mean-container {
  margin: 0;
  padding: 0;
  max-height: 100%;
  /* padding-bottom: 10px; */
  position: absolute;
  width: 100%; }

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: #FCFCFC;
  /*padding: 4px 0;*/
  z-index: 250;
  overflow: hidden !important;
  /*max-height: 280px;*/ }

.mean-container .mean-bar img {
  padding: 3px 0 6px 10px;
  max-width: 130px; }

.mean-bar > a {
  /*display: none !important;*/ }

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600; }

.mean-container a.meanmenu-reveal span {
  display: block;
  height: 3px;
  margin-top: 3px; }

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background-color: #CB0000;
  /*margin-top: 4px;*/ }

.mean-container .mean-nav ul {
  padding: 30px 0;
  margin: 0;
  width: 100%;
  list-style-type: none; }

.mean-container .mean-nav ul li {
  position: relative;
  /*float: left;*/
  width: 100% !important;
  margin: 0;
  list-style-image: none; }

.mean-container .mean-nav ul li a {
  display: block;
  /*float: left;*/
  width: 100%;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  border-bottom: 0px;
  font-weight: 300;
  text-decoration: none;
  color: white;
  font-size: 25px; }

.mean-container .mean-nav ul li.bold a {
  font-weight: 800; }

.mean-container .mean-nav ul li ul li {
  background: #f0f0eb; }

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0.5em 10%;
  border-top: 1px solid #e5e5e5;
  /*PS was 8F8F8F*/
  /*border-top: 1px solid rgba(255,255,255,0.25);*/
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: none !important;
  visibility: visible;
  color: #cb0000;
  /*PS*/ }

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0; }

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%; }

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%; }

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%; }

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1); }

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0px;
  width: 16px;
  height: 15px;
  padding: 20px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  line-height: 16px;
  font-weight: 700;
  background: #f0f0eb;
  /* margin-right: 10px; */
  border: none !important;
  color: #676767;
  /*border-left: 1px solid rgba(105, 41, 41, 0.5) !important;
	border-bottom: 1px solid rgba(105, 41, 41, 0.5) !important;*/ }

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #F7F7F7;
  /*PS was #3dafa8*/
  color: black !important; }

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.mean-bar {
  top: 0px; }

.mean-remove {
  display: none !important; }

.comap-meanmenu-reveal {
  background: transparent;
  border-radius: 0px;
  width: 20px;
  height: 40px;
  overflow: hidden;
  float: right;
  display: none;
  margin-left: 0px;
  margin-right: 20px;
  position: relative;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  right: 0px;
  border: 0px; }

.comap-meanmenu-reveal span {
  width: 20px;
  background-color: #FFFFFF;
  height: 2px;
  border-radius: 0px;
  display: inline-block;
  position: absolute;
  left: 0px;
  -moz-transition: all ease-in-out 80ms;
  -o-transition: all ease-in-out 80ms;
  -webkit-transition: all ease-in-out 80ms;
  transition: all ease-in-out 80ms; }

.comap-meanmenu-reveal span.top-line {
  top: 14px; }

.comap-meanmenu-reveal span.middle-line {
  top: 22px; }

.comap-meanmenu-reveal span.bottom-line {
  top: 30px; }

.comap-meanmenu-reveal:hover span.top-line {
  margin-top: -2px; }

.comap-meanmenu-reveal:hover span.bottom-line {
  margin-top: 2px; }

.comap-meanmenu-reveal.meanclose span.middle-line {
  display: none; }

.comap-meanmenu-reveal.meanclose span.top-line {
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 22px;
  width: 22px; }

.comap-meanmenu-reveal.meanclose span.bottom-line {
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  -moz-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 80ms;
  -webkit-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
  top: 22px;
  width: 22px; }

.comap-meanmenu-reveal.meanclose:hover span.top-line,
.comap-meanmenu-reveal.meanclose:hover span.bottom-line {
  margin-top: 0px; }

@media only screen and (max-width: 1100px) {
  .comap-meanmenu-reveal {
    display: block; }
  .header--only-left .comap-meanmenu-reveal {
    display: none; } }

@media only screen and (max-width: 750px) {
  .header--only-left .comap-meanmenu-reveal {
    display: block; } }

div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px; }

div.pp_default .pp_top .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat; }

div.pp_default .pp_top .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x; }

div.pp_default .pp_top .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat; }

div.pp_default .pp_content .ppt {
  color: #f8f8f8; }

div.pp_default .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px; }

div.pp_default .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px; }

div.pp_default .pp_next:hover {
  background: url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer; }

div.pp_default .pp_previous:hover {
  background: url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer; }

div.pp_default .pp_expand {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_expand:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer; }

div.pp_default .pp_contract {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px; }

div.pp_default .pp_contract:hover {
  background: url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer; }

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer; }

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0; }

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px; }

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px; }

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative; }

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px; }

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0; }

div.pp_default .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat; }

div.pp_default .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x; }

div.pp_default .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat; }

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; }

div.light_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; }

div.light_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; }

div.light_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_contract {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.light_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; }

div.light_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; }

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; }

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; }

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; }

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; }

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; }

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff; }

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; }

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; }

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; }

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; }

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; }

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: #000; }

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0; }

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat; }

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.dark_square .pp_nav {
  clear: none; }

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; }

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; }

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px; }

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; }

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; }

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_previous {
  background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%; }

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative; }

div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: #fff; }

div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px; }

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important; }

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default; }

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default; }

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; }

div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; }

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4; }

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff; }

.pp_top,
.pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top,
* html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade,
.pp_gallery li.default a img {
  display: none; }

/*ac*/
div.ppt {
  display: none !important;
  margin: 0; }

a.pp_close {
  right: 2px;
  top: 13px;
  z-index: 1000000; }

.pp_gallery div {
  max-width: 50px;
  max-height: 210px;
  overflow: hidden; }

#pp_full_res {
  line-height: 1 !important;
  position: absolute;
  left: 13px;
  top: 17px; }

.pp_gallery {
  display: block !important;
  left: auto;
  margin-top: -100px;
  position: absolute;
  z-index: 10000;
  top: 50%;
  right: 3%;
  width: 50px !important;
  margin-left: 0 !important; }

@media all and (max-width: 768px) {
  .pp_gallery {
    display: none !important; } }

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  display: none;
  height: 0px;
  width: 0px;
  margin: 0; }

.pp_gallery ul {
  float: none;
  height: 200px;
  position: relative;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  display: table-row;
  overflow: hidden; }

.pp_gallery li {
  float: left;
  margin: 0;
  padding: 0;
  display: table-row;
  margin: 0 0 10px; }

.pp_gallery li.default {
  display: none; }

#pp_full_res {
  left: 7%;
  top: 10%;
  width: 80%;
  height: 80%; }

.pp_hoverContainer {
  position: absolute;
  width: 80% !important;
  z-index: 2000;
  left: 7% !important; }

.prettyGalleryContainer {
  clear: both;
  float: left;
  margin: 0 0 10px 0; }

.prettyGalleryContainer a:focus {
  outline: none; }

.prettyGalleryContainer img {
  border: 0; }

.prettyGalleryContainer ul {
  margin: 0;
  padding: 0; }

.prettyGalleryContainer ul li {
  display: block;
  float: left; }

.prettyGalleryContainer ul li a,
.prettyGalleryContainer ul li a img {
  display: block; }

.prettyGalleryBackground {
  background: url(../images/prettyGallery/content_background.png) top left repeat;
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 0 10px 0; }

.pp_alignleft {
  float: left; }

.pp_alignright {
  float: right; }

.pp_aligncenter {
  margin: 0 auto; }

.pg_paging .pg_previous {
  background: url(../images/prettyGallery/pagingNav.png) top left no-repeat;
  display: block;
  float: left;
  height: 14px;
  margin: 1px 3px 5px 0;
  overflow: hidden;
  text-indent: -10000px;
  width: 9px; }

.pg_paging .pg_previous:hover {
  background-position: 0 -14px; }

.pg_paging .pg_next {
  background: url(../images/prettyGallery/pagingNav.png) top right no-repeat;
  display: block;
  float: left;
  height: 14px;
  margin: 1px 0 0 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 9px; }

.pg_paging .pg_next:hover {
  background-position: 100% -14px; }

.pg_paging li {
  text-align: center; }

.pg_pages {
  background: url(../images/prettyGallery/pagingBackgroundLeft.png) top left no-repeat;
  float: left;
  padding-left: 8px; }

.pg_pages ul {
  background: url(../images/prettyGallery/pagingBackgroundRight.png) top right no-repeat;
  float: left;
  height: 15px;
  padding-right: 9px; }

.pg_pages ul li {
  line-height: 15px; }

.pg_pages ul li.selected {
  font-weight: bold; }

.pg_pages a {
  color: #fff;
  font-family: Arial;
  font-size: 11px;
  text-decoration: none;
  padding: 2px; }

.pg_pages a:hover {
  color: #c4c4c4; }

.pg_pages a.circle {
  display: block;
  background: url(../images/prettyGallery/pagingPageNumber.png) top left no-repeat;
  height: 8px;
  margin: 3px 1px 0 3px;
  padding: 0;
  text-indent: -10000px;
  width: 8px; }

.pg_pages a.circle:hover,
.pg_pages .selected a.circle {
  background-position: bottom left; }

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 14px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 220px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled,
.selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: calc(100% + 10px);
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 6px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

@media all and (min-width: 768px) {
  .selectboxit-container .selectboxit-options {
    min-width: calc(100% + 30px); } }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none; }

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px; }

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #333333;
  background-color: #e6e6e6; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

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

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
.mejs__offscreen {
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - no support for clip-path */
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.mejs__container {
  background: #000;
  box-sizing: border-box;
  font-family: 'Helvetica', Arial, serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top; }

.mejs__container .mejs__video {
  min-height: 140px; }

.mejs__container * {
  box-sizing: border-box; }

/* Hide native play button from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important; }

.mejs__fill-container,
.mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%; }

.mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.mejs__container:focus {
  outline: none; }

.mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%; }

.mejs__embed,
.mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.mejs__fullscreen {
  overflow: hidden !important; }

.mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000; }

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important; }

.mejs__clear {
  clear: both; }

/* Start: LAYERS */
.mejs__background {
  left: 0;
  position: absolute;
  top: 0; }

.mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0; }

.mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

:root .mejs__poster-img {
  display: none; }

.mejs__poster-img {
  border: 0;
  padding: 0; }

.mejs__overlay {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1; }

.mejs__layer {
  z-index: 1; }

.mejs__overlay-play {
  cursor: pointer; }

.mejs__overlay-button {
  background: url("/fe/svg/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 1; }

.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px; }

.mejs__overlay-loading {
  height: 80px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px; }

.mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("/fe/svg/mejs-controls.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1; }

@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs__controls {
  bottom: 0;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.mejs__controls:not([style*='display: none']) {
  background: rgba(255, 0, 0, 0.7);
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35)); }

.mejs__button,
.mejs__time,
.mejs__time-rail {
  float: left;
  font-size: 10px;
  height: 40px;
  line-height: 10px;
  margin: 0;
  width: 32px; }

.mejs__button > button {
  background: transparent url("/fe/svg/mejs-controls.svg");
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 10px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px; }

/* :focus for accessibility */
.mejs__button > button:focus {
  outline: dotted 1px #999; }

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs__time {
  box-sizing: content-box;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
  padding: 16px 6px 0;
  text-align: center;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs__play > button {
  background-position: 0 0; }

.mejs__pause > button {
  background-position: -20px 0; }

.mejs__replay > button {
  background-position: -160px 0; }

/* End: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs__time-rail {
  direction: ltr;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
  width: 200px; }

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-float,
.mejs__time-hovered,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 10px;
  position: absolute; }

.mejs__time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 5px 0 0;
  width: 100%; }

.mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3); }

.mejs__time-current,
.mejs__time-handle-content {
  background: rgba(255, 255, 255, 0.9); }

.mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10; }

.mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2); }

.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%; }

.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1); }

.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important; }

.mejs__time-handle,
.mejs__time-handle-content {
  border: 4px solid transparent;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11; }

.mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: -7px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px; }

.mejs__time-rail:hover .mejs__time-handle-content,
.mejs__time-rail .mejs__time-handle-content:focus,
.mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.mejs__time-float {
  background: #eee;
  border: solid 1px #333;
  bottom: 100%;
  color: #111;
  display: none;
  height: 17px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 36px; }

.mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px; }

.mejs__time-float-corner {
  border: solid 5px #eee;
  border-color: #eee transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }

.mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px; }

.mejs__long-video .mejs__time-float-current {
  width: 60px; }

.mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%; }

/* End: Progress Bar */
/* Start: Fullscreen */
.mejs__fullscreen-button > button {
  background-position: -80px 0; }

.mejs__unfullscreen > button {
  background-position: -100px 0; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs__mute > button {
  background-position: -60px 0; }

.mejs__unmute > button {
  background-position: -40px 0; }

.mejs__volume-button {
  position: relative; }

.mejs__volume-button > .mejs__volume-slider {
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1; }

.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px; }

.mejs__volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px; }

.mejs__volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%; }

.mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px; }

.mejs__horizontal-volume-slider {
  display: block;
  float: left;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px; }

.mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px; }

.mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.mejs__horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs__captions-button,
.mejs__chapters-button {
  position: relative; }

.mejs__captions-button > button {
  background-position: -140px 0; }

.mejs__chapters-button > button {
  background-position: -180px 0; }

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -51px;
  visibility: hidden;
  width: 85px; }

.mejs__chapters-button > .mejs__chapters-selector {
  width: 110px; }

.mejs__captions-button > .mejs__captions-selector,
.mejs__chapters-button > .mejs__chapters-selector {
  visibility: visible; }

.mejs__captions-selector-list,
.mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.mejs__captions-selector-list-item,
.mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0 10px; }

.mejs__captions-selector-list-item:hover,
.mejs__chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

.mejs__captions-selector-input,
.mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute; }

.mejs__captions-selector-label,
.mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 0 0; }

.mejs__captions-selected,
.mejs__chapters-selected {
  color: #21f8f8; }

.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px; }

.mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center; }

.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%; }

.mejs__captions-position-hover {
  bottom: 35px; }

.mejs__captions-text,
.mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap; }

.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me_cannotplay a {
  font-weight: bold; }

.mejs__container .me_cannotplay a {
  color: #fff; }

.me_cannotplay span {
  display: block;
  padding: 15px; }

/* End: Error */
.flex-grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-direction: wrap;
  -webkit-flex-direction: row;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .text-md-center {
    text-align: center; } }

.accordion {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 30px; }

.accordion__heading {
  margin: 10px 0;
  cursor: pointer;
  padding-right: 20px;
  font-family: 'Open Sans Light', sans-serif;
  font-weight: bold; }

.accordion__heading:after {
  content: "";
  width: 20px;
  height: 7px;
  display: inline-block;
  background-size: cover;
  float: right;
  margin-top: 15px;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.accordion__content {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 10px; }

.accordion__content--padding {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }

.accordion__content__heading {
  display: block;
  margin: 20px 0;
  font-size: 19px;
  font-size: 1.9rem; }

.accordion li {
  padding: 10px 15px;
  border-bottom: 1px solid #ebebeb; }

.accordion a {
  display: block;
  margin-bottom: 10px; }

.accordion a:last-of-type {
  margin-bottom: 0; }

.accordion a.comap-btn {
  display: inline-block; }

@media all and (min-width: 768px) {
  .accordion__heading:after {
    margin-top: 25px; } }

.accordion--white-blocks .faq li {
  border: 0; }

.accordion--white-blocks .accordion__heading {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  word-wrap: break-word;
  margin: 0;
  position: relative;
  padding: 10px 15px; }

.accordion--white-blocks .accordion__heading:after {
  margin-top: 6px;
  position: absolute;
  right: 15px; }

.accordion--white-blocks .accordion__heading a {
  color: #000001; }

.accordion--white-blocks .accordion__heading a:hover {
  text-decoration: none; }

.accordion--white-blocks > li {
  border: 1px solid #ebebeb;
  margin-bottom: 15px;
  background: #ffffff;
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 20px; }

@media all and (min-width: 768px) {
  .accordion--white-blocks .accordion__heading {
    font-size: 19px;
    font-size: 1.9rem; }
  .accordion--white-blocks .accordion__heading:after {
    margin-top: 13px;
    position: absolute;
    right: 30px;
    display: block;
    margin-top: -12px; } }

.accordion-open .accordion__heading:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.feature--no-svg .accordion__heading:after {
  height: 10px; }

.square-links-nav a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #f00000;
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 10px; }

.square-links-nav a:hover,
.square-links-nav a:focus {
  outline: 0;
  color: #f00000;
  text-decoration: none; }

.square-links-nav a:after {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 20px; }

.square-links-nav__img-wrapper {
  display: none; }

.square-links-nav--products a {
  display: block;
  width: 100%;
  padding-left: 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 5px; }

.square-links-nav--products a .square-links-nav__img-wrapper {
  display: inline-block;
  width: 50px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -20px;
  height: 40px; }

.square-links-nav--products a .square-links-nav__img-wrapper img {
  width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.square-links-nav--products a:after {
  display: none; }

.square-links-nav--icons a .square-links-nav__img-wrapper {
  text-align: center;
  width: 25px; }

.square-links-nav--white a,
.square-links-nav--white a:hover,
.square-links-nav--white a:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none; }

@media all and (min-width: 768px) {
  .square-links-nav {
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 0 auto; }
  .square-links-nav a {
    font-size: 19px;
    font-size: 1.9rem;
    width: 185px;
    height: 185px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    padding-top: 120px;
    display: inline-block;
    margin: 0 5px 5px 0;
    text-align: center;
    position: relative;
    float: none;
    vertical-align: top; }
  .square-links-nav__img-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 130px;
    top: 0px;
    left: 0px; }
  .square-links-nav__img-wrapper img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .square-links-nav--products a {
    padding-left: 0; }
  .square-links-nav--products a .square-links-nav__img-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 130px;
    top: 0px;
    left: 0px;
    margin-top: 0; }
  .square-links-nav--products a .square-links-nav__img-wrapper img {
    width: auto;
    max-width: 75%;
    max-height: 75%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .square-links-nav--white a {
    border: 2px solid #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.4);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: -webkit-all ease-in-out 200ms;
    -moz-transition: -moz-all ease-in-out 200ms;
    -ms-transition: -ms-all ease-in-out 200ms;
    -o-transition: -o-all ease-in-out 200ms;
    transition: all ease-in-out 200ms; }
  .square-links-nav--white a:hover,
  .square-links-nav--white a:focus {
    outline: 0;
    border: 2px solid #ffffff; } }

@media all and (min-width: 1200px) {
  .square-links-nav a {
    float: left; } }

.product-filter__right .square-links-nav {
  margin: 30px 0 40px 0; }

.product-filter__right .square-links-nav a {
  height: auto; }

.product-filter__right .square-links-nav a span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000001;
  display: block;
  margin: 20px 0 10px; }

.product-filter__nav__content .square-links-nav--products > a {
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.product-filter__nav__content .square-links-nav--products > a:hover,
.product-filter__nav__content .square-links-nav--products > a:focus {
  outline: 0;
  border-color: #f00000; }

.multi-col-nav__col {
  padding-left: 10px; }

.multi-col-nav a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #f00000;
  text-align: left;
  margin-bottom: 10px;
  display: block; }

.multi-col-nav a:hover {
  color: #f00000; }

.multi-col-nav a:after {
  content: "";
  width: 6px;
  height: 11px;
  background-size: cover;
  display: inline-block;
  margin-left: 20px; }

.multi-col-nav--4-col .multi-col-nav__col {
  display: inline-block;
  width: 100%;
  float: left; }

.multi-col-nav:after {
  content: "";
  display: table;
  clear: both; }

.multi-col-nav h2 {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 40px; }

@media all and (min-width: 768px) {
  .multi-col-nav a {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 20px; }
  .multi-col-nav--4-col .multi-col-nav__col {
    width: 50%; }
  .multi-col-nav h2 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px; }
  .multi-col-nav__col {
    padding-left: 0px; } }

@media all and (min-width: 992px) {
  .multi-col-nav--4-col .multi-col-nav__col {
    width: 25%; }
  .multi-col-nav--with-heading .multi-col-nav__col {
    width: 50%; } }

@media all and (min-width: 1200px) {
  .multi-col-nav--with-heading .multi-col-nav__col {
    width: 25%;
    padding-left: 30px; }
  .multi-col-nav--with-heading .multi-col-nav__col:nth-of-type(4n+1) {
    padding-left: 0px; } }

.feature--no-svg .multi-col-nav a:after {
  height: 10px; }

.column-nav a {
  position: relative;
  font-size: 19px;
  font-size: 1.9rem;
  color: #f00000;
  text-align: left;
  margin-bottom: 10px;
  display: block; }

.column-nav a:hover {
  color: #f00000; }

.column-nav a:after {
  content: "";
  width: 6px;
  height: 11px;
  background-size: cover;
  display: inline-block;
  margin-left: 20px;
  margin-right: -130px; }

.column-nav h2 {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 40px; }

@media all and (min-width: 768px) {
  .column-nav a {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 20px; }
  .column-nav h2 {
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px; } }

.header-block {
  width: 100%;
  padding: 70px 0 35px;
  background-size: cover !important;
  position: relative;
  overflow: hidden; }

.header-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000001;
  background: -moz-linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #000001), color-stop(75%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  background: -o-linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  background: -ms-linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000001', endColorstr='#ffffff', GradientType=1);
  z-index: 1; }

.ltIE8 .header-block:before {
  display: none;
  content: none; }

.header-block__content {
  position: relative;
  z-index: 1;
  width: 100%; }

.header-block h1 {
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 350px;
  opacity: 1;
  -webkit-transition: -webkit-all ease-out 150ms;
  -moz-transition: -moz-all ease-out 150ms;
  -ms-transition: -ms-all ease-out 150ms;
  -o-transition: -o-all ease-out 150ms;
  transition: all ease-out 150ms; }

.header-block video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 0px;
  /* z-index: -1;*/ }

.header-block .header-video {
  display: none; }

.header-block__triangle-icon {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 57px;
  background-size: cover !important;
  position: relative;
  z-index: 50;
  left: 50%;
  margin-left: -25px;
  top: 50px; }

.header-block__triangle-icon img {
  width: 20px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: -10px; }

@media all and (min-width: 768px) {
  .header-block {
    min-height: 480px; }
  .header-block h1 {
    max-width: 700px; }
  .header-block__content {
    position: absolute;
    bottom: 60px;
    z-index: 1; } }

.header-block.playing h1 {
  opacity: 0; }

.header-block.playing .header-block__link {
  opacity: 0; }

.header-block.playing:after {
  opacity: 0; }

.header-loopback {
  position: relative; }

.header-loopback:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 177.77777778%; }

.header-loopback > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.header-loopback .mejs-controls,
.header-loopback .mejs-overlay-button {
  display: none !important; }

.header-loopback-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media (max-width: 1500px) {
  .header-loopback-container {
    width: 1500px; } }

.header-video {
  display: block !important; }

.header-block .modal-body,
#main-modal .modal-body {
  max-width: 320px;
  margin: 0 auto; }

@media (min-width: 768px) {
  .header-block .modal-body,
  #main-modal .modal-body {
    max-width: 640px; } }

@media (min-width: 1100px) {
  .header-block .modal-body,
  #main-modal .modal-body {
    max-width: 1024px; } }

@media all and (max-width: 340px) {
  .header-block__content .comap-btn:link {
    margin: 0 0 5px;
    min-width: 155px; } }

.circle-boxes {
  text-align: center; }

@media all and (min-width: 992px) {
  .circle-boxes {
    min-height: 410px; } }

.circle-box {
  display: inline-block;
  width: 260px;
  height: 100%;
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin: 0 auto 15px;
  padding-bottom: 10px;
  background: #ffffff; }

.circle-box strong {
  display: block;
  margin-bottom: 3px; }

.circle-box__img {
  width: 110px;
  height: 130px;
  display: inline-block;
  margin-bottom: -5px; }

.circle-box__img img {
  width: 100%;
  position: relative;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.circle-box__text {
  height: 130px;
  width: 100%;
  vertical-align: middle;
  padding: 0 40px;
  margin-top: 30px; }

@media all and (min-width: 992px) {
  .circle-box {
    display: inline-block;
    width: 330px;
    height: 330px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    margin: 0 auto 15px;
    padding-bottom: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%; }
  .circle-box__text {
    padding: 0 50px; }
  .circle-box:nth-of-type(2) {
    width: 410px;
    height: 410px;
    margin: 0 0 0 -205px;
    z-index: 5; }
  .circle-box:nth-of-type(2) .circle-box__img {
    height: 220px;
    width: 150px;
    margin-bottom: 5px; }
  .circle-box:nth-of-type(2) .circle-box__text {
    padding: 0 80px; }
  .circle-box:first-of-type {
    margin-left: -480px;
    bottom: -15px; }
  .circle-box:first-of-type .circle-box__img {
    height: 160px; }
  .circle-box:last-of-type {
    margin-left: 150px;
    bottom: -15px; }
  .circle-box:last-of-type .circle-box__img {
    height: 160px; } }

.ltIE8 .circle-box {
  position: relative;
  left: inherit; }

.ltIE8 .circle-box .circle-box__img img {
  top: 40px; }

.ltIE8 .circle-box .circle-box__text {
  padding-top: 40px; }

.testimonial {
  font-size: 14px;
  font-size: 1.4rem; }

.testimonial h2 {
  max-width: 240px;
  margin: 0 auto 25px;
  text-align: left; }

.testimonial__white-box {
  background: #ffffff;
  color: #000001;
  padding: 30px;
  font-style: italic;
  text-align: left;
  margin-bottom: -25px; }

.testimonial__author {
  margin-top: 40px;
  text-align: center;
  font-style: normal; }

.testimonial__author__name {
  color: #f00000;
  font-weight: 600;
  display: block; }

.testimonial__author_position {
  color: #676767;
  display: block; }

.testimonial__author__logo {
  width: 100%;
  text-align: center;
  margin-top: 20px; }

.testimonial__author__logo img {
  max-width: 100%; }

.testimonial--no-heading {
  margin-top: 160px; }

@media all and (min-width: 768px) {
  .testimonial h2 {
    max-width: 400px;
    text-align: left; }
  .testimonial__author {
    text-align: left; } }

@media all and (min-width: 992px) {
  .testimonial {
    font-size: 19px;
    font-size: 1.9rem; }
  .testimonial--no-heading {
    margin-top: 0; }
  .testimonial--no-heading .testimonial__red-box {
    margin-top: 290px; }
  .testimonial h2 {
    margin: 80px 0 100px; }
  .testimonial .col-xs-12 {
    padding: 0; }
  .testimonial__red-box {
    background: #f00000;
    color: #ffffff;
    padding: 50px 40px;
    width: 300px;
    float: right;
    font-style: italic;
    text-align: left; }
  .testimonial__red-box--big-font {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 300;
    padding: 80px 40px; }
  .testimonial__white-box {
    padding: 60px 50px; }
  .testimonial__author {
    margin-top: 40px;
    text-align: left;
    font-style: normal;
    position: relative;
    padding-right: 55%; }
  .testimonial__author__name {
    color: #f00000;
    font-weight: 600;
    display: block; }
  .testimonial__author_position {
    color: #676767;
    display: block; }
  .testimonial__author__logo {
    width: 50%;
    height: 100%;
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right; }
  .testimonial__author__logo img {
    max-width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.full-width--red-img .testimonial__white-box p {
  background: #ffffff;
  color: #000001;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: -25px; }

.full-width--red-img-about-us {
  min-height: 500px;
  background-size: cover !important;
  background-position: 50% 50% !important; }

@media (max-width: 992px) {
  .full-width--red-img-about-us {
    background: #f00000 !important; } }

.distributor {
  font-size: 14px;
  font-size: 1.4rem; }

.distributor__logo {
  text-align: center; }

.distributor__logo img {
  max-width: 100%; }

.distributor h2 {
  text-align: center;
  margin: 10px 0 30px; }

.distributor__detail {
  background: #ffffff;
  padding: 25px 25px 25px 115px;
  position: relative;
  min-height: 100px; }

.distributor__detail__photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 72px;
  height: 72px; }

.distributor__detail__photo img {
  margin-top: 0 !important; }

.distributor__detail__name {
  font-weight: 600;
  display: block;
  margin-bottom: 5px; }

.distributor__detail__mail a,
.distributor__detail__mail a:link {
  color: #f00000; }

.distributor__link {
  display: block;
  padding: 15px 20px 0;
  background: #f00000;
  color: #ffffff;
  min-width: 180px;
  float: right;
  margin-left: 30%; }

.distributor__link:last-of-type {
  padding-bottom: 15px; }

.distributor__link:hover,
.distributor__link:link {
  color: #ffffff; }

.distributor__link:after {
  content: "";
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-left: 15px;
  float: right;
  margin-top: 4px; }

.distributor--header {
  padding: 40px 0 40px 110px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%; }

.distributor--header .comap-link--red {
  float: right;
  margin-right: 30px;
  font-size: 16px;
  font-size: 1.6rem; }

.distributor--header__img {
  position: absolute;
  top: 8px;
  left: 0;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }

.distributor--header__img img {
  width: 100%; }

.distributor--header__name {
  font-weight: 600;
  margin-right: 30px; }

.distributor--header__phone {
  margin-right: 30px; }

.distributor--header__mail,
.distributor--header__mail:hover,
.distributor--header__mail:link,
.distributor--header__mail:visited {
  color: #f00000; }

@media all and (max-width: 990px) {
  .distributor--header__name,
  .distributor--header__mail {
    margin-right: 15px;
    float: none; }
  .distributor--header .comap-link--red {
    float: none;
    margin-right: 0;
    display: block; } }

@media all and (min-width: 768px) {
  .distributor__logo {
    text-align: left; }
  .distributor h2 {
    text-align: left; }
  .distributor h2.distributor__title--center {
    text-align: center;
    max-width: 100%; } }

.anchor-nav {
  text-align: center; }

.anchor-nav a {
  display: inline-block;
  color: #f00000;
  font-size: 17px;
  font-size: 1.7rem;
  padding-bottom: 45px;
  min-width: 185px;
  text-align: center;
  position: relative; }

.anchor-nav a:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #ffffff;
  background-position: 50% 50%;
  background-size: 12px 6px;
  background-repeat: no-repeat;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 1; }

.anchor-nav a:after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0; }

.anchor-nav a:first-of-type:after {
  width: 50%;
  left: 50%; }

.anchor-nav a:last-of-type:after {
  width: 50%; }

.anchor-nav--margin-bottom {
  margin-bottom: 40px; }

.white-box {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 20px;
  position: relative;
  z-index: 5;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 50px;
  margin-top: 15px; }

.white-box h3 {
  color: #f00000;
  margin-top: 0; }

.white-box h3 a {
  color: #f00000; }

.white-box h4 {
  margin-top: 0;
  margin-bottom: 0; }

.white-box__desc {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 400; }

.white-box__extra {
  margin: 0 0 15px 15px;
  display: block; }

.white-box__extra--graduate:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 43px;
  height: 24px;
  background: url("../img/icon-graduate.png");
  background-size: cover;
  position: relative;
  top: -3px;
  left: -10px; }

.white-box--download {
  display: inline-block;
  color: #000001;
  width: 100%;
  padding: 15px;
  margin-top: 5px;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.white-box--download .white-box__name {
  color: #f00000;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  max-width: 85%; }

.white-box--download .white-box__name:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px; }

.white-box--download:hover,
.white-box--download:focus {
  outline: 0;
  text-decoration: none;
  color: #000001;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

@media all and (min-width: 992px) {
  .white-box--download:hover:hover,
  .white-box--download:focus:hover,
  .white-box--download:hover:focus,
  .white-box--download:focus:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.white-box--download .white-box__type {
  display: inline-block;
  float: right; }

.white-box--download .white-box__size,
.white-box--download .white-box__date {
  display: inline-block;
  width: 95px;
  float: right; }

.white-box--knowledge {
  display: inline-block;
  color: #000001;
  width: 100%;
  padding: 15px;
  margin-top: 5px; }

.white-box--knowledge:hover,
.white-box--knowledge:focus {
  outline: 0;
  text-decoration: none;
  color: #000001; }

.white-box--knowledge .white-box__name {
  color: #f00000;
  font-weight: 600;
  position: relative;
  display: inline-block;
  max-width: 100%; }

.white-box--knowledge .white-box__desc {
  display: none;
  margin-bottom: 0; }

.white-box--club-item {
  padding-right: 20px;
  color: #000001;
  display: block;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  padding: 10px 15px; }

.white-box--club-item:hover,
.white-box--club-item:focus {
  outline: 0;
  color: #000001;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

@media all and (min-width: 992px) {
  .white-box--club-item:hover:hover,
  .white-box--club-item:focus:hover,
  .white-box--club-item:hover:focus,
  .white-box--club-item:focus:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.white-box--club-item strong {
  color: #f00000;
  font-weight: 600;
  display: block; }

.white-box--club-item__info:after {
  content: "";
  display: table;
  clear: both; }

.white-box--club-item .white-box__desc {
  display: inline-block;
  margin-bottom: 0;
  width: 70%;
  float: left; }

.white-box--club-item .white-box__date {
  display: inline-block;
  margin-bottom: 0;
  width: 30%;
  float: right;
  text-align: right; }

.white-box--training .col-xs-12 {
  padding-top: 10px; }

.white-box--training .col-xs-12:last-of-type {
  padding-top: 0; }

.white-box--training .col-xs-12:last-of-type a {
  line-height: 30px; }

.white-box--menu {
  margin-top: 20px; }

.white-box--menu h3 {
  color: #000001; }

.white-box--menu ul {
  list-style-type: none;
  padding-left: 0;
  margin: 15px 0 30px; }

.white-box--menu ul li {
  display: block;
  margin-bottom: 10px; }

.white-box--menu a {
  color: #f00000;
  display: inline-block;
  position: relative; }

.white-box--menu a span {
  display: inline-block;
  margin-left: 20px;
  background: #f3f3f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  right: -50px;
  top: -2px; }

.white-box--menu--arrows a:after {
  content: "";
  width: 6px;
  height: 11px;
  background-size: cover;
  display: inline-block;
  margin-left: 20px; }

.white-box--menu--arrows li:last-of-type a:after {
  display: none; }

.white-box--shadow-hover,
.white-box:focus {
  outline: 0;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.white-box--shadow-hover:hover,
.white-box:focus:hover,
.white-box--shadow-hover:focus,
.white-box:focus:focus {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

@media all and (min-width: 992px) {
  .white-box--shadow-hover:hover:hover,
  .white-box:focus:hover:hover,
  .white-box--shadow-hover:focus:hover,
  .white-box:focus:focus:hover,
  .white-box--shadow-hover:hover:focus,
  .white-box:focus:hover:focus,
  .white-box--shadow-hover:focus:focus,
  .white-box:focus:focus:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.white-box--search {
  display: inline-block;
  color: #000001;
  width: 100%;
  padding: 15px;
  margin-top: 5px; }

.white-box--search :hover,
.white-box--search :focus {
  outline: 0;
  text-decoration: none;
  color: #000001; }

.white-box--search .white-box__name a {
  color: #f00000;
  font-weight: 600;
  position: relative;
  display: inline-block; }

.white-box--search .white-box__desc,
.white-box--search .white-box__category,
.white-box--search .white-box__date,
.white-box--search .white-box__size,
.white-box--search a.comap-btn.comap-btn--border-red,
.white-box--search .product-download::before {
  display: none;
  margin-bottom: 0; }

.white-box--search .white-box__flag {
  display: inline-block;
  width: 20px; }

.white-box--search .white-box__type {
  display: inline-block;
  width: 30px; }

@media all and (min-width: 768px) {
  .white-box {
    padding: 45px 50px 30px; }
  .white-box div {
    display: inline-block; }
  .white-box .white-box__extra {
    display: block; }
  .white-box .white-box__extra + .comap-btn {
    position: relative;
    top: -63px; }
  .white-box__heading {
    width: 270px; }
  .white-box .comap-btn {
    float: right;
    margin-top: -6px; }
  .white-box--download {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 15px; }
  .white-box--knowledge {
    padding: 30px;
    margin-top: 15px; }
  .white-box--knowledge .white-box__name {
    max-width: 100%; }
  .white-box--club-item {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 30px;
    margin-bottom: 10px;
    margin-top: 0; }
  .white-box--club-item > * {
    vertical-align: top; }
  .white-box--club-item__info {
    width: 100%; }
  .white-box--club-item strong {
    width: 80%;
    display: inline-block;
    margin-right: 4%;
    margin-bottom: 10px; }
  .white-box--club-item .white-box__desc {
    font-size: 16px;
    font-size: 1.6rem;
    float: none;
    display: inline-block;
    width: 80%;
    margin-right: 4%; }
  .white-box--club-item .white-box__date {
    float: right;
    display: inline-block;
    width: 14%; }
  .white-box--menu {
    padding: 30px;
    margin-top: 0;
    font-size: 17px;
    font-size: 1.7rem; }
  .white-box--menu--arrows,
  .white-box--menu--no-arrows {
    width: 100%; }
  .white-box--menu--arrows a:after {
    margin-left: 0; }
  .white-box--menu h3 {
    margin-bottom: 0; }
  .white-box--menu ul {
    margin-top: 10px; }
  .white-box--menu ul li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0; }
  .white-box--menu ul li:last-of-type {
    border-bottom: none; }
  .white-box--menu ul li a {
    display: block;
    padding: 15px 0;
    margin-bottom: 0; }
  .white-box--menu ul li a:after {
    float: right;
    margin-top: 7px; }
  .white-box--menu ul li a span {
    position: relative;
    float: right;
    margin-left: 0;
    right: 0; }
  .white-box--menu .comap-btn {
    float: none; } }

@media all and (min-width: 768px) and (max-width: 991px) {
  .white-box--menu .comap-btn:before {
    display: none; }
  .white-box--menu .comap-btn {
    padding-left: 15px; } }

@media all and (min-width: 992px) {
  .white-box--download .white-box__name {
    max-width: 520px; }
  .white-box--download .white-box__type {
    width: 95px; }
  .white-box--download .white-des,
  .white-box--download .white-box__date {
    display: inline-block;
    float: right;
    width: 105px; }
  .white-box--knowledge .white-box__name {
    width: 300px;
    display: block;
    float: left;
    margin-right: 20px; }
  .white-box--knowledge .white-box__desc {
    display: inline-block;
    max-width: 550px; } }

@media all and (min-width: 1200px) {
  .white-box .white-box__extra {
    display: inline-block;
    margin-left: 150px; }
  .white-box .white-box__extra + .comap-btn {
    top: 0; }
  .white-box--knowledge .white-box__desc {
    max-width: 750px; }
  .white-box--search {
    padding: 25px 10px 20px 30px;
    margin-top: 10px; }
  .white-box--search .white-box__name {
    display: inline-block;
    max-width: 450px; }
  .white-box--search .white-box__name a {
    display: inline-flex;
    align-items: center; }
  .white-box--search .white-box__desc,
  .white-box--search a.comap-btn.comap-btn--border-red {
    display: inline-block; }
  .white-box--search .white-box__category {
    min-width: 150px;
    display: inline-block; }
  .white-box--search .white-box__date {
    min-width: 170px;
    display: inline-block; }
  .white-box--search .white-box__size {
    min-width: 90px;
    display: inline-block; }
  .white-box--search .product-download::before {
    content: "";
    display: inline-block;
    width: 3.2rem;
    height: 3.2rem;
    left: -5px;
    background-position: center;
    position: relative;
    bottom: 0; } }

@media all and (min-width: 768px) {
  .white-box--calendar {
    font-size: 14px;
    font-size: 1.4rem; } }

@media all and (min-width: 992px) {
  .white-box--calendar {
    margin-top: 0;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px; }
  .white-box--calendar .calendar {
    width: 100%; }
  .white-box--calendar .calendar img {
    max-width: 150px; }
  .white-box--calendar .calendar a {
    font-size: 20px;
    font-size: 2rem;
    padding-top: 0; }
  .white-box--calendar .calendar a.comap-link {
    padding: 10px 0;
    font-size: 20px;
    font-size: 2rem; }
  .white-box--calendar .calendar a.comap-link:after {
    float: none; }
  .white-box--calendar .calendar-date {
    font-size: 12px;
    font-size: 1.2rem; } }

h4.search-page {
  color: #b7b3ad; }

.detail-downloads-checkboxes.search-page label {
  width: 150px;
  display: inline-block !important;
  font-weight: bold; }

.form-wrapper,
.contact-box {
  font-size: 16px;
  font-size: 1.6rem;
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin: 0 auto 30px auto;
  padding: 15px 30px 30px 30px;
  max-width: 910px;
  position: relative;
  z-index: 2; }

.form-wrapper .explanation-text,
.contact-box .explanation-text,
.form-wrapper .ExplanationText,
.contact-box .ExplanationText {
  margin-bottom: 30px; }

.form-wrapper .EditingFormCategoryRow,
.contact-box .EditingFormCategoryRow {
  font-size: 24px;
  font-size: 2.4rem; }

.form-wrapper .EditingFormCategoryRow td,
.contact-box .EditingFormCategoryRow td {
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 30px; }

.form-wrapper .EditingFormCategoryRow .EditingFormValueCell,
.contact-box .EditingFormCategoryRow .EditingFormValueCell {
  display: none; }

.form-wrapper .EditingFormTable,
.contact-box .EditingFormTable,
.form-wrapper .form-group,
.contact-box .form-group {
  width: 100%; }

.form-wrapper td,
.contact-box td,
.form-wrapper .editing-form-label-cell,
.contact-box .editing-form-label-cell,
.form-wrapper .editing-form-value-cell,
.contact-box .editing-form-value-cell {
  display: block;
  width: 100%; }

.form-wrapper input[type=text],
.contact-box input[type=text],
.form-wrapper input[type=password],
.contact-box input[type=password],
.form-wrapper input[type=email],
.form-wrapper textarea,
.contact-box textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px; }

.form-wrapper input[type=text]:focus,
.contact-box input[type=text]:focus,
.form-wrapper input[type=password]:focus,
.contact-box input[type=password]:focus,
.form-wrapper input[type=email]:focus,
.form-wrapper textarea:focus,
.contact-box textarea:focus {
  outline: 0;
  border: 1px solid #f00000;
  background: #fff1f1;
  box-shadow: none; }

.form-wrapper textarea,
.contact-box textarea {
  height: 100px;
  padding: 20px; }

.form-wrapper label,
.contact-box label {
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 20px;
  width: 100%; }

.form-wrapper input[type=file],
.form-wrapper input[type=file]:active,
.form-wrapper input[type=submit],
.contact-box input[type=submit],
.form-wrapper input[type=submit]:active,
.contact-box input[type=submit]:active {
  border: 1px solid #f00000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 40px 10px 20px;
  font-size: 19px;
  font-size: 1.9rem;
  color: #000001;
  outline: 0;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.form-wrapper input[type=file]:hover,
.form-wrapper input[type=submit]:hover,
.contact-box input[type=submit]:hover {
  color: #f00000; }

.form-wrapper .EditingFormButtonCell,
.contact-box .EditingFormButtonCell {
  text-align: center;
  margin-top: 30px; }

.form-wrapper .EditingFormErrorLabel,
.contact-box .EditingFormErrorLabel,
.form-wrapper .ErrorLabel,
.contact-box .ErrorLabel,
.form-wrapper .error-label,
.contact-box .error-label,
.form-wrapper .form-control-error,
.contact-box .form-control-error {
  margin: -10px 0 20px 0;
  color: #f00000;
  font-size: 14px;
  font-size: 1.4rem;
  display: block; }

.form-wrapper .field-required,
.contact-box .field-required,
.form-wrapper .required-mark,
.contact-box .required-mark {
  float: right;
  display: inline-block;
  color: #808080;
  font-size: 14px;
  font-size: 1.4rem; }

.form-wrapper .form-horizontal .form-group,
.contact-box .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-wrapper .form-horizontal .control-label,
.contact-box .form-horizontal .control-label {
  text-align: left;
  margin-bottom: 15px; }

.contact-box input[type=email] {
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.contact-box input[type=email]:focus {
  outline: 0;
  border: 1px solid #f00000; }

.form-wrapper.js-upload-styles .uploader-tr input[type=file] {
  display: none; }

.form-wrapper.js-upload-styles .uploader-tr label {
  margin-bottom: 150px;
  position: relative;
  width: 100%; }

.form-wrapper.js-upload-styles .uploader-tr .fake-upload {
  height: 115px;
  width: 100%;
  position: absolute;
  top: 35px;
  left: 0; }

.form-wrapper.js-upload-styles .uploader-tr .fake-upload__text {
  width: 100%;
  height: 50px;
  overflow: hidden;
  display: block;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 20px; }

.form-wrapper.js-upload-styles .uploader-tr .fake-upload__button {
  width: 100%;
  min-height: 50px;
  cursor: pointer;
  padding: 14px 25px 12px 15px;
  margin-bottom: 15px; }

.form-wrapper.js-upload-styles .uploader-tr .fake-upload__button:after {
  position: absolute;
  right: 15px;
  top: 20px; }

@media all and (min-width: 768px) {
  .form-wrapper.js-upload-styles .uploader-tr label {
    margin-bottom: 80px; }
  .form-wrapper.js-upload-styles .uploader-tr .fake-upload {
    height: 50px; }
  .form-wrapper.js-upload-styles .uploader-tr .fake-upload__text {
    width: auto; }
  .form-wrapper.js-upload-styles .uploader-tr .fake-upload__button {
    width: 140px;
    margin-left: 10px;
    float: right;
    margin-bottom: 0; } }

.questionnaire .radio input[type="radio"],
.questionnaire .radio-inline input[type="radio"],
.questionnaire .checkbox input[type="checkbox"],
.questionnaire .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -6px;
  margin-top: 4px; }

.questionnaire a {
  color: #f00000; }

.questionnaire .form-wrapper {
  margin: 30px auto;
  padding: 30px;
  /*td.FieldLabel span {
            background: @color-input-border;
            display: block;
            padding: 5px 20px;
            color: #000;
            margin: 10px -30px;
            font-weight: 600;
        }*/ }

.questionnaire .form-wrapper label {
  font-weight: normal;
  display: inline;
  padding: 0; }

.questionnaire .form-wrapper .category-row {
  font-size: 20px;
  font-size: 2rem; }

.questionnaire .form-wrapper .category-row td {
  padding-top: 20px;
  padding-bottom: 5px;
  font-weight: bold; }

.questionnaire .form-wrapper .category-row .EditingFormValueCell {
  display: none; }

.questionnaire .form-wrapper .category-row .EditingFormLabel {
  width: auto;
  float: none; }

.questionnaire .form-wrapper .EditingFormLabel {
  display: block;
  width: 100%;
  float: left; }

.questionnaire .form-wrapper td.FieldLabel {
  display: inline-block;
  padding-top: 10px; }

.questionnaire .form-wrapper td.FieldLabel :after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.questionnaire .form-wrapper span.required-mark {
  display: block;
  width: 20%;
  float: right;
  text-align: right; }

.questionnaire .form-wrapper .radio.radio-list-horizontal label {
  padding: 0 5px 0 15px; }

.questionnaire .form-wrapper .comap-btn-prev {
  border: 1px solid #f00000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px 10px 40px;
  font-size: 19px;
  font-size: 1.9rem;
  color: #000001;
  outline: 0;
  position: absolute; }

.questionnaire h1 {
  font-size: 4rem;
  color: #f00000;
  margin: 0 0 20px; }

.questionnaire .button-right {
  margin: 0 5% 0 87%; }

.questionnaire .EditingFormTable input[type=submit] {
  position: absolute;
  right: 30px; }

.dropdown-bottom ul {
  max-height: 250px !important; }

.form-filter {
  display: none;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem; }

.form-filter .form-group {
  margin: 5px 0;
  display: inline-block;
  width: 100%; }

.form-filter .form-group .filter-form-label-cell {
  margin-right: 15px;
  width: 150px; }

.form-filter .form-group .filter-form-label-cell label {
  font-weight: normal; }

.form-filter .form-group .filter-form-label-cell,
.form-filter .form-group .filter-form-value-cell-wide {
  display: inline-block;
  vertical-align: middle;
  line-height: 35px; }

.form-filter .form-group .filter-form-label-cell input,
.form-filter .form-group .filter-form-value-cell-wide input {
  line-height: 30px; }

.form-filter .form-group .filter-form-value-cell-wide {
  width: 250px; }

.form-filter input[type=submit],
.form-filter input[type=submit]:active {
  border: 1px solid #f00000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 40px 10px 20px;
  font-size: 19px;
  font-size: 1.9rem;
  color: #000001;
  outline: 0;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  margin: 15px 15px 15px 0; }

.search input[type=text]:-ms-input-placeholder {
  color: #b7b3ad !important; }

.add-on-panel {
  font-size: 16px;
  font-size: 1.6rem;
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin: 0 auto;
  padding: 60px 30px;
  position: relative;
  z-index: 2;
  display: inline-block; }

.add-on-panel .product-block {
  text-align: center;
  height: 300px; }

.add-on-panel .alert-success {
  font-family: "Courier New";
  font-size: 1.2em; }

.add-on-panel .licence-terms {
  height: 200px;
  margin-bottom: 40px;
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden; }

.add-on-panel .form-element-required {
  color: #f00000;
  margin-right: 15px; }

.add-on-panel .user-table {
  margin: auto;
  width: 500px; }

.add-on-panel .licence-agreement-label,
.add-on-panel .serial-number-label {
  font-weight: normal; }

.add-on-panel input[type=submit].comap-btn-next {
  border: 1px solid #f00000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 40px 10px 20px;
  font-size: 19px;
  font-size: 1.9rem;
  color: #000001;
  outline: 0;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  margin-top: 20px; }

.add-on-panel input[type=submit].comap-btn-prev {
  border: 1px solid #f00000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px 10px 40px;
  font-size: 19px;
  font-size: 1.9rem;
  color: #000001;
  outline: 0;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  margin-top: 20px; }

.add-on-panel .comap-btn--buy {
  margin-top: 20px; }

.add-on-panel .button--right {
  float: right; }

.add-on-panel .errors {
  list-style-type: none;
  padding: 4px;
  margin: 0;
  color: #f00000; }

.add-on-panel .button-center {
  display: block;
  margin: auto; }

.add-on-panel .button-center:hover {
  background-color: #ffffff;
  color: #000; }

.add-on-panel .tooltip.in {
  opacity: 100; }

.add-on-panel .tooltip-inner {
  padding: 0;
  background: none;
  max-width: 190px;
  width: 190px; }

.add-on-panel .tooltip-inner h4 {
  margin: 0;
  background-color: #f00000;
  padding: 6px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.add-on-panel .tooltip-inner div {
  background-color: #ebebeb;
  color: black;
  padding: 6px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.add-on-panel #SUPPORTTABLE {
  width: 100%; }

.add-on-panel #SUPPORTTABLE th {
  background: #f00000;
  height: 22px;
  text-align: left;
  padding: 5px 20px;
  font-size: 16px;
  padding: 10px 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb; }

.add-on-panel #SUPPORTTABLE td {
  padding: 7px 0;
  font-size: small; }

.add-on-panel #SUPPORTTABLE td.checkbox {
  width: 25px;
  border-bottom: 1px solid #ebebeb;
  display: table-cell; }

.add-on-panel #SUPPORTTABLE td.checkbox input[type="checkbox"] {
  margin: 3px 3px 3px 4px;
  position: relative;
  margin-left: 0;
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.add-on-panel #SUPPORTTABLE td.filename {
  width: 80px;
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  padding-left: 5px; }

.add-on-panel #SUPPORTTABLE td.filename label {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: normal; }

.add-on-panel #SUPPORTTABLE td.description {
  border-bottom: 1px solid #ebebeb;
  text-align: left;
  padding-left: 5px; }

.add-on-panel #SUPPORTTABLE td.description .attention {
  color: #f00000; }

.add-on-panel #SUPPORTTABLE td.format {
  width: 47px;
  border-bottom: 1px solid #ebebeb;
  text-align: center; }

.add-on-panel #SUPPORTTABLE td.format .info-icon {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 18px; }

.add-on-panel #SUPPORTTABLE td.size {
  width: 65px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  font-weight: bold; }

.add-on-panel table#optionsSummaryTable {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0; }

.add-on-panel table#optionsSummaryTable th {
  text-align: left;
  border: 1px solid #ebebeb;
  font-weight: bold;
  padding: 5px 10px; }

.add-on-panel table#optionsSummaryTable td {
  padding: 5px 10px;
  border: 1px solid #ebebeb; }

.add-on-panel .info-icon {
  display: inline-block;
  margin: 0 auto;
  width: 45px;
  height: 18px; }

.add-on-panel .info-icon::before {
  display: block;
  margin: 0 auto;
  float: right;
  width: 20px;
  height: 18px;
  content: "\f05a";
  font-family: FontAwesome;
  background: none;
  color: #f00000; }

.form-wrapper-buyaddons .form-wrapper td {
  display: table-cell;
  width: auto; }

.form-wrapper-buyaddons .form-wrapper label {
  width: auto;
  cursor: default; }

.form-wrapper-buyaddons .form-wrapper label span {
  left: -30px; }

.form-wrapper-buyaddons .form-wrapper .checkbox {
  display: inline-block;
  cursor: default; }

.form-wrapper-buyaddons .form-wrapper input[type="checkbox"] {
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid #ebebeb;
  position: relative;
  top: 7px;
  z-index: 2;
  background-clip: padding-box !important;
  margin: 0;
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer; }

#SUPPORTTABLE td.checkbox span.aspNetDisabled {
  opacity: 0.4; }

#repeater_options .checkbox input[type="checkbox"] + label span {
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 22%; }

.add-on-panel #SUPPORTTABLE td.checkbox input[type="checkbox"] {
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  position: absolute;
  top: 22%; }

@media all and (max-width: 990px) {
  .add-on-panel .row.products {
    text-align: center; } }

/* overwriting plugin's css */
.selectboxit-container * {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Open Sans', sans-serif; }

.selectboxit-container .selectboxit {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectboxit-container .selectboxit-options {
  z-index: 1000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectboxit-container .selectboxit-options {
  border: 1px solid #f00000; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span,
.selectboxit-container .selectboxit-options a {
  height: 35px;
  /* Height of the drop down */
  line-height: 35px;
  /* Vertically positions the drop down text */ }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 46%; }

.selectboxit .selectboxit-arrow-container {
  width: 40px; }

.selectboxit .selectboxit-arrow-container:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  top: -2px; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  display: none; }

.selectboxit-btn {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #f00000; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  color: #f00000;
  background-color: #ffffff; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #f00000;
  background-color: #ffffff;
  background-image: none; }

/* to position options lst */
.selectboxit-container .selectboxit-options {
  top: 30px !important;
  border-top: 0;
  padding-top: 5px;
  border-radius: 0 0 5px 5px; }

.selectboxit-option,
.selectboxit-optgroup-header {
  text-indent: 4px; }

.form-wrapper {
  /* to position options lst */ }

.form-wrapper .selectboxit-container * {
  font-size: 16px;
  font-size: 1.6rem; }

.form-wrapper .selectboxit-container span,
.form-wrapper .selectboxit-container .selectboxit-options a {
  height: 50px;
  /* Height of the drop down */
  line-height: 50px;
  /* Vertically positions the drop down text */ }

.form-wrapper .selectboxit-container .selectboxit-options {
  top: 45px !important; }

.form-wrapper .selectboxit-container,
.form-wrapper .selectboxit-btn,
.form-wrapper .selectboxit-options {
  width: 100% !important; }

.form-wrapper .selectboxit-btn,
.form-wrapper .selectboxit-options {
  border: 1px solid #e5e5e5; }

.form-wrapper .selectboxit-options {
  border-top: 0; }

.form-wrapper .selectboxit-btn:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5; }

.form-wrapper .selectboxit-container .selectboxit-options {
  min-width: 100%; }

.form-wrapper .selectboxit-container {
  margin-bottom: 15px; }

@media all and (min-width: 768px) {
  .selectboxit-container * {
    font-size: 16px;
    font-size: 1.6rem; }
  .selectboxit-container span,
  .selectboxit-container .selectboxit-options a {
    height: 50px;
    /* Height of the drop down */
    line-height: 50px;
    /* Vertically positions the drop down text */ }
  .selectboxit-container .selectboxit-options {
    top: 45px !important; } }

.text-block .select {
  margin-top: 30px; }

.checkbox,
.compare-menu,
.detail-downloads-checkboxes,
.product-filter__right,
.radio.radio-list-vertical {
  font-size: 95%; }

.checkbox input[type='checkbox'],
.compare-menu input[type='checkbox'],
.detail-downloads-checkboxes input[type='checkbox'],
.product-filter__right input[type='checkbox'],
.radio.radio-list-vertical input[type='checkbox'],
.checkbox input[type='radio'],
.compare-menu input[type='radio'],
.detail-downloads-checkboxes input[type='radio'],
.product-filter__right input[type='radio'],
.radio.radio-list-vertical input[type='radio'] {
  display: none; }

.checkbox label,
.compare-menu label,
.detail-downloads-checkboxes label,
.product-filter__right label,
.radio.radio-list-vertical label {
  padding-left: 0; }

.checkbox input[type="checkbox"] + span,
.checkbox input[type="checkbox"] + label span,
.compare-menu input[type="checkbox"] + label span,
.detail-downloads-checkboxes input[type="checkbox"] + label span,
.product-filter__right input[type="checkbox"] + label span,
.radio.radio-list-vertical input[type="checkbox"] + label span,
.checkbox input[type="radio"] + label span,
.compare-menu input[type="radio"] + label span,
.detail-downloads-checkboxes input[type="radio"] + label span,
.product-filter__right input[type="radio"] + label span,
.radio.radio-list-vertical input[type="radio"] + label span {
  display: inline-block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin-right: 12px;
  position: relative;
  top: 7px;
  z-index: 2;
  background-clip: padding-box !important; }

.tiles-container {
  position: relative;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem; }

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

.tiles-container .tile {
  display: block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }

.tiles-container .tile--text .tile__textcontainer {
  text-align: center;
  background: #f00000;
  color: #ffffff; }

.tiles-container .tile--text .tile__text {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 30px;
  text-align: left; }

.tiles-container .tile--video .video-lightbox {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 47%;
  padding-left: 8%; }

.tiles-container .tile--video .video-lightbox:hover,
.tiles-container .tile--video .video-lightbox:link,
.tiles-container .tile--video .video-lightbox:visited {
  border: 0;
  color: #ffffff;
  outline: 0;
  text-decoration: none; }

.tiles-container .tile--video .video-lightbox:after {
  position: absolute;
  display: block;
  content: "";
  width: 5.5%;
  height: 6%;
  /* background: url(../img/white-triangle-small.png); */
  background-size: cover;
  left: 52%;
  top: 40%;
  z-index: 2; }

.tiles-container .tile--video .video-lightbox:before {
  position: absolute;
  top: 15%;
  left: 25%;
  display: block;
  content: "";
  width: 50%;
  height: 57%;
  background-size: cover;
  z-index: 1; }

.tiles-container .tile--video .tile__video {
  position: relative;
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  /*.comap-btn--play {
                .vertical-position(50%);
                float: none;
                margin: 0 auto;

                &:hover, &:visited, &:link {
                    text-decoration: none;
                }
            }*/ }

.tiles-container .tile--video .tile__video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.25)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }

.tiles-container .tile--video .tile__video video {
  display: none; }

.tiles-container .tile--video .tile__videodesc {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
  text-align: left;
  padding-right: 10px;
  z-index: 200; }

.tiles-container .tile--video .tile__videodesc span {
  color: #f00000; }

.tiles-container .tile--video .tile__videodesc h3 {
  color: #ffffff;
  opacity: 0.8;
  margin-top: 5px; }

.tiles-container .tile--video .tile__videodesc .comap-btn--play {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  float: none;
  margin: 0 auto; }

.tiles-container .tile--video .tile__videodesc .comap-btn--play:hover,
.tiles-container .tile--video .tile__videodesc .comap-btn--play:visited,
.tiles-container .tile--video .tile__videodesc .comap-btn--play:link {
  text-decoration: none; }

.tiles-container .tile--image .tile__img {
  height: 100%;
  background-size: cover !important; }

.tiles-container .tile--link .tile__link {
  padding-top: 30px;
  padding-bottom: 45px; }

.tiles-container .tile--link .tile__link h2 {
  text-align: center;
  margin-bottom: 30px; }

.tiles-container .tile--link .tile__link a,
.tiles-container .tile--link .tile__link a:hover,
.tiles-container .tile--link .tile__link a:link,
.tiles-container .tile--link .tile__link a:visited {
  color: #f00000; }

@media (min-width: 320px) {
  .tiles-container.tiles-container--basic .tile-0,
  .tiles-container.tiles-container--basic .tile-3,
  .tiles-container.tiles-container--basic .tile-6,
  .tiles-container.tiles-container--basic .tile-9 {
    width: 100%; }
  .tiles-container.tiles-container--basic .tile-1,
  .tiles-container.tiles-container--basic .tile-2,
  .tiles-container.tiles-container--basic .tile-4,
  .tiles-container.tiles-container--basic .tile-5,
  .tiles-container.tiles-container--basic .tile-7,
  .tiles-container.tiles-container--basic .tile-8 {
    float: left;
    width: 50%; }
  .tiles-container.tiles-container--half .tile {
    width: 100%; }
  .tiles-container .tile--video,
  .tiles-container .tile--image,
  .tiles-container .tile--link {
    position: relative; }
  .tiles-container .tile--video:before,
  .tiles-container .tile--image:before,
  .tiles-container .tile--link:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .tiles-container .tile--video > div,
  .tiles-container .tile--image > div,
  .tiles-container .tile--link > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; } }

@media (min-width: 1200px) {
  .tile {
    position: relative; }
  .tile:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .tile > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .tile--text a {
    font-weight: bold;
    text-decoration: underline;
    color: #ffffff; }
  .tile--text a:hover {
    color: #ffffff; }
  .tile--text .tile__textcontainer {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #f00000;
    color: #ffffff; }
  .tile--text .tile__text {
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    font-size: 1.6rem;
    width: 70%;
    padding: 30px;
    text-align: left; }
  .tile--video .tile__video .video-lightbox:before {
    z-index: -1; }
  .tiles-container.tiles-container--basic .tile-0,
  .tiles-container.tiles-container--basic .tile-1,
  .tiles-container.tiles-container--basic .tile-2,
  .tiles-container.tiles-container--basic .tile-6,
  .tiles-container.tiles-container--basic .tile-9 {
    float: left; }
  .tiles-container.tiles-container--basic .tile-3,
  .tiles-container.tiles-container--basic .tile-4,
  .tiles-container.tiles-container--basic .tile-5,
  .tiles-container.tiles-container--basic .tile-7,
  .tiles-container.tiles-container--basic .tile-8 {
    float: right; }
  .tiles-container.tiles-container--basic .tile-1,
  .tiles-container.tiles-container--basic .tile-2,
  .tiles-container.tiles-container--basic .tile-4,
  .tiles-container.tiles-container--basic .tile-5,
  .tiles-container.tiles-container--basic .tile-7,
  .tiles-container.tiles-container--basic .tile-8 {
    width: 25%; }
  .tiles-container.tiles-container--basic .tile-0,
  .tiles-container.tiles-container--basic .tile-3,
  .tiles-container.tiles-container--basic .tile-6,
  .tiles-container.tiles-container--basic .tile-9 {
    width: 50%; }
  .tiles-container.tiles-container--basic .tile-1,
  .tiles-container.tiles-container--basic .tile-5,
  .tiles-container.tiles-container--basic .tile-7 {
    margin-right: 25%; }
  .tiles-container.tiles-container--basic .tile-2,
  .tiles-container.tiles-container--basic .tile-4,
  .tiles-container.tiles-container--basic .tile-8 {
    margin-left: 25%; }
  .tiles-container.tiles-container--half .tile {
    float: left;
    width: 50%; } }

.ltIE8 .comap-btn--play {
  display: none; }

.ltIE8 .tiles-container .tile-big__text {
  position: static; }

.modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  min-width: 300px; }

.corporate .tile--text .tile__textcontainer {
  background: #ffffff;
  color: #000001; }

.corporate .tile--text .tile__textcontainer a {
  color: #f00000;
  font-weight: normal;
  text-decoration: none; }

.corporate .tile--text .tile__textcontainer a:hover {
  text-decoration: underline; }

.ico {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  bottom: -0.8rem; }

.product-download::before {
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  position: relative; }

.timeline {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px; }

.timeline h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  top: -15px;
  position: relative;
  text-align: left; }

.timeline h4 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: bold;
  top: -4px;
  position: relative; }

.timeline__section {
  margin: 0 5%; }

.timeline__item-desc {
  margin-bottom: 15px; }

.timeline__item {
  position: relative;
  border-left: 1px solid #b3b3b3;
  padding-bottom: 10px;
  padding-left: 20px; }

.timeline__item:last-child {
  border-left: none; }

.timeline__item:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: -5px;
  background-color: #f00000;
  border-radius: 50%; }

@media (min-width: 480px) {
  .timeline {
    margin-top: 20px;
    margin-bottom: 20px; }
  .timeline h3 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 100;
    margin-top: 0;
    width: 30%;
    float: left; }
  .timeline .timeline__section {
    margin: 0;
    padding-bottom: 60px;
    width: 60%;
    float: left;
    border-left: 1px solid #b3b3b3; }
  .timeline .timeline__section:last-child {
    padding-bottom: 0;
    border-left: none; }
  .timeline .timeline__item {
    border-left: none; } }

/* VARIABLES */
/* mixins */
.ac-forum {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  font-size: 14px;
  font-size: 1.4rem; }

.ac-forum .Forum {
  width: 100%; }

.ac-forum .Forum .Table {
  width: 100%;
  /* Forum Info */
  /* Action panel */
  /* Forum content */
  /* Layout - Thread */
  /* Layout - Threads */
  /* NewPost */
  /* Attachments */
  /* Pager */ }

.ac-forum .Forum .Table .Info {
  display: none; }

.ac-forum .Forum .Table .Actions > td {
  padding: 10px; }

.ac-forum .Forum .Table .Actions .ForumBreadCrumbs {
  padding: 10px; }

.ac-forum .Forum .Table .Actions .ForumBreadCrumbs a {
  color: #cb0000; }

.ac-forum .Forum .Table .Actions .ActionLink {
  background-color: #cb0000;
  color: #fff1f1;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: #000001;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #f00000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: -webkit-all ease-in-out 250ms;
  -moz-transition: -moz-all ease-in-out 250ms;
  -ms-transition: -ms-all ease-in-out 250ms;
  -o-transition: -o-all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

.ac-forum .Forum .Table .Actions .ActionLink:hover,
.ac-forum .Forum .Table .Actions .ActionLink:focus {
  outline: 0;
  text-decoration: none;
  color: #f00000;
  border: 1px solid #f00000; }

.ac-forum .Forum .Table .Actions .form-control {
  display: inline-block;
  width: auto; }

.ac-forum .Forum .Table .ForumContent .ActionLink {
  background-color: #cb0000;
  color: #fff1f1; }

.ac-forum .Forum .Table .Posts {
  /* Posts list */
  /* Post including ident */ }

.ac-forum .Forum .Table .Posts .PostsTable {
  width: 100%;
  border-top: 1px solid #ebebeb; }

.ac-forum .Forum .Table .Posts .PostsTable .Pager td {
  padding: 10px; }

.ac-forum .Forum .Table .Posts .Post {
  border-bottom: 1px solid #ebebeb;
  /* Tree indent */
  /* Actual post */ }

.ac-forum .Forum .Table .Posts .Post .PostIndent {
  margin-left: 20px; }

.ac-forum .Forum .Table .Posts .Post .ForumPost {
  -ms-word-break: break-all;
  word-break: break-all;
  padding: 10px;
  /* Forum manage panel */ }

.ac-forum .Forum .Table .Posts .Post .ForumPost cite,
.ac-forum .Forum .Table .Posts .Post .ForumPost blockquote {
  font-size: 14px;
  font-size: 1.4rem; }

.ac-forum .Forum .Table .Posts .Post .ForumPost .ForumManage {
  padding: 10px 0;
  display: none; }

@media (min-width: 768px) {
  .ac-forum .Forum .Table .Posts .Post .ForumPost .ForumManage {
    display: block; } }

.ac-forum .Forum .Table .Posts .Post .ForumPost .ForumManage .ActionLink {
  background-color: #cb0000;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: #000001;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #f00000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: -webkit-all ease-in-out 250ms;
  -moz-transition: -moz-all ease-in-out 250ms;
  -ms-transition: -ms-all ease-in-out 250ms;
  -o-transition: -o-all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

.ac-forum .Forum .Table .Posts .Post .ForumPost .ForumManage .ActionLink:hover,
.ac-forum .Forum .Table .Posts .Post .ForumPost .ForumManage .ActionLink:focus {
  outline: 0;
  text-decoration: none;
  color: #f00000;
  border: 1px solid #f00000; }

.ac-forum .Forum .Table .Posts .Post .ForumPost .PostSubject {
  font-weight: bold;
  font-size: 1.1em; }

.ac-forum .Forum .Table .Posts .Post .ForumPost .PostUserName,
.ac-forum .Forum .Table .Posts .Post .ForumPost .PostSeparator,
.ac-forum .Forum .Table .Posts .Post .ForumPost .PostTime {
  font-style: italic;
  color: #000001;
  text-decoration: none; }

.ac-forum .Forum .Table .Posts .Post .ForumPost .PostActionLink {
  color: #cb0000; }

.ac-forum .Forum .Table .Posts .Post .ForumPost .AvatarImage {
  padding-top: 10px; }

.ac-forum .Forum .Table .Posts .Post .ForumPost .PostManage {
  display: none; }

@media (min-width: 768px) {
  .ac-forum .Forum .Table .Posts .Post .ForumPost .PostManage {
    display: block; } }

.ac-forum .Forum .Table .Posts .Post .ForumPost .PostManage .ActionLink {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: #000001;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #f00000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: -webkit-all ease-in-out 250ms;
  -moz-transition: -moz-all ease-in-out 250ms;
  -ms-transition: -ms-all ease-in-out 250ms;
  -o-transition: -o-all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

.ac-forum .Forum .Table .Posts .Post .ForumPost .PostManage .ActionLink:hover,
.ac-forum .Forum .Table .Posts .Post .ForumPost .PostManage .ActionLink:focus {
  outline: 0;
  text-decoration: none;
  color: #f00000;
  border: 1px solid #f00000; }

.ac-forum .Forum .Table .ThreadTable {
  /*.Thread:nth-child(2n) {
                    background: fadeout(@forum-color-table, 90%) none repeat scroll 0% 0%;
                }*/ }

.ac-forum .Forum .Table .ThreadTable td {
  padding: 10px;
  overflow: hidden; }

.ac-forum .Forum .Table .ThreadTable .LastPost,
.ac-forum .Forum .Table .ThreadTable .Posts,
.ac-forum .Forum .Table .ThreadTable .Views {
  display: none; }

@media (min-width: 1024px) {
  .ac-forum .Forum .Table .ThreadTable .LastPost {
    display: table-cell; } }

@media (min-width: 768px) {
  .ac-forum .Forum .Table .ThreadTable .LastPost {
    display: table-cell; } }

.ac-forum .Forum .Table .ThreadTable .ThreadInfo .ForumManage .ActionLink {
  background-color: transparent;
  color: #cb0000;
  padding: 0; }

.ac-forum .Forum .Table .ThreadTable .Thread .ThreadName {
  font-size: 1.2em;
  color: #000001; }

.ac-forum .Forum .Table .ThreadTable .Thread {
  border-bottom: 1px solid #ebebeb; }

.ac-forum .Forum .Table .ThreadTable .Header td {
  padding: 10px;
  background-color: #cb0000;
  color: white;
  font-weight: bold; }

.ac-forum .Forum .Table .ThreadTable .Pager td {
  padding: 0; }

.ac-forum .Forum .Table .ForumNewPost {
  padding: 20px; }

.ac-forum .Forum .Table .ForumNewPost .PostImage {
  border: 1px solid #ebebeb;
  background-color: rgba(243, 243, 243, 0.5); }

.ac-forum .Forum .Table .ForumNewPost .PostImage td {
  padding: 10px; }

.ac-forum .Forum .Table .ForumNewPost .Title {
  display: block;
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

.ac-forum .Forum .Table .ForumNewPost .PostReply {
  margin-top: 10px;
  margin-bottom: 30px; }

.ac-forum .Forum .Table .ForumNewPost .PostReply .PostUser,
.ac-forum .Forum .Table .ForumNewPost .PostReply .PostSeparator,
.ac-forum .Forum .Table .ForumNewPost .PostReply .PostTime {
  font-style: italic;
  color: black;
  text-decoration: none; }

.ac-forum .Forum .Table .ForumNewPost .PostReply .PostSubject {
  font-weight: bold;
  font-size: 1.2em; }

.ac-forum .Forum .Table .ForumNewPost .PostReply .PostText {
  margin-top: 10px; }

.ac-forum .Forum .Table .ForumNewPost .form-horizontal .form-group.form-group-submit .btn.btn-primary {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: #000001;
  background-color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #f00000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: -webkit-all ease-in-out 250ms;
  -moz-transition: -moz-all ease-in-out 250ms;
  -ms-transition: -ms-all ease-in-out 250ms;
  -o-transition: -o-all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

.ac-forum .Forum .Table .ForumNewPost .form-horizontal .form-group.form-group-submit .btn.btn-primary:hover,
.ac-forum .Forum .Table .ForumNewPost .form-horizontal .form-group.form-group-submit .btn.btn-primary:focus {
  outline: 0;
  text-decoration: none;
  color: #f00000;
  border: 1px solid #f00000; }

.ac-forum .Forum .Table .ForumAttachments {
  padding: 20px; }

.ac-forum .Forum .Table .ForumAttachments .Title {
  font-size: 1.3em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 5px; }

.ac-forum .Forum .Table .ForumAttachments .btn-default {
  color: #FFF;
  margin-top: 20px;
  background-color: #cb0000;
  border-color: #ebebeb; }

.ac-forum .Forum .Table .ForumAttachments .btn-default:hover {
  text-decoration: underline; }

.ac-forum .Forum .Table .Pager td {
  text-align: right;
  padding-right: 10px !important; }

.ac-forum .Forum .Table .Pager td span,
.ac-forum .Forum .Table .Pager td a {
  padding: 0 2px; }

.FormPadding {
  margin: 0;
  padding: 0; }

.FormPadding .form-control-error {
  color: #f00000; }

.FormPadding .form-group {
  width: 100%;
  margin: 0; }

.FormPadding .form-group .editing-form-label-cell {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  width: 100%; }

.FormPadding .form-group .editing-form-label-cell label {
  font-weight: normal; }

.FormPadding .form-group .editing-form-value-cell {
  width: 100%;
  padding: 0;
  margin: 0; }

.FormPadding .form-group .editing-form-value-cell .form-control {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 20px; }

.FormPadding .form-group .editing-form-value-cell .form-control:focus {
  outline: 0;
  border: 1px solid #f00000;
  background: #fff1f1;
  box-shadow: none; }

.FormPadding .form-group .editing-form-value-cell textarea {
  min-height: 300px; }

.FormPadding .forumpost-username {
  width: 48%;
  float: left;
  margin-right: 2%; }

.FormPadding .forumpost-email {
  width: 50%;
  float: left; }

.FormPadding .forumpost-subject {
  clear: left; }

.FormPadding .form-group-submit {
  margin-top: 10px; }

.ac-share {
  display: block;
  margin-left: 10px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem; }

.text-block a.share__facebook {
  color: #3b5998; }

.text-block a.share__linkedin {
  color: #0077B5; }

.text-block a.share__twitter {
  color: #00aced; }

.text-block a.share__googleplus {
  color: #d34836; }

video {
  max-width: 100%; }

.mejs-container {
  background-color: #ffffff !important; }

.mejs__offscreen {
  display: none !important; }

/* VARIABLES */
.logon-password-retrieval-link,
.logon-new-user,
.logon-link {
  display: inline-block;
  text-decoration: underline;
  margin-top: 25px;
  color: #f00000; }

.logon-password-retrieval-link:visited,
.logon-new-user:visited,
.logon-link:visited {
  color: #f00000; }

.logon-new-user,
.logon-link {
  margin-left: 15px; }

.logon-password-retrieval-result {
  display: block;
  margin-top: 15px; }

#controller-modal .modal-body {
  margin: 0;
  padding: 0; }

.comap-choosecontroller {
  background: #f7f7f7; }

.comap-choosecontroller h3 {
  font-size: 38px;
  font-size: 3.8rem;
  padding: 10px 20px;
  background: #ffffff;
  border-bottom: 1px solid #ebebeb; }

.comap-choosecontroller .search {
  width: 50%;
  padding: 10px 20px; }

.comap-choosecontroller ul.list {
  padding: 0;
  margin: 10px 20px; }

.comap-choosecontroller ul.list > li {
  font-size: 16px;
  font-size: 1.6rem;
  background: #ffffff;
  list-style: none;
  cursor: pointer;
  border: 1px solid #ebebeb;
  width: 100%;
  padding: 15px; }

.comap-choosecontroller ul.list > li .product-code {
  font-weight: bold; }

.comap-choosecontroller ul.list > li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  margin-right: 12px;
  position: relative;
  top: 7px;
  z-index: 2;
  background-clip: padding-box !important;
  background-size: 100%; }

.comap-choosecontroller .comap-pager {
  display: block;
  margin: 10px;
  float: right;
  background-color: none;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 3px;
  font-weight: 600; }

.comap-choosecontroller .comap-pager li {
  list-style: none;
  display: inline; }

.comap-choosecontroller .comap-pager li a {
  color: #f00000;
  text-decoration: none;
  margin: 0 5px; }

.comap-choosecontroller .comap-pager li.active a {
  color: #000001; }

.comap-choosecontroller .finish {
  display: block;
  clear: both;
  background: #ffffff;
  width: 100%;
  padding: 10px 20px; }

.comap-choosecontroller .finish .comap-btn {
  background: #ffffff; }

.modal-loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  /*overflow: hidden;*/ }

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-loading {
  display: block; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #960000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.header {
  height: 70px;
  background: #f00000;
  padding: 18px 30px 0;
  position: relative;
  z-index: 305; }

.header__main-menu {
  list-style-type: none;
  display: inline-block;
  vertical-align: top; }

.header__main-menu > ul > li {
  display: inline-block;
  /* padding-bottom: 20px; */ }

.header__main-menu > ul > li > a {
  color: #ffffff;
  background: #f00000;
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: -webkit-all ease-in-out 250ms;
  -moz-transition: -moz-all ease-in-out 250ms;
  -ms-transition: -ms-all ease-in-out 250ms;
  -o-transition: -o-all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

.header__main-menu > ul > li:hover .header__main-menu__dropdown {
  opacity: 1;
  visibility: visible;
  /* -webkit-transition: visibility 0s, opacity 0.4s linear;
        -moz-transition: visibility 0s, opacity 0.4s linear;
        -ms-transition: visibility 0s, opacity 0.4s linear;
        -o-transition: visibility 0s, opacity 0.4s linear;
        transition: visibility 0s, opacity 0.4s linear; */
  display: block; }

.header__main-menu > ul > li:hover .header__main-menu__dropdown .arrow {
  content: "";
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 10px solid #f00000;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0; }

.header__main-menu li.bold > a {
  font-weight: 800; }

.header__main-menu li a:hover {
  text-decoration: none;
  background: #cb0000; }

.header__main-menu li a:visited {
  text-decoration: none; }

.header__main-menu__dropdown {
  visibility: hidden;
  opacity: 0;
  /* -webkit-transition: visibility 0s .4s, opacity 0.4s linear;
    -moz-transition: visibility 0s .4s, opacity 0.4s linear;
    -ms-transition: visibility 0s .4s, opacity 0.4s linear;
    -o-transition: visibility 0s .4s, opacity 0.4s linear;
    transition: visibility 0s .4s, opacity 0.4s linear; */
  /*display: none;*/
  position: absolute;
  background: #cb0000;
  width: 100%;
  padding: 10px 30px 30px 220px;
  left: 0px;
  top: 70px; }

.header__main-menu__dropdown h3 {
  color: #ffffff;
  margin-bottom: 25px; }

.header__main-menu__dropdown--show {
  display: block; }

.header__main-menu__dropdown__col {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px; }

.header__main-menu__dropdown__col ul {
  list-style-type: none;
  padding-left: 0px; }

.header__main-menu__dropdown__col ul li {
  margin-bottom: 15px; }

.header__main-menu__dropdown__col ul li:last-of-type {
  /* JM: zruseno show all */
  /* margin-top: 40px; */ }

.header__main-menu__dropdown__col ul li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block; }

.header__main-menu__dropdown__col ul li a:hover {
  text-decoration: underline; }

.header__main-menu__dropdown__col ul li a:after {
  content: "";
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-left: 15px; }

.header__main-menu__dropdown__col .case-study-preview {
  max-width: 280px;
  border: 0; }

.header__main-menu__dropdown__col .case-study-preview:hover {
  background: #ffffff; }

.header__main-menu__dropdown__col .case-study-preview h3 {
  color: #000001;
  margin-bottom: 0; }

.header__main-menu__dropdown__col:last-of-type {
  margin-right: 0; }

.header__main-menu--one-level > ul > li > a:hover::before {
  display: none; }

.header__main-menu--one-level > ul > li:hover .header__main-menu__dropdown {
  display: none; }

.header__logo-wrapper {
  display: inline-block;
  width: 130px;
  height: 30px;
  vertical-align: top;
  position: relative;
  z-index: 1; }

.header__logo-wrapper:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: -307px;
  left: -410px;
  width: 577px;
  height: 652px; }

.header__logo-wrapper img {
  width: 100%;
  float: left;
  margin-top: 5px; }

.header__right-menu {
  display: inline-block;
  float: right;
  margin-top: 0;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0; }

.header__right-menu a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding: 5px 3px 0 3px;
  margin-top: 25px; }

.header__right-menu a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  margin-right: 5px;
  margin-left: 5px;
  position: relative;
  vertical-align: top;
  top: -11px; }

.header__right-menu a.websupervisor {
  max-width: 80px;
  overflow: hidden;
  height: 70px;
  margin-top: 0;
  padding: 0;
  top: 0; }

.header__right-menu a.websupervisor:hover {
  padding: 14px 10px 10px 10px;
  text-decoration: none;
  background: #cb0000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.header__right-menu a.websupervisor:before {
  margin-left: 0;
  margin-right: 0;
  width: 45px; }

.header__right-menu a:hover:before {
  text-decoration: underline; }

.header__right-menu a:hover:before {
  text-decoration: none; }

.header__right-menu a.header__right-menu__login {
  max-width: 130px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible;
  max-height: 40px; }

.header__right-menu a.websupervisor {
  max-width: 80px;
  overflow: hidden;
  height: 70px;
  margin-top: 0;
  padding: 0;
  top: 0; }

.header__right-menu a.websupervisor:hover {
  max-width: 145px;
  overflow: visible; }

.header__right-menu a.websupervisor:hover:before {
  display: none; }

.header__right-menu a.websupervisor:hover img {
  display: inline-block; }

.header__right-menu a.websupervisor:before {
  width: 70px;
  height: 70px;
  top: 0;
  margin-right: 5px;
  right: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 30px; }

.header__right-menu__search-form {
  display: inline-block;
  height: auto;
  position: relative;
  left: -90px;
  top: -2px;
  z-index: 100;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem; }

.header__right-menu__search-form__text,
.header__right-menu__search-form__submit {
  position: absolute;
  display: block;
  border: none;
  background: #f00000;
  color: #ffffff;
  outline: 0; }

.header__right-menu__search-form__text {
  border-bottom: #ffffff 1px solid;
  padding: 5px 2px 9px;
  width: 140px;
  margin-top: 25px; }

.header__right-menu__search-form__submit {
  width: 40px;
  height: 40px;
  padding: 0;
  top: -10px;
  left: 100px;
  /* background: url('../svg/menu_search-iko.svg'); */
  background-color: #f00000;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 99px;
  overflow: hidden;
  z-index: 110;
  display: none; }

.header__right-menu__notifications {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  background: #960000;
  color: #ffffff;
  text-align: center;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*margin-right: 60px;*/
  padding-top: 2px;
  margin-left: 10px;
  margin-top: 25px;
  vertical-align: top; }

.header__right-menu__dropdown {
  display: inline-block;
  padding-bottom: 3px; }

.header__right-menu__dropdown a {
  margin-right: 0; }

.header__right-menu__dropdown:hover .header__right-menu__dropdown__box {
  display: block; }

.header__right-menu__dropdown__box {
  display: none;
  position: absolute;
  background: #cb0000;
  width: 100%;
  padding: 10px 30px 30px 220px;
  left: 0px;
  top: 70px; }

.header__right-menu__dropdown__box h3 {
  color: #ffffff;
  margin-bottom: 25px; }

.header__right-menu__dropdown__box--show {
  display: block; }

.header__right-menu__dropdown__box__col {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px; }

.header__right-menu__dropdown__box__col ul {
  list-style-type: none;
  padding-left: 0px; }

.header__right-menu__dropdown__box__col ul li {
  margin-bottom: 15px; }

.header__right-menu__dropdown__box__col ul li:last-of-type {
  /* JM: zruseno show all */
  /* margin-top: 40px; */ }

.header__right-menu__dropdown__box__col ul li a {
  color: #ffffff;
  font-weight: 300;
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block; }

.header__right-menu__dropdown__box__col ul li a:hover {
  text-decoration: underline; }

.header__right-menu__dropdown__box__col ul li a:after {
  content: "";
  width: 7px;
  height: 10px;
  display: inline-block;
  margin-left: 15px; }

.header__right-menu__dropdown__box__col .insight-preview {
  max-width: 280px; }

.header__right-menu__dropdown__box__col .insight-preview h3 {
  margin-bottom: 0px; }

.header__right-menu__dropdown__box__col:last-of-type {
  margin-right: 0; }

@media (max-width: 1100px) {
  .header__right-menu {
    height: 0; } }

.header--menu-show-fix {
  z-index: 102; }

@media all and (max-width: 1300px) {
  .header__main-menu > ul > li > a {
    padding: 5px 10px; } }

@media all and (max-width: 1250px) {
  .header__main-menu > ul > li > a {
    padding: 5px 5px;
    font-size: 15px;
    font-size: 1.5rem; } }

@media all and (max-width: 1100px) {
  .header {
    height: 50px;
    padding-left: 15px; }
  .header .header__main-menu,
  .header .header__right-menu__search-form,
  .header .header__right-menu__search-form__text {
    display: none; }
  .header__logo-wrapper {
    width: 90px;
    margin-bottom: -20px; }
  .header__logo-wrapper:before {
    background: url("../img/triangle-white-mobile.png");
    width: 290px;
    height: 300px;
    background-size: contain !important;
    background-repeat: no-repeat;
    left: -180px;
    top: -155px; }
  .header__logo-wrapper img {
    margin-top: 0; }
  .header__right-menu {
    margin-right: 35px;
    position: static;
    right: auto; }
  .header__right-menu a {
    text-indent: 25px;
    width: 25px;
    margin-right: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 40px;
    right: 50px;
    margin-top: 0; }
  .header__right-menu a:before {
    width: 40px;
    height: 40px;
    background-size: cover;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    vertical-align: top;
    top: 7px;
    right: 35px; }
  .header__right-menu a.header__right-menu__search {
    right: 130px;
    position: absolute;
    padding: 0; }
  .header__right-menu a.header__right-menu__login {
    right: 88px;
    position: absolute;
    padding: 0;
    width: 30px;
    overflow: hidden; }
  .header__right-menu a.websupervisor {
    right: 55px;
    width: 55px;
    top: 0;
    position: absolute;
    padding: 0; }
  .header__right-menu a.websupervisor:hover {
    overflow: hidden;
    background: none;
    padding: 0; }
  .header__right-menu a.websupervisor:hover:before {
    display: inline-block; }
  .header__right-menu a.websupervisor:hover img {
    display: none; }
  .header__right-menu a.websupervisor:before {
    /* margin-left: 0;
    margin-right: 0;
    width: 55px;
    height: 55px; */
    top: -8px;
    right: 20px; }
  .header__right-menu a.websupervisor img {
    display: none; }
  .header__right-menu__notifications,
  .header__right-menu__search,
  .header__right-menu__dropdown {
    display: none; }
  .header__dropdown {
    display: none; }
  .header--only-left .header__main-menu {
    position: relative;
    top: -10px; } }

.feature--no-svg .header__logo-wrapper:before {
  background: url("../img/white-triangle.png"); }

.feature--no-svg .header__right-menu a:before {
  width: 24px;
  height: 24px;
  top: 0px;
  left: -35px; }

.feature--no-svg .header__right-menu__search:before {
  background: url("../img/icon-search.png"); }

.feature--no-svg .header__right-menu__login:before {
  background: url("../img/icon-user.png"); }

.feature--no-svg .header__right-menu__world:before {
  background: url("../img/icon-world.png"); }

.feature--no-svg .header__right-menu__search-form__submit {
  background-image: url("../img/icon-search.png"); }

.ltIE8 .header__right-menu {
  display: none; }

.ltIE8 .header__right-menu a:before {
  margin-right: -25px;
  margin-left: 60px;
  top: -3px; }

.ltIE8 .header__right-menu__notifications {
  margin-top: -23px; }

.ltIE8 .header__right-menu__search-form {
  left: -85px; }

.ltIE8 .header__right-menu__search-form__submit {
  background-position: 50% 8px; }

.ltIE8 .header__right-menu__dropdown {
  padding-bottom: 20px; }

@media all and (min-width: 1100px) {
  .ltIE8 .header__right-menu {
    display: inline-block; } }

.footer {
  padding: 70px 0;
  background: #ffffff;
  border-bottom: 5px solid #f00000;
  border-top: 1px solid #ebebeb;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.footer .container {
  position: relative; }

.footer__row {
  margin-left: -10px;
  margin-right: -10px; }

.footer__row__col {
  display: inline-block;
  width: 160px;
  padding: 0 10px;
  vertical-align: top;
  margin-bottom: 20px; }

.footer__row__col--social-media {
  position: absolute;
  width: 36px;
  text-align: center;
  right: 12px;
  top: -12px;
  overflow: hidden; }

.footer__row__col--social-media__link {
  display: inline-block;
  margin-bottom: 6px;
  background-size: cover !important; }

.footer__row__col--social-media__link--fb {
  width: 51px;
  height: 40px;
  margin-left: -4px;
  background-size: 40px 40px; }

.footer__row__col--social-media__link--in {
  width: 43px;
  height: 40px;
  background-size: cover !important;
  margin-left: 2px; }

.footer__row__col--social-media__link--yt {
  width: 37px;
  height: 49px; }

.footer__row__col strong a {
  color: #000001;
  font-size: 17px;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 20px; }

.footer__row__col a {
  color: #f00000;
  font-size: 14px;
  font-size: 1.4rem;
  display: block; }

@media all and (max-width: 650px) {
  .footer__row__col {
    width: 115px; }
  .footer__row__col > a {
    display: none; }
  .footer__row__col strong a {
    color: #f00000;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
  .footer__row__col--social-media__link {
    margin-bottom: 9px; } }

@media all and (max-width: 1199px) {
  .footer__row {
    padding-right: 30px; } }

@media all and (max-width: 650px) {
  .footer {
    padding: 25px 0 0 0;
    min-height: 185px; } }

.feature--no-svg .footer__row__col--social-media {
  top: 0px; }

.feature--no-svg .footer__row__col--social-media__link {
  margin-bottom: 15px; }

.feature--no-svg .footer__row__col--social-media__link--fb {
  width: 11px;
  height: 22px;
  margin-left: 0; }

.feature--no-svg .footer__row__col--social-media__link--in {
  width: 20px;
  height: 20px;
  margin-left: 0; }

.feature--no-svg .footer__row__col--social-media__link--yt {
  width: 21px;
  height: 26px; }

@media all and (min-width: 1250px) {
  .header__right-menu a.header__right-menu__login {
    max-width: 140px; } }

@media all and (min-width: 1390px) {
  .header__right-menu a.header__right-menu__login {
    max-width: 170px; } }

@media all and (min-width: 1490px) {
  .header__right-menu a.header__right-menu__login {
    max-width: 200px; } }

@media all and (min-width: 1590px) {
  .header__right-menu a.header__right-menu__login {
    max-width: 260px; } }

@media all and (min-width: 1101px) {
  .header__main-menu {
    display: inline-block !important; } }

.hot-registration .form-wrapper {
  padding-top: 50px; }

/* .hot-registration .WizardButtons:after {
  content: "";
  display: table;
  clear: both;
} */
.hot-registration .form-wrapper.form-wrapper--read-only {
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 10px; }

.hot-registration .form-wrapper.form-wrapper--read-only .editing-form-control-nested-control {
  font-weight: bold;
  display: inline; }

.hot-registration .text-block {
  margin-bottom: 10px; }

.hot-registration .closing-time {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #b3b3b3; }

.hot-registration .hot-finish {
  max-width: 910px;
  position: relative;
  z-index: 2;
  background: white;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ebebeb; }

.hot-registration .hot-finish .comap-btn {
  display: inline-block;
  background: #FDE5E5; }

.white-box.onlinetraining {
  padding: 0; }

.white-box.onlinetraining .onlinetraining-row {
  width: 100%;
  margin-left: 0;
  display: block; }

.white-box.onlinetraining .onlinetraining-row div {
  display: block; }

.white-box.onlinetraining .onlinetraining-row-content {
  display: block;
  padding: 20px 0 0; }

.white-box.onlinetraining .onlinetraining-row-date {
  padding: 10px 0;
  display: block; }

@media all and (min-width: 768px) {
  .white-box.onlinetraining .onlinetraining-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-direction: wrap;
    -webkit-flex-direction: row;
    flex-wrap: wrap; }
  .white-box.onlinetraining .onlinetraining-row-content {
    padding: 40px 0 20px;
    text-align: left;
    margin: 0 0 0 -15px; }
  .white-box.onlinetraining .onlinetraining-row-date {
    padding: 55px 0 20px; } }

.white-box .btn-play--onlinetraining {
  padding: 0; }

.white-box .btn-play--onlinetraining .play--onlinetraining {
  display: block;
  background: #f00000;
  text-align: center;
  width: 100%;
  height: 100px;
  position: relative; }

.white-box .btn-play--onlinetraining .play--onlinetraining > div {
  position: absolute;
  background-color: #fff;
  text-align: left;
  left: 45%;
  top: 45%;
  width: 0.8em;
  height: 0.8em;
  border-top-right-radius: 30%;
  -moz-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  -ms-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  -o-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  -webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
  transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866); }

.white-box .btn-play--onlinetraining .play--onlinetraining > div:before,
.white-box .btn-play--onlinetraining .play--onlinetraining div:after {
  content: '';
  position: absolute;
  background-color: inherit;
  width: 0.8em;
  height: 0.8em;
  border-top-right-radius: 30%; }

.white-box .btn-play--onlinetraining .play--onlinetraining > div:before {
  -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%); }

.white-box .btn-play--onlinetraining .play--onlinetraining > div:after {
  -moz-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  -o-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
  transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%); }

@media all and (min-width: 768px) {
  .white-box .btn-play--onlinetraining .play--onlinetraining {
    height: 100%;
    width: 80%;
    padding: 60px 0; } }

.feature__desc {
  position: relative;
  z-index: 2; }

.feature__desc h3 {
  margin: 0; }

.feature__desc h3 a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f00000;
  text-align: center;
  margin: 0 0 10px;
  display: block;
  font-weight: 400; }

.feature__desc h3 a:hover {
  color: #f00000; }

.feature__desc h3 a:after {
  content: "";
  width: 6px;
  height: 11px;
  background-size: cover;
  display: inline-block;
  margin-left: 20px; }

.city-preview {
  position: relative;
  z-index: 5;
  margin-bottom: 25px;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  font-size: 14px;
  font-size: 1.4rem; }

.city-preview__image {
  width: 100%;
  position: relative; }

.city-preview__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }

.city-preview__image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.city-preview:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

@media all and (min-width: 992px) {
  .city-preview:hover:hover,
  .city-preview:hover:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.city-preview__text {
  background-color: #ffffff;
  padding: 1em; }

.city-preview__city {
  display: block;
  font-size: 19px;
  font-size: 1.9rem; }

.city-preview__country {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #b3b3b3; }

.city-preview__language {
  display: block;
  margin: 10px 0; }

.city-preview__link {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #f00000;
  text-align: left;
  margin-bottom: 5px; }

.city-preview__link:hover {
  color: #f00000; }

.city-preview__link:after {
  content: "";
  width: 6px;
  height: 11px;
  background-size: cover;
  display: inline-block;
  margin-left: 20px; }

.onlinetraining {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 20px;
  position: relative;
  z-index: 5;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 0; }

.onlinetraining__icon {
  height: 60px; }

.onlinetraining__icon img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 250px; }

.onlinetraining__btn {
  margin: 0 10px; }

.contact-welcome a {
  display: inline-block;
  margin: 0;
  width: 100%;
  margin-bottom: 10px; }

@media all and (min-width: 500px) {
  .contact-welcome a {
    float: left;
    width: 49%; }
  .contact-welcome a:last-of-type {
    margin-left: 2%; } }

@media all and (min-width: 1200px) {
  .contact-welcome a {
    display: block;
    margin: 10px;
    width: 100%; }
  .contact-welcome a:last-of-type {
    margin-left: 10px; } }

.no-relevant-training {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400; }

.no-relevant-training span {
  margin-right: 1ex; }

@media (min-width: 992px) {
  .col-md-offset-1 {
    margin-left: 8.33333333% !important; } }

@media (min-width: 768px) {
  .col-sm-2.col-sm-pull-10.btn-play--onlinetraining {
    position: absolute; } }

* {
  direction: ltr; }

html,
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  color: #000001; }

h1,
h2,
h3 {
  font-weight: 300; }

h1 {
  font-size: 60px;
  font-size: 6rem;
  -ms-word-break: normal;
  word-break: normal; }

@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
    font-size: 3rem; } }

h2 {
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 40px; }

@media all and (max-width: 767px) {
  h2 {
    font-size: 30px;
    font-size: 3rem; } }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

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

.red-triangle {
  display: inline-block;
  position: relative;
  z-index: 110;
  width: 124px;
  height: 140px;
  font-weight: bold;
  color: #ffffff;
  padding: 18px 40px 15px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-size: 15px;
  font-size: 1.5rem; }

.red-triangle__text {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.red-triangle__text img {
  left: 24px;
  position: relative; }

.ltIE8 .red-triangle__text {
  top: 33px; }

.red-triangle--top-left {
  position: absolute;
  top: 80px;
  left: 30px;
  z-index: 350; }

.red-triangle--top-left--menu-show {
  left: -140px !important; }

.red-triangle--menu-show {
  z-index: 99; }

.red-triangle--bc-middle {
  display: none; }

@media all and (min-width: 1650px) {
  .red-triangle--bc-middle {
    display: block;
    left: 50%;
    margin-left: -66px;
    top: -20px;
    z-index: 1; } }

@media all and (max-width: 1250px) {
  .red-triangle--top-left {
    top: 65px;
    left: 20px; } }

@media all and (max-width: 465px) {
  .red-triangle {
    display: none; } }

.comap-btn {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: -webkit-all ease-in-out 250ms;
  -moz-transition: -moz-all ease-in-out 250ms;
  -ms-transition: -ms-all ease-in-out 250ms;
  -o-transition: -o-all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }

.comap-btn.aspNetDisabled {
  border-color: #b3b3b3;
  background-color: #f3f3f3; }

.comap-btn.aspNetDisabled::after {
  background: none;
  margin: 0; }

.comap-btn.aspNetDisabled:hover {
  color: black;
  border-color: #b3b3b3; }

.comap-btn:after {
  content: "";
  width: 6px;
  height: 11px;
  display: inline-block;
  position: relative;
  margin-left: 25px;
  background-repeat: no-repeat; }

.comap-btn:hover,
.comap-btn:focus {
  outline: 0;
  text-decoration: none;
  color: #ffffff;
  border: 2px solid #ffffff; }

.comap-btn:link,
.comap-btn:visited {
  text-decoration: none;
  color: #ffffff; }

.comap-btn--border-red {
  border: 1px solid #f00000;
  color: #000001; }

.comap-btn--border-red:link,
.comap-btn--border-red:visited {
  color: #000001; }

.comap-btn--border-red:hover,
.comap-btn--border-red:focus {
  outline: 0;
  color: #f00000;
  border: 1px solid #f00000; }

.comap-btn--grey {
  border: 2px solid #ebebeb;
  color: #000001;
  background-color: #f7f7f7;
  font-weight: 400; }

.comap-btn--grey:link,
.comap-btn--grey:visited {
  color: #000001; }

.comap-btn--grey:hover,
.comap-btn--grey:focus {
  outline: 0;
  color: #f00000;
  border: 2px solid #ebebeb; }

.comap-btn--back:after {
  display: none; }

.hot-comap-btn-back {
  border-color: transparent !important; }

.hot-comap-btn-back:before {
  background: none !important; }

.comap-btn--back:before {
  content: "";
  width: 6px;
  height: 11px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  margin-left: 5px;
  background-repeat: no-repeat; }

.comap-btn--play:after {
  display: none; }

.comap-btn--play:before {
  content: "";
  width: 13px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 13px; }

.comap-btn--download:after {
  display: none; }

.comap-btn--download:before {
  content: "";
  width: 19px;
  height: 16px;
  display: inline-block;
  position: relative;
  margin-right: 20px; }

.comap-btn--download--border-red {
  padding-left: 10px;
  padding-right: 10px; }

.comap-btn--download--border-red:link,
.comap-btn--download--border-red:visited {
  color: #000001;
  border: 1px solid #f00000; }

.comap-btn--download--border-red:hover,
.comap-btn--download--border-red:focus {
  outline: 0;
  color: #f00000; }

.comap-btn--download--border-red:before {
  content: "";
  top: 2px; }

.comap-btn--login {
  color: #000001;
  border: 1px solid #f00000;
  position: relative;
  padding-left: 50px; }

.comap-btn--login:after {
  display: none; }

.comap-btn--login:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  background-size: cover;
  left: 15px;
  top: 8px; }

.comap-btn--login:link,
.comap-btn--login:visited {
  color: #000001;
  border: 1px solid #f00000; }

.comap-btn--login:hover,
.comap-btn--login:focus {
  outline: 0;
  color: #f00000;
  border: 1px solid #f00000; }

@media all and (min-width: 768px) {
  .comap-btn--login:before {
    top: 9px; } }

.comap-btn--buy {
  background: #f00000;
  border: 1px solid #f00000; }

.comap-btn--buy:hover,
.comap-btn--buy:focus {
  outline: 0;
  border: 1px solid #f00000;
  background: #cb0000; }

.comap-btn--add {
  padding-left: 50px;
  position: relative; }

.comap-btn--add:after {
  display: none; }

.comap-btn--add:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  background: url("https://cdn.comap-control.com/getmedia/42e93e09-73f6-4052-91b0-d5c842707125/plus-symbol-red.svg.aspx");
  background-size: cover;
  left: 15px;
  top: 8px; }

.comap-btn--white {
  background: #ffffff;
  border: 1px solid #ffffff; }

.comap-btn--white:link,
.comap-btn--white:visited {
  color: #000001; }

.comap-btn--white:after {
  background-repeat: no-repeat; }

.comap-btn--white:hover,
.comap-btn--white:focus {
  outline: 0;
  border: 1px solid #f00000;
  background: #cb0000;
  color: #ffffff; }

.comap-btn--white:hover:after {
  background-repeat: no-repeat; }

.comap-btn--right {
  float: right; }

.tile-big .comap-btn--play,
.tiles-small .comap-btn--play {
  border: 0;
  position: relative;
  top: -60px;
  font-weight: 600;
  z-index: 200;
  float: right;
  margin-right: 181px;
  min-width: 135px;
  text-align: center;
  outline: 0; }

.tile-big .comap-btn--play:hover,
.tiles-small .comap-btn--play:hover,
.tile-big .comap-btn--play:link,
.tiles-small .comap-btn--play:link,
.tile-big .comap-btn--play:visited,
.tiles-small .comap-btn--play:visited {
  border: 0;
  color: #ffffff;
  outline: 0; }

.tile-big .comap-btn--play:after,
.tiles-small .comap-btn--play:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 14px;
  position: absolute;
  background: url("../img/triangle-white-video-small.png");
  background: url("../svg/Triangle-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-left: -6px;
  left: 50%;
  top: -20px;
  -webkit-transition: -webkit-all ease-out 100ms;
  -moz-transition: -moz-all ease-out 100ms;
  -ms-transition: -ms-all ease-out 100ms;
  -o-transition: -o-all ease-out 100ms;
  transition: all ease-out 100ms; }

.tile-big .comap-btn--play:before,
.tiles-small .comap-btn--play:before {
  content: "";
  width: 200px;
  height: 228px;
  display: inline-block;
  position: absolute;
  top: 2px;
  margin-right: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.6;
  top: -110px;
  left: -40px;
  z-index: -1;
  -webkit-transition: -webkit-all ease-in 100ms;
  -moz-transition: -moz-all ease-in 100ms;
  -ms-transition: -ms-all ease-in 100ms;
  -o-transition: -o-all ease-in 100ms;
  transition: all ease-in 100ms; }

@media all and (min-width: 768px) {
  .comap-btn {
    font-size: 16px;
    font-size: 1.6rem; } }

@media all and (min-width: 1200px) {
  .comap-btn--play,
  .tile-big .comap-btn--play,
  .tiles-small .comap-btn--play {
    border: 0;
    position: relative;
    top: -60px;
    font-weight: 600;
    font-size: 19px;
    font-size: 1.9rem;
    z-index: 200;
    float: right;
    margin-right: 181px;
    min-width: 135px;
    text-align: center;
    outline: 0; }
  .comap-btn--play:hover,
  .tile-big .comap-btn--play:hover,
  .tiles-small .comap-btn--play:hover,
  .comap-btn--play:link,
  .tile-big .comap-btn--play:link,
  .tiles-small .comap-btn--play:link,
  .comap-btn--play:visited,
  .tile-big .comap-btn--play:visited,
  .tiles-small .comap-btn--play:visited {
    border: 0;
    color: #ffffff;
    outline: 0; }
  .comap-btn--play:after,
  .tile-big .comap-btn--play:after,
  .tiles-small .comap-btn--play:after {
    display: inline-block;
    content: "";
    width: 24px;
    height: 28px;
    position: absolute;
    /* background: url("../img/white-triangle-small.png"); */
    /* background: url("../svg/Triangle-white.svg"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: -12px;
    left: 50%;
    top: -30px;
    -webkit-transition: -webkit-all ease-out 100ms;
    -moz-transition: -moz-all ease-out 100ms;
    -ms-transition: -ms-all ease-out 100ms;
    -o-transition: -o-all ease-out 100ms;
    transition: all ease-out 100ms; }
  .comap-btn--play:before,
  .tile-big .comap-btn--play:before,
  .tiles-small .comap-btn--play:before {
    content: "";
    width: 404px;
    height: 461px;
    display: inline-block;
    position: absolute;
    top: 2px;
    margin-right: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.8;
    top: -230px;
    left: -90px;
    z-index: -1;
    -webkit-transition: -webkit-all ease-in 100ms;
    -moz-transition: -moz-all ease-in 100ms;
    -ms-transition: -ms-all ease-in 100ms;
    -o-transition: -o-all ease-in 100ms;
    transition: all ease-in 100ms; } }

@media all and (min-width: 1200px) {
  .download .comap-btn--download {
    float: right;
    margin-bottom: -46px;
    position: relative;
    top: -85px; }
  .download h2 {
    padding-right: 250px; } }

.ltIE8 .comap-btn--buy {
  background: #f00000 !important; }

.ltIE8 .comap-btn--buy:hover {
  background: #cb0000 !important; }

.ltIE8 .comap-btn--border-red {
  border: 1px solid #f00000 !important; }

.ltIE8 .comap-btn--border-red:hover {
  border: 1px solid #f00000 !important; }

.header-block.playing .comap-btn--play {
  top: 50px; }

.header-block.playing .comap-btn--play:after,
.header-block.playing .comap-btn--play:before {
  opacity: 0;
  position: absolute; }

.comap-link {
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem; }

.comap-link:hover,
.comap-link:focus {
  outline: 0;
  color: #ffffff; }

.comap-link:after {
  content: "";
  width: 6px;
  height: 11px;
  display: inline-block;
  margin-left: 20px; }

.comap-link--red {
  color: #f00000; }

.comap-link--red:hover,
.comap-link--red:focus {
  outline: 0;
  color: #f00000; }

@media all and (min-width: 768px) {
  .comap-link {
    font-size: 19px;
    font-size: 1.9rem; } }

.feature--no-svg .comap-link:after {
  height: 10px; }

.heading-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.heading-box h2 {
  margin-top: 0px;
  margin-bottom: 20px; }

.heading-box--insights {
  margin-top: -30px; }

@media all and (max-width: 767px) {
  .heading-box {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
  .heading-box a {
    display: none; }
  .heading-box h2 {
    text-align: center;
    max-width: 220px;
    margin: 0px auto 25px; }
  .heading-box--insights {
    margin-top: 0px; } }

.ltIE8 .heading-box {
  top: 70px; }

.full-width {
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px; }

.full-width--no-padding-top {
  padding-top: 0; }

.full-width--page-header {
  position: relative;
  padding-top: 40px;
  padding-bottom: 30px; }

.full-width--border-bottom {
  border-bottom: 1px solid #ebebeb; }

.full-width--white {
  background: #ffffff; }

.full-width--no-padding {
  padding: 0 !important; }

.full-width--red {
  background: #f00000;
  color: #ffffff;
  padding: 35px 0;
  font-size: 14px;
  font-size: 1.4rem; }

.full-width--red .download {
  border-top: 1px solid #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px 0;
  margin: 0; }

.full-width--red .download h2 {
  margin: 10px 0; }

.full-width--red .download:first-of-type {
  border-top: 0; }

@media all and (min-width: 1100px) {
  .full-width--red .download {
    padding-right: 200px; }
  .full-width--red .download h2 {
    padding-right: 0; }
  .full-width--red .download .comap-btn {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -26px; }
  .full-width--red .download .comap-btn--download:before {
    width: 24px;
    height: 20px; } }

.full-width--red .download-description {
  display: block;
  margin-bottom: 15px; }

@media all and (min-width: 768px) {
  .full-width--red {
    padding: 60px 0;
    font-size: 19px;
    font-size: 1.9rem; }
  .full-width--red--no-padding {
    padding: 0; } }

.full-width--red-img {
  min-height: 500px;
  background-size: cover !important;
  background-position: 50% 50% !important; }

.full-width--red-img h2 {
  margin-top: 45px;
  margin-bottom: 30px;
  color: #ffffff;
  /*padding-right: */ }

.full-width--red-img h2.center-content-contact {
  max-width: 100%;
  text-align: center; }

.full-width--red-img p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  display: block;
  margin-bottom: 25px; }

@media all and (min-width: 768px) {
  .full-width--red-img h2,
  .full-width--red-img span {
    max-width: 485px; } }

.full-width--small {
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px; }

.full-width--small p {
  margin: 0; }

.full-width--img {
  background-size: cover !important;
  background-position: 50% 50% !important; }

.full-width--img h2 {
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 500px; }

@media all and (min-width: 768px) {
  .full-width--img {
    padding: 150px 0 100px !important; }
  .full-width--img h2 {
    padding-right: 0px;
    margin-top: 0px; } }

.full-width--corner-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000001;
  background: -moz-linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #000001), color-stop(75%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  background: -o-linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  background: -ms-linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(45deg, #000001 0%, rgba(255, 255, 255, 0) 75%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000001', endColorstr='#ffffff', GradientType=1); }

.ltIE8 .full-width--corner-overlay:before {
  display: none; }

.full-width--grey {
  background: #f7f7f7; }

.full-width--grey h1 {
  margin-bottom: 20px;
  padding: 0 20px; }

.full-width--texture {
  overflow: hidden;
  width: 100%; }

.full-width--texture:after {
  content: "";
  position: absolute;
  /*z-index: 1;*/
  width: 948px;
  height: 1400px;
  left: -210px;
  top: -149px;
  background-size: cover;
  opacity: 0.6;
  pointer-events: none; }

@media all and (min-width: 768px) {
  .full-width--texture:after {
    left: inherit;
    right: 0;
    top: -180px; } }

@media all and (min-width: 768px) {
  .full-width {
    padding-top: 70px; }
  .full-width--no-padding-top {
    padding-top: 30px; }
  .full-width--no-padding {
    padding: 0 !important; }
  .full-width--small {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media all and (min-width: 1200px) {
  .full-width {
    padding-top: 70px; }
  .full-width--no-padding {
    padding: 0 !important; }
  .full-width--small {
    padding-top: 20px;
    padding-bottom: 20px; } }

.ltIE8 .full-width--texture:after {
  left: 50%; }

@media all and (max-width: 767px) {
  .center-on-xs {
    text-align: center; } }

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

.margin-vertical-large {
  margin-top: 80px;
  margin-bottom: 80px; }

.breadcrumbs {
  display: none; }

.breadcrumbs .container {
  max-width: 100%;
  width: 100%; }

@media all and (min-width: 1100px) {
  .breadcrumbs {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    padding: 15px 0 15px 200px;
    border-bottom: 1px solid #ebebeb; }
  .breadcrumbs a,
  .breadcrumbs a:hover,
  .breadcrumbs a:focus {
    outline: 0;
    color: #000001;
    font-weight: 800; }
  .breadcrumbs__separator {
    display: inline-block;
    width: 6px;
    height: 11px;
    background-size: cover !important;
    margin: 0 15px; }
  .breadcrumbs__current-item {
    opacity: 0.6; } }

@media all and (min-width: 1460px) {
  .breadcrumbs {
    padding: 15px 0 15px 200px; } }

.text-block {
  font-size: 14px;
  font-size: 1.4rem; }

.text-block h1,
.text-block h2 {
  padding: 0 40px;
  margin-bottom: 20px; }

.text-block .perex {
  padding: 0 15px;
  word-break: break-word; }

.text-block a,
.text-block a:hover,
.text-block a:focus {
  outline: 0;
  color: #f00000; }

.text-block img {
  margin-top: 30px; }

.text-block .logo {
  max-width: 90px;
  width: 100%;
  margin: 40px 0 20px 25px; }

.text-block .logo:first-of-type {
  margin-left: 0; }

.text-block .comap-btn {
  margin-top: 35px;
  margin-bottom: 15px; }

@media all and (min-width: 768px) {
  .text-block h1,
  .text-block h2 {
    margin-bottom: 40px; }
  .text-block .perex {
    padding: 0 15px;
    font-size: 19px;
    font-size: 1.9rem;
    max-width: 910px;
    margin: 0 auto; }
  .text-block .logo {
    max-width: 100%;
    width: auto;
    margin: 60px 0 40px 40px; }
  .text-block .logo:first-of-type {
    margin-left: 0; } }

@media all and (min-width: 768px) {
  .row.smaller-padding > div {
    padding-left: 5px;
    padding-right: 5px; } }

@media all and (min-width: 768px) {
  .texture--products:after {
    top: -327px; } }

.texture {
  overflow: hidden; }

.texture:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 640px;
  height: 1221px;
  left: 145px;
  bottom: -860px;
  opacity: 0.3;
  pointer-events: none;
  -webkit-transition: -webkit-all ease-out 600ms;
  -moz-transition: -moz-all ease-out 600ms;
  -ms-transition: -ms-all ease-out 600ms;
  -o-transition: -o-all ease-out 600ms;
  transition: all ease-out 600ms; }

@media all and (min-width: 768px) {
  .texture:after {
    left: 50%;
    bottom: -757px;
    width: 942px;
    height: 1305px; } }

@media all and (min-width: 1900px) {
  .texture:after {
    left: inherit;
    right: 0; } }

.stripes-fix {
  position: relative;
  z-index: 2; }

.insight-preview {
  min-width: 260px;
  height: 260px;
  width: 100%;
  padding: 30px;
  margin-bottom: 15px;
  background-size: cover !important;
  position: relative;
  color: #ffffff;
  display: table;
  z-index: 2;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.insight-preview__text {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem; }

.insight-preview__text h3 {
  margin-top: 5px; }

.insight-preview__text__category--red {
  color: #f00000; }

.insight-preview__text__category--yellow {
  color: #ffc72c; }

.insight-preview__text__category--green {
  color: #00b517; }

.insight-preview__text__category:hover {
  text-decoration: none; }

.insight-preview:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

@media all and (min-width: 992px) {
  .insight-preview:hover:hover,
  .insight-preview:hover:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.insight-preview:link,
.insight-preview:active {
  color: #ffffff;
  text-decoration: none; }

.insight-preview:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(230, 230, 230, 0) 10%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(10%, rgba(230, 230, 230, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(230, 230, 230, 0) 10%, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(230, 230, 230, 0) 10%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(230, 230, 230, 0) 10%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(230, 230, 230, 0) 10%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }

.insight-preview:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.insight-preview:focus {
  outline: 0; }

.insight-preview:hover,
.insight-preview:focus {
  color: #ffffff;
  text-decoration: none; }

.insight-preview:hover:before,
.insight-preview:focus:before {
  background: rgba(0, 0, 1, 0.6); }

@media all and (min-width: 768px) {
  .insight-preview {
    margin-bottom: 10px; } }

.hp-highlight-item {
  display: inline-block;
  height: 360px;
  width: 100%;
  position: relative;
  z-index: 2;
  background-size: cover !important;
  background-position: 50% 50% !important;
  display: table;
  padding: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.hp-highlight-item__info {
  display: table-cell;
  vertical-align: bottom;
  color: #b3b3b3;
  position: relative;
  z-index: 1; }

.hp-highlight-item h3 {
  margin-bottom: 5px; }

.hp-highlight-item .comap-link {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-top: 20px; }

.hp-highlight-item img {
  display: block;
  margin-bottom: 5px; }

.hp-highlight-item:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

@media all and (min-width: 992px) {
  .hp-highlight-item:hover:hover,
  .hp-highlight-item:hover:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.hp-highlight-item:link,
.hp-highlight-item:active {
  text-decoration: none; }

.hp-highlight-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.25)), color-stop(70%, rgba(0, 0, 0, 0.7)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 25%, rgba(0, 0, 0, 0.7) 70%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0); }

.hp-highlight-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.hp-highlight-item:hover,
.hp-highlight-item:focus {
  outline: 0;
  text-decoration: none; }

.hp-highlight-item:hover:before,
.hp-highlight-item:focus:before {
  background: rgba(0, 0, 1, 0.6); }

@media all and (min-width: 768px) {
  .hp-highlight-item {
    margin-bottom: 30px; } }

.jqvmap-zoomin,
.jqvmap-zoomout {
  display: none; }

#vmap {
  width: 100%;
  height: 200px;
  z-index: 3; }

@media all and (min-width: 400px) {
  #vmap {
    height: 350px; } }

@media all and (min-width: 660px) {
  #vmap {
    height: 600px; } }

.countries-padding .col-md-3 {
  padding-left: 5px;
  padding-right: 5px; }

.club-welcome {
  text-align: center; }

.club-welcome .comap-btn {
  margin-top: 10px;
  margin-bottom: 10px; }

@media all and (min-width: 768px) {
  .club-welcome {
    text-align: left; }
  .club-welcome .comap-btn {
    margin-top: 35px;
    float: right; } }

.calendar-menu {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px; }

.calendar-menu .ico {
  margin-right: 1ex; }

.insights {
  position: relative;
  z-index: 2; }

.white-box li .calendar-date {
  display: inline-block;
  padding-top: 15px; }

.calendar-event-date:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px; }

.calendar-event-place:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px; }

.calendar-event-date,
.calendar-event-place,
.calendar-event-btn {
  font-size: 16px;
  font-size: 1.6rem; }

.calendar-event-btn:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -10px;
  margin-left: 20px; }

.calendar-event-btn .comap-btn {
  padding: 10px 20px 10px 50px; }

@media all and (max-width: 768px) {
  .google-mapa-info {
    text-align: center; }
  .calendar-event-date,
  .calendar-event-place,
  .calendar-event-btn {
    margin: 0;
    display: block; }
  .calendar-event-place {
    margin: 0 0 15px; }
  .calendar-event-date:before,
  .calendar-event-place:before {
    width: 13px;
    height: 13px;
    position: relative;
    margin-top: 0;
    margin-right: 5px; }
  .calendar-event-btn:before {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 0;
    margin-right: -40px;
    top: 8px; } }

.row.products > div {
  padding: 0; }

.row.products {
  margin-bottom: 0;
  padding: 0 15px; }

@media all and (min-width: 768px) {
  .row.products {
    margin-bottom: 30px; } }

.product-preview {
  display: inline-block;
  width: 100%;
  border: 1px solid #ebebeb;
  background: #ffffff;
  color: #000001;
  padding: 30px;
  position: relative;
  z-index: 5;
  margin-bottom: 15px;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

.product-preview__img-wrapper {
  height: 210px;
  text-align: center; }

.product-preview__img-wrapper img {
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.product-preview h3 {
  color: #f00000;
  margin-bottom: 20px;
  margin-top: 20px; }

.product-preview .product-highlight {
  font-size: 13px;
  font-size: 1.3rem; }

.product-preview ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem; }

.product-preview li {
  position: relative;
  padding: 0 0 0 10px; }

.product-preview li:before {
  content: "";
  background: #f00000;
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  left: 0px;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.product-preview:hover,
.product-preview:focus {
  outline: 0;
  text-decoration: none;
  color: #000001;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  z-index: 10; }

@media all and (min-width: 992px) {
  .product-preview:hover:hover,
  .product-preview:focus:hover,
  .product-preview:hover:focus,
  .product-preview:focus:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.product-preview:hover h3,
.product-preview:focus h3 {
  color: #f00000; }

.product-preview--download {
  width: 100%;
  text-align: center; }

.product-preview--download h1,
.product-preview--download h2 {
  margin-bottom: 30px; }

@media all and (min-width: 768px) {
  .product-preview {
    margin-bottom: 0px; } }

@media all and (min-width: 992px) {
  .product-preview--download {
    position: relative;
    text-align: left;
    padding-left: 0;
    max-width: 800px;
    margin: 0 auto; }
  .product-preview--download h1,
  .product-preview--download h2 {
    margin-bottom: 10px; }
  .product-preview--download .product-preview__img {
    max-width: 170px;
    width: 100%;
    display: block;
    position: relative;
    float: left;
    margin: 0 30px;
    padding: 0 0 25px; } }

.ltIE8 .product-preview .product-preview__img-wrapper img {
  top: 30px; }

.product-category-intro {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

.product-category-intro h1,
.product-category-intro h2 {
  margin-bottom: 25px; }

.product-category-intro__links {
  margin-top: 30px; }

.product-category-intro__links a {
  margin-right: 30px;
  display: block; }

@media all and (min-width: 480px) {
  .product-category-intro__links a {
    display: inline; } }

@media all and (min-width: 992px) {
  .product-category-intro {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left; }
  .product-category-intro__links {
    margin-top: 0; }
  .product-category-intro__links a {
    margin-right: 0;
    display: block;
    padding-bottom: 15px; }
  .product-category-intro__desc {
    padding-right: 200px; } }

.product-filter {
  margin-bottom: 30px;
  text-align: center;
  display: none; }

.product-filter__btn {
  display: inline-block;
  color: #ffffff;
  background: #f00000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 15px;
  cursor: pointer; }

.product-filter__btn:after {
  content: "";
  width: 10px;
  height: 5px;
  display: inline-block;
  margin-left: 35px;
  background-size: cover;
  position: relative;
  top: -1px; }

@media all and (min-width: 768px) {
  .product-filter {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block; } }

@media all and (min-width: 1200px) {
  .product-filter {
    text-align: left; } }

.products .pager {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 3px;
  float: right; }

.products .pager a {
  color: #f00000; }

.products .load-more {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 20px;
  border: 1px solid #f00000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer; }

.products .load-more:hover,
.products .load-more:focus {
  outline: 0;
  color: #f00000; }

.products__navigation {
  margin-top: 40px; }

.products--no-desc .product-preview h3 {
  margin-bottom: 0; }

.products h2 {
  text-align: center; }

@media all and (min-width: 768px) {
  .products h2 {
    text-align: left; } }

.warning {
  margin: 20px 0;
  border: 1px solid #ffcc00;
  background: #fff7e5;
  text-align: center;
  padding: 15px 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem; }

.warning a {
  display: block; }

@media all and (min-width: 768px) {
  .warning {
    font-size: 16px;
    font-size: 1.6rem; }
  .warning a {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem; } }

.product-detail {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px; }

.product-detail ul {
  text-align: left; }

.product-detail__img {
  display: inline-block;
  border: 1px solid #ebebeb;
  width: 100%;
  min-width: 280px;
  min-height: 280px;
  margin-top: 30px; }

.product-detail__img img {
  max-width: 100%;
  text-align: center;
  padding: 30px; }

.product-detail__img__thumbs {
  padding: 0 30px;
  text-align: center; }

.product-detail__img__thumbs li {
  list-style-type: none;
  display: inline-block;
  width: 24%; }

.product-detail__img__thumbs li a {
  display: block;
  opacity: 0.7; }

.product-detail__img__thumbs li a:hover {
  opacity: 1; }

.product-detail__img__thumbs li a img {
  max-width: 100%;
  height: 105px;
  width: auto;
  padding: 0 0 3px 3px; }

.product-detail__code {
  margin-top: 5px; }

.product-detail__code span strong i {
  display: none; }

.product-detail .comap-btn {
  margin-top: 30px; }

.product-detail__text {
  margin-top: 50px; }

@media all and (min-width: 992px) {
  .product-detail {
    text-align: left;
    position: relative;
    margin-bottom: 60px; }
  .product-detail__img {
    display: inline-block;
    width: 490px;
    float: right; }
  .product-detail__info {
    min-height: 490px;
    padding-top: 60px;
    padding-right: 600px; } }

@media all and (min-width: 768px) {
  .product-detail__img {
    width: 490px; } }

@media all and (min-width: 992px) {
  .ltIE8 .product-detail__img img {
    top: 20px; } }

.product-detail ul li {
  text-align: left; }

.parameter {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 7px; }

.parameter__name {
  padding-right: 30px;
  font-family: 'Open Sans Light', sans-serif;
  font-weight: bold; }

@media all and (min-width: 768px) {
  .parameter__name {
    padding-right: 30px;
    display: inline-block;
    width: 320px; }
  .parameter__value {
    display: inline-block; } }

.parameter:last-of-type {
  border: 0; }

.detail-downloads-checkboxes,
.product-filter {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  margin: 20px 0; }

.detail-downloads-checkboxes a,
.product-filter a {
  display: block;
  margin-top: 20px; }

.detail-downloads-checkboxes label,
.product-filter label {
  width: 150px; }

@media all and (min-width: 768px) {
  .detail-downloads-checkboxes a,
  .product-filter a {
    display: inline-block;
    margin-left: 50px;
    margin-top: 0; }
  .detail-downloads-checkboxes .show-older,
  .product-filter .show-older {
    float: right; } }

.detail-downloads-checkboxes-categoryfiltr {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0; }

.detail-downloads-checkboxes-categoryfiltr label {
  margin: 0 10px 5px 0;
  font-weight: bold;
  min-width: 140px; }

.accordion a.product-download {
  padding: 15px 0;
  margin: 0 7px;
  border-bottom: 1px solid #ebebeb;
  color: #000001;
  display: block;
  margin-bottom: 0; }

.accordion a.product-download:last-of-type {
  padding-bottom: 0;
  border: 0; }

.accordion a.product-download:hover,
.accordion a.product-download:focus {
  outline: 0;
  text-decoration: none; }

.accordion a.product-download a.product-download:hover,
.accordion a.product-download a.product-download:focus {
  outline: 0;
  text-decoration: none;
  color: #000001; }

.accordion a.product-download .product-download__size,
.accordion a.product-download .product-download__date,
.accordion a.product-download .product-download__category {
  display: none; }

.accordion a.product-download .product-download__name {
  color: #f00000;
  font-family: 'Open Sans Light', sans-serif;
  font-weight: bold;
  padding-right: 30px;
  display: inline-block;
  max-width: 75%; }

.accordion a.product-download .product-download__flag {
  display: inline-block;
  margin: 0 5px 0 0; }

.accordion a.product-download .product-download__flag img {
  width: 20px;
  height: auto; }

.accordion a.product-download .product-download__type {
  vertical-align: middle; }

@media all and (min-width: 768px) {
  .accordion a.product-download {
    font-size: 16px;
    font-size: 1.6rem; }
  .accordion a.product-download:last-of-type {
    padding-bottom: 10px; }
  .accordion a.product-download .product-download__name {
    max-width: 315px; }
  .accordion a.product-download .product-download__date {
    display: inline-block; }
  .accordion a.product-download .product-download__type,
  .accordion a.product-download .product-download__flag {
    width: 90px;
    display: inline-block; }
  .accordion a.product-download .product-download__category,
  .accordion a.product-download .product-download__flag {
    text-align: center; }
  .accordion a.product-download .product-download__size {
    width: 100px; } }

@media all and (min-width: 992px) {
  .accordion a.product-download .product-download__name {
    max-width: 345px; } }

@media all and (min-width: 1200px) {
  .accordion a.product-download .product-download__name {
    max-width: 500px; }
  .accordion a.product-download .product-download__category {
    width: 90px;
    display: inline-block; }
  .accordion a.product-download .product-download__size {
    display: inline-block; } }

.add-on {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 15px; }

.add-on__desc {
  margin-bottom: 25px; }

.add-on h3 {
  color: #f00000; }

@media all and (min-width: 768px) {
  .add-on {
    margin-bottom: 10px; } }

#fix-it,
#fix-it-up,
#fix-it-up-product,
#fix-it-up-product.scrolling {
  height: 100px;
  -webkit-box-shadow: 0px 0px 50px 0px #949494;
  -moz-box-shadow: 0px 0px 50px 0px #949494;
  box-shadow: 0px 0px 50px 0px #949494;
  position: fixed;
  width: 100%;
  z-index: 100;
  bottom: 0px;
  display: none; }

@media all and (min-width: 768px) {
  #fix-it,
  #fix-it-up,
  #fix-it-up-product,
  #fix-it-up-product.scrolling {
    display: block; } }

#fix-it-up-product {
  position: fixed;
  top: 0; }

#fix-it-up-product.scrolling {
  position: relative; }

#fix-it-up {
  display: none;
  position: relative;
  bottom: auto;
  top: 0;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(148, 148, 148, 0.2);
  -moz-box-shadow: 0px 15px 25px 0px rgba(148, 148, 148, 0.2);
  box-shadow: 0px 15px 25px 0px rgba(148, 148, 148, 0.2); }

#fix-it-up.scrolling {
  position: fixed;
  display: block; }

.scroll-top-helper + #fix-it-up {
  display: block; }

.download-form {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  padding: 20px;
  background: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: 40px;
  margin-bottom: 40px; }

.download-form label,
.download-form input {
  display: block;
  width: 100%;
  font-weight: normal; }

.download-form input[type='text'],
.download-form input[type='email'] {
  height: 35px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 0 10px; }

.download-form input[type='text']:focus,
.download-form input[type='email']:focus {
  border: 1px solid #f00000;
  outline: 0; }

.download-form label span:not(.cb) {
  float: right;
  color: #7f7f7f; }

.download-form .cb {
  margin-right: 20px; }

.download-form__checkboxes {
  margin-top: 20px; }

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

.download-form .comap-btn {
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

@media all and (min-width: 768px) {
  .download-form {
    width: 540px;
    margin-left: auto;
    margin-right: auto; }
  .download-form input[type='checkbox'] + label {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 10px; } }

@media all and (min-width: 1200px) {
  .download-form .comap-btn {
    float: none;
    position: static; } }

.support-img-info {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff; }

.support-img-info__number {
  font-weight: 800;
  font-size: 50px;
  font-size: 5rem;
  margin: 30px 0 20px; }

@media all and (min-width: 768px) {
  .support-img-info {
    font-size: 16px;
    font-size: 1.6rem; }
  .support-img-info__number {
    font-size: 100px;
    font-size: 10rem; } }

.search {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  margin-left: 50px; }

.search div:before {
  content: "";
  width: 40px;
  height: 35px;
  display: inline-block;
  margin-left: -50px;
  position: absolute;
  top: -45px; }

.search input[type='submit'] {
  display: none; }

.search input[type='text'] {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  color: #f00000;
  padding: 10px 0; }

.search ::-webkit-input-placeholder {
  color: #b7b3ad;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300; }

.search :-moz-placeholder {
  /* Firefox 18- */
  color: #b7b3ad;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300; }

.search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7b3ad;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300; }

.search :-ms-input-placeholder {
  color: #b7b3ad;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: 300; }

@media all and (min-width: 768px) {
  .search {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 40px; } }

@media all and (min-width: 990px) {
  .search div:before {
    top: -60px; } }

.download-category h1,
.download-category h2 {
  text-align: center;
  margin-bottom: 35px; }

.faq {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1px 7px 20px 7px; }

@media all and (min-width: 768px) {
  .faq {
    font-size: 16px;
    font-size: 1.6rem; } }

.abbreviations {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 40px; }

.abbreviations__nav {
  margin-bottom: 20px; }

.abbreviations__nav a {
  font-weight: 600;
  color: #f00000;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 10px;
  text-transform: uppercase; }

.abbreviations__nav a:last-of-type {
  margin-right: 0; }

@media all and (min-width: 768px) {
  .abbreviations {
    margin-top: 80px;
    font-size: 16px;
    font-size: 1.6rem; }
  .abbreviations__nav {
    margin-bottom: 40px; }
  .abbreviations__nav a {
    font-size: 19px;
    font-size: 1.9rem; } }

.abbreviation {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 20px;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-bottom: 15px; }

.abbreviation__heading {
  font-size: 80px;
  font-size: 8rem;
  text-align: center;
  margin-top: 30px;
  color: #cccccc; }

.abbreviation__heading:first-letter {
  color: #000001; }

.abbreviation__list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

.abbreviation__list li {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb; }

.abbreviation__list li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.abbreviation__list li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 15px; }

.abbreviation__list li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0; }

@media all and (min-width: 992px) {
  .abbreviation {
    padding-left: 380px;
    position: relative;
    padding: 80px 100px 80px 380px;
    margin-bottom: 20px; }
  .abbreviation__heading {
    position: absolute;
    width: 380px;
    left: 0;
    top: 50%;
    margin-top: -60px; }
  .abbreviation__list li strong {
    display: inline-block;
    font-weight: 600;
    float: left;
    margin-right: 60px; }
  .abbreviation__list li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0; } }

.compare-menu {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center; }

.compare-menu .share-note {
  display: block;
  margin-bottom: 5px; }

.compare-menu input {
  border: 1px solid #ebebeb;
  height: 35px;
  padding: 0 10px 0 45px;
  width: 215px;
  margin-bottom: 30px;
  color: #676767; }

.compare-menu input:focus {
  border: 1px solid #f00000;
  outline: 0; }

.compare-menu .share-input-wrapper {
  display: inline-block;
  position: relative;
  z-index: 2; }

.compare-menu .share-input-wrapper:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  /*background: url("../img/share-icon.png");*/
  background: url(../svg/ShareICO-red.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 7px;
  left: 10px;
  cursor: pointer; }

@media all and (min-width: 768px) {
  .compare-menu .share-note {
    display: inline-block;
    margin-right: 10px; }
  .compare-menu .col-sm-7 {
    text-align: right; } }

.compare-menu-add-button {
  margin: auto;
  width: 180px;
  margin-bottom: 30px; }

.comparsion-fixed-head a {
  color: #f00000;
  margin: 0; }

.comparsion-fixed-head a:hover {
  text-decoration: none;
  opacity: 0.9; }

.comparsion-table-wrapper {
  width: 100%; }

.comparsion-table-wrapper table {
  min-width: 100%;
  background: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-size: 1.4rem; }

.comparsion-table-wrapper table tr.comparsion-table-head a {
  color: #f00000;
  margin: 0; }

.comparsion-table-wrapper table tr.comparsion-table-head a:hover {
  text-decoration: none;
  opacity: 0.9; }

.comparsion-table-wrapper table tr td {
  border: 1px solid #ebebeb;
  padding: 25px; }

.comparsion-table-wrapper table a {
  color: #f00000;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px; }

.comparsion-table-wrapper table a:hover,
.comparsion-table-wrapper table a:focus {
  outline: 0;
  color: #f00000; }

.comparsion-table-wrapper table .remove {
  display: inline-block;
  width: 17px;
  height: 17px;
  float: right;
  cursor: pointer;
  position: relative;
  left: 15px;
  top: -15px;
  -webkit-transition: -webkit-all ease-in-out 150ms;
  -moz-transition: -moz-all ease-in-out 150ms;
  -ms-transition: -ms-all ease-in-out 150ms;
  -o-transition: -o-all ease-in-out 150ms;
  transition: all ease-in-out 150ms; }

.comparsion-table-wrapper table .remove:hover {
  opacity: 0.4; }

.comparsion-table-wrapper table .cmp-product-img {
  text-align: center;
  margin-bottom: 40px;
  height: 180px; }

.comparsion-table-wrapper table .cmp-product-img img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.comparsion-table-wrapper table .cmp-product-name {
  color: #f00000;
  margin-bottom: 0;
  text-align: center; }

.comparsion-table-wrapper table .row-red {
  background: #f00000;
  color: #ffffff; }

.comparsion-table-wrapper table .row-red td {
  border-right: 1px solid #f00000; }

.comparsion-table-wrapper table .row-red td:last-of-type {
  border-right: 1px solid #ebebeb; }

.comparsion-table-wrapper table .row-red td a {
  color: #ffffff;
  text-decoration: underline;
  margin-bottom: 0; }

.comparsion-table-wrapper table .row-red .td-name {
  font-weight: 600; }

.comparsion-table-wrapper table .td-heading {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  margin-bottom: 20px; }

.fixed-table-wrapper {
  width: 100%; }

.fixed-table-wrapper table {
  min-width: auto;
  height: 100px;
  font-size: 19px;
  font-size: 1.9rem;
  color: #f00000; }

.fixed-table-wrapper table td {
  border: 1px solid #ebebeb;
  padding: 0 10px;
  text-align: center; }

.fixed-table-wrapper table img {
  max-width: 55px;
  margin-right: 10px;
  display: block;
  margin: 0 auto; }

@media all and (min-width: 1200px) {
  .fixed-table-wrapper table img {
    display: inline-block;
    margin: 0 10px 0 0; } }

.product-filter__nav__content {
  background: #ffffff;
  position: absolute;
  z-index: 15;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f00000;
  top: 48px;
  display: none;
  width: 100%; }

.product-filter__nav__content .product-filter__left {
  background: #f00000;
  color: #ffffff;
  padding: 30px 10px 10px 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
  height: 100%;
  margin-left: -6px; }

.product-filter__nav__content .product-filter__left span {
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: -webkit-all ease-in-out 150ms;
  -moz-transition: -moz-all ease-in-out 150ms;
  -ms-transition: -ms-all ease-in-out 150ms;
  -o-transition: -o-all ease-in-out 150ms;
  transition: all ease-in-out 150ms; }

.product-filter__nav__content .product-filter__left span:hover,
.product-filter__nav__content .product-filter__left span:focus {
  outline: 0;
  background: #cb0000; }

.product-filter__nav__content .product-filter__left span.active {
  background: #cb0000; }

.product-filter__nav__content .product-filter__right {
  display: inline-block;
  vertical-align: top;
  padding: 40px; }

.product-filter__nav__content .product-filter__right h3 {
  margin-top: 0; }

.product-filter__nav__content .product-filter__right label {
  width: 100%; }

@media all and (min-width: 1200px) {
  .product-filter__nav__content .product-filter__left {
    margin-left: 0; } }

.filter-tab {
  display: none; }

.filter-tab.active {
  display: block; }

.service-info {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 30px; }

.service-info span {
  display: block; }

span.service-info__icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 10px; }

.service-info__phone {
  font-weight: 600;
  margin-top: 10px; }

.service-info__localtime {
  display: inline-block;
  font-weight: 600;
  margin-top: 10px; }

.service-info__localtime > Span {
  display: inline-block; }

@media all and (min-width: 768px) {
  .service-info {
    display: inline-block;
    width: 24.8%;
    border-right: 1px solid #ebebeb;
    margin-top: 40px; }
  .service-info:last-of-type {
    border-right: 0; } }

.club-welcome--product-links {
  text-align: center; }

.club-welcome--product-links a {
  margin-top: 40px;
  display: inline-block; }

.resp-table-wrapper {
  max-width: 100%;
  overflow: auto; }

.resp-table-wrapper .comparsion-table-wrapper table {
  min-width: auto; }

#fix-it {
  display: none; }

@media all and (min-width: 1200px) {
  #fix-it {
    display: block; } }

.hover-shadow {
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

@media all and (min-width: 992px) {
  .hover-shadow:hover,
  .hover-shadow:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.comparsion-fixed-head a {
  color: #f00000;
  margin: 0; }

.comparsion-fixed-head a:hover {
  text-decoration: none;
  opacity: 0.9; }

.cmp-product-img {
  text-align: center;
  margin-bottom: 40px;
  height: 180px; }

.cmp-product-img img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

#fix-it-up.compare {
  display: none;
  position: relative;
  bottom: auto;
  top: 0;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(148, 148, 148, 0.2);
  -moz-box-shadow: 0px 15px 25px 0px rgba(148, 148, 148, 0.2);
  box-shadow: 0px 15px 25px 0px rgba(148, 148, 148, 0.2); }

#fix-it-up.compare.scrolling {
  position: fixed;
  display: block; }

.white-box.service-status {
  padding-left: 10px;
  padding-right: 10px; }

.white-box.service-status .service-info {
  width: 100%; }

.scroll-top-helper + #fix-it-up.compare {
  display: block; }

.prettyGalleryContainer {
  margin: 0;
  height: 90px !important;
  overflow: hidden;
  width: 490px; }

.prettyGalleryContainer ul li a {
  opacity: 0.7; }

.prettyGalleryContainer ul li a img {
  padding: 0 2px 0 0; }

.prettyGalleryContainer ul li a:hover {
  opacity: 1; }

ul.pg_paging {
  display: none; }

.pg_paging .pg_previous {
  margin: 3px 9px 0 0; }

.pg_paging .pg_next {
  margin: 3px 0 0 9px; }

.case-study-preview {
  display: inline-block;
  min-width: 280px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000001;
  background: #ffffff;
  position: relative;
  z-index: 10;
  border: 1px solid #ebebeb;
  margin-bottom: 15px; }

.case-study-preview:hover,
.case-study-preview:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  color: #000001;
  text-decoration: none; }

@media all and (min-width: 992px) {
  .case-study-preview:hover:hover,
  .case-study-preview:focus:hover,
  .case-study-preview:hover:focus,
  .case-study-preview:focus:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.case-study-preview:link {
  color: #000001;
  text-decoration: none; }

.case-study-preview h3 {
  margin-top: 5px;
  padding: 0 50px 0 0;
  font-size: 20px;
  font-size: 2rem; }

.case-study-preview__img {
  position: relative;
  /* height: 240px; */
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important; }

.case-study-preview__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }

.case-study-preview__img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.case-study-preview__category {
  font-size: 14px;
  font-size: 1.4rem;
  color: #00acec; }

.case-study-preview__text {
  padding: 20px 15px; }

@media all and (min-width: 768px) {
  .case-study-preview {
    margin-bottom: 10px; } }

.logos-wrapper {
  text-align: center;
  margin: 45px 0 40px; }

.logos-wrapper img {
  margin: 0 auto; }

.left-side-content h2 {
  margin-bottom: 30px;
  text-align: center;
  max-width: 220px;
  margin: 30px auto 40px; }

.left-side-content .comap-link {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 15px; }

@media all and (min-width: 768px) {
  .left-side-content h2 {
    max-width: 380px; } }

@media all and (min-width: 992px) {
  .left-side-content {
    width: 33.3%;
    float: right; }
  .left-side-content h2 {
    text-align: left;
    max-width: 100%; } }

@media all and (min-width: 992px) {
  .right-side-img {
    width: 66.7%;
    float: right;
    padding-left: 50px; } }

.industry-nav h2 {
  text-align: left;
  margin: -20px 0 40px 0; }

.industry-nav .comap-link {
  float: right;
  margin-top: -65px; }

.border-left-block {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #ebebeb;
  margin-bottom: 20px; }

.border-left-block h3 {
  margin-top: 0;
  margin-bottom: 20px; }

.border-left-block--red {
  border-left: 3px solid #f00000; }

.border-left-block--green {
  border-left: 3px solid #00b517; }

@media all and (min-width: 768px) {
  .border-left-block {
    padding: 30px;
    font-size: 16px;
    font-size: 1.6rem; } }

.ordered-list ol {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  list-style-type: none;
  counter-reset: li;
  margin-left: 0;
  padding-left: 0; }

.ordered-list ol > li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 40px; }

.ordered-list ol > li a,
.ordered-list ol > li a:hover,
.ordered-list ol > li a:link {
  color: #f00000; }

.ordered-list ol > li:before {
  content: counter(li);
  counter-increment: li;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  background: #f00000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: 800;
  position: absolute;
  left: 0px; }

@media all and (min-width: 768px) {
  .ordered-list ol {
    font-size: 16px;
    font-size: 1.6rem; }
  .ordered-list ol > li {
    padding-left: 60px; }
  .ordered-list ol > li:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    font-size: 1.9rem; } }

.ltIE8 .ordered-list ol > li:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 19px;
  font-size: 1.9rem; }

.culture-header {
  min-height: 260px;
  text-align: center;
  background-size: cover !important;
  padding-top: 135px;
  padding-bottom: 15px; }

.culture-header h1 {
  padding: 0 20px; }

@media all and (min-width: 768px) {
  .culture-header {
    height: auto;
    padding-top: 340px;
    padding-bottom: 50px; } }

.feature {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 50px;
  padding: 0 60px; }

.feature strong {
  display: block;
  margin-bottom: 10px; }

.feature__img {
  margin-bottom: 30px; }

.feature__img img {
  max-width: 100%; }

@media all and (min-width: 992px) {
  .feature {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0 20px;
    border-left: 1px solid #ebebeb; }
  .feature:first-of-type {
    border-left: 0; }
  .feature__img {
    height: 120px; }
  .feature__img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); } }

.info-graph {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem; }

.info-graph > img {
  margin-bottom: 40px; }

.info-graph__point {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #f00000;
  margin: 0 auto -50px;
  background: #ffffff; }

.info-graph__bottom .info-graph__point:last-of-type {
  margin-bottom: 0; }

.info-graph__point span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -15px;
  padding: 0 30px; }

@media all and (min-width: 992px) {
  .info-graph {
    position: relative;
    z-index: -1;
    font-size: 16px;
    font-size: 1.6rem; }
  .info-graph > img {
    display: none; }
  .info-graph__point {
    width: 250px;
    height: 250px;
    padding: 0 25px;
    vertical-align: top; }
  .info-graph__point span {
    display: inline-block;
    margin-top: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .info-graph__top,
  .info-graph__bottom,
  .info-graph__middle {
    height: 230px; }
  .info-graph__point {
    display: inline-block;
    margin-bottom: 0; }
  .info-graph__top .info-graph__point,
  .info-graph__bottom .info-graph__point {
    margin: 0 20px; }
  .info-graph__logo {
    display: inline-block;
    vertical-align: top;
    width: 375px;
    margin-top: 23px; }
  .info-graph__logo img {
    margin-left: 10px; }
  .info-graph:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    top: -399px;
    bottom: -200px;
    left: 0;
    /*width: 1440px;*/ } }

.red-dot-ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: left; }

.red-dot-ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 25px; }

.red-dot-ul li li:before {
  content: "";
  background: #ffffff;
  position: absolute;
  display: inline-block;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.red-dot-ul li:before {
  content: "";
  background: #f00000;
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

@media all and (min-width: 768px) {
  .red-dot-ul {
    margin-top: 40px; }
  .red-dot-ul ul {
    font-size: 16px;
    font-size: 1.6rem; } }

.text-block .red-dot-ul {
  margin-top: 50px; }

.text-block .red-dot-ul ul {
  color: #000001; }

.text-block .red-dot-ul ul li {
  margin-bottom: 15px; }

@media all and (min-width: 992px) {
  .text-block .red-dot-ul ul {
    padding-left: 15%; }
  .text-block .red-dot-ul ul li {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 40px; } }

.positions {
  margin-top: 30px; }

.colleague {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 50px; }

.colleague h2 {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 35px; }

.colleague__desc {
  position: relative;
  padding: 30px; }

.colleague__desc img {
  max-width: 100%;
  position: relative; }

@media all and (min-width: 992px) {
  .colleague {
    margin-top: 70px;
    padding-top: 100px;
    position: relative; }
  .colleague h2 {
    text-align: left;
    padding-right: 51%; }
  .colleague__desc {
    width: 55%;
    position: static;
    padding-bottom: 32px; }
  .colleague__desc img {
    max-width: 45%;
    position: absolute;
    right: 0;
    top: 0; } }

.team-quotes {
  margin-top: 30px; }

.team-quotes .team-quote {
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 2;
  padding: 25px 15px;
  text-align: left;
  margin-bottom: 15px; }

.team-quotes .team-quote__quote {
  font-style: italic;
  margin-bottom: 25px; }

.team-quotes .team-quote__author {
  font-weight: 600; }

.team-quotes .team-quote__author__name {
  color: #f00000; }

.team-quotes .team-quote__author__position {
  color: #676767; }

@media all and (min-width: 992px) {
  .team-quotes .team-quote {
    display: inline-block;
    margin-left: 1%;
    width: 32%; }
  .team-quotes .team-quote:nth-of-type(3n+1) {
    margin-left: 0; } }

.career-detail-block {
  font-size: 14px;
  font-size: 1.4rem; }

.career-detail-block h2 {
  margin-bottom: 25px;
  text-align: center; }

.career-detail-block .red-dot-ul ul {
  color: #000001; }

@media all and (min-width: 768px) {
  .career-detail-block {
    font-size: 16px;
    font-size: 1.6rem; }
  .career-detail-block h2 {
    text-align: left; } }

.csr-link {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  margin-left: 7px; }

.csr-link:last-of-type {
  border: 0; }

.csr-link__code {
  color: #f00000;
  font-weight: 600;
  min-width: 160px; }

.csr-link__type {
  color: #000001;
  float: right;
  margin-left: 20px; }

.csr-link__lng {
  display: none; }

.csr-link__date {
  display: none; }

.csr-link:hover,
.csr-link:link,
.csr-link:visited {
  text-decoration: none; }

@media all and (min-width: 768px) {
  .csr-link {
    margin-left: 7px;
    margin-right: 20px; }
  .csr-link__code {
    min-width: 300px;
    display: inline-block; }
  .csr-link__type {
    float: none;
    min-width: 95px;
    display: inline-block; }
  .csr-link__lng,
  .csr-link__date {
    min-width: 95px;
    display: inline-block;
    color: #000001; } }

.overflow-hidden {
  overflow: hidden; }

.white-box--news-item {
  color: #000001;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  font-size: 1.6rem;
  padding: 30px;
  margin-top: 10px; }

.white-box--news-item:hover {
  color: #000001;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-all ease-in-out 200ms;
  -moz-transition: -moz-all ease-in-out 200ms;
  -ms-transition: -ms-all ease-in-out 200ms;
  -o-transition: -o-all ease-in-out 200ms;
  transition: all ease-in-out 200ms; }

@media all and (min-width: 992px) {
  .white-box--news-item:hover:hover,
  .white-box--news-item:hover:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); } }

.white-box--news-item strong {
  color: #f00000;
  font-weight: 600;
  display: block;
  padding: 0 0 10px; }

.white-box--news-item__desc {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 4%;
  width: 76%;
  float: left; }

.white-box--news-item__date {
  display: inline-block;
  margin-bottom: 0;
  width: 20%;
  float: right;
  text-align: right; }

.news-list .pager {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 3px;
  float: right; }

.news-list .pager a {
  color: #f00000; }

.club-welcome {
  -ms-word-break: break-all;
  word-break: break-all; }

.club-welcome--product {
  display: flex;
  justify-content: center;
  align-items: center; }

.club-welcome .club-products {
  position: relative;
  z-index: 5; }

.club-welcome .club-products h2 {
  margin-top: 50px;
  text-align: left; }

.club-welcome .club-products .add-on {
  background: #fff; }

.errata-sheet {
  position: relative;
  z-index: 1; }

.errata-sheet table {
  border-collapse: collapse;
  background: #ffffff;
  margin: 0 0 20px 0;
  width: 100%;
  overflow: auto;
  font-size: 13px;
  border: 1px solid #ebebeb; }

.errata-sheet tr:nth-of-type(even) {
  background: #fafafa; }

.errata-sheet .table > thead > tr > th {
  background: #f00000;
  text-align: left;
  border-bottom: 0;
  font-weight: 600;
  padding: 8px 5px; }

.errata-sheet table th a {
  color: #ffffff; }

.errata-sheet .table > tbody > tr {
  cursor: pointer; }

.errata-sheet .table > tbody > tr > td {
  padding: 5px; }

.errata-sheet th.unigrid-actions-header-empty.unigrid-actions,
.errata-sheet td.unigrid-actions {
  display: none;
  width: 0; }

.errata-sheet .pagination {
  font-weight: 600;
  font-size: 1.6rem;
  float: right; }

.errata-sheet .pagination ul li {
  list-style-type: none;
  float: left;
  padding: 0 5px; }

.errata-sheet .pagination li a {
  color: #f00000; }

.errata-sheet .pagination label {
  font-weight: normal; }

.errata-sheet .pagination-pages,
.errata-sheet .pagination-items-per-page {
  display: none; }

.errata-sheet .form-filter-showhide {
  margin-bottom: 15px; }

.errata-sheet .grid-cell-display-in-detail {
  display: none; }

.errata-sheet .table > tbody > tr.grid-row-detail > td {
  padding: 15px; }

.errata-sheet .table > tbody > tr.grid-row-detail > td .grid-row-detail__content {
  margin-bottom: 10px; }

.errata-sheet .table > tbody > tr.grid-row-detail > td .grid-row-detail__content label {
  font-weight: bold;
  margin-right: 10px; }

.errata-sheet span.InfoLabel {
  font-size: 3em;
  color: #676767; }

@media screen and (max-width: 1200px) {
  .table > tbody > tr.grid-row-detail {
    display: none; }
  .errata-sheet table {
    width: 100%; }
  .errata-sheet thead {
    display: none; }
  .errata-sheet tr:nth-of-type(2n) {
    background-color: #ebebeb; }
  .errata-sheet tr td:first-child {
    background: #ebebeb;
    font-weight: bold;
    font-size: 1.4em; }
  .errata-sheet tbody td {
    display: block;
    text-align: center; }
  .errata-sheet tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-weight: 600; } }

.contact-welcome .col-sm-3 a {
  display: block;
  text-align: center;
  margin: 10px; }

.contact {
  border-right: 0; }

.contact-header {
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  margin: 0 0 -150px; }

.contact:nth-child(even) {
  border-left: 1px solid #ebebeb; }

.download-media-box {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 20px; }

.contact__detail {
  text-align: center;
  padding-right: 8%; }

.contact__detail__photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  position: relative;
  top: -30px; }

.contact__detail__text {
  text-align: left;
  display: inline-block;
  padding: 0 0 20px; }

@media all and (min-width: 768px) {
  .contact__detail {
    text-align: right; } }

.contact-box {
  position: relative;
  z-index: 5;
  max-width: 620px;
  margin: 50px auto;
  padding: 10px;
  border: 5px solid; }

.contact-box .comap-btn {
  display: inline-block;
  margin: 0 auto 10px auto; }

.contact-box input {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5;
  padding: 10px;
  margin: 0 20px;
  width: 65%;
  font-weight: normal; }

.contact-box h3 {
  text-align: center;
  color: #000001;
  margin-bottom: 20px; }

.newsletter-wrapper {
  position: relative;
  z-index: 5;
  max-width: 890px;
  margin: 40px auto;
  padding: 10px;
  border: 5px solid; }

.newsletter-wrapper .download-form {
  margin-top: 0;
  max-width: 700px; }

.newsletter-wrapper .download-form input[type='text'] {
  width: 100%;
  margin: 0;
  padding: 10px;
  height: 44px; }

.newsletter-wrapper .download-form input[type='submit'] {
  width: 100%;
  margin: 0;
  padding: 10px 45px 10px 20px;
  color: #000001;
  font-size: 1.6rem;
  border: 1px solid #f00000; }

.newsletter-wrapper .download-form input[type='submit']:hover {
  color: #f00000; }

.newsletter-wrapper .form-group {
  display: -webkit-inline-box;
  float: left;
  margin: 0;
  width: 70%; }

.newsletter-wrapper .form-group.form-group-submit {
  width: 27%;
  margin: 0 0 0 2%; }

.newsletter-wrapper .ErrorMessage {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 5%;
  color: #f00000;
  display: block; }

.newsletter-wrapper .editing-form-label-cell {
  display: none; }

.newsletter-wrapper .editing-form-value-cell {
  margin-left: 5px; }

.newsletter-wrapper .form-group-submit {
  display: inline-block;
  margin: 0 auto 10px auto; }

.newsletter-wrapper input[type=email] {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5;
  padding: 10px;
  margin: 0 20px;
  font-weight: normal; }

.newsletter-wrapper .InfoMessage {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  padding: 1ex; }

.newsletter-wrapper .comap-btn {
  display: inline-block;
  margin: 0 auto 10px auto; }

.newsletter-wrapper h3 {
  text-align: center;
  color: #000001;
  margin-bottom: 20px; }

@media all and (max-width: 768px) {
  .download-form {
    margin-bottom: 0;
    text-align: center; }
  .NewsletterSubscription {
    display: inline-block; }
  .newsletter-wrapper .form-group {
    display: -webkit-inline-box;
    float: left;
    margin: 0;
    width: 100%; }
  .newsletter-wrapper .form-group.form-group-submit {
    width: 100%; }
  .newsletter-wrapper .download-form input[type='submit'] {
    width: 150px;
    margin: 10px auto 0;
    display: block; } }

.tags {
  text-align: right;
  margin-top: 35px; }

@media all and (max-width: 768px) {
  .tags {
    text-align: center; } }

a.comap-btn--tag {
  margin: 0 0 10px 10px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: -webkit-all ease-in-out 250ms;
  -moz-transition: -moz-all ease-in-out 250ms;
  -ms-transition: -ms-all ease-in-out 250ms;
  -o-transition: -o-all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  color: #000001; }

.header__main-menu__dropdown h3 a {
  color: #ffffff; }

.header__main-menu__dropdown h3 a:hover {
  text-decoration: underline; }

.white-box-contact {
  padding: 20px 50px 20px 20px;
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  background: #ffffff;
  border-right: 1px solid #ebebeb;
  position: relative;
  z-index: 5; }

.white-box-contact:last-of-type {
  border-right: 0; }

@media (max-width: 768px) {
  .white-box-contact {
    border-right: 0; } }

.countries-padding h2 {
  margin: 30px 0 5px 0; }

.white-box-country-selector {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #f7f7f7;
  position: relative;
  z-index: 5; }

.countries-padding a:hover {
  color: #f00000; }

.comap-link--black {
  color: #000001; }

.comap-link--black:hover {
  color: #f00000; }

.comap-link--black:after {
  content: "";
  width: 6px;
  height: 11px;
  display: inline-block;
  float: right;
  margin: 5px 0 0 20px; }

.distributor__detail__photo__center {
  margin: 20px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block; }

.distributor__detail__text {
  font-size: 16px;
  font-size: 1.6rem; }

.abbreviationsShow {
  width: 100%;
  margin: 0 auto;
  padding: 3px 0 20px;
  background-color: #ffffff;
  top: -20px;
  left: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: -webkit-transform 0.5s ease-in;
  -moz-transition: -moz-transform 0.5s ease-in;
  -o-transition: -o-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  border-bottom: 1px solid #f7f7f7;
  position: fixed;
  z-index: 100000000000; }

.white-box .calendar-img-align .comap-btn {
  float: left;
  margin-top: 10px; }

@media (min-width: 1200px) {
  .white-box .calendar-img-align .comap-btn {
    float: right;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .white-box .calendar-img-align {
    display: block; }
  .white-box .calendar-img-align > div {
    display: table-row; }
  .white-box .calendar-img-align > div > h3,
  .white-box .calendar-img-align > div > span,
  .white-box .calendar-img-align > div > a {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
    margin-top: 0; } }

.service-status .service-info {
  width: 100%; }

.service-status {
  padding: 10px 10px 20px; }

.service-info.service-status {
  width: 100%; }

@media (min-width: 768px) {
  .service-info.service-status {
    width: 60%; } }

.clock div {
  display: inline; }

span.service-info__icon.service-status-icon {
  float: left;
  width: 40px;
  height: 40px;
  margin: 14px 0 0 0; }

.service-logo {
  min-height: 120px; }

.service-logo a img {
  padding: 15px 0 0 0; }

.full-width--texture .comap-btn {
  position: relative;
  z-index: 5; }

.full-width--texture .warning {
  position: relative;
  z-index: 5; }

.available {
  color: #00b517; }

.text-content {
  padding: 0;
  font-size: 19px;
  font-size: 1.9rem; }

.red-triangle__img {
  left: 15%;
  width: 60%;
  top: 45%;
  transform: translateY(-50%);
  position: relative;
  top: 50%; }

.red-triangle__img img {
  width: 100%; }

.calendar-event-btn .comap-btn {
  margin-top: -15px; }

.disable-shadow::before {
  background: none !important; }

.text-block img.event-image {
  margin-top: 30px; }

img.event-image {
  max-width: 300px;
  height: auto; }

.comap-btn--tag {
  margin-left: 10px;
  margin-bottom: 10px; }

.insight-preview {
  z-index: 5; }

.accordion__heading {
  word-wrap: break-word; }

.testimonial__author__logo img {
  max-height: 200%; }

.white-box--insights {
  margin-top: 0; }

.white-box--insights img {
  margin-bottom: 30px; }

.col-xs-12 .predictiveSearchResults {
  border: 0;
  position: relative;
  z-index: 1; }

.col-xs-12 .predictiveSearchResults a {
  text-decoration: none;
  border: 1px solid #ebebeb;
  background: #FFFFFF;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px 0 10px 30px; }

.google-maps img {
  max-width: none !important;
  max-height: none !important; }

.comap-btn--email-confirmation {
  margin-top: 15px; }

.partner {
  padding: 10px; }

.clock h1 div {
  display: inline-block; }

#SearchResultCount {
  display: none;
  visibility: hidden; }

.terms-and-conditions {
  display: none; }

#fix-it-up-terms-and-conditions {
  position: relative; }

#fix-it-up-terms-and-conditions.scrollingMenu {
  position: fixed;
  width: 100%;
  display: none; }

@media all and (min-width: 768px) {
  .terms-and-conditions {
    height: 525px;
    overflow: auto;
    max-width: 180px;
    display: block; }
  #fix-it-up-terms-and-conditions.scrollingMenu {
    display: block;
    position: fixed;
    top: 0; } }

@media all and (min-width: 990px) {
  .terms-and-conditions {
    max-width: 230px; } }

@media all and (min-width: 1200px) {
  .terms-and-conditions {
    max-width: 280px; } }

.wysiwyg {
  /*.img-wrapper--full {
        .aspect-ratio(16,9); 
        width: 100%;
                 
       //  transform:translateX(-100%); 
        img {                        
            display: block;
            width:100%;
            margin-right: 0;            
            position: absolute;
            top: 0;
            right:0;
            bottom:0;
            left: 0;                        
        }
    }

    .full-width-wrapper {
        position: fixed; top: 0; right: 0; border: 0;
    }*/ }

.wysiwyg div {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000001;
  font-size: 32px;
  font-size: 3.2rem; }

.wysiwyg a {
  color: #f00000; }

.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

.wysiwyg table tr th {
  background-color: #cb0000;
  color: #ffffff;
  text-align: left;
  border: 1px solid #cb0000;
  padding: 2px 1em; }

.wysiwyg table tr td {
  border: 1px solid #cb0000;
  padding: 2px 1em; }

.wysiwyg table tr:nth-child(even) {
  background: rgba(203, 0, 0, 0.1) none repeat scroll 0% 0%; }

.wysiwyg i {
  font-style: italic; }

.wysiwyg ul {
  list-style: none; }

.wysiwyg ul li:before {
  content: "\f054";
  /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.5em;
  width: 1.5em;
  color: #f00000; }

.wysiwyg ul li li:before {
  content: "\f111";
  /* FontAwesome Unicode */
  font-size: 10px;
  font-size: 1rem; }

.wysiwyg ul li li li:before {
  content: "\f096";
  /* FontAwesome Unicode */
  font-size: 10px;
  font-size: 1rem; }

.wysiwyg img {
  max-width: 99%;
  margin-right: 1%; }

.wysiwyg .responsive-image--full,
.wysiwyg .responsive-image--left,
.wysiwyg .responsive-image--right {
  width: 100%;
  max-width: 100%; }

@media (min-width: 768px) {
  .wysiwyg .responsive-image {
    margin-top: 0 !important;
    position: relative; }
  .wysiwyg .responsive-image--full {
    display: block;
    width: 100%; }
  .wysiwyg .responsive-image--left {
    float: left;
    width: 50%; }
  .wysiwyg .responsive-image--right {
    float: right;
    width: 50%; } }

.jqvmap-label,
.jqvmap-pin {
  pointer-events: none; }

.jqvmap-label {
  position: absolute;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #292929;
  color: #fff;
  font-family: sans-serif, Verdana;
  font-size: large;
  padding: 3px;
  z-index: 5; }

.jqvmap-zoomin,
.jqvmap-zoomout {
  position: absolute;
  left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #000;
  padding: 3px;
  color: #fff;
  width: 10px;
  height: 10px;
  cursor: pointer;
  line-height: 10px;
  text-align: center; }

.jqvmap-zoomin {
  top: 10px; }

.jqvmap-zoomout {
  top: 30px; }

.jqvmap-region {
  cursor: pointer; }

.jqvmap-ajax_response {
  width: 100%;
  height: 500px; }

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center; }

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

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  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; }

.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: #fff; }

.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; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.m-h {
  margin: 0.5rem 0.5rem !important; }

.mt-h {
  margin-top: 0.5rem !important; }

.mr-h {
  margin-right: 0.5rem !important; }

.mb-h {
  margin-bottom: 0.5rem !important; }

.ml-h {
  margin-left: 0.5rem !important; }

.my-h {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

.mx-h {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important; }

.m-1 {
  margin: 1rem 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important; }

.m-2 {
  margin: 1.5rem 1.5rem !important; }

.mt-2 {
  margin-top: 1.5rem !important; }

.mr-2 {
  margin-right: 1.5rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.ml-2 {
  margin-left: 1.5rem !important; }

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.mx-2 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important; }

.m-3 {
  margin: 3rem 3rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important; }

.m-4 {
  margin: 4rem 4rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important; }

.m-5 {
  margin: 5rem 5rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important; }

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important; }

.m-6 {
  margin: 6rem 6rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-h {
  padding: 0.5rem 0.5rem !important; }

.pt-h {
  padding-top: 0.5rem !important; }

.pr-h {
  padding-right: 0.5rem !important; }

.pb-h {
  padding-bottom: 0.5rem !important; }

.pl-h {
  padding-left: 0.5rem !important; }

.py-h {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.px-h {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important; }

.p-1 {
  padding: 1rem 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.p-2 {
  padding: 1.5rem 1.5rem !important; }

.pt-2 {
  padding-top: 1.5rem !important; }

.pr-2 {
  padding-right: 1.5rem !important; }

.pb-2 {
  padding-bottom: 1.5rem !important; }

.pl-2 {
  padding-left: 1.5rem !important; }

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.px-2 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important; }

.p-3 {
  padding: 3rem 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important; }

.p-4 {
  padding: 4rem 4rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important; }

.p-5 {
  padding: 5rem 5rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

.p-6 {
  padding: 6rem 6rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pr-6 {
  padding-right: 6rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.pl-6 {
  padding-left: 6rem !important; }

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important; }

.text--xxs {
  font-size: 13px;
  font-size: 1.3rem; }

.text--xs {
  font-size: 14px;
  font-size: 1.4rem; }

.text--md {
  font-size: 16px;
  font-size: 1.6rem; }

.text--lg {
  font-size: 20px;
  font-size: 2rem; }

.text--red {
  color: #f00000 !important; }

.text--grey {
  color: #646464 !important; }

.text--green {
  color: #09b820 !important; }

.text--underline {
  text-decoration: underline; }

.font-weight--light {
  font-weight: 300 !important; }

.font-weight--normal {
  font-weight: 400 !important; }

.font-weight--semi-bold {
  font-weight: 600 !important; }

.font-weight--bold {
  font-weight: 700 !important; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-none {
  display: none; }

.d-flex {
  display: flex; }

.flex-flow-row {
  flex-flow: row; }

.flex-flow-column {
  flex-flow: column; }

@media (min-width: 991px) {
  .flex-row {
    display: flex;
    flex-wrap: wrap; }
    .flex-row > [class*='col-'] {
      display: flex;
      flex-direction: column; }
    .flex-row.row:after, .flex-row.row:before {
      display: flex; } }

.align-items-start {
  align-items: flex-start; }

.align-items-end {
  align-items: flex-end; }

.align-items-center {
  align-items: center; }

.w-100 {
  width: 100%; }

.h-auto {
  height: 100% !important; }

.w-auto {
  width: 100% !important; }

.border-0 {
  border: 0 !important; }

@media (min-width: 991px) {
  .pull-md-right {
    float: right; } }

@media (min-width: 991px) {
  .text-md-right {
    float: right; } }

.header__right-menu__search:before {
  background: url("https://cdn.comap-control.com/getmedia/29936111-0a15-492f-9cc4-9ce5257102d1/menu_search-iko.svg.aspx"); }

.header__right-menu__world:before {
  background: url("https://cdn.comap-control.com/getmedia/4b46cd18-31ce-451a-84fe-03541868d151/menu_world-iko-white.svg.aspx"); }

.header__right-menu__login:before {
  background: url("https://cdn.comap-control.com/getmedia/127fbb6b-424d-48dc-8eb8-f456b36e7c3b/menu_login-iko.svg.aspx"); }

.header__logo-wrapper:before {
  background-image: url("https://cdn.comap-control.com/getmedia/2d95c282-457a-4aff-b313-a8d7f27fe01a/triangle-white-mobile.png.aspx"); }

.comap-btn--login:before {
  background: url("https://cdn.comap-control.com/getmedia/b27ad281-bdd6-47df-9b2c-ceffc28a17b4/btn-login.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/9dd7077a-9669-4890-b143-74cde0de9613/menu_login-iko-red.svg.aspx") no-repeat center center; }

.header__right-menu__search-form__submit {
  background: url("https://cdn.comap-control.com/getmedia/29936111-0a15-492f-9cc4-9ce5257102d1/menu_search-iko.svg.aspx"); }

.feature__desc h3 a:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx"); }

.city-preview__link:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx"); }

.comap-btn:after {
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx") no-repeat; }

.comap-btn--back:before {
  background: url("https://cdn.comap-control.com/getmedia/44243dd8-37c0-486c-8d35-d3aba6900ab7/arrow-red-little_menus-back.svg.aspx"); }

.comap-btn--buy:after {
  background: url("https://cdn.comap-control.com/getmedia/d1badd98-1723-47d9-b35b-9d6ef0c555e4/btn-arrow-white.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/5a190f2c-f661-4e55-a03f-b7c159d7611c/arrow-red-little_menus-white.svg.aspx") no-repeat center center; }

.comap-btn--white:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx"); }

.comap-btn--white:hover:after {
  background: url("https://cdn.comap-control.com/getmedia/d1badd98-1723-47d9-b35b-9d6ef0c555e4/btn-arrow-white.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/5a190f2c-f661-4e55-a03f-b7c159d7611c/arrow-red-little_menus-white.svg.aspx") no-repeat center center; }

.comap-link:after {
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx") no-repeat; }

.breadcrumbs__separator {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx"); }

.comap-link--black:after {
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx");
  background-size: cover; }

.multi-col-nav a:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx"); }

.column-nav a:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx");
  background-size: cover; }

.distributor__link:after {
  background: url("https://cdn.comap-control.com/getmedia/d1badd98-1723-47d9-b35b-9d6ef0c555e4/btn-arrow-white.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/5a190f2c-f661-4e55-a03f-b7c159d7611c/arrow-red-little_menus-white.svg.aspx") no-repeat center center; }

.header__right-menu__dropdown__box__col ul li a:after {
  background: url("https://cdn.comap-control.com/getmedia/d1badd98-1723-47d9-b35b-9d6ef0c555e4/btn-arrow-white.png.aspx"); }

.white-box--menu--arrows a:after {
  background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx");
  background-size: cover; }

.header__main-menu__dropdown__col ul li a:after {
  background: url("https://cdn.comap-control.com/getmedia/d1badd98-1723-47d9-b35b-9d6ef0c555e4/btn-arrow-white.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/5a190f2c-f661-4e55-a03f-b7c159d7611c/arrow-red-little_menus-white.svg.aspx") no-repeat center center; }

.feature--no-svg .comap-btn:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx"); }

.feature--no-svg .comap-link:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx");
  height: 10px; }

.product-filter__btn:after {
  background: url("https://cdn.comap-control.com/getmedia/db37a36c-76f5-4c82-8d91-1a13e0c1bc27/dropdown-arrow-white.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/6a2baf03-7a8e-4c7f-941a-f5cc548484d9/arrow-red-little_horizontal-white.svg.aspx") no-repeat center center; }

.accordion__heading:after {
  background: url("https://cdn.comap-control.com/getmedia/cc180d61-64af-4b18-babb-1738de8639a2/arrow-red-horizontal_rollups.svg.aspx"); }

.square-links-nav a:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx"); }

.feature--no-svg .multi-col-nav a:after {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx"); }

.anchor-nav a:before {
  background: #fff;
  background-image: url("https://cdn.comap-control.com/getmedia/2bd9b21a-c567-458a-bdba-b3cf4086ba1c/dropdown-arrow-small.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/7b6f2f0b-820b-48d8-a398-baa86e98c268/arrow-red-little_horizontal.svg.aspx");
  background-position: 50% 50%;
  background-size: 12px 6px;
  background-repeat: no-repeat; }

.form-wrapper input[type=file],
.form-wrapper input[type=file]:active,
.form-wrapper input[type=submit],
.contact-box input[type=submit],
.form-wrapper input[type=submit]:active,
.contact-box input[type=submit]:active {
  background: #ffffff url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx") no-repeat 85% 50%; }

.questionnaire .form-wrapper .comap-btn-prev {
  background: #ffffff url("https://cdn.comap-control.com/getmedia/61729368-65bc-4a78-94ca-324916205d81/btn-arrow-red-back.png.aspx") no-repeat 15% 50%; }

.ticket input[type=submit],
.ticket input[type=submit]:active {
  background: #ffffff url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx") no-repeat 95% 50%; }

.form-filter input[type=submit],
.form-filter input[type=submit]:active {
  background: #ffffff url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx") no-repeat 85% 50%; }

.add-on-panel input[type=submit].comap-btn-next {
  background: #ffffff url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx") no-repeat 85% 50%; }

.add-on-panel input[type=submit].comap-btn-prev {
  background: #ffffff url("https://cdn.comap-control.com/getmedia/61729368-65bc-4a78-94ca-324916205d81/btn-arrow-red-back.png.aspx") no-repeat 15% 50%; }

.selectboxit .selectboxit-arrow-container:before {
  background: url("https://cdn.comap-control.com/getmedia/b7ce7dd3-95b0-4736-9b5e-212a087a87f3/dropdown-arrow.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/7b6f2f0b-820b-48d8-a398-baa86e98c268/arrow-red-little_horizontal.svg.aspx"); }

.feature--no-svg .accordion__heading:after {
  background: url("https://cdn.comap-control.com/getmedia/b7ce7dd3-95b0-4736-9b5e-212a087a87f3/dropdown-arrow.png.aspx"); }

.ico-calendar {
  background-image: url("https://cdn.comap-control.com/getmedia/6305a6b6-1adc-41e3-83c9-f6a6a6289860/calendar.png.aspx"); }

.ico-marker {
  background-image: url("https://cdn.comap-control.com/getmedia/2897eeca-e728-429e-a7f5-d031f29d53c7/marker.png.aspx"); }

.calendar-event-date:before {
  background: url("https://cdn.comap-control.com/getmedia/6305a6b6-1adc-41e3-83c9-f6a6a6289860/calendar.png.aspx");
  background-size: cover; }

.calendar-event-place:before {
  background-image: url("https://cdn.comap-control.com/getmedia/2897eeca-e728-429e-a7f5-d031f29d53c7/marker.png.aspx");
  background-size: cover; }

.ico-arrow-right {
  background: url("https://cdn.comap-control.com/getmedia/cd2eee04-f47d-449c-94ab-d27316ad940f/btn-arrow-red.png.aspx"); }

.footer__row__col--social-media__link--fb {
  background: url("https://cdn.comap-control.com/getmedia/96533e81-ad75-4065-907f-65cd437ad198/icon-fb.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/a7757b6b-dcd3-4f28-9edc-01e7bfae0064/facebook_iko.svg.aspx"); }

.feature--no-svg .footer__row__col--social-media__link--fb {
  background: url("https://cdn.comap-control.com/getmedia/96533e81-ad75-4065-907f-65cd437ad198/icon-fb.png.aspx"); }

.footer__row__col--social-media__link--in {
  background: url("https://cdn.comap-control.com/getmedia/18ddfbf9-134b-4bf9-a15a-312f686d1c1d/icon-in.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/8c72a6bc-7fc3-4192-aaab-abf77e105186/linkedin_iko.svg.aspx"); }

.feature--no-svg .footer__row__col--social-media__link--in {
  background: url("https://cdn.comap-control.com/getmedia/18ddfbf9-134b-4bf9-a15a-312f686d1c1d/icon-in.png.aspx"); }

.footer__row__col--social-media__link--yt {
  background: url("https://cdn.comap-control.com/getmedia/96ada975-ffea-4b70-8ddd-089ce26dae62/icon-yt.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/bd93be05-5603-4217-9366-81295537aaad/youtube_iko.svg.aspx"); }

.feature--no-svg .footer__row__col--social-media__link--yt {
  background: url("https://cdn.comap-control.com/getmedia/96ada975-ffea-4b70-8ddd-089ce26dae62/icon-yt.png.aspx"); }

.slider-pro:before {
  background: url("https://cdn.comap-control.com/getmedia/a474b6f2-9d71-42aa-b6e0-457149a48435/texture.png.aspx") no-repeat; }

@media all and (min-width: 768px) {
  .texture:after {
    background: url("https://cdn.comap-control.com/getmedia/a474b6f2-9d71-42aa-b6e0-457149a48435/texture.png.aspx") no-repeat; } }

.modal-loading {
  background: rgba(255, 255, 255, 0.8) url("https://cdn.comap-control.com/getmedia/4fd551ba-d520-4470-babc-cbb65672b433/load.gif.aspx") 50% 50% no-repeat; }

.red-triangle {
  background: url("https://cdn.comap-control.com/getmedia/232bcbbe-fd78-47ad-9a1d-626f3faad2e8/red-triangle.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/8b3c6fab-d25b-4057-8352-43538e4dc664/triangle-red.svg.aspx");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.header-block__triangle-icon {
  background: url("https://cdn.comap-control.com/getmedia/232bcbbe-fd78-47ad-9a1d-626f3faad2e8/red-triangle.png.aspx"); }

.tile-big .comap-btn--play:before,
.tiles-small .comap-btn--play:before {
  background: url("https://cdn.comap-control.com/getmedia/bb40ccb2-ae96-4cb2-8e5b-f419688dd566/triangle-red-video-small.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/8b3c6fab-d25b-4057-8352-43538e4dc664/triangle-red.svg.aspx");
  background-repeat: no-repeat;
  background-position: center center; }

.header__right-menu a.websupervisor:before {
  background: url("https://cdn.comap-control.com/getmedia/31d17d69-019d-4a9c-a44e-6337b1830568/wsv.png.aspx");
  background-position: center;
  background-repeat: no-repeat; }

.full-width--texture:after {
  background: url("https://cdn.comap-control.com/getmedia/bdf54ee2-d59f-4473-9dca-c339319543bd/texture-grey-gradient2.png.aspx") no-repeat; }

.comap-btn--download--border-red:before {
  background-image: url("https://cdn.comap-control.com/getmedia/95f2111a-0269-4aab-80f7-5ca6267ce2d0/downloadiko.svg.aspx") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.white-box--download .white-box__name:before {
  background: url("https://cdn.comap-control.com/getmedia/1b880e53-7e57-4083-abc1-647d1feee18d/download-red.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/95f2111a-0269-4aab-80f7-5ca6267ce2d0/downloadiko.svg.aspx") no-repeat center center;
  background-size: cover; }

.comap-btn--download:before {
  background: url("https://cdn.comap-control.com/getmedia/c6cb0990-e809-48ec-abe5-780034f80d2e/icon-download-small.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/1abe4659-ee7d-498e-ac37-dd9f536cec05/downloadiko-white.svg.aspx") no-repeat center center;
  background-size: cover; }

.product-download::before {
  background-image: url("https://cdn.comap-control.com/getmedia/407afad2-9114-4e04-b47f-2a6e05a78185/general.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/31a75849-71f4-435c-adc6-f210cd797e9d/general.svg.aspx");
  background-position: center;
  background-size: 80%;
  background-size: contain;
  background-repeat: no-repeat; }

.product-download.authenticated::before {
  background-image: url("https://cdn.comap-control.com/getmedia/a42b70e0-bc20-4fef-b6cd-33149f0f2b4c/general_auth.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/be05df0b-2b1a-4d34-b2fa-65c4ab9dc36f/general_auth.svg.aspx"); }

.product-download.exe::before {
  background-image: url("https://cdn.comap-control.com/getmedia/c00d3424-7a8d-4c21-9395-8378a8f68237/exe.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/4a6d049e-1131-4f64-bc28-24233b96b991/exe.svg.aspx"); }

.product-download.exe.authenticated::before {
  background-image: url("https://cdn.comap-control.com/getmedia/fa7ca3dd-cdff-48cf-9ce8-3ac3c7213d44/exe_auth.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/37cfde28-b9a9-4732-ad30-99c1c5a14c07/exe_auth.svg.aspx"); }

.product-download.doc::before {
  background-image: url("https://cdn.comap-control.com/getmedia/b96a6640-8ad5-4ce6-9214-6579f71d724f/doc.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/0ed7c8e1-f9a9-4314-87ff-d3f6f07702f4/doc.svg.aspx"); }

.product-download.doc.authenticated::before {
  background-image: url("https://cdn.comap-control.com/getmedia/a42fe28b-1a09-48e0-86cb-dc6a2975590d/doc_auth.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/d2af7766-d0fc-460d-964a-7d6733200a00/doc_auth.svg.aspx"); }

.product-download.pdf::before {
  background-image: url("https://cdn.comap-control.com/getmedia/30e1a2b0-ab47-4032-b2c6-857a073d0dbc/pdf.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/f5538bcb-1427-4bf2-a6ff-9b3762ab46ba/pdf.svg.aspx"); }

.product-download.pdf.authenticated::before {
  background-image: url("https://cdn.comap-control.com/getmedia/37b71a44-7138-4d6d-92e1-f72848be7389/pdf_auth.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/1978e17a-2e28-4dbe-93f0-b7b09c7018fb/pdf_auth.svg.aspx"); }

.product-download.jpg::before,
.product-download.png::before,
.product-download.bmp::before {
  background-image: url("https://cdn.comap-control.com/getmedia/304ffecc-8e39-41e1-af6e-831e9cea4cfa/img.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/59f58638-f1ff-4fd2-a955-290a60636285/img.svg.aspx"); }

.product-download.jpg.authenticated::before,
.product-download.png.authenticated::before,
.product-download.bmp.authenticated::before {
  background-image: url("https://cdn.comap-control.com/getmedia/605bf5f3-7249-40d1-9771-553dc6687ed7/img_auth.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/6d951842-0f07-4ce6-96fa-23ea9a06eb29/img_auth.svg.aspx"); }

.product-download.txt::before {
  background-image: url("https://cdn.comap-control.com/getmedia/36f872cd-6c32-4bf7-8dfc-54fb486a0272/txt.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/2eb85957-db34-4080-a9b4-9ce220840744/txt.svg.aspx"); }

.product-download.txt.authenticated::before {
  background-image: url("https://cdn.comap-control.com/getmedia/9a0b4bdb-7604-429b-84dc-524405886204/txt_auth.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/9bde9a82-0458-4539-b06e-848b5fa61da0/txt_auth.svg.aspx"); }

.product-download.zip::before {
  background-image: url("https://cdn.comap-control.com/getmedia/67456597-08ee-452d-9c11-9e27e987889d/zip.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/84db2a7b-e054-4012-8c61-eead24f99f00/zip.svg.aspx"); }

.product-download.zip.authenticated::before {
  background-image: url("https://cdn.comap-control.com/getmedia/30646e77-6a62-447a-89c4-0f576803ca60/zip_auth.png.aspx");
  background-image: url("https://cdn.comap-control.com/getmedia/316943a8-9095-4645-93d4-a36d88cb9b98/zip_auth.svg.aspx"); }

.search div:before {
  background: url("https://cdn.comap-control.com/getmedia/1af4bdd4-b846-445c-b34a-ebe492e154e8/lupa.png.aspx");
  background-size: cover; }

.comap-btn--play:before {
  background: url("/getmedia/9f61688c-a075-41db-868d-d6cb1ec3091c/play_button.png.aspx");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

@media all and (min-width: 992px) {
  .info-graph:before {
    background: url("https://cdn.comap-control.com/getmedia/36af6e96-1bb4-483a-ba8e-5b291ee30aa8/bg-infograph.png.aspx") no-repeat center top; } }

.newsletter-wrapper {
  -moz-border-image: url("https://cdn.comap-control.com/getmedia/c9a70cdb-d49f-4ec4-bbd9-130d5ab5e976/subscribe-envelope.png.aspx") 5 repeat;
  -o-border-image: url("https://cdn.comap-control.com/getmedia/c9a70cdb-d49f-4ec4-bbd9-130d5ab5e976/subscribe-envelope.png.aspx") 5 repeat;
  -webkit-border-image: url("https://cdn.comap-control.com/getmedia/c9a70cdb-d49f-4ec4-bbd9-130d5ab5e976/subscribe-envelope.png.aspx") 5 repeat;
  border-image: url("https://cdn.comap-control.com/getmedia/c9a70cdb-d49f-4ec4-bbd9-130d5ab5e976/subscribe-envelope.png.aspx") 5 repeat;
  background-color: #ffffff; }

.contact-box {
  -moz-border-image: url("https://cdn.comap-control.com/getmedia/c9a70cdb-d49f-4ec4-bbd9-130d5ab5e976/subscribe-envelope.png.aspx") 5 repeat;
  -o-border-image: url("https://cdn.comap-control.com/getmedia/c9a70cdb-d49f-4ec4-bbd9-130d5ab5e976/subscribe-envelope.png.aspx") 5 repeat;
  -webkit-border-image: url("https://cdn.comap-control.com/getmedia/c9a70cdb-d49f-4ec4-bbd9-130d5ab5e976/subscribe-envelope.png.aspx") 5 repeat;
  border-image: url("https://cdn.comap-control.com/getmedia/c9a70cdb-d49f-4ec4-bbd9-130d5ab5e976/subscribe-envelope.png.aspx") 5 repeat;
  background-color: #ffffff; }

.calendar-event-btn:before {
  background: url("https://cdn.comap-control.com/getmedia/147fe63a-e921-4055-9a59-ef1601648140/google-calendar-iko.png.aspx");
  background-size: cover; }

.ico-download {
  background-image: url("https://cdn.comap-control.com/getmedia/a4565dde-76a0-4ffc-bbcf-e184a3001032/download-ico.svg.aspx");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px; }

.col--download:hover {
  background-color: #f00000;
  color: white;
  text-decoration: none;
  transition-duration: 600ms; }
  .col--download:hover .ico-download {
    background-image: url("https://cdn.comap-control.com/getmedia/4f5e6202-71f3-4ef2-9c52-f756b130d7fc/download-ico-hover.svg.aspx");
    transition-duration: 600ms; }

.comap-choosecontroller ul.list > li.checked::before {
  background: url("https://cdn.comap-control.com/getmedia/0ac12149-bad2-41b5-9ff0-7bed8bd01e6d/x-checked.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/b9dedba6-5440-4fc2-aaad-e4e86efb2072/x-checked.svg.aspx"); }

.checkbox input[type="checkbox"]:checked + label span,
.compare-menu input[type="checkbox"]:checked + label span,
.detail-downloads-checkboxes input[type="checkbox"]:checked + label span,
.product-filter__right input[type="checkbox"]:checked + label span,
.radio.radio-list-vertical input[type="checkbox"]:checked + label span,
.checkbox input[type="radio"]:checked + label span,
.compare-menu input[type="radio"]:checked + label span,
.detail-downloads-checkboxes input[type="radio"]:checked + label span,
.product-filter__right input[type="radio"]:checked + label span,
.radio.radio-list-vertical input[type="radio"]:checked + label span {
  background: url("https://cdn.comap-control.com/getmedia/0ac12149-bad2-41b5-9ff0-7bed8bd01e6d/x-checked.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/b9dedba6-5440-4fc2-aaad-e4e86efb2072/x-checked.svg.aspx");
  background-size: 100%;
  background-size: contain; }

.comparsion-table-wrapper table .remove {
  background: url("https://cdn.comap-control.com/getmedia/f10851e1-8ebf-4475-bd43-91ae251f6273/close.png.aspx");
  background: url("https://cdn.comap-control.com/getmedia/3c8d4219-2a16-49fd-a0ef-a29f09b59529/x-close-symbol-red.svg.aspx"); }

span.service-info__icon {
  background: url("/getmedia/1b350a55-52ff-4df0-84c4-e84e17996b90/service-a.png.aspx");
  background: url("/getmedia/663f83f3-b3b5-47dc-950c-8a59c371ae0d/available_iko.svg.aspx"); }

.service-info--not-available .service-info__icon {
  background: url("/getmedia/960e4288-e509-4d3b-8932-2911dfc60e52/service-na.png.aspx");
  background: url("/getmedia/b89b4bc0-7d3a-4679-9d82-0c90032f3451/unavailable_iko.svg.aspx"); }

.product-detail__text.wysiwyg {
  margin-top: 25px; }

.transparent {
  opacity: 0; }

.none {
  display: none !important; }

.block {
  display: block !important; }

.row--download {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .row--download {
      border-top: 1px solid #ebebeb; } }

.col--download {
  display: flex;
  flex-direction: row;
  justify-items: center;
  padding: 1.3rem 0;
  color: black;
  border-right: 1px solid #ebebeb;
  transition-duration: 600ms;
  cursor: pointer; }
  .col--download:last-of-type {
    border-right: none; }

.ico-download {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  margin-left: 5px;
  transition-duration: 600ms; }
  @media screen and (min-width: 490px) {
    .ico-download {
      margin-right: 20px;
      margin-left: 20px; } }

.show_product_info {
  cursor: pointer; }
  .show_product_info.toggle {
    padding-top: 1.7rem; }
    .show_product_info.toggle .readmore {
      display: none; }
    .show_product_info.toggle .readless {
      display: inline; }
  .show_product_info .readmore {
    display: inline; }
  .show_product_info .readless {
    display: none; }

.show--opacity {
  width: 100%;
  height: 83px;
  background-image: linear-gradient(to top, white 40%, rgba(255, 255, 255, 0));
  position: relative;
  top: -83px;
  margin-bottom: -83px; }
  .show--opacity.disabled {
    display: none; }

.prettyGalleryContainer {
  width: 100%;
  border-bottom: 1px solid #ebebeb; }
  .prettyGalleryContainer ul li a img {
    object-fit: cover;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center;'; }

.pp_content_container .pp_gallery {
  right: 4.5%; }
  .pp_content_container .pp_gallery ul a {
    height: unset; }

.DesignMode #wp_686d4b4fd51f42fe936b97369d347255_content a,
.DesignMode #wp_f4f21478ae474cb1a8a0c861ed701f9f_content a,
.DesignMode #wp_cbfadcb1690e4b8f8dc9f968a91047d8_content a {
  display: none; }

.product-detail__text.wysiwyg.open {
  overflow: visible; }

.product-detail__img {
  border: none; }
  .product-detail__img img {
    padding: 0;
    width: 100%;
    max-width: 340px; }
  @media (min-width: 991px) {
    .product-detail__img-wrapper {
      text-align: right; } }

@media (min-width: 991px) {
  .product-detail__links {
    display: flex;
    flex-flow: column;
    align-items: flex-end; } }

.product-detail__links > a {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 991px) {
    .product-detail__links > a {
      text-align: left;
      margin-left: 0;
      margin-right: 0; } }

.popup-wrapper {
  background: rgba(0, 0, 0, 0.3);
  height: auto;
  padding: 30px 0; }
  .popup-wrapper .popup {
    background: #fff;
    padding: 30px 40px;
    max-width: 600px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center; }
    .popup-wrapper .popup td,
    .popup-wrapper .popup th {
      padding: 5px 0; }
    @media (min-width: 1300) {
      .popup-wrapper .popup {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%); } }
    .popup-wrapper .popup table {
      width: 100%; }
    .popup-wrapper .popup .EditingFormTable {
      text-align: left; }
    .popup-wrapper .popup label {
      font-weight: 400;
      font-size: 14px;
      padding-right: 15px; }
    .popup-wrapper .popup .btn {
      background: #f00000;
      color: #fff;
      border: 1px solid #f00000;
      min-width: 150px;
      transition: all .5s;
      margin: 0 5px 10px 0; }
      .popup-wrapper .popup .btn:hover {
        background: #fff;
        color: #f00000;
        border-color: #f00000; }
    .popup-wrapper .popup a {
      color: #f00000; }
    .popup-wrapper .popup img {
      margin: 10px; }
    .popup-wrapper .popup .pnlText {
      padding: 10px 0; }
      .popup-wrapper .popup .pnlText p {
        margin-bottom: 15px; }
    .popup-wrapper .popup .pnlText {
      padding: 10px 0; }
    .popup-wrapper .popup table table a {
      cursor: default; }

.cp-modal {
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); }
  .cp-modal .close {
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      .cp-modal .close {
        right: 10px; } }
    .cp-modal .close:after {
      content: "\d7";
      color: #fff;
      font-size: 50px; }
  .cp-modal iframe {
    top: 50%;
    position: relative;
    transform: translateY(-50%); }
    @media screen and (max-width: 600px) {
      .cp-modal iframe {
        width: 100%; } }

.DesignMode .popup-wrapper .popup {
  max-width: 100%;
  margin: 0; }

#Support_ticket .popup-wrapper .popup {
  max-width: 430px;
  padding: 4rem 6.5rem;
  border-radius: 6%; }
  #Support_ticket .popup-wrapper .popup > p {
    text-align: left;
    font-size: 19px; }
  #Support_ticket .popup-wrapper .popup label {
    margin-top: 0;
    margin-bottom: 0.5rem; }
  #Support_ticket .popup-wrapper .popup input {
    border: 1px solid #7b7b7b; }
  #Support_ticket .popup-wrapper .popup .editing-form-value-cell > span {
    display: block;
    text-align: left; }
  #Support_ticket .popup-wrapper .popup .form-group {
    margin-bottom: 0; }
  #Support_ticket .popup-wrapper .popup .btn-primary {
    background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx");
    background-size: 6px 11px;
    background-repeat: no-repeat;
    background-position: center right 1.5rem;
    border-color: #f00000;
    color: #000001;
    background-color: #fff;
    padding: 0.75rem 4rem 0.75rem 2rem;
    min-width: 0;
    font-size: 14px;
    position: relative;
    margin: 1rem 0 0 0;
    transform: all 0.2s; }
    #Support_ticket .popup-wrapper .popup .btn-primary:hover {
      background-position: center right 0.5rem; }
    #Support_ticket .popup-wrapper .popup .btn-primary.popup-close {
      background: url("https://cdn.comap-control.com/getmedia/3c8d4219-2a16-49fd-a0ef-a29f09b59529/x-close-symbol-red.svg.aspx");
      background-size: cover;
      border: none;
      border-radius: 25px;
      width: 12px;
      height: 12px;
      content: "";
      position: absolute;
      top: 15px;
      right: 15px;
      padding: 13px;
      margin: 0px; }
  #Support_ticket .popup-wrapper .popup .logon-panel {
    text-align: left; }
    #Support_ticket .popup-wrapper .popup .logon-panel a {
      font-size: 14px; }
  #Support_ticket .popup-wrapper .popup .logon-new-user {
    display: block;
    text-align: left;
    margin: 3rem 0 0 0; }

.flex {
  display: flex; }

.red-stripes:before, .red-stripes:after {
  content: "";
  width: 100%;
  border: .8px solid #f00000;
  display: block; }

.sub-news {
  display: flex; }

.news-sub-perex {
  margin-left: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 600; }

.subsidiaries-products .square-links-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .subsidiaries-products .square-links-nav a {
    min-width: 185px;
    height: auto; }
  @media screen and (min-width: 760px) {
    .subsidiaries-products .square-links-nav a {
      width: auto;
      max-width: 200px; } }

.subsidiaries-products .product-category {
  text-align: center; }

.subsidiaries-products .products {
  margin-bottom: 30px; }
  .subsidiaries-products .products:nth-child(2) {
    margin-top: 40px; }
  .subsidiaries-products .products:last-child {
    border-bottom: none; }
  .subsidiaries-products .products h2 {
    color: #f00000;
    font-size: 40px;
    font-weight: 600;
    width: max-content;
    margin: 10px auto 30px; }

.subsidiaries-products .products-wrap {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px; }

.subsidiaries-products .product {
  width: 45%; }
  .subsidiaries-products .product h3 {
    position: relative;
    font-weight: 500;
    margin-bottom: 20px; }
    .subsidiaries-products .product h3:after {
      content: "";
      background-image: url(/media/external-link-symbol.svg);
      background-repeat: no-repeat;
      background-size: contain;
      padding: 10px;
      position: relative;
      top: 16px;
      margin-left: 15px; }
  @media (min-width: 1200px) {
    .subsidiaries-products .product {
      margin-right: 40px; }
      .subsidiaries-products .product:last-child {
        margin-right: 0; } }
  @media (max-width: 1200px) {
    .subsidiaries-products .product {
      margin: 0 20px;
      width: 100%; } }
  .subsidiaries-products .product__preview {
    display: flex; }
    .subsidiaries-products .product__preview:hover {
      text-decoration: none; }
    .subsidiaries-products .product__preview__img-wrapper {
      height: 130px;
      min-width: 150px;
      margin-right: 25px; }
  .subsidiaries-products .product__highlight {
    font-size: 15px;
    color: #000; }
  .subsidiaries-products .product__href {
    color: #f00000;
    font-size: 20px;
    max-width: max-content; }
    .subsidiaries-products .product__href h3 {
      margin-top: 0; }

.subsid-mob-solut {
  padding-top: 0; }
  .subsid-mob-solut .accordion {
    margin-top: 0; }

.subsi-solut {
  padding-top: 50px; }

.subsidiaries .footer {
  padding: 20px 0; }
  .subsidiaries .footer .footer__row__col {
    margin-bottom: 0; }

.subsidiaries .insights .insight-preview {
  max-width: 260px; }

.subsidiaries .texture--products .heading-box h2 {
  font-size: 45px; }

@media screen and (max-width: 760px) {
  .subsidiaries .sub-news {
    display: block;
    text-align: center;
    margin-top: 20px; }
    .subsidiaries .sub-news .insight-preview {
      margin: 0 auto 20px; }
  .subsidiaries .accordion__heading {
    font-size: 20px; } }

.subsidiaries .contact-boxes {
  display: flex;
  justify-content: center; }

.RURU .subsidiaries .texture--products .heading-box h2 {
  font-size: 35px; }

@media screen and (max-width: 800px) {
  .cp-responsive-table-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: smooth; } }

.cp-responsive-table {
  font-size: 20px;
  border-collapse: separate;
  border-spacing: 0 15px;
  min-width: 100%; }
  .cp-responsive-table a {
    color: red; }
  .cp-responsive-table th,
  .cp-responsive-table td {
    color: #565656;
    text-align: center;
    padding: 20px 10px; }
    .cp-responsive-table th.text-left,
    .cp-responsive-table td.text-left {
      text-align: left;
      padding-left: 20px; }
    .cp-responsive-table th.with-button,
    .cp-responsive-table td.with-button {
      padding: 10px 10px; }
  .cp-responsive-table th {
    font-weight: 400;
    font-size: 1.3em;
    padding: 10px 10px;
    position: relative; }
  .cp-responsive-table tbody tr {
    box-shadow: 0px 0px 10px 0px #e4e4e4; }
  .cp-responsive-table tbody td {
    background: #fff; }
  .cp-responsive-table .cp-total-price__label {
    font-size: 2.8rem;
    text-align: left;
    color: #f00000; }
  .cp-responsive-table .cp-total-price__value {
    font-size: 2.8rem;
    color: #f00000; }
  .cp-responsive-table .sort {
    width: 1em;
    height: 1em;
    background-color: red;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }

.cp-button {
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #f00000;
  transition: all ease-in-out .3s;
  color: #000001;
  text-decoration: none !important;
  background-color: transparent; }
  .cp-button:hover {
    color: red; }

.comap-btn--add::before {
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%); }

body .customer-portal .bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #f0f0f0; }
  body .customer-portal .bootstrap-select > .dropdown-toggle:hover, body .customer-portal .bootstrap-select > .dropdown-toggle:focus, body .customer-portal .bootstrap-select > .dropdown-toggle:active {
    outline: none !important;
    box-shadow: none; }
  body .customer-portal .bootstrap-select > .dropdown-toggle:hover, body .customer-portal .bootstrap-select > .dropdown-toggle:focus {
    box-shadow: none;
    border: 1px solid #f00000;
    background: #fff1f1; }

body .customer-portal .bootstrap-select .dropdown-menu.open {
  background-color: #ffffff;
  min-width: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

body .customer-portal .bootstrap-select .dropdown-menu .bs-searchbox input {
  box-shadow: none; }

body .customer-portal .bootstrap-select .dropdown-menu .inner li.active a {
  background-color: #f00; }

body .customer-portal .bootstrap-select .dropdown-menu .inner li.no-results {
  background-color: #fff;
  color: #f00; }

body .customer-portal .bootstrap-select .dropdown-menu .inner a {
  font-size: 16px; }
  body .customer-portal .bootstrap-select .dropdown-menu .inner a:hover {
    background-color: #fff1f1;
    color: #000001; }

body .customer-portal .customer-portal__search-row .bootstrap-select .dropdown-menu.open {
  min-width: 0 !important; }

.cp-search-row {
  font-size: 20px;
  margin-top: 5rem;
  margin-bottom: 2rem; }
  .cp-search-row input {
    margin: 0 10px; }
  .cp-search-row input[type=text] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 350px;
    margin-top: 1rem;
    margin-bottom: 1rem; }
  @media screen and (max-width: 800px) {
    .cp-search-row {
      margin-top: 3rem;
      margin-bottom: 3rem; }
      .cp-search-row input,
      .cp-search-row input[type=text] {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }

.cp-order-detail {
  font-size: 1.8rem; }
  .cp-order-detail__info {
    font-size: 1.8rem;
    margin-bottom: 2rem; }
    .cp-order-detail__info:nth-child(2n+1) {
      clear: left; }
    .cp-order-detail__info h4 {
      font-size: 1.5em;
      font-weight: 500; }
  .cp-order-detail label {
    font-weight: 500; }
  .cp-order-detail__invoice {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
    .cp-order-detail__invoice-pdf {
      display: inline-block;
      width: 3rem;
      height: 3.5rem;
      left: -5px;
      bottom: -3px;
      background-image: url("https://cdn.comap-control.com/getmedia/f5538bcb-1427-4bf2-a6ff-9b3762ab46ba/pdf.svg.aspx");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      position: relative; }
    .cp-order-detail__invoice-nopdf {
      display: inline-block;
      width: 3rem;
      height: 3.5rem;
      left: -5px;
      bottom: -3px;
      background-image: url("https://cdn.comap-control.com/getmedia/0ca42d88-c078-4580-a857-922cceb30dc3/pdf_grey.svg.aspx");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      cursor: not-allowed;
      position: relative; }

.cp-tooltip {
  display: none;
  position: absolute;
  font-size: 1.6rem;
  padding: 4rem 0 0 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, -20%);
  z-index: 1;
  width: 370px; }
  .cp-tooltip__toggle {
    border: 1px solid #565656;
    color: #565656;
    background: none;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    outline: none;
    position: relative;
    font-size: 1.6rem;
    display: inline-block;
    font-style: normal; }
    .cp-tooltip__toggle:hover .cp-tooltip {
      display: block;
      animation: cp-tooltip-in .2s ease-in-out forwards; }
  .cp-tooltip__inner {
    border: 1px solid #f00000;
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(110, 110, 110, 0.404);
    position: relative; }
    .cp-tooltip__inner:before {
      content: '';
      display: block;
      border: 1px solid #f00000;
      border-left-color: #fff;
      border-bottom-color: #fff;
      width: 2rem;
      height: 2rem;
      background: #fff;
      transform: translate(-50%, -50%) rotate(-45deg);
      transform-origin: center center;
      position: absolute;
      left: 50%;
      top: 0rem; }
  .cp-tooltip__table {
    width: 100%; }
    .cp-tooltip__table tr {
      box-shadow: none !important; }
    .cp-tooltip__table td {
      padding: 0.5rem;
      text-align: right; }
      .cp-tooltip__table td:first-child {
        text-align: left; }

@keyframes cp-tooltip-in {
  0% {
    opacity: 0;
    transform: translate(-50%, -5%); }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%); } }

#dropzone {
  height: 100px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 20px 20px;
  color: #e7e1e1; }

#dropzone.dz-drag-hover {
  outline: 0;
  border: 1px solid #f00000;
  background: #fff1f1;
  box-shadow: none; }

.dz-preview,
.dz-error-row {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-top: 15px;
  line-height: 50px; }
  .dz-preview .deleteRow,
  .dz-error-row .deleteRow {
    background: url("https://cdn.comap-control.com/getmedia/3c8d4219-2a16-49fd-a0ef-a29f09b59529/x-close-symbol-red.svg.aspx");
    width: 24px;
    height: 24px;
    background-size: cover;
    content: "";
    margin: 13px;
    cursor: pointer;
    float: right; }

.dz-error-row {
  border: 1px solid #f00; }
  .dz-error-row .dz-error-message {
    color: #666;
    display: inline-block; }
  .dz-error-row .dz-remove {
    float: right; }

.dz-preview .dz-size {
  float: right; }

.dz-preview .dz-filename {
  float: left; }

.dropzone-data-input {
  display: none; }

.cp-homepage {
  margin-left: auto;
  margin-right: auto;
  float: none; }
  .cp-homepage h1 {
    margin-bottom: 30px;
    text-align: center; }
  .cp-homepage h4 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
    font-size: 20px; }
  .cp-homepage__tile {
    display: block;
    position: relative;
    margin-bottom: 30px; }
  .cp-homepage__tile-img {
    object-fit: cover; }
  .cp-homepage__tile-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center; }

.customer-portal__title span {
  font-weight: 500; }

.customer-portal__titlebutton {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  @media screen and (min-width: 560px) {
    .customer-portal__titlebutton {
      flex-direction: row;
      align-items: center; } }
  .customer-portal__titlebutton > div {
    width: 100%;
    text-align: center; }
    .customer-portal__titlebutton > div h2 {
      margin-bottom: 2rem; }
    @media screen and (min-width: 560px) {
      .customer-portal__titlebutton > div.text-left {
        text-align: left; } }
    @media screen and (min-width: 560px) {
      .customer-portal__titlebutton > div.text-right {
        text-align: right; } }

.customer-portal__description {
  padding: 0px 13%; }
  .customer-portal__description a {
    color: red; }

.customer-portal__bottomtext {
  padding-top: 20px; }
  .customer-portal__bottomtext a {
    color: red; }

.customer-portal__list {
  font-size: 2.4rem;
  color: #666;
  overflow: auto;
  width: 100%;
  margin: 0 !important;
  padding: 0; }
  .customer-portal__list .customer-portal-inner {
    min-width: 600px;
    width: 100%;
    box-sizing: border-box; }

.customer-portal__tickets-list {
  margin-top: 3rem; }
  @media screen and (max-width: 991px) {
    .customer-portal__tickets-list .white-box--search .col-xs-10 {
      width: 75%; } }
  @media screen and (max-width: 991px) {
    .customer-portal__tickets-list .white-box--search .col-xs-2 {
      width: 25%;
      font-size: 0.85em; } }

.customer-portal__search-row {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 20px 10px;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .customer-portal__search-row .dropdown-menu {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none; }
  .customer-portal__search-row .filter-option-inner-inner {
    font-size: 2rem !important; }
  .customer-portal__search-row .dropdown-item {
    display: block; }
  .customer-portal__search-row.customer-portal__ticket-search {
    margin: 0px;
    padding: 0px; }

.customer-portal__search-box.comap-btn {
  color: #666;
  width: 100%;
  border: 1px solid #f0f0f0;
  font-size: 2rem; }

.customer-portal__search-box.comap-btn:hover {
  color: inherit;
  border: 1px solid #f0f0f0; }

.customer-portal__search-box.comap-btn:focus {
  color: #666;
  border: 1px solid #f0f0f0; }

.customer-portal__search-box.comap-btn::placeholder {
  color: #d3d3d3; }

.customer-portal__btn.comap-btn {
  background-color: #f7f7f7;
  width: 100%;
  font-size: 2rem; }

.customer-portal__white-box.white-box--search {
  display: inline-block;
  padding: 20px 10px;
  font-size: 2rem;
  color: #666;
  margin-top: 5px; }
  .customer-portal__white-box.white-box--search a {
    color: red; }

.customer-portal__version-disabled input[disabled] {
  background: white; }

.customer-portal .nowrap {
  white-space: nowrap; }

.customer-portal .on-center {
  justify-content: center; }

.customer-portal button.dropdown-toggle.disabled {
  opacity: 1; }

.customer-portal input:disabled {
  background: white; }

.customer-portal .dropdown-menu.show {
  top: 50px;
  width: 100%;
  border: none;
  padding: 0;
  margin: 0; }
  .customer-portal .dropdown-menu.show.single-product {
    top: 105px; }

.customer-portal .dropdown-menu.inner {
  width: 100%;
  padding: 0;
  border: 1px solid #f0f0f0;
  background-color: white;
  border-radius: 5px;
  font-size: 1.8rem;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  top: -5px; }
  .customer-portal .dropdown-menu.inner a {
    padding: 5px 15px; }
    .customer-portal .dropdown-menu.inner a:hover, .customer-portal .dropdown-menu.inner a:focus {
      text-decoration: none;
      background-color: #666;
      color: #fff;
      outline: none; }

.customer-portal .dropdown-menu a {
  color: #666; }

.customer-portal .dropdown-item {
  padding: 5px 0px; }

.customer-portal__pagination_list {
  font-size: 2.2rem; }

.customer-portal__pagination_item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }
  .customer-portal__pagination_item a {
    color: red; }
    .customer-portal__pagination_item a:hover, .customer-portal__pagination_item a:focus {
      color: black; }
  .customer-portal__pagination_item.active a {
    color: black;
    text-decoration: none;
    pointer-events: none; }

.customer-portal .form-wrapper {
  margin-top: 25px;
  padding: 15px 30px 30px 30px; }
  .customer-portal .form-wrapper label {
    font-size: 1.8rem;
    color: #666;
    margin-bottom: 10px; }
  .customer-portal .form-wrapper .added-product-numbers {
    margin-top: -10px;
    margin-bottom: 10px; }
  .customer-portal .form-wrapper input,
  .customer-portal .form-wrapper select {
    color: #666;
    margin-bottom: 0px; }
    .customer-portal .form-wrapper input.added-product,
    .customer-portal .form-wrapper select.added-product {
      margin-bottom: 10px; }
    .customer-portal .form-wrapper input.added-version,
    .customer-portal .form-wrapper select.added-version {
      margin-bottom: 0px; }
    .customer-portal .form-wrapper input::placeholder,
    .customer-portal .form-wrapper select::placeholder {
      color: #c9c8c8; }
  .customer-portal .form-wrapper textarea {
    resize: none;
    color: #666;
    margin-bottom: 0px; }
    .customer-portal .form-wrapper textarea#IssueDescription {
      height: 200px; }
    .customer-portal .form-wrapper textarea::placeholder {
      color: #c9c8c8; }
  .customer-portal .form-wrapper .red-text {
    font-size: 14px;
    color: red; }

.customer-portal .required::after {
  font-size: 1.6rem;
  color: #666;
  float: right;
  content: 'Required'; }

.customer-portal__contact-details {
  font-size: 2.4rem;
  color: #666;
  margin-top: 35px;
  margin-bottom: 10px; }

.customer-portal .custom-checkbox {
  margin-bottom: 0px; }

.customer-portal .custom-control-indicator {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  background-color: #fff; }

.customer-portal__category-container {
  display: flex;
  flex-wrap: wrap;
  padding: 20px; }

.customer-portal__category-box {
  padding: 15px;
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .customer-portal__category-box {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media screen and (min-width: 1199px) {
    .customer-portal__category-box {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      min-height: 130px; } }
  .customer-portal__category-box a,
  .customer-portal__category-box h3 {
    text-decoration: none !important; }
  .customer-portal__category-box .white-box,
  .customer-portal__category-box .red-box {
    margin: 0px; }
    .customer-portal__category-box .white-box h3,
    .customer-portal__category-box .red-box h3 {
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 2.2rem;
      font-weight: 500;
      color: #666; }
      .customer-portal__category-box .white-box h3 a,
      .customer-portal__category-box .red-box h3 a {
        font-size: 2.2rem;
        font-weight: 500;
        color: #666; }
  .customer-portal__category-box .red-box {
    display: flex;
    align-items: center;
    border-radius: 5px; }
    .customer-portal__category-box .red-box > div {
      width: 100%;
      text-align: center; }
    .customer-portal__category-box .red-box:hover {
      text-decoration: none;
      color: #f00;
      border-color: #f00;
      background-color: transparent;
      box-shadow: none; }
      .customer-portal__category-box .red-box:hover div,
      .customer-portal__category-box .red-box:hover h3 {
        color: #f00; }

.customer-portal .new-ticket-product {
  margin-top: 15px; }

.customer-portal__add-ticket {
  position: relative; }
  @media screen and (min-width: 768px) {
    .customer-portal__add-ticket {
      display: flex;
      justify-content: center;
      align-items: center;
      padding-right: 20rem; } }
  @media screen and (min-width: 992px) {
    .customer-portal__add-ticket {
      padding-left: 20rem; } }
  @media screen and (min-width: 768px) {
    .customer-portal__add-ticket::before, .customer-portal__add-ticket::after {
      display: none !important; } }
  .customer-portal__add-ticket .comap-btn {
    font-size: 1.6rem; }
    @media screen and (min-width: 768px) {
      .customer-portal__add-ticket .comap-btn {
        font-size: 2rem; } }
    .customer-portal__add-ticket .comap-btn::before {
      top: 50%;
      transform: translateY(-50%);
      margin: 0;
      width: 16px;
      height: 16px; }
  @media screen and (min-width: 768px) {
    .customer-portal__add-ticket .customer-portal__title--title {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin: 0; } }

.customer-portal .customer-portal__title a {
  color: red; }

.customer-portal .form-control {
  font-size: 16px; }

.customer-portal .customer-portal-inputs {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 1199px) {
    .customer-portal .customer-portal-inputs .wrap-name {
      width: 50%; } }
  @media screen and (min-width: 1200px) {
    .customer-portal .customer-portal-inputs .wrap-warranty {
      width: 27.5%; } }
  @media screen and (min-width: 768px) {
    .customer-portal .customer-portal-inputs .wrap-number {
      width: 60%; } }
  @media screen and (min-width: 1199px) {
    .customer-portal .customer-portal-inputs .wrap-number {
      width: 30%;
      padding-left: 2rem; } }
  @media screen and (min-width: 768px) {
    .customer-portal .customer-portal-inputs .wrap-warranty-number {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
    .customer-portal .customer-portal-inputs .wrap-warranty-number {
      width: 27.5%;
      padding-left: 2rem; } }
  @media screen and (min-width: 768px) {
    .customer-portal .customer-portal-inputs .wrap-warranty-checkbox {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
    .customer-portal .customer-portal-inputs .wrap-warranty-checkbox {
      width: 30%;
      padding-left: 2rem; } }
  @media screen and (min-width: 768px) {
    .customer-portal .customer-portal-inputs .wrap-button {
      width: 30%;
      padding-left: 2rem; } }
  @media screen and (min-width: 1199px) {
    .customer-portal .customer-portal-inputs .wrap-button {
      width: 20%; } }
  @media screen and (min-width: 768px) {
    .customer-portal .customer-portal-inputs .wrap-warranty-button {
      width: 100%; } }
  @media screen and (min-width: 1200px) {
    .customer-portal .customer-portal-inputs .wrap-warranty-button {
      width: 15%;
      padding-left: 2rem; } }
  @media screen and (min-width: 1200px) {
    .customer-portal .customer-portal-inputs .wrap-number .field-validation-error,
    .customer-portal .customer-portal-inputs .wrap-warranty-number .field-validation-error,
    .customer-portal .customer-portal-inputs .wrap-warranty-checkbox .field-validation-error {
      padding-left: 2rem; } }
  .customer-portal .customer-portal-inputs > div {
    width: 100%;
    margin: 1rem 0;
    position: relative; }
    .customer-portal .customer-portal-inputs > div.ticket-search-div {
      margin: 0; }

.customer-portal .field-validation-error {
  color: #f00;
  font-size: 1.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  /*
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        padding-top: 0.5rem;
        */ }

.customer-portal .deleteProduct,
.customer-portal .delete-product__helpdesk {
  background: url("https://cdn.comap-control.com/getmedia/3c8d4219-2a16-49fd-a0ef-a29f09b59529/x-close-symbol-red.svg.aspx");
  background-size: cover;
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 10px; }

.customer-portal .form-control[readonly] {
  background-color: #fff; }

.customer-portal .ticket-detail label {
  font-weight: 300; }

.customer-portal .ticket-detail .header-section {
  margin-bottom: 40px; }

.customer-portal .ticket-detail .communication-section {
  margin-top: 40px; }

.customer-portal .ticket-detail .middle-section {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin: 0px;
  padding: 40px; }
  .customer-portal .ticket-detail .middle-section.no-top-border {
    border-top: none; }
  .customer-portal .ticket-detail .middle-section .attachment-row {
    margin: 0px; }
    .customer-portal .ticket-detail .middle-section .attachment-row a {
      cursor: pointer;
      color: red; }
  .customer-portal .ticket-detail .middle-section .row {
    display: flex;
    flex-wrap: nowrap; }
    .customer-portal .ticket-detail .middle-section .row .col-xs-3 {
      width: 50%; }
      @media screen and (min-width: 992px) {
        .customer-portal .ticket-detail .middle-section .row .col-xs-3 {
          width: 25%; } }
    .customer-portal .ticket-detail .middle-section .row .col-xs-9 {
      width: 50%; }
      @media screen and (min-width: 992px) {
        .customer-portal .ticket-detail .middle-section .row .col-xs-9 {
          width: 75%; } }

.customer-portal .bolder-text {
  font-weight: 600; }

.customer-portal .support-communication .white-box div {
  display: block; }

.customer-portal .support-communication .white-box--search {
  max-width: 80%; }

.customer-portal .support-communication__title {
  padding-bottom: 20px; }

.customer-portal .support-communication__new-note {
  padding-top: 40px; }
  .customer-portal .support-communication__new-note .form-wrapper {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    border: none; }
    .customer-portal .support-communication__new-note .form-wrapper textarea {
      height: 200px; }
  .customer-portal .support-communication__new-note .new-note__editor {
    padding: 20px 15px; }
  @media screen and (min-width: 660px) {
    .customer-portal .support-communication__new-note--buttons {
      display: flex !important;
      align-items: center; } }
  @media screen and (min-width: 660px) {
    .customer-portal .support-communication__new-note--buttons > .cols-xs-12 {
      width: 100%; } }
  .customer-portal .support-communication__new-note--buttons > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 2rem; }
    @media screen and (min-width: 660px) {
      .customer-portal .support-communication__new-note--buttons > div {
        width: auto;
        display: flex !important;
        align-items: center;
        margin: 0; } }
    .customer-portal .support-communication__new-note--buttons > div:last-child {
      margin-bottom: 0; }
    .customer-portal .support-communication__new-note--buttons > div .col-xs-6 {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      text-align: center;
      float: none;
      margin-bottom: 0.5rem; }
      @media screen and (min-width: 660px) {
        .customer-portal .support-communication__new-note--buttons > div .col-xs-6 {
          text-align: left;
          width: auto;
          padding-right: 3rem; } }
      .customer-portal .support-communication__new-note--buttons > div .col-xs-6:last-child {
        margin-bottom: 0; }
    .customer-portal .support-communication__new-note--buttons > div .btn-no-arrow {
      background: none;
      padding: 10px 20px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 660px) {
        .customer-portal .support-communication__new-note--buttons > div .btn-no-arrow {
          margin-right: 0; } }

.customer-portal .customer-portal__btn--red {
  font-size: 2rem; }
  .customer-portal .customer-portal__btn--red::after {
    content: none; }

.customer-portal .warranty-unit__warning-text {
  padding-top: 40px; }
  .customer-portal .warranty-unit__warning-text .red-text {
    color: red; }

@media screen and (min-width: 768px) {
  .customer-portal .move-required .col-sm-5 {
    width: 33.33333% !important; } }

.customer-portal .align__left {
  text-align: left; }

.customer-portal .align__right {
  text-align: right; }

.customer-portal .align__center {
  text-align: center; }

.customer-portal .selected-products,
.customer-portal .no-selected-products {
  display: none; }
  .customer-portal .selected-products.show,
  .customer-portal .no-selected-products.show {
    display: block; }

.customer-portal .customer-portal__search-row .bootstrap-select .dropdown-menu.open {
  border: 1px solid #ccc;
  min-width: 750px !important; }

.customer-portal .customer-portal__search-row .bootstrap-select .dropdown-menu input {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px; }
  .customer-portal .customer-portal__search-row .bootstrap-select .dropdown-menu input:focus {
    outline: 0;
    border: 1px solid #f00000;
    background: #fff1f1;
    box-shadow: none; }

.customer-portal .customer-portal-inputs button {
  border: 1px solid #f0f0f0;
  border-radius: 5px; }

.sort-arrow {
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url("https://cdn.comap-control.com/getmedia/750451fb-b774-4126-b613-3c8b215593a3/arrow-down__grey.svg.aspx");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px;
  transform: rotate(0deg); }
  .sort-arrow.active {
    background-image: url("https://cdn.comap-control.com/getmedia/60adc685-e885-4c32-a975-e5c7ea1077de/arrow-down.svg.aspx"); }
  .sort-arrow.arrow-des {
    transform: rotate(180deg); }

.wrap-warranty-checkbox .custom-control {
  display: flex;
  align-items: center; }
  .wrap-warranty-checkbox .custom-control:hover {
    cursor: pointer; }
  .wrap-warranty-checkbox .custom-control input {
    display: none; }
  .wrap-warranty-checkbox .custom-control .custom-control-indicator {
    border-radius: 50%;
    border: 1px solid #ebebeb;
    width: 100%;
    max-width: 52px;
    min-width: 52px;
    height: 52px; }
  .wrap-warranty-checkbox .custom-control .custom-control-name {
    width: auto;
    padding-left: 1rem;
    font-size: 2.1em;
    font-weight: 400; }
  .wrap-warranty-checkbox .custom-control .custom-control-input:checked + input + .custom-control-indicator {
    background-image: url(/media/check-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px; }

.sort-table th div {
  display: flex;
  justify-content: center;
  align-items: center; }

.sort-table th span {
  display: block;
  margin-right: 1.5rem;
  font-size: 0.8em; }

.sort-table th:first-child div {
  justify-content: flex-start; }

.gdpr-wrap {
  margin-bottom: 3rem;
  margin-top: 3rem; }
  @media screen and (min-width: 660px) {
    .gdpr-wrap {
      margin-bottom: 6rem;
      margin-top: 5rem; } }
  .gdpr-wrap .field-validation-error {
    text-align: center; }
  .gdpr-wrap label {
    display: flex;
    align-items: center;
    justify-content: center; }
    .gdpr-wrap label:hover {
      cursor: pointer; }
    .gdpr-wrap label input {
      display: none; }
    .gdpr-wrap label .custom-control-name {
      font-weight: 300;
      color: #565656; }
    .gdpr-wrap label .custom-control-indicator {
      border: 2px solid #565656;
      min-width: 20px;
      width: 20px;
      height: 20px;
      margin-right: 1.5rem; }
      @media screen and (min-width: 660px) {
        .gdpr-wrap label .custom-control-indicator {
          width: 25px;
          height: 25px; } }
    .gdpr-wrap label .custom-control-input:checked + input + .custom-control-indicator {
      background-image: url(/media/check-mark.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px; }
      @media screen and (min-width: 660px) {
        .gdpr-wrap label .custom-control-input:checked + input + .custom-control-indicator {
          background-size: 16px; } }
  .gdpr-wrap a {
    color: red; }

.sticky-href {
  background-color: #f00;
  color: #fff;
  position: fixed;
  left: 0;
  top: 75vh;
  font-size: 2em;
  padding: 0.5em 1.5rem;
  flex-direction: column;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #707070;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s;
  font-size: 20px;
  display: none;
  z-index: 10; }
  @media screen and (min-width: 1200px) {
    .sticky-href {
      display: flex; } }
  .sticky-href:hover {
    text-decoration: none;
    color: #fff;
    background-color: #ce0000; }
  .sticky-href span {
    display: inline-block;
    font-weight: 300;
    font-size: 13px; }

.header-padding__smaller {
  padding-top: 20px !important;
  padding-bottom: 20px; }
  @media screen and (min-width: 767px) {
    .header-padding__smaller {
      padding-top: 30px !important;
      padding-bottom: 30px; } }
  .header-padding__smaller .col-sm-9 {
    width: 100%;
    text-align: center; }
  .header-padding__smaller h1 {
    font-size: 2.5rem;
    margin: 0; }
    @media screen and (min-width: 767px) {
      .header-padding__smaller h1 {
        font-size: 4rem; } }

.customer-portal .red-box_new:hover {
  box-shadow: none; }

.customer-portal .red-box_new a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  text-decoration: none !important;
  box-shadow: none !important; }
  .customer-portal .red-box_new a > div {
    width: 100%;
    text-align: center; }
  .customer-portal .red-box_new a:hover {
    text-decoration: none;
    color: #f00;
    border-color: #f00;
    background-color: transparent; }
    .customer-portal .red-box_new a:hover div,
    .customer-portal .red-box_new a:hover h3 {
      color: #f00; }

.smaller-padding > .col-sm-9.col-sm-push-3.z-Fix {
  z-index: 5; }

.ui-autocomplete.ui-menu {
  padding: 1px; }

.ui-autocomplete li .ui-menu-item-wrapper {
  font-size: 2rem;
  padding: 5px 15px;
  color: #000001; }
  .ui-autocomplete li .ui-menu-item-wrapper > em {
    font-style: normal;
    font-weight: bold; }

.ui-autocomplete li .ui-state-active {
  background-color: #f00;
  border: none;
  padding: 6px 16px; }

.ui-autocomplete li:hover .ui-menu-item-wrapper {
  background-color: #fff1f1;
  border: none; }

.cp-homepage {
  margin-left: auto;
  margin-right: auto;
  float: none; }
  .cp-homepage h1 {
    margin-bottom: 30px;
    text-align: center; }
  .cp-homepage h4 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px; }
  .cp-homepage__tile {
    display: block;
    position: relative;
    margin-bottom: 30px; }
  .cp-homepage__tile-img {
    object-fit: cover;
    border-radius: 25px; }
  .cp-homepage__tile-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center; }
  @media screen and (min-width: 992px) {
    .cp-homepage > .row {
      max-width: 580px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .cp-homepage > .row::before, .cp-homepage > .row::after {
        display: none; }
      .cp-homepage > .row .text-center {
        padding: 0;
        max-width: 250px;
        margin-bottom: 5.2rem; }
        .cp-homepage > .row .text-center a {
          margin: 0; } }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page {
  color: #303030;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .training-page p,
  .training-page li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
  .training-page__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 30px; }
  .training-page--beige-bg {
    background-color: #f6f6f6;
    padding-bottom: 95px; }
  .training-page__loading {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    margin-top: -50px; }
    @media only screen and (min-width: 992px) {
      .training-page__loading {
        padding: -90px; } }
  .training-page__button {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #e20714;
    padding: 12px 20px;
    border: none; }
    .training-page__button--disabled {
      background-color: #e8e7e7;
      color: #c5c5c5; }
  .training-page__spots {
    font-weight: bold; }
    .training-page__spots-circle {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block;
      margin-right: 10px; }
    .training-page__spots-circle-green {
      background-color: #a3de0f; }
    .training-page__spots-circle-red {
      background-color: #e20714; }
  .training-page__component-header {
    font-size: 34px;
    letter-spacing: 0;
    line-height: 44px;
    color: #303030; }
  .training-page__list-item {
    position: relative; }
  .training-page__truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.training-page-detail {
  padding-top: 40px;
  background-color: #f6f6f6; }

.training-page-detail-main {
  display: flex;
  padding-bottom: 60px; }
  @media only screen and (min-width: 992px) {
    .training-page-detail-main {
      padding-bottom: 110px; } }

.WizardButtons {
  display: flex;
  justify-content: space-between; }
  .WizardButtons__steps {
    position: absolute;
    font-size: 1.45rem;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0px); }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__hero {
  display: flex;
  padding: 60px 0; }
  @media only screen and (min-width: 992px) {
    .training-page__hero {
      padding: 60px 0 100px 0; } }
  .training-page__hero__text-wrapper {
    max-width: 570px;
    display: flex;
    flex-direction: column;
    margin: 0 auto; }
  .training-page__hero__image-wrapper {
    display: none; }
    @media only screen and (min-width: 992px) {
      .training-page__hero__image-wrapper {
        display: flex;
        align-items: center;
        padding-left: 40px; }
        .training-page__hero__image-wrapper > img {
          max-height: 600px; } }
  .training-page__hero__heading-wrapper {
    max-width: 280px; }
  .training-page__hero__heading {
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 19px; }
  .training-page__hero__content p,
  .training-page__hero__content li {
    opacity: 0.7; }
  .training-page__hero__content > * {
    margin-bottom: 20px; }
  .training-page__hero__content > *:last-child {
    margin-bottom: 0; }
  .training-page__hero__button-wrapper {
    margin-top: 30px; }
  .training-page__hero__list {
    list-style-type: none;
    padding-left: 30px;
    max-width: 500px; }
  .training-page__hero__divider {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
    margin: 30px 0; }
  .training-page__hero__footer {
    opacity: 0.5; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__custom-training {
  background-color: #ededed;
  padding: 30px 0; }
  .training-page__custom-training__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse; }
  .training-page__custom-training__image-wrapper {
    max-width: 370px;
    margin: 0 auto;
    margin-top: 30px; }
    @media only screen and (min-width: 992px) {
      .training-page__custom-training__image-wrapper {
        margin-top: 0; } }
  .training-page__custom-training__text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 520px;
    position: relative;
    margin: 0 auto; }
    .training-page__custom-training__text-wrapper > * {
      margin-bottom: 20px; }
    .training-page__custom-training__text-wrapper h5 {
      font-size: 34px;
      line-height: 44px; }
    .training-page__custom-training__text-wrapper p {
      opacity: 0.7; }
  .training-page__custom-training__triangle {
    position: absolute;
    left: -12px;
    top: -7px; }
  .training-page__custom-training__mail-link {
    display: flex; }
    .training-page__custom-training__mail-link a {
      color: #e20714;
      font-size: 16px;
      line-height: 24px;
      text-decoration: underline;
      margin-left: 18px; }

.training-page__filters-section {
  padding: 50px 0; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__tabs {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d8d8d8; }
  .training-page__tabs__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .training-page__tabs__list-item {
      padding: 0 20px 16px;
      color: #303030;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 1px;
      line-height: 24px;
      text-transform: uppercase;
      cursor: pointer;
      text-align: center; }
      .training-page__tabs__list-item--active {
        color: #e20714;
        border-bottom: 4px solid #e20714; }
      .training-page__tabs__list-item__mobile {
        display: flex;
        align-items: center;
        position: relative; }
        .training-page__tabs__list-item__mobile .chevron {
          transform: rotate(90deg); }
        .training-page__tabs__list-item__mobile--opened .chevron {
          transform: rotate(-90deg); }
        .training-page__tabs__list-item__mobile .training-page__filter-dropdown {
          top: 100%;
          left: 50%;
          transform: translate(-50%, 15px);
          padding: 10px 15px; }
          .training-page__tabs__list-item__mobile .training-page__filter-dropdown::after {
            right: 50%; }
          .training-page__tabs__list-item__mobile .training-page__filter-dropdown .tab-value {
            color: #303030; }
          .training-page__tabs__list-item__mobile .training-page__filter-dropdown .tab-value--active {
            color: #e20714; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__filter-buttons {
  display: grid;
  column-gap: 30px;
  row-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  justify-items: center; }
  .training-page__filter-buttons__filter-select {
    width: 270px;
    border: 1px solid #e20714;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: rgba(48, 48, 48, 0.7);
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 12px 16px 12px 17px; }
    .training-page__filter-buttons__filter-select--black {
      color: #303030; }
    .training-page__filter-buttons__filter-select:disabled {
      border: none; }
      .training-page__filter-buttons__filter-select:disabled .training-page__filter-buttons__arrow {
        display: none; }
  .training-page__filter-buttons__text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 175px;
    text-align: left; }
  .training-page__filter-buttons__icon {
    margin-right: 11px; }
  .training-page__filter-buttons__arrow {
    margin-left: auto; }
  .training-page__filter-buttons__button-wrapper {
    position: relative; }
  .training-page__filter-buttons--has-search {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    position: relative; }
  .training-page__filter-buttons__search {
    display: flex;
    align-items: flex-start;
    height: 100%; }
  .training-page__filter-buttons__search-button {
    display: none;
    border: none;
    background: inherit;
    padding: 12px 0; }
  .training-page__filter-buttons__search-ref {
    position: relative; }
    .training-page__filter-buttons__search-ref .training-page__filter-dropdown {
      height: 50px;
      right: 0;
      transform: translate(0, 0);
      width: auto;
      height: auto;
      padding: 10px 15px; }
      .training-page__filter-buttons__search-ref .training-page__filter-dropdown input {
        width: 200px;
        padding: 10px;
        height: 40px;
        font-size: 14px;
        line-height: 24px;
        border: 1px solid #e2e2e2; }
  .training-page__filter-buttons__search-mobile {
    display: flex;
    width: 270px;
    border: 1px solid #e20714;
    color: rgba(48, 48, 48, 0.7);
    background-color: #fff;
    padding: 0 16px;
    font-size: 14px;
    line-height: 24px;
    color: rgba(48, 48, 48, 0.7);
    align-items: center; }
    .training-page__filter-buttons__search-mobile input {
      flex-grow: 1;
      border: none;
      padding: 12px 0 12px 11px; }
  @media only screen and (min-width: 650px) {
    .training-page__filter-buttons--has-search {
      padding-right: 80px; }
      .training-page__filter-buttons--has-search .training-page__filter-buttons__filter-select {
        width: 240px; }
    .training-page__filter-buttons__search {
      position: absolute;
      top: 0;
      right: 0; }
    .training-page__filter-buttons__search-button {
      display: inline-block; }
    .training-page__filter-buttons__search-mobile {
      display: none; } }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__filter-dropdown {
  width: 280px;
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transform: translate(-5px, 10px); }
  .training-page__filter-dropdown::after {
    content: "";
    position: absolute;
    top: -10px;
    right: 30px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent; }
  .training-page__filter-dropdown__content {
    padding: 10px 15px; }
  .training-page__filter-dropdown__search {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    .training-page__filter-dropdown__search button {
      margin-left: auto;
      margin-top: 15px;
      text-transform: uppercase; }
  .training-page__filter-dropdown__search-input {
    position: relative; }
    .training-page__filter-dropdown__search-input .training-page__filter-dropdown__search-icon {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 10px;
      padding-right: 10px;
      border-right: 1px solid #d8d8d8;
      height: 24px; }
    .training-page__filter-dropdown__search-input input {
      width: 100%;
      height: 40px;
      padding-left: 55px;
      font-size: 14px;
      line-height: 24px;
      border: 1px solid #e2e2e2; }
  .training-page__filter-dropdown__checkboxes {
    display: flex;
    flex-direction: column;
    max-height: 172px;
    overflow: auto; }
    .training-page__filter-dropdown__checkboxes .checkbox-control {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 24px;
      font-weight: 400;
      color: #303030;
      display: flex;
      align-items: center;
      width: fit-content;
      position: relative;
      cursor: pointer; }
      .training-page__filter-dropdown__checkboxes .checkbox-control input {
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        margin: 0;
        margin-right: 12.5px;
        width: 15px;
        height: 15px;
        border: 0.15em solid #303030;
        border-radius: 0.15em;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center; }
      .training-page__filter-dropdown__checkboxes .checkbox-control input::before {
        content: "";
        width: 15px;
        height: 15px;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #e20714; }
      .training-page__filter-dropdown__checkboxes .checkbox-control input:checked::before {
        transform: scale(1); }
      .training-page__filter-dropdown__checkboxes .checkbox-control input:focus {
        outline: 0.15em solid #303030; }
      .training-page__filter-dropdown__checkboxes .checkbox-control__checkmark {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 0;
        width: 15px;
        height: 15px; }
        .training-page__filter-dropdown__checkboxes .checkbox-control__checkmark::after {
          visibility: hidden;
          content: "";
          position: absolute;
          left: 5px;
          top: 1px;
          width: 5px;
          height: 9px;
          border: solid #fff;
          border-width: 0 2px 2px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
      .training-page__filter-dropdown__checkboxes .checkbox-control input:checked ~ .checkbox-control__checkmark::after {
        visibility: visible; }
      .training-page__filter-dropdown__checkboxes .checkbox-control__total {
        margin-left: 10px;
        opacity: 0.5; }
  .training-page__filter-dropdown__footer {
    border-top: 1px solid #d8d8d8;
    display: flex;
    padding: 10px 15px; }
    .training-page__filter-dropdown__footer button {
      color: #e20714;
      margin-left: auto;
      text-transform: uppercase; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__filters {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .training-page__filters__text {
    margin: 10px 7px 0 0; }
  .training-page__filters__tags {
    display: flex;
    flex-wrap: wrap; }
  .training-page__filters__button {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    color: #e20714;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 30px;
    margin-top: 10px; }

.training-page__filter-tag {
  border: 1px solid #e20714;
  border-radius: 14px;
  background-color: rgba(226, 7, 20, 0.03);
  padding: 3px 5px;
  margin-left: 10px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer; }
  .training-page__filter-tag__icon {
    opacity: 0.5; }
  .training-page__filter-tag__label {
    margin: 0 11px 0 6px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; }
  .training-page__filter-tag__close {
    display: flex; }

.training-page__grid-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, 370px);
  column-gap: 35px;
  row-gap: 35px;
  justify-content: center;
  padding-bottom: 40px; }
  @media only screen and (max-width: 600px) {
    .training-page__grid-section {
      grid-template-columns: auto; } }
  .training-page__grid-section__empty {
    margin: auto;
    text-align: center; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__training-card {
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  cursor: pointer; }
  .training-page__training-card:hover, .training-page__training-card:focus {
    text-decoration: none;
    box-shadow: 4px 4px 10px 6px rgba(0, 0, 0, 0.1), -4px 4px 10px 6px rgba(0, 0, 0, 0.1); }
  .training-page__training-card__header {
    background-color: #bb0c17;
    padding: 20px;
    display: flex;
    flex-direction: column;
    color: #fff; }
    .training-page__training-card__header__sub-heading {
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0.71px;
      line-height: 15px;
      opacity: 0.7;
      text-transform: uppercase; }
    .training-page__training-card__header__heading {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 24px;
      margin: 5px 0; }
    .training-page__training-card__header__date {
      margin: 0;
      font-size: 14px !important;
      letter-spacing: 0; }
    .training-page__training-card__header__tag {
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 20px;
      border: 1px solid #ffffff;
      border-radius: 14px;
      padding: 5px 10px; }
    .training-page__training-card__header__row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: auto; }
    .training-page__training-card__header--light-red {
      background-color: #e20714; }
    .training-page__training-card__header--dark-red {
      background-color: #96040d; }
  .training-page__training-card__content {
    flex-grow: 1; }
  .training-page__training-card__image {
    position: relative;
    display: flex;
    height: 100%; }
    .training-page__training-card__image .fa.fa-play {
      font-size: 69px;
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      transform: translate(-50%, -50%); }
    .training-page__training-card__image img {
      width: 100%;
      height: auto;
      object-fit: cover; }
  .training-page__training-card__text-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #303030; }
    .training-page__training-card__text-content > * {
      margin-bottom: 15px; }
    .training-page__training-card__text-content > *:last-child {
      margin-bottom: 0; }
    .training-page__training-card__text-content-row {
      display: flex;
      justify-content: space-between; }
    .training-page__training-card__text-content p {
      font-size: 14px;
      margin: 0; }
  .training-page__training-card__tag {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; }
    .training-page__training-card__tag--bold {
      font-weight: bold; }
    .training-page__training-card__tag svg {
      margin-right: 6px; }
  .training-page__training-card__footer {
    padding: 20px;
    margin-top: auto; }
    .training-page__training-card__footer p {
      color: #303030;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 5px; }
    .training-page__training-card__footer--bordered {
      border-top: 2px solid #f6f6f6; }
    .training-page__training-card__footer__icon-filters {
      color: #303030;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 5px; }
      .training-page__training-card__footer__icon-filters > span {
        margin-left: 20px; }
      .training-page__training-card__footer__icon-filters > span:first-child {
        margin-left: 0; }
    .training-page__training-card__footer__filters p {
      color: #e20714;
      margin: 0;
      font-size: 12px !important;
      letter-spacing: 0;
      line-height: 20px !important; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__page-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
  .training-page__page-selector__button {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    padding: 7px 14px; }
  .training-page__page-selector__pages {
    display: flex;
    flex-wrap: wrap; }
    .training-page__page-selector__pages .training-page__page-selector__button {
      margin-left: 16px; }
    .training-page__page-selector__pages .training-page__page-selector__button:first-of-type {
      margin-left: 0; }
  .training-page__page-selector__active-page {
    color: #e20714;
    border: 1px solid #e20714 !important;
    border-radius: 50%; }
  .training-page__page-selector__prev, .training-page__page-selector__next {
    display: flex; }
  .training-page__page-selector__next {
    margin-left: 30px; }
  .training-page__page-selector__prev {
    margin-right: 30px;
    transform: rotate(180deg); }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page-detail__main-info-section {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (min-width: 992px) {
    .training-page-detail__main-info-section {
      margin: 0 30px 0 0; } }
  .training-page-detail__main-info-section > div {
    margin-bottom: 80px; }
  .training-page-detail__main-info-section > div:last-child {
    margin-bottom: 0; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page-detail__summary-section {
  width: 280px;
  height: fit-content;
  display: none;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e20714;
  padding: 24px 22px;
  margin-left: auto;
  flex: 0 0 280px; }
  @media only screen and (min-width: 992px) {
    .training-page-detail__summary-section {
      display: flex; } }
  .training-page-detail__summary-section__content > * {
    margin-bottom: 30px; }
  .training-page-detail__summary-section__content .training-page__button {
    width: 100%; }
  .training-page-detail__summary-section__footer {
    border-top: 1px solid #d8d8d8;
    padding-top: 30px; }
    .training-page-detail__summary-section__footer .training-page-detail__summary-section__caps {
      font-weight: bold;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      margin: 0;
      margin-left: 20px;
      cursor: pointer; }
    .training-page-detail__summary-section__footer .training-page-detail__summary-section__row:hover p {
      color: #e20714; }
  .training-page-detail__summary-section__column {
    display: flex;
    flex-direction: column; }
  .training-page-detail__summary-section__row {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    width: fit-content; }
    .training-page-detail__summary-section__row__price {
      color: #e20714;
      font-size: 24px;
      font-weight: bold; }
    .training-page-detail__summary-section__row__price-text {
      font-weight: bold; }
    .training-page-detail__summary-section__row .training-page__spots {
      font-weight: 400; }
    .training-page-detail__summary-section__row p,
    .training-page-detail__summary-section__row a {
      margin: 0;
      margin-left: 20px;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px; }
    .training-page-detail__summary-section__row a {
      color: #e20714;
      text-decoration: underline; }
    .training-page-detail__summary-section__row svg {
      width: 16px;
      height: 16px; }
    .training-page-detail__summary-section__row .calendar {
      margin-top: 5px;
      margin-bottom: auto; }
    .training-page-detail__summary-section__row .place {
      margin-top: 3px;
      margin-bottom: auto; }

.training-page__session-sign-up__sessions {
  display: flex;
  flex-direction: column; }

.training-page__session-sign-up__session {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #E8E7E7;
  padding: 10px 0; }
  .training-page__session-sign-up__session p {
    margin: 0; }
  .training-page__session-sign-up__session > p:first-of-type {
    opacity: 0.7; }
  .training-page__session-sign-up__session__table-end {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 330px; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__related {
  display: flex;
  flex-direction: column;
  padding: 50px 30px; }
  @media only screen and (min-width: 992px) {
    .training-page__related {
      padding: 90px 30px; } }
  .training-page__related .training-page__component-header {
    margin-bottom: 40px; }
  .training-page__related .training-page__button {
    margin: 0 auto; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__main-info {
  font-size: 16px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  line-height: 24px !important;
  color: #303030 !important;
  opacity: 0.7 !important;
  letter-spacing: 0 !important;
  margin-bottom: 30px !important; }
  .training-page__main-info p {
    margin-bottom: 20px !important; }
  .training-page__main-info li {
    position: relative; }
  .training-page__main-info ul {
    list-style-type: none;
    padding-left: 30px; }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page__agenda__wrapper table {
  border: none;
  width: 100% !important; }
  .training-page__agenda__wrapper table tr {
    background-color: #e8e7e7; }
    .training-page__agenda__wrapper table tr td:first-child {
      opacity: 0.5;
      font-size: 14px;
      text-align: center; }
  .training-page__agenda__wrapper table tr:nth-child(2n) {
    background-color: #f6f6f6; }
  .training-page__agenda__wrapper table td {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    color: #303030;
    opacity: 0.8;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    padding: 10px 20px; }

.training-page__agenda__wrapper li {
  position: relative; }

.training-page__agenda__wrapper ul {
  list-style-type: none;
  padding-left: 30px; }

.training-page__floating-bar {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  display: flex;
  height: 56px;
  width: 100%;
  padding: 10px;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 12; }
  .training-page__floating-bar__title {
    display: flex;
    align-items: center;
    cursor: pointer; }
    .training-page__floating-bar__title p {
      margin: 0;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 17px; }
    .training-page__floating-bar__title > svg {
      transform: rotate(-90deg); }

.training-page__filter-dropdown__search button, .training-page__filter-dropdown__footer button, .training-page__filters__button, .training-page__page-selector__button {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.86px;
  line-height: 20px;
  border: none;
  background: transparent; }

.training-page__list-item::before, .training-page__main-info li::before, .training-page__agenda__wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.5px;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: -30px;
  transform: translate(0, 8px);
  opacity: 1; }

.training-page__agenda__wrapper, .training-page__agenda__wrapper p,
.training-page__agenda__wrapper li {
  color: #303030;
  opacity: 0.8;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px !important; }

.training-page-detail__share-modal {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex; }
  .training-page-detail__share-modal__container {
    width: 470px;
    margin: auto;
    padding: 37px 50px;
    background-color: #ffffff;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    border-bottom: 2px solid #e20714;
    text-align: center; }
  .training-page-detail__share-modal__header {
    margin-bottom: 5px; }
    .training-page-detail__share-modal__header h4 {
      font-size: 28px;
      letter-spacing: 0;
      line-height: 38px;
      margin: 0; }
  .training-page-detail__share-modal__subheader {
    margin-bottom: 30px; }
    .training-page-detail__share-modal__subheader p {
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      opacity: 0.5;
      margin: 0; }
  .training-page-detail__share-modal__content {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
    .training-page-detail__share-modal__content iframe:first-of-type {
      width: 88px; }
  .training-page-detail__share-modal__footer p {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; }
  .training-page-detail__share-modal__footer a {
    text-decoration: underline;
    color: #e20714; }
  .training-page-detail__share-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    background: transparent; }
  .training-page-detail__share-modal__social {
    height: 28px;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ededed;
    border-radius: 14px;
    font-size: 14px; }
    .training-page-detail__share-modal__social--link {
      position: relative;
      padding: 0 14px 0 8px; }
  .training-page-detail__share-modal__linkedin button {
    height: 28px !important;
    display: flex !important;
    align-items: center; }
    .training-page-detail__share-modal__linkedin button > xdoor-icon {
      margin-left: -3.5px !important;
      height: 20px !important; }
  .training-page-detail__share-modal__tooltip {
    position: absolute;
    background-color: #ededed;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    bottom: 100%;
    transform: translate(0px, -5px);
    width: 175px; }

.training-page-detail__video-comp {
  position: relative;
  max-height: 400px;
  display: flex;
  cursor: pointer; }
  .training-page-detail__video-comp img {
    width: 100%;
    height: auto;
    object-fit: cover; }
  .training-page-detail__video-comp__play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .training-page-detail__video-comp__play-button {
    width: 100px;
    height: 100px;
    background-color: #f70000;
    border-radius: 100%;
    border: 10px solid rgba(247, 0, 0, 0.5);
    background-clip: padding-box;
    display: flex;
    justify-content: center;
    align-items: center; }
    .training-page-detail__video-comp__play-button .fa.fa-play {
      font-size: 33px;
      color: #fff;
      margin-right: -8px; }

.training-page-detail__video-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  cursor: default; }
  .training-page-detail__video-modal__container {
    margin: auto;
    width: 80vw;
    max-width: 1140px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 15px; }
    .training-page-detail__video-modal__container video {
      width: 100%;
      height: auto; }

@media print {
  .training-page-detail__video-comp,
  .training-page-detail-main__custom-training-wrapper,
  .training-page__related,
  .training-page__floating-bar,
  .footer,
  .header__right-menu,
  .header__main-menu,
  .comap-meanmenu-reveal,
  #countdown {
    display: none !important; } }

.paralaxPageContainer {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.anniversary-header {
  max-height: 660px;
  position: relative;
  padding: 0; }

/*@media (max-width: 1199px) {
  .anniversary-header {
    height: 546px;
  }
}*/
/*@media (max-width: 990px) {
  .anniversary-header {
    height: 422px;
  }
}*/
.header-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
  z-index: 3;
  background-color: #2c2c2caf;
  padding-left: 100px;
  grid-column: 1;
  grid-row: 1; }

/*@media (max-width: 568px) {
  .header-col {
    height: 88%;
  }
}*/
.header-col__title {
  font-size: 60px;
  line-height: 58px;
  font-weight: bold;
  color: #E20714; }

@media (max-width: 1000px) {
  .header-col__title {
    font-size: 42px;
    line-height: 36px; } }

.header-col__sub {
  font-size: 20px; }

.anniversary-header__video {
  display: none;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: green;
  right: 0;
  top: 0; }

.anniversary-body {
  text-align: center;
  font-size: 16px;
  position: relative;
  display: grid; }

@media (max-width: 1000px) {
  .anniversary-body__last {
    width: 100%; } }

.anniversary-row {
  display: flex;
  justify-content: center;
  margin-top: 128px;
  margin-bottom: 80px;
  line-height: 25px; }

@media (max-width: 1000px) {
  .anniversary-row {
    margin-top: 60px; } }

.anniversary-body-row {
  position: relative;
  height: 720px; }

@media (max-width: 1200px) {
  .anniversary-body-row {
    height: 596px; } }

@media (max-width: 1000px) {
  .anniversary-body-row {
    height: auto;
    padding-bottom: 140px; } }

.anniversary-body-row__last {
  background-color: #EDEDED;
  color: black; }

@media (max-width: 1000px) {
  .anniversary-body-row__last {
    padding: 110px 0; } }

.anniversary-body-row--parallax {
  height: 0px; }

.anniversary-parallax {
  width: 100%;
  height: 720px;
  overflow-x: hidden;
  -moz-overflow-x: hidden;
  position: relative;
  /* background-color: #F3F7FF; */ }

@media (max-width: 1200px) {
  .anniversary-parallax {
    height: 596px; } }

.parallax-disabler {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  /* background-color: red; */
  /* height: 50
px
; */
  /* width: 50
px
; */
  left: 0; }

.anniversary-parallax::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

.parallax-img {
  /* Full height */
  /* height: 100%; */
  height: 720px;
  max-height: 720px;
  width: 100%;
  /* Create the parallax scrolling effect */
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0; }

.parallax-img:nth-child(1) {
  z-index: 60;
  clip: rect(0 585px 720px 0); }

.parallax-img:nth-child(2) {
  z-index: 50;
  clip: rect(0 585px 720px 0); }

.parallax-img:nth-child(3) {
  z-index: 40;
  clip: rect(0 585px 720px 0); }

.parallax-img:nth-child(4) {
  z-index: 30;
  clip: rect(0 585px 720px 0); }

.parallax-img:nth-child(5) {
  z-index: 20;
  clip: rect(0 585px 720px 0); }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .parallax-img {
    position: relative; }
  /* IE11 */ }

@media (max-width: 1200px) {
  .parallax-img {
    height: 596px;
    max-height: 596px; } }

.parallax-img-1 {
  background-image: url("https://i.imgur.com/qSMLqMP.png"); }

.parallax-img-2 {
  background-image: url("https://i.imgur.com/9dmSCRM.png"); }

.parallax-img-3 {
  background-image: url("https://i.imgur.com/hupbJI1.png"); }

.parallax-img-4 {
  background-image: url("https://i.imgur.com/vIh9P7a.png"); }

.parallax-img-5 {
  background-image: url("https://i.imgur.com/SbTZcgz.png"); }

:root {
  --scrollingLineWidth: 0px;
  --scrollingLineHeight: 0px; }

.scrolling-line {
  background-image: url("/fe/svg/line.svg");
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  background-size: 100% 100%;
  pointer-events: none;
  height: 100%;
  clip: rect(0px, var(--scrollingLineWidth), var(--scrollingLineHeight), 0px); }

@media (max-width: 568px) {
  .scrolling-line {
    width: 100%; } }

.parallax-container {
  padding: 0px;
  position: absolute;
  height: 720px;
  z-index: 50; }

@media (max-width: 1200px) {
  .parallax-container {
    height: 596px; } }

.anniversary-info {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #212121;
  padding-left: 75px;
  padding-right: 75px;
  opacity: 0; }
  @media all and (-ms-high-contrast: none) {
    .anniversary-info {
      opacity: 1; } }

.anniversary-empty {
  width: 50%; }

@media (max-width: 1000px) {
  .anniversary-info {
    padding-left: 110px;
    padding-right: 110px;
    width: 100%;
    max-width: 100%; }
  .anniversary-empty {
    display: none; } }

@media (max-width: 991px) {
  .anniversary-info {
    padding-left: 0px;
    padding-right: 0px; }
  .anniversary-body__last .anniversary-info {
    padding-left: 110px;
    padding-right: 110px; } }

@media (max-width: 700px) {
  .anniversary-body__last .anniversary-info {
    padding-left: 60px;
    padding-right: 60px; } }

@media (max-width: 900px) {
  .anniversary-info {
    padding-left: 50px;
    padding-right: 50px; } }

.anniversary-info--white {
  color: white; }

.full-width--black {
  background: #1d1d1d;
  color: white;
  font-size: 14px;
  font-size: 1.4rem; }

.remove-padding {
  padding: 0; }

.anniversary-info__title {
  font-size: 34px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 32px;
  position: relative; }
  .anniversary-info__title::before {
    width: 20px;
    height: 24px;
    position: absolute;
    left: -24px;
    top: -24px;
    background-image: url("/fe/svg/30th_triangle.svg");
    background-size: contain;
    background-repeat: no-repeat;
    content: ""; }

.anniversary-info__title--red {
  color: #E20714; }

.anniversary-info__title--white {
  font-size: 34px;
  line-height: 49px; }

.anniversary-info__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #303030;
  opacity: 0.7; }

.anniversary-info__subtext {
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  color: #30303080; }

.top-text__icons {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 59px; }

.top-text__info {
  font-size: 20px;
  color: #303030;
  opacity: 0.7;
  line-height: 30px; }
  @media (max-width: 1000px) {
    .top-text__info {
      font-size: 14px; } }

.top-text__item {
  display: flex;
  flex-direction: column; }
  .top-text__item .first {
    background-image: url("/fe/svg/30th_people.svg");
    background-size: cover;
    width: 57px;
    height: 52px; }
  .top-text__item .second {
    background-image: url("/fe/svg/30th_distributors.svg");
    width: 46px;
    height: 55px;
    /* height: 64px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .top-text__item .third {
    background-image: url("/fe/svg/30th_subsidiaries.svg");
    background-size: cover;
    width: 59px;
    height: 59px; }

.top-text__icon {
  width: 74px;
  height: 74px;
  margin: auto; }

.top-text__title {
  color: #E20714;
  font-size: 34px;
  line-height: 36px;
  margin-top: 15px;
  font-weight: bold; }

.top-text__subtitle {
  color: #303030;
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin-top: 15px; }

@media (max-width: 545px) {
  .top-text__icon {
    width: 50px;
    height: 50px; }
  .top-text__title {
    font-size: 24px;
    line-height: 24px; }
  .top-text__subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px; } }

@media (max-width: 340px) {
  .top-text__title {
    font-size: 20px;
    line-height: 24px; }
  .top-text__subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px; }
  .top-text__icons {
    margin-bottom: 25px; } }

.last-row__buttons {
  display: flex;
  justify-content: space-between; }

.last__button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #E20714;
  color: white;
  border: 1px solid #E20714;
  height: 40px;
  padding: 0 20px; }
  .last__button--invert {
    color: #E20714;
    background-color: transparent; }

@media (max-width: 1200px) {
  .last-row__buttons {
    margin-top: 50px;
    justify-content: space-around;
    flex-direction: column;
    align-items: center; }
  .last__button--invert {
    margin-top: 20px; } }

#background-video {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  grid-column: 1;
  grid-row: 1; }

#main-video {
  width: 100%;
  z-index: 1;
  height: 100%; }

.hide-video {
  display: none; }

.close-video {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 5;
  background-color: rgba(128, 128, 128, 0.52);
  border-radius: 25px;
  cursor: pointer; }
  .close-video::before {
    content: '';
    width: 3px;
    height: 20px;
    top: 9px;
    right: 18px;
    position: absolute;
    transform: rotate(45deg);
    background-color: black; }
  .close-video::after {
    content: '';
    width: 3px;
    height: 20px;
    top: 9px;
    right: 18px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: black; }

.header__play {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 0, 0, 0.308);
  margin-top: 30px;
  border-radius: 50px;
  position: relative; }
  .header__play::before {
    content: '';
    width: 60px;
    height: 60px;
    background-color: red;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    background-image: url("/fe/svg/30th_play.svg");
    background-size: cover;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat; }

@media (max-width: 1000px) {
  .parallax-container {
    display: none; }
  .anniversary-body-row--parallax {
    display: none; }
  .header__play {
    width: 60px;
    height: 60px; }
    .header__play::before {
      width: 40px;
      height: 40px; } }

.paralaxModalPlayer {
  background: #000a;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100; }
  .paralaxModalPlayer video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem; }

.videoBox {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: normal;
  row-gap: 1rem;
  column-gap: 1rem;
  padding: 0px 6rem 6rem 6rem;
  margin-top: 150px;
  background-color: #f3f3f3;
  color: #303030; }
  .videoBox::before {
    display: none; }
  .videoBox > * {
    padding: 2rem; }
  .videoBox .videoBoxHeader {
    position: relative;
    grid-column: 1/-1;
    grid-row: 1;
    font-size: 34px;
    height: 150px;
    align-items: end;
    display: grid;
    justify-items: center;
    margin-bottom: 2rem; }
    .videoBox .videoBoxHeader::before {
      content: '';
      background-image: url("/fe/svg/triangleGray.svg");
      background-size: 100% 100%;
      width: 276px;
      height: 315px;
      transform: translateY(-50%);
      float: left;
      position: absolute;
      top: 0px;
      left: 0px;
      pointer-events: none; }
  .videoBox .videoButton {
    display: grid;
    grid-template-columns: [icon] auto [text] auto;
    border: #00000033 1px solid;
    text-align: left;
    border-radius: 2px;
    cursor: pointer;
    grid-template-rows: auto auto;
    justify-content: left;
    column-gap: 1rem;
    transition: 0.5s; }
    .videoBox .videoButton::before {
      content: "";
      background-image: url("/fe/svg/triangleRed.svg");
      width: 20px;
      height: 23px;
      grid-column: icon;
      grid-row: 1/-1;
      align-self: center;
      pointer-events: none; }
    .videoBox .videoButton:hover {
      border-color: #e20714; }
    .videoBox .videoButton .name {
      align-self: end;
      color: #303030b3;
      font-size: 16px; }
    .videoBox .videoButton .time {
      align-self: start;
      color: #30303080;
      font-size: 14px; }
    .videoBox .videoButton .name, .videoBox .videoButton .time {
      grid-column: text;
      display: block; }

@media (max-width: 1000px) {
  .videoBox {
    grid-template-columns: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 100px; }
    .videoBox .videoBoxHeader {
      height: auto;
      padding-top: 40px;
      font-size: 24px; }
      .videoBox .videoBoxHeader::before {
        width: 181px;
        height: 206px; } }

@media (max-width: 568px) {
  .videoBox {
    margin-top: 35px; }
    .videoBox .videoBoxHeader::before {
      width: 66px;
      height: 75px; } }

.fade-in-image {
  animation: fadeIn 1.4s forwards;
  -webkit-animation: fadeIn 1.4s forwards;
  -moz-animation: fadeIn 1.4s forwards;
  -o-animation: fadeIn 1.4s forwards;
  -ms-animation: fadeIn 1.4s forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0px, 100px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0px, 100px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0px, 100px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0px, 100px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0px, 100px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

/*@font-face {
    font-family: myHelveticaNeue;
    src: url('/fe/helveticaNeue.otf');
  }
*/
body {
  overflow-x: hidden; }

.pl-container {
  margin: 0 auto;
  display: grid;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-style: normal;
  color: #666666;
  grid-template: "h-top h-top" auto "h-left h-right" auto "content content" auto / 1fr 1fr;
  max-width: 1500px; }
  .pl-container h1, .pl-container h2, .pl-container h3 {
    color: #333333; }
  .pl-container h1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 2rem; }
    .pl-container h1.red {
      color: #E20714; }
  .pl-container h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 6rem; }
  .pl-container h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 4rem;
    margin-bottom: 2rem; }

.pl-head-top {
  position: relative;
  grid-area: h-top;
  display: grid; }

.pl-head-left {
  grid-area: h-left;
  position: relative; }

.pl-head-right {
  grid-area: h-right;
  max-width: 490px;
  place-self: center;
  display: grid;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 120px 0; }

.pl-content {
  grid-area: content;
  font-size: 20px;
  max-width: 1000px;
  place-self: center;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 100px;
  display: var(--showRegistered); }

.productImage {
  transform: translateX(50%) translateY(-65%);
  grid-area: clock;
  position: relative;
  width: 552px;
  top: 50%; }

.clockImage {
  position: absolute;
  width: 1030px;
  height: 1030px;
  right: 0;
  top: -140px;
  z-index: -10;
  display: grid;
  grid-template-areas: "clock"; }
  .clockImage-background {
    grid-area: clock;
    background-image: url("/fe/svg/Ellipse 1.svg");
    position: relative;
    width: 1030px;
    height: 1030px;
    background-repeat: no-repeat; }
  .clockImage-tics {
    grid-area: clock;
    background-image: url("/fe/svg/Ellipse 3.svg");
    position: relative;
    width: 984px;
    height: 984px;
    left: 20px;
    background-repeat: no-repeat; }
  .clockImage-sector {
    grid-area: clock;
    background-image: url("/fe/svg/Ellipse 2.svg");
    position: relative;
    left: 50%;
    width: 1030px;
    height: 1030px;
    background-repeat: no-repeat; }

@media (max-width: 1250px) {
  .clockImage {
    left: 50%;
    transform: translateX(-50%); }
    .clockImage-sector, .clockImage-tics, .clockImage-background {
      display: none; } }

@media (max-width: 1000px) {
  .pl-container {
    grid-template: "h-top" auto "h-left" auto "h-right" auto "content" auto / auto;
    padding: 1rem; }
  .clockImage {
    top: -230px;
    position: unset;
    width: auto;
    height: auto;
    transform: unset; }
  .productImage {
    transform: unset;
    top: unset;
    place-self: center; } }

@media (max-width: 400px) {
  .pl-countdown {
    scale: 0.8; } }

.breadcrumbs {
  background-color: white; }

.pl-countdown {
  padding: 5px 0;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto;
  grid-column-gap: 2rem;
  justify-content: center;
  margin: 1rem 0; }
  .pl-countdown .cd-part {
    display: inline-block;
    width: 72px;
    height: 72px;
    text-align: center;
    padding: 8px;
    border: 2px #E20714 solid;
    position: relative;
    font-weight: 500;
    font-size: 42px;
    line-height: 64px; }
  .pl-countdown .cd-part::before {
    content: attr(data-unit);
    position: absolute;
    width: 64px;
    height: 20px;
    left: 50%;
    bottom: -8px;
    transform: translateY(0%) translateX(-50%);
    line-height: 24px;
    font-size: 12px;
    display: block;
    background-color: white;
    color: silver;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: normal; }
  .pl-countdown .cd-part::after {
    content: ":";
    color: lightgray;
    position: absolute;
    right: calc(-8px + -1px + -1rem);
    letter-spacing: 0px; }
  .pl-countdown .cd-part:last-child::after {
    content: none; }
  @media screen and (min-width: 450px) {
    .pl-countdown .cd-part {
      width: 84px;
      height: 84px;
      font-size: 48px; } }
  @media screen and (min-width: 1000px) {
    .pl-countdown {
      justify-content: start; } }

.pl_contacts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 2rem;
  margin: 0 30px; }
  .pl_contacts .pl_contact {
    text-align: left; }
    .pl_contacts .pl_contact::before {
      transform: translate(-150%, 4px); }

.pl_contact {
  position: relative;
  display: inline; }

.pl_contact::before {
  content: ';';
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.2rem;
  border-color: transparent transparent transparent #e20714;
  position: absolute;
  left: 0;
  transform: translate(-150%, 0);
  opacity: 1;
  top: 0; }

.pl_contact_name::after {
  content: "\a";
  white-space: pre; }

.pl_contact_name {
  display: inline;
  font-weight: bold; }

@media (max-width: 1000px) {
  .pl_contacts {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 400px) {
  .pl_contacts {
    grid-template-columns: repeat(1, 1fr); } }

.pl-container .scrollLink {
  font-size: 12px;
  line-height: 20px;
  color: #E20714;
  font-weight: bold;
  letter-spacing: 0.857143px;
  text-transform: uppercase;
  display: inline-block; }

.pl-container .scrollLink::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("/fe/svg/productLaunchNavigation4.svg");
  display: inline-block;
  position: relative;
  top: 5px; }

.pl-container .training-page__button {
  display: inline-block;
  margin: 2rem 0;
  cursor: pointer;
  margin-right: 4rem; }

.pl-container .topText {
  place-self: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 25px;
  /* identical to box height, or 300% */
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #E20714;
  mix-blend-mode: normal;
  opacity: 0.8; }

.pl-container .eventTimes {
  position: absolute;
  right: 0;
  display: grid;
  grid-template-columns: auto;
  grid-row-gap: 1rem;
  margin: 1rem;
  counter-reset: item; }
  .pl-container .eventTimes .eventTIme {
    position: relative;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 0.5rem 2rem;
    background: #E3E3E3;
    border-radius: 14px;
    margin-left: 10rem; }
  .pl-container .eventTimes ::before {
    position: absolute;
    left: 0;
    padding: 0 1rem;
    transform: translateX(-100%);
    counter-increment: item;
    font-size: 12px;
    line-height: 24px;
    text-align: right;
    color: #333333; }
  .pl-container .eventTimes :nth-child(1)::before {
    content: counters(item, "") "st session:"; }
  .pl-container .eventTimes :nth-child(2)::before {
    content: counters(item, "") "nd session:"; }
  .pl-container .eventTimes :nth-child(3)::before {
    content: counters(item, "") "rd session:"; }
  .pl-container .eventTimes :nth-child(n+4)::before {
    content: counters(item, "") "th session:"; }
  .pl-container .eventTimes :nth-child(10n+1)::before {
    content: counters(item, "") "st session:"; }
  .pl-container .eventTimes :nth-child(10n+2)::before {
    content: counters(item, "") "nd session:"; }
  .pl-container .eventTimes :nth-child(10n+3)::before {
    content: counters(item, "") "rd session:"; }
  .pl-container .eventTimes :nth-child(11)::before {
    content: counters(item, "") "th session:"; }
  .pl-container .eventTimes :nth-child(12)::before {
    content: counters(item, "") "th session:"; }
  .pl-container .eventTimes :nth-child(13)::before {
    content: counters(item, "") "th session:"; }

@media (max-width: 1000px) {
  .pl-container .eventTimes {
    position: unset;
    place-self: center; } }

.pl-container .smallText {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  /* or 171% */
  color: #666666; }

.pl-container .registrationError {
  color: red;
  margin: 2rem;
  display: none; }

.pl-container .registration-expand-link,
.pl-container .registration-shrink-link {
  color: #e20714; }
  .pl-container .registration-expand-link:hover, .pl-container .registration-expand-link:focus,
  .pl-container .registration-shrink-link:hover,
  .pl-container .registration-shrink-link:focus {
    color: #e20714; }
  .pl-container .registration-expand-link::after,
  .pl-container .registration-shrink-link::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("/fe/svg/productLaunchNavigation4.svg");
    display: inline-block;
    position: relative;
    top: 5px; }

.pl-container .beforeRegistration-hidden {
  display: none; }

.pl-container .afterRegistration {
  display: var(--showRegistered); }

.pl-container .beforeRegistration {
  display: var(--showNonRegistered); }

html {
  scroll-behavior: smooth; }

.ico-down-scroll {
  position: absolute;
  left: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
  height: 28px;
  width: 30px;
  top: 94%;
  transform: translate(-30%, 0%);
  background: url("https://cdn.comap-control.com/getmedia/49df516e-1aa5-4aa2-968a-9669e86339ed/arrow-down-sign-to-navigate.svg.aspx");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center; }
  .ico-down-scroll:hover {
    cursor: pointer;
    animation: inherit; }

h1 small {
  font-size: 50% !important;
  color: #fff !important; }

.distributor-info {
  margin-top: 800px; }

.distributor-info p {
  margin-bottom: 0px !important;
  font-size: 2.3rem !important; }

.distributor-info p strong {
  font-weight: 800;
  line-height: 1.5;
  font-size: 3rem !important; }

.distributor-info p a {
  text-decoration: underline;
  color: #fff;
  font-size: 2.3rem !important; }

.distributor-info p a:hover {
  text-decoration: underline;
  color: #fff;
  font-size: 2.3rem !important; }

.distributor-info-link:hover {
  text-decoration: underline;
  color: #fff;
  font-size: 2.3rem !important; }

.comap-anchor-link:hover {
  color: #fff;
  font-size: 18px;
  text-decoration: underline; }

.comap-anchor-link {
  margin-left: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline; }

.comap-btn-red {
  padding-left: 25px !important;
  padding-right: 0px !important;
  color: #fff !important;
  background-color: #f00000 !important;
  border: 2px solid #f00000 !important; }

.comap-btn--red,
.cookies-bar .ConsentButton {
  background-color: #f00000 !important;
  color: white; }
  .comap-btn--red::after,
  .cookies-bar .ConsentButton::after {
    content: none; }

.sp-slide.header-block {
  min-height: auto !important;
  padding: initial !important;
  position: absolute !important;
  overflow: initial !important; }
  .sp-slide.header-block:before {
    display: none !important; }

.modal-open .slide-content {
  transform: none; }

.modal-open .slider-pro {
  top: 0;
  position: initial; }

@media screen and (max-width: 1730px) {
  .modal-open .sp-mask {
    height: 100vh !important; } }

@media screen and (max-width: 1730px) {
  .modal-open .sp-selected {
    height: 100vh !important; } }

@media screen and (max-width: 1730px) {
  .modal-open .header-modal.in {
    height: 100vh !important; } }

.modal-open .slider-pro .sp-buttons,
.modal-open .ico-down-scroll {
  display: none; }

.modal-open .sp-slides {
  -webkit-perspective: unset !important;
  transform: none;
  transition: none !important; }

.modal-open .modal-backdrop.in {
  display: none; }

.slide-content .header-block__content {
  text-align: center;
  left: 0;
  top: 30px; }
  @media screen and (min-width: 768px) {
    .slide-content .header-block__content {
      text-align: left;
      bottom: -90px;
      top: unset; } }
  @media screen and (max-width: 767px) {
    .slide-content .header-block__content h1 {
      max-width: 600px;
      margin: 30px auto; } }

@media screen and (max-width: 767px) {
  .slide-content .modal-dialog {
    margin: 30px auto; } }

.cookies-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background-color: #333333;
  color: white;
  font-size: 12px;
  font-weight: 400;
  padding: 15px; }
  @media screen and (min-width: 767px) {
    .cookies-bar {
      font-size: 16px; } }
  .cookies-bar a {
    color: white;
    text-decoration: underline; }
    .cookies-bar a:hover {
      text-decoration: none; }
  .cookies-bar .CookieConsent {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    @media screen and (max-width: 600px) {
      .cookies-bar .CookieConsent {
        flex-direction: column; } }
  .cookies-bar .TrackingConsent {
    opacity: 0.8;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    max-width: 880px; }
  .cookies-bar .ConsentButtons {
    margin-left: 20px;
    padding: 15px 0;
    display: flex; }
    .cookies-bar .ConsentButtons .btn {
      background-color: transparent !important;
      padding: 12px 20px;
      border: 1px solid #ffffff;
      font-weight: bold;
      color: #ffffff;
      text-transform: uppercase;
      letter-spacing: 1px;
      border-radius: 0; }
    .cookies-bar .ConsentButtons .btn:last-child {
      margin-left: 20px;
      background-color: #ffffff !important;
      color: #e20714; }
    @media screen and (max-width: 600px) {
      .cookies-bar .ConsentButtons {
        width: 100%;
        justify-content: space-evenly; }
        .cookies-bar .ConsentButtons .btn:last-child {
          margin-left: 0; } }

.consents-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: flex;
  justify-content: center;
  align-items: center; }
  .consents-popup.popup-wrapper .popup {
    max-width: initial; }
  .consents-popup.popup-wrapper.hidden {
    display: none; }

.form-wrapper .consents-popup {
  z-index: 0; }

.form-wrapper .consents-popup .popup .lblPopup {
  display: block;
  margin-bottom: 1rem; }

.form-wrapper .consents-popup .popup .btn {
  padding: 1rem 2rem 1rem 2rem; }

.header.z-Fix,
.footer.z-Fix {
  z-index: 6; }

.col-sm-9.col-sm-push-3.z-Fix {
  z-index: 10; }

.consents-popup.popup-wrapper .popup {
  max-width: initial; }

.white-box-contact.new-contact-box {
  padding: 20px 20px 20px 20px; }

.col-sm-2.contact-c {
  width: 20%; }

.contact-box .form-horizontal .form-group {
  margin-bottom: 7px !important; }

@media (max-width: 992px) {
  .white-box-contact.new-contact-box {
    border-right: 0;
    width: 100%; } }

.orderby-box {
  display: block;
  padding: 15px;
  z-index: 5;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .orderby-box {
      padding: 45px 50px 30px; } }
  @media screen and (min-width: 1200px) {
    .orderby-box {
      padding: 25px 10px 20px 30px; }
      .orderby-box .col-lg-6 {
        width: 45%; }
      .orderby-box .col-lg-5 {
        width: 41.3%; } }
  @media screen and (max-width: 1199px) {
    .orderby-box .col-xs-4.col-lg-7 {
      display: none; } }

.orderby-radio ul {
  list-style: none; }

.orderby-radio li {
  display: inline-block; }

.orderby-radio input {
  display: none; }

.orderby-radio label {
  cursor: pointer; }

.orderby-radio input:checked + label {
  color: #f00000; }

.orderby-radio :hover {
  color: #f00000; }

.orderby-result {
  font-size: 1.8rem;
  padding-top: 9px; }

.wysiwyg .image-gallery {
  margin-top: 5px;
  margin-right: 0px; }

.wysiwyg img {
  height: auto !important; }

.file-disabled .white-box__name {
  color: #333333; }

.file-disabled .white-box__name::before {
  display: none; }

.form-wrapper {
  padding: 15px 30px 15px 30px; }

.form-wrapper select {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 20px; }

.more-info {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }

.gas-brand-picture img {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none; } }

.slide-content {
  top: 65%; }
  @media screen and (max-width: 767px) {
    .slide-content {
      top: 65%; } }
  @media screen and (min-width: 1000px) {
    .slide-content {
      padding-left: 150px; } }
  @media screen and (min-width: 1366px) {
    .slide-content {
      top: 65%;
      padding-left: 100px; } }
  @media screen and (min-width: 1443px) {
    .slide-content {
      padding-left: 0; } }
  .slide-content h1 {
    font-size: 2.3rem; }
    @media screen and (min-width: 760px) {
      .slide-content h1 {
        font-size: 3.5rem; } }
    @media screen and (min-width: 1200px) {
      .slide-content h1 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 1443px) {
      .slide-content h1 {
        font-size: 6rem; } }

.full-width {
  padding-top: 40px; }

.white-box__intelisearch.white-box__name {
  display: block; }

.white-box__intelisearch.white-box div {
  display: block; }

.white-box__intelisearch .col-xs-12,
.white-box__intelisearch .col-lg-8 {
  padding-left: 0px; }

.theme-checkbox + label span,
.checkbox input[type="checkbox"] + label span,
.compare-menu input[type="checkbox"] + label span,
.detail-downloads-checkboxes input[type="checkbox"] + label span,
.product-filter__right input[type="checkbox"] + label span,
.radio.radio-list-vertical input[type="checkbox"] + label span,
.checkbox input[type="radio"] + label span,
.compare-menu input[type="radio"] + label span,
.detail-downloads-checkboxes input[type="radio"] + label span,
.product-filter__right input[type="radio"] + label span,
.radio.radio-list-vertical input[type="radio"] + label span {
  border-color: #ccc; }

.detail-downloads-checkboxes.disabled {
  display: none; }

.consent-checkbox .FieldLabel {
  display: none; }

.consent-checkbox .checkbox {
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .heading-box h2 {
    margin: 0 auto 5px; } }

@media screen and (max-width: 767px) {
  .heading-box a {
    margin: 0 auto 15px;
    display: block;
    text-align: center; } }

@media screen and (max-width: 767px) {
  .comap-link::after {
    margin-left: 10px; } }

.insights .insight-preview {
  display: block;
  overflow: hidden; }

.insights .insight-preview__text {
  display: block;
  position: absolute;
  bottom: 30px;
  padding-right: 30px; }

.footer.footer-mvc {
  padding: 0; }

.header__main-menu li:hover a:before {
  display: block; }

.header__main-menu li a {
  position: relative; }

.header__main-menu li a:before {
  content: "";
  display: none;
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  /* background: pink; */ }

.accordion .faq a {
  display: inline; }

.accordion .faq .FAQhidable {
  display: none;
  font-size: 16px; }

.faq .accordion li .accordion__heading:after {
  right: 0px; }

.full-width.full-width-mvc {
  padding-top: 40px;
  padding-bottom: 40px; }

.header__right-menu.header__right-menu-mvc a:before {
  width: 60px;
  height: 60px;
  top: -22px;
  margin-right: 50px; }

.white-box--menu .comap-club__Shared-Files a::after {
  content: "";
  background: url("https://cdn.comap-control.com/getmedia/147241bf-e8fb-41b3-8aea-bea8d7e44fa4/sharedfiles_icon.svg.aspx");
  background-repeat: no-repeat;
  background-size: 10px;
  padding: 10px;
  position: relative;
  top: 1px;
  left: 12px;
  margin-left: 15px; }

.white-box--menu .comap-club__hidden {
  display: none; }

.white-box--menu .comap-club__hidden.show {
  display: block; }

.comap-club__youtube-player {
  padding: 20px 0px; }

.cp-homepage__tile.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }

.white-box--menu a::after {
  transition: transform 0.3s; }

.white-box--menu .clicked a::after {
  transform: rotate(90deg); }

.header__main-menu li:hover a:before {
  display: block; }

.header__main-menu li a {
  position: relative; }

.header__main-menu li a:before {
  content: "";
  display: none;
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  /* background: pink; */ }

.bootstrap-select .dropdown-menu > li > a small.muted {
  display: none; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: relative; }

.bootstrap-select .dropdown-toggle .filter-option:before {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0; }

.bootstrap-select .dropdown-menu.inner {
  max-height: 275px !important; }

.bootstrap-select {
  width: 100% !important;
  height: 100% !important; }
  .bootstrap-select.show-tick {
    width: 100% !important; }
  .bootstrap-select .dropdown-toggle {
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px; }
  .bootstrap-select .dropdown-toggle .filter-option {
    color: #666;
    font-size: 16px; }
    .bootstrap-select .dropdown-toggle .filter-option.placeholder-text {
      color: #c9c8c8; }
  .bootstrap-select.placeholder-text .filter-option-inner-inner {
    font-size: 16px;
    color: #e2e1e7; }
  .bootstrap-select.product-picker .dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
    color: #e2e1e7; }
  .bootstrap-select .dropdown-menu.open {
    min-width: 100% !important;
    max-width: 100% !important;
    max-height: none !important; }
    .bootstrap-select .dropdown-menu.open .inner.open {
      background: white; }
  .bootstrap-select.product-picker span.filter-option, .bootstrap-select.product-picker__helpdesk span.filter-option {
    color: #c9c8c8; }

.bootstrap-select .filter-option {
  display: flex; }
  .bootstrap-select .filter-option .filter-option-inner {
    display: flex;
    align-items: center; }

.anchor-nav--slim a {
  max-width: 233px;
  width: 100%;
  line-height: 110%;
  min-width: auto;
  padding-bottom: 35px; }
  @media (min-width: 1200px) {
    .anchor-nav--slim a {
      max-width: 260px; } }

.map-legend {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  margin-bottom: 4rem; }
  @media (min-width: 640px) {
    .map-legend {
      margin-top: -10rem;
      margin-bottom: 10rem; } }
  .map-legend .item {
    text-align: center;
    margin: 0 20px; }
    .map-legend .item.red .dot {
      background: #f00000; }
    .map-legend .item.grey .dot {
      background: #d8d8d8; }
    .map-legend .item.black .dot {
      background: black; }
    .map-legend .item .dot {
      margin: 0 auto;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      margin-bottom: 1rem; }
      @media (min-width: 640px) {
        .map-legend .item .dot {
          width: 60px;
          height: 60px;
          margin-bottom: 1.5rem; } }
    .map-legend .item .caption {
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 130%; }
      @media (min-width: 640px) {
        .map-legend .item .caption {
          font-size: 1.6rem; } }

.grid-codes-text {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .grid-codes-text {
      font-size: 1.6rem; } }

@media (min-width: 768px) {
  .grid-fp-heading {
    font-size: 4rem; } }

@media (min-width: 990px) {
  .grid-fp-heading {
    font-size: 5rem; } }

.featured-arrows .slick-arrow {
  width: 26px;
  height: 26px; }
  .featured-arrows .slick-arrow:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 5rem;
    color: #666; }

@media (max-width: 768px) {
  .featured-arrows .slick-prev {
    left: -15px; } }

@media (max-width: 768px) {
  .featured-arrows .slick-next {
    right: -15px; } }

.featured-arrows .slick-prev:before {
  background: url(/App_Themes/ComAp/svg/Arrow-red-little_menus.svg) 50% 50% no-repeat;
  transform: rotate(180deg); }

.featured-arrows .slick-next:before {
  background: url(/App_Themes/ComAp/svg/Arrow-red-little_menus.svg) 50% 50% no-repeat; }

.grid-examples {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .grid-examples .example {
    padding: 5px 10px;
    width: 50%; }
    .grid-examples .example:last-child {
      margin-right: 0; }

.grid-code-features > div {
  overflow: auto; }

.grid-code-features h4 {
  margin-top: 3.5rem; }

.grid-codes-img-caption {
  display: inherit; }

.grid-codes-text-right {
  text-align: center; }
  .grid-codes-text-right img {
    display: inline-block;
    width: 100%;
    max-width: 380px;
    max-height: 230px; }
    .grid-codes-text-right img:nth-child(n + 2) {
      margin-top: 50px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-40 {
  margin-bottom: 40px; }

.mt-40 {
  margin-top: 40px; }

.p-0 {
  padding: 0; }

.pb-80 {
  padding-bottom: 80px; }

.mt-80 {
  margin-top: 80px; }

.max-w-910 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 910px; }

.featured-slider {
  display: flex;
  position: relative;
  z-index: 99;
  padding: 10px 0;
  overflow: hidden; }
  .featured-slider .featured-slide {
    flex: 1 0 33%; }
  .featured-slider .slick-list {
    overflow: visible; }
  .featured-slider .slick-slide {
    margin: 0 10px; }
  .featured-slider .slick-prev:before,
  .featured-slider .slick-next:before {
    color: black; }

@media (min-width: 991px) {
  .grid-codes-text-right img {
    margin-top: 0px; } }

#feature-3 .grid-codes-feature-section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  @media (min-width: 800px) {
    #feature-3 .grid-codes-feature-section {
      flex-direction: row; }
      #feature-3 .grid-codes-feature-section .grid-codes-text-right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 2rem; }
        #feature-3 .grid-codes-feature-section .grid-codes-text-right img {
          margin-top: 70px; } }

#feature-3 .grid-codes-text-bottom {
  flex: 1 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0; }
  #feature-3 .grid-codes-text-bottom img {
    flex: 1 0 33%;
    max-width: 360px; }
    @media (min-width: 768px) {
      #feature-3 .grid-codes-text-bottom img {
        margin-right: 20px; } }

.comap-cares__red-bg {
  background-color: red; }
  .comap-cares__red-bg .white-text {
    color: white; }

@media (max-width: 1100px) {
  .header .header__right-menu__login {
    max-height: none;
    min-height: 50px; }
  .header .websupervisor {
    width: 33px !important;
    height: 100% !important; }
    .header .websupervisor:before {
      position: absolute;
      margin: 0 !important;
      width: 100% !important;
      height: 100% !important;
      top: 1px !important;
      left: 0;
      background-size: 36px 26px !important; } }

.btn.btn-primary.btn-red {
  background: #f00000;
  color: #fff;
  border: 1px solid #f00000;
  min-width: 150px;
  transition: all 0.5s;
  margin-right: 2rem; }
  .btn.btn-primary.btn-red.mb {
    margin-bottom: 5rem; }
  .btn.btn-primary.btn-red:last-child {
    margin-left: 0; }
  .btn.btn-primary.btn-red:hover {
    background: #fff;
    color: #f00000;
    border-color: #f00000; }

.select-wrapper {
  font-size: 16px;
  display: flex; }
  .select-wrapper .custom-select {
    position: relative;
    width: 100%;
    margin-right: 2rem; }
    .select-wrapper .custom-select:last-child {
      margin-right: 0; }
    .select-wrapper .custom-select:after {
      background: #fff;
      color: #f00000;
      height: 48px;
      right: 1px;
      padding: 15px;
      top: 1px;
      text-align: center;
      pointer-events: none;
      position: absolute;
      font-size: 15px;
      border-radius: 3px; }
  .select-wrapper select {
    width: 100%;
    border: 1px solid #f00000;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 20px;
    margin-bottom: 20px; }

.anchor-nav__container#fix-it-up-product {
  height: 60px;
  padding: 20px 0;
  box-shadow: 0px 10px 8px -5px #949494; }

.anchor-nav__container .anchor-nav a {
  min-width: 200px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0; }
  .anchor-nav__container .anchor-nav a.active, .anchor-nav__container .anchor-nav a:hover {
    text-decoration: none; }
    .anchor-nav__container .anchor-nav a.active:after, .anchor-nav__container .anchor-nav a:hover:after {
      background: #f00000; }
    .anchor-nav__container .anchor-nav a.active:before, .anchor-nav__container .anchor-nav a:hover:before {
      border-color: #f00000; }
  .anchor-nav__container .anchor-nav a:before {
    width: 35px;
    height: 35px;
    background-color: #fff;
    background-image: url(https://cdn.comap-control.com/fe/img/btn-arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: inherit;
    left: 0;
    bottom: -8px; }
  .anchor-nav__container .anchor-nav a:after {
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 6px; }

.anchor-nav__container .anchor-nav__link-text {
  position: relative;
  top: -7px;
  left: 22px; }

.brochure-box {
  text-align: center; }
  .brochure-box__img {
    max-width: 250px; }
  .brochure-box__btn {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    width: 280px;
    padding: 2rem;
    color: #f00000 !important;
    background-color: #fff;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem; }
    @media (min-width: 768px) {
      .brochure-box__btn {
        width: 340px;
        padding: 2rem 2rem 2rem 9rem; } }
    .brochure-box__btn:after {
      content: none !important; }
    .brochure-box__btn:before {
      content: "";
      position: absolute;
      display: none;
      left: 20px;
      top: 10px;
      width: 50px;
      height: 50px;
      background-image: url("https://cdn.comap-control.com/fe/svg/DownloadIKO.svg") !important;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      @media (min-width: 768px) {
        .brochure-box__btn:before {
          display: block; } }

.product-download__name:hover {
  text-decoration: underline; }

.btn-product-download {
  position: relative;
  width: 100%;
  max-width: 340px;
  color: #f00000;
  border: 1px solid #f00000;
  border-radius: 5px;
  text-align: left;
  padding: 0.75rem 5rem 0.75rem 2rem;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 1rem; }
  .btn-product-download:hover {
    color: #f00000; }
  .btn-product-download:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    background-image: url("https://cdn.comap-control.com/fe/svg/DownloadIKO.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }

.distributor-card {
  max-width: 340px;
  background: #f7f7f7;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 0px 6px 5px -1px darkgray;
  margin: 0 auto; }
  @media (min-width: 991px) {
    .distributor-card {
      margin: 0; } }
  @media (min-width: 991px) {
    .distributor-card__container {
      display: flex;
      flex-flow: column;
      align-items: flex-end; } }
  @media (min-width: 991px) {
    .distributor-card__header {
      display: flex; } }
  .distributor-card__img {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    margin: 2rem auto; }
    @media (min-width: 991px) {
      .distributor-card__img {
        margin: 0; } }
    .distributor-card__img img {
      padding: 0;
      width: 100px; }
      @media (min-width: 991px) {
        .distributor-card__img img {
          width: 100%;
          max-width: 125px; } }

.header-block-redesing.header-block {
  padding: 35px;
  text-align: center; }
  @media (min-width: 768px) {
    .header-block-redesing.header-block {
      min-height: 380px;
      text-align: left; } }

.header-block-redesing h1 {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 600;
  margin: 0 auto 1rem auto; }
  @media (min-width: 768px) {
    .header-block-redesing h1 {
      font-size: 52px;
      font-size: 5.2rem;
      margin: 0 0 1rem 0; } }

@media (min-width: 768px) {
  .header-block-redesing .header-block__content {
    bottom: 60px; } }

.header-block-redesing .header-block__perex {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 300;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 2rem; }

.header-block-redesing .header-block__links a {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-decoration: underline; }
  .header-block-redesing .header-block__links a:after {
    content: "";
    width: 7px;
    height: 10px;
    display: inline-block;
    background: url("https://cdn.comap-control.com/fe/img/btn-arrow-white.png") no-repeat center center;
    margin-left: 15px;
    margin-top: 4px; }

.search {
  position: relative;
  margin-left: 2rem; }

.search input[type='text'] {
  display: inline-block;
  height: 60px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fcfcfc;
  color: #000;
  caret-color: #000;
  border: 1px solid #9b9b9b;
  border-radius: 5px;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .search input[type='text'] {
      width: auto;
      min-width: 550px;
      margin-bottom: 0; } }
  @media (min-width: 991px) {
    .search input[type='text'] {
      min-width: 850px; } }
  .search input[type="text"]::placeholder {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #646464;
    font-style: normal;
    opacity: 1; }

.search input[type='submit'] {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  height: 60px;
  color: #fff;
  background: #f00000;
  border: 0;
  vertical-align: bottom;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .search input[type='submit'] {
      width: 180px;
      border-radius: 0 5px 5px 0;
      margin-left: -193px; } }
  .search input[type="submit"]:focus {
    border-color: inherit;
    outline-offset: 0px; }

.sort-arrow-down, .sort-arrow-up {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("https://cdn.comap-control.com/getmedia/750451fb-b774-4126-b613-3c8b215593a3/arrow-down__grey.svg.aspx") no-repeat center;
  background-size: contain; }

.sort-arrow-up {
  transform: rotate(180deg); }

.orderby-radio input:checked + label .sort-arrow-down, .orderby-radio input:checked + label .sort-arrow-up,
.orderby-radio input:checked + label .sort-arrow-up {
  display: none; }

.form-wrapper input[type="text"]:focus,
.contact-box input[type="text"]:focus,
.form-wrapper input[type="password"]:focus,
.contact-box input[type="password"]:focus,
.form-wrapper input[type="email"]:focus,
.form-wrapper textarea:focus,
.contact-box textarea:focus,
body .customer-portal .bootstrap-select > .dropdown-toggle:hover,
body .customer-portal .bootstrap-select > .dropdown-toggle:focus,
.form-control:focus {
  border: 1px solid #000001;
  background: transparent;
  box-shadow: none; }

.support-blocks {
  margin-top: 7rem;
  margin-bottom: 14rem; }

.support-block {
  display: flex;
  margin-bottom: 4rem; }
  .support-block__img img {
    height: 30px;
    max-width: none; }
  .support-block__heading {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }
  .support-block__text {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400; }
  .support-block__heading, .support-block__text {
    padding: 0 1rem 0.5rem 1.5rem; }
    @media (min-width: 768px) {
      .support-block__heading, .support-block__text {
        padding: 0 5rem 0.5rem 1.5rem; } }

@media (min-width: 768px) {
  .square-links-nav--products a .square-links-nav__img-wrapper img {
    max-height: 36%; } }

.product-heading {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  padding-bottom: 1.5rem; }
  .product-heading.all-products {
    padding-left: 1.5rem;
    background: #fff; }

.registration-state {
  text-align: center;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .registration-state {
      position: relative;
      bottom: -45px; } }

.comap-link.lang-display:after {
  transform: rotate(90deg); }

.search div:before {
  content: none; }

.tile--video .tile__video .video-lightbox:hover::before {
  opacity: 1; }

@media (max-width: 768px) {
  .tiles-container .tile--video .tile__videodesc h3 {
    font-size: 13px;
    font-size: 1.3rem; } }

.accordion a.product-download {
  text-align: center; }
  @media (min-width: 768px) {
    .accordion a.product-download {
      text-align: left; } }
  .accordion a.product-download .product-download__flag {
    vertical-align: middle; }

.product-download__name {
  display: block; }

.product-download__items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .product-download__items {
      float: right;
      justify-content: start; } }
  .product-download__items > span {
    height: 100%; }

.faq .accordion--white-blocks .accordion__heading {
  padding-right: 5rem; }

.slide-content h1 {
  font-weight: 600; }

._11n2H {
  right: 10px !important; }

._3Zn0e {
  width: 96% !important; }

._3B6ls.pzmMH {
  right: -7px !important; }

.xbot_input::placeholder {
  color: #000 !important; }

.news-detail-content img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important; }

.header {
  background: #fff;
  border-bottom: 1px solid #ededed; }
  .header .search {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 7px !important; }
    .header .search input[type="text"] {
      font-size: 11px;
      font-size: 1.1rem;
      height: 30px;
      min-width: 220px;
      background: #fff;
      margin: 0;
      padding: 5px 10px 5px 10px; }
      .header .search input[type="text"]::placeholder {
        font-size: 10px;
        font-size: 1rem; }
    .header .search input[type="submit"] {
      position: relative;
      height: 30px;
      min-width: 50px;
      width: 50px;
      margin: 0 0 0 -5px;
      background-color: #f00000;
      background-image: url("https://cdn.comap-control.com/getmedia/29936111-0a15-492f-9cc4-9ce5257102d1/menu_search-iko.svg.aspx");
      background-position: center center; }
      .header .search input[type="submit"]:active {
        background-color: #f00000; }

.header__main-menu > ul > li:hover .menu-arrow:before {
  transform: rotate(-90deg); }

.header__main-menu > ul > li > a {
  position: relative;
  background: transparent;
  color: #000; }
  .header__main-menu > ul > li > a:hover {
    background: transparent; }
    .header__main-menu > ul > li > a:hover::after {
      background: #f00000; }
  .header__main-menu > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 1.5px; }
  .header__main-menu > ul > li > a .menu-arrow:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 11px;
    margin-left: 20px;
    transform: rotate(90deg);
    background: url(https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx) no-repeat; }

.header__main-menu__dropdown {
  background: #fff;
  padding: 10px 30px 50px 220px; }
  .header__main-menu__dropdown .case-study-preview {
    width: 200px;
    min-width: 200px;
    overflow: hidden; }
    .header__main-menu__dropdown .case-study-preview__img {
      width: 200px;
      height: auto;
      max-width: 100%; }
    .header__main-menu__dropdown .case-study-preview__text {
      background: #f7f7f7; }
    .header__main-menu__dropdown .case-study-preview__heading {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600;
      overflow-wrap: break-word; }
    .header__main-menu__dropdown .case-study-preview__link {
      font-size: 14px;
      font-size: 1.4rem;
      width: 100%; }
      .header__main-menu__dropdown .case-study-preview__link:hover {
        background: transparent;
        text-decoration: underline; }

.header__main-menu__dropdown__col ul li {
  margin-bottom: 0; }
  .header__main-menu__dropdown__col ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #000; }

.header__main-menu__dropdown h3 {
  margin-bottom: 1rem; }
  .header__main-menu__dropdown h3 a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000; }

.header__main-menu__dropdown li a:hover,
.header__main-menu__dropdown h3 a:hover {
  color: #f00000;
  background: transparent;
  text-decoration: none; }

.header__main-menu__dropdown .product-img-wrapper {
  margin-top: 2rem; }

.header__main-menu__dropdown .product-img {
  max-width: 65px; }

.comap-meanmenu-reveal span {
  background-color: #000; }

.header__right-menu {
  display: flex;
  align-items: center; }
  .header__right-menu a {
    color: #000;
    margin: 0; }
    .header__right-menu a:before {
      content: none; }
  .header__right-menu .header__right-menu__login-link {
    display: none;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    right: 70px;
    bottom: 5px; }
    @media (min-width: 1101px) {
      .header__right-menu .header__right-menu__login-link {
        display: block;
        padding-top: 0; } }
    @media (min-width: 1450px) {
      .header__right-menu .header__right-menu__login-link {
        padding-top: 5px; } }
  .header__right-menu .header__right-menu-action-box {
    position: relative;
    display: flex;
    top: 6px;
    right: -60px; }

.header .header__right-menu__search-form {
  display: none !important; }
  @media (min-width: 1450px) {
    .header .header__right-menu__search-form {
      display: flex !important; } }

.header__right-menu a.websupervisor {
  max-height: 19px;
  top: 0; }
  .header__right-menu a.websupervisor img {
    position: relative;
    right: 75px;
    min-width: 129px;
    min-height: 32px; }
  .header__right-menu a.websupervisor:hover {
    top: 3px;
    max-width: 100px;
    background: transparent;
    max-height: inherit; }
    .header__right-menu a.websupervisor:hover img {
      right: 0;
      min-width: inherit;
      min-height: inherit; }

.header__right-menu__search-form__text {
  position: static; }

.mean-container .mean-nav {
  background-color: #fff; }
  .mean-container .mean-nav ul li a {
    color: #000; }

.header__right-menu .mobile-icons {
  display: flex;
  align-items: center;
  margin-top: 9px; }
  @media (min-width: 1101px) {
    .header__right-menu .mobile-icons {
      display: none; } }
  .header__right-menu .mobile-icons a {
    display: inline-block;
    position: static;
    margin: 0;
    padding: static;
    overflow: none;
    height: auto;
    width: auto;
    text-indent: 0;
    margin-right: 5px; }
  .header__right-menu .mobile-icons .mobile-icon-search img {
    height: 40px; }
  .header__right-menu .mobile-icons .mobile-icon-login img {
    height: 24px; }
  .header__right-menu .mobile-icons .mobile-icon-wsv img {
    height: 28px; }

.ContentLabel {
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 2rem; }

.user-registration-perex {
  width: 75%;
  margin: 0 auto 4rem auto; }

.autocomplete {
  position: relative; }
  .autocomplete-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99; }
    .autocomplete-items div {
      padding: 10px;
      cursor: pointer;
      background-color: #fff;
      border-bottom: 1px solid #d4d4d4; }
      .autocomplete-items div:hover {
        background-color: #e9e9e9; }
  .autocomplete-active {
    background-color: DodgerBlue !important;
    color: #fff; }

.form-wrapper .EditingFormErrorLabel,
.email-validate-result,
.phone-validate-result,
.form-wrapper .ErrorLabel {
  margin-top: 1rem; }

.checkbox input[type="checkbox"].checked + label span {
  background: url(https://cdn.comap-control.com/getmedia/b9dedba6-5440-4fc2-aaad-e4e86efb2072/x-checked.svg.aspx) !important;
  background-size: contain !important;
  background-size: 100%; }

.training-filters__item {
  display: inline-block;
  margin-bottom: 1rem; }

.training-filters__label {
  display: inline-flex;
  align-content: center; }

.training-filters .cb {
  top: 0 !important;
  left: 0 !important; }

.training-filters__city {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  line-height: 1.3rem;
  font-weight: 700; }

.training-filters__country {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 600;
  color: #9b9b9b; }

.white-box--club-item {
  padding: 2rem 1rem; }

.white-box__price {
  display: inline-block;
  background: #ededed;
  padding: 1rem 4rem;
  text-align: center; }
  @media (min-width: 768px) {
    .white-box__price {
      display: block;
      position: absolute;
      right: 0;
      bottom: -1px; } }
  .white-box__price > div {
    display: block; }
    .white-box__price > div:first-child {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold; }

.white-box h3 {
  font-weight: 600; }

.header__logo-wrapper:before {
  content: unset; }

.header__main-menu__dropdown .arrow,
.mean-push {
  display: none !important; }

@media (min-width: 1200px) {
  .grey-box {
    margin-left: 2rem; } }

.grey-box__body {
  background: #ededed;
  padding: 3rem;
  border-radius: 6px;
  z-index: 1; }

.grey-box__footer {
  background: #f00000;
  padding: 3rem;
  border-radius: 6px; }

.grey-box__heading {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700; }

.grey-box__text {
  font-size: 16px;
  font-size: 1.6rem; }

.grey-box__contact {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff; }
  .grey-box__contact-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2rem; }
  .grey-box__contact-link {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    text-decoration: underline; }
    .grey-box__contact-link:hover {
      color: #fff; }

.theme-list {
  padding-left: 0;
  padding-bottom: 1rem;
  list-style-type: none; }
  .theme-list li {
    font-size: 16px;
    font-size: 1.6rem; }
    .theme-list li:before {
      content: "";
      width: 6px;
      height: 11px;
      display: inline-block;
      position: relative;
      margin-right: 1rem;
      background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx");
      background-repeat: no-repeat; }

.training-dates {
  font-size: 16px;
  font-size: 1.6rem; }
  .training-dates__item {
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 4px; }
    @media (min-width: 991px) {
      .training-dates__item {
        text-align: left; } }
  .training-dates__term, .training-dates__place, .training-dates__availability, .training-dates__btn {
    display: block;
    height: 100%;
    width: 100%;
    align-items: center;
    padding: 1rem; }
    @media (min-width: 991px) {
      .training-dates__term, .training-dates__place, .training-dates__availability, .training-dates__btn {
        display: flex; } }
  .training-dates__term {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #f00000;
    padding-left: 1rem; }
  .training-dates__availability {
    color: #09b820; }
  .training-dates__btn {
    text-align: center;
    justify-content: center;
    background: #f00000;
    color: #fff; }
    @media (min-width: 991px) {
      .training-dates__btn {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; } }
    .training-dates__btn:hover {
      color: #fff; }

.products .pager,
.pager-container .pager {
  display: block;
  float: none;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 3px;
  font-weight: 600; }
  .products .pager a,
  .pager-container .pager a {
    color: #f00000; }

.pager-container .pager a {
  margin: 0 3px; }

.header__right-menu a.search-icon {
  display: none;
  width: 50px; }
  @media (min-width: 1101px) and (max-width: 1449px) {
    .header__right-menu a.search-icon {
      display: block;
      padding-top: 0; } }

.header__main-menu__dropdown__col ul li a:after {
  content: none; }

.timeline__section,
.timeline__item,
.timeline__item-desc {
  margin: 0;
  padding: 0; }

.timeline__item:before {
  content: none; }

.timeline__section h4 {
  font-weight: 700;
  color: #f00000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1rem; }

.timeline__section ol,
.timeline__section ul {
  padding-left: 0;
  padding-bottom: 1rem;
  list-style-type: none; }
  .timeline__section ol li,
  .timeline__section ul li {
    font-size: 16px;
    font-size: 1.6rem; }
    .timeline__section ol li:before,
    .timeline__section ul li:before {
      content: "";
      width: 6px;
      height: 11px;
      display: inline-block;
      position: relative;
      margin-right: 1rem;
      background: url("https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx");
      background-repeat: no-repeat; }

.search {
  margin-bottom: 2rem !important; }

.search-categories {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: sans-serif;
  margin-top: 3rem; }
  @media screen and (max-width: 767px) {
    .search-categories {
      display: block; } }
  .search-categories .checkbox {
    margin-left: 4rem;
    margin-top: 0;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .search-categories .checkbox {
        margin-left: 0; } }
    .search-categories .checkbox:first-child {
      margin-left: 0; }
    .search-categories .checkbox label {
      font-weight: 700;
      user-select: none; }

.search-results__label {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 6px;
  color: #646464; }

.search-results .white-box {
  border: 0;
  padding: 2.5rem 1rem;
  margin-top: -3px;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  .search-results .white-box:after {
    content: "";
    position: absolute;
    display: block;
    width: 96%;
    height: 1px;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #f7f7f7; }
  .search-results .white-box:last-of-type:after {
    content: none; }
  .search-results .white-box__label {
    font-size: 15px;
    font-size: 1.5rem; }
    @media screen and (max-width: 991px) {
      .search-results .white-box__label {
        display: none !important; } }
  .search-results .white-box__name, .search-results .white-box__country, .search-results .white-box__size, .search-results .white-box__uploaded {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    display: block !important; }
  .search-results .white-box__text {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 1rem; }
  .search-results .white-box__btn {
    min-width: 180px;
    font-weight: 700;
    margin-top: 3px;
    text-align: center; }
    .search-results .white-box__btn:after {
      content: none; }
  .search-results .white-box__select {
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
    border: 0;
    background: transparent;
    margin-top: 0.5rem; }
    @media screen and (min-width: 991px) {
      .search-results .white-box__select {
        display: block; } }

.white-box--search a.comap-btn.comap-btn--border-red {
  display: none !important; }
  @media screen and (min-width: 991px) {
    .white-box--search a.comap-btn.comap-btn--border-red {
      display: block !important; } }

.distributor__link-contaniner {
  text-align: center; }
  @media (min-width: 991px) {
    .distributor__link-contaniner {
      text-align: right; } }
  .distributor__link-contaniner .distributor__link {
    display: inline-block;
    float: none;
    margin: 0; }

.header__right-menu a.websupervisor {
  top: 0; }
  .header__right-menu a.websupervisor:hover {
    top: 3px;
    max-width: 100px; }

.theme-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin-right: 4rem; }
  .theme-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .theme-radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%; }
  .theme-radio:hover input ~ .checkmark {
    background-color: #ccc; }
  .theme-radio input:checked ~ .checkmark {
    background-color: #f00000; }
  .theme-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .theme-radio input:checked ~ .checkmark:after {
    display: block; }
  .theme-radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white; }

.add-on-panel {
  width: 100%; }

.tiles-container .tile--text .tile__text {
  font-size: 19px;
  font-size: 1.9rem; }

.distributor__detail__photo__center {
  width: auto;
  border-radius: 0; }

.comap-choosecontroller ul.list > li.checked::before {
  background-size: contain; }

.slide-content__overlay {
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px; }

.slide-content h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .slide-content h1 {
      display: block;
      -webkit-line-clamp: none;
      font-size: 37.7647px;
      line-height: 51px; } }

.slide-content p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .slide-content p {
      display: block;
      -webkit-line-clamp: none; } }

.slide-content a.read-more-link {
  display: inline-block;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #ed0c19;
  margin-bottom: 12px; }
  .slide-content a.read-more-link:after {
    content: "";
    width: 6px;
    height: 11px;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    background: url(https://cdn.comap-control.com/getmedia/e9571b2d-c687-4d35-be06-b3d4cfada1fb/arrow-red-little_menus.svg.aspx) no-repeat; }

.slider-pro .sp-buttons {
  display: flex;
  justify-content: center;
  width: auto;
  left: 0;
  right: 0;
  border: 0; }
  @media screen and (min-width: 768px) {
    .slider-pro .sp-buttons {
      bottom: 30px; } }

.slider-pro .sp-button {
  width: 13px;
  height: 13px;
  background: rgba(237, 12, 25, 0.6);
  border: 1px solid rgba(237, 12, 25, 0.1);
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 10px; }

.sp-horizontal .sp-previous-arrow:before,
.sp-horizontal .sp-previous-arrow:after,
.sp-horizontal .sp-next-arrow:before,
.sp-horizontal .sp-next-arrow:after {
  background-color: #ed0c19; }

.slider-pro.sp-horizontal .sp-arrows {
  top: 56%; }

.slider-pro .sp-arrow {
  width: 6px;
  height: 25px; }

.sp-horizontal .sp-previous-arrow:before {
  transform: skew(135deg, 45deg);
  left: 0;
  top: 2px; }

.sp-horizontal .sp-previous-arrow:after {
  transform: skew(-135deg, -45deg);
  left: 0;
  top: 50%; }

.sp-horizontal .sp-next-arrow:before {
  transform: skew(45deg, 135deg);
  right: 0;
  top: 2px; }

.sp-horizontal .sp-next-arrow:after {
  transform: skew(-45deg, -135deg);
  right: 0;
  top: 52%; }

.hot-registration .WizardButtons::after {
  display: none; }
