@charset "UTF-8";
/**
 * Author: Rafal Bromirski
 * www: http://rafalbromirski.com/
 * github: http://github.com/paranoida/sass-mediaqueries
 * Licensed under a MIT License
 * Version:
 * 1.6.1
 */
/*===============================================================================*/
/* BASE CSS / NORMALIZE
/*===============================================================================*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address inconsistent styling of `abbr[title]`.
 * 1. Correct styling in Firefox 39 and Opera 12.
 * 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Address inconsistent styling of b and strong.
 * 1. Correct duplicate application of `bolder` in Safari 6.0.2.
 * 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
 */
b,
strong {
  font-weight: inherit;
  /* 1 */ }

b,
strong {
  font-weight: bolder;
  /* 2 */ }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * 1. Correct inheritance and scaling of font-size for preformatted text.
 * 2. Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct font properties not being inherited.
 * 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Address `appearance` set to `searchfield` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'fontello';
  src: url("../../../themes/theme//fonts/fontello/fontello.eot?40656376");
  src: url("../../../themes/theme//fonts/fontello/fontello.eot?40656376#iefix") format("embedded-opentype"), url("../../../themes/theme//fonts/fontello/fontello.woff2?40656376") format("woff2"), url("../../../themes/theme//fonts/fontello/fontello.woff?40656376") format("woff"), url("../../../themes/theme//fonts/fontello/fontello.ttf?40656376") format("truetype"), url("../../../themes/theme//fonts/fontello/fontello.svg?40656376#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../../themes/theme//font/fontello.svg?40656376#fontello') format('svg');
  }
}
*/
.ccm-page [class^="icon-"]:before,
.ccm-page [class*=" icon-"]:before,
.mm-menu [class^="icon-"]:before,
.mm-menu [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cancel:before {
  content: '\e800'; }

/* '' */
.icon-ok:before {
  content: '\e801'; }

/* '' */
.icon-folder-open:before {
  content: '\e802'; }

/* '' */
.icon-download:before {
  content: '\e803'; }

/* '' */
.icon-home:before {
  content: '\e804'; }

/* '' */
.icon-phone:before {
  content: '\e805'; }

/* '' */
.icon-phone-1:before {
  content: '\e806'; }

/* '' */
.icon-mobile:before {
  content: '\e807'; }

/* '' */
.icon-mail:before {
  content: '\e808'; }

/* '' */
.icon-link-back:before {
  content: '\e809'; }

/* '' */
.icon-link-go:before {
  content: '\e80a'; }

/* '' */
.icon-magnifier:before {
  content: '\e80b'; }

/* '' */
.icon-marker:before {
  content: '\e80c'; }

/* '' */
.icon-mail-1:before {
  content: '\e80d'; }

/* '' */
.icon-left-dir:before {
  content: '\e80e'; }

/* '' */
.icon-right-dir:before {
  content: '\e80f'; }

/* '' */
.icon-doc:before {
  content: '\e810'; }

/* '' */
.icon-cart:before {
  content: '\e811'; }

/* '' */
.icon-calendar-alt:before {
  content: '\e812'; }

/* '' */
.icon-pdf-1:before {
  content: '\e813'; }

/* '' */
.icon-swipe:before {
  content: '\e81c'; }

/* '' */
.icon-phone-7:before {
  content: '\e81f'; }

/* '' */
.icon-location-1:before {
  content: '\e82a'; }

/* '' */
.icon-paper-plane-1:before {
  content: '\e82b'; }

/* '' */
.icon-phone-6:before {
  content: '\e82c'; }

/* '' */
.icon-chat:before {
  content: '\e82d'; }

/* '' */
.icon-delivery:before {
  content: '\e82e'; }

/* '' */
.icon-download-1:before {
  content: '\e82f'; }

/* '' */
.icon-phone-2:before {
  content: '\e831'; }

/* '' */
.icon-save:before {
  content: '\e832'; }

/* '' */
.icon-shipping:before {
  content: '\e834'; }

/* '' */
.icon-delivery-2:before {
  content: '\e835'; }

/* '' */
.icon-nodes:before {
  content: '\e836'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-mail-alt:before {
  content: '\f0e0'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-doc-text:before {
  content: '\f0f6'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-angle-up:before {
  content: '\f106'; }

/* '' */
.icon-angle-down:before {
  content: '\f107'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-google:before {
  content: '\f1a0'; }

/* '' */
.icon-file-pdf:before {
  content: '\f1c1'; }

/* '' */
.icon-file-word:before {
  content: '\f1c2'; }

/* '' */
.icon-file-excel:before {
  content: '\f1c3'; }

/* '' */
.icon-file-powerpoint:before {
  content: '\f1c4'; }

/* '' */
.icon-file-image:before {
  content: '\f1c5'; }

/* '' */
.icon-file-archive:before {
  content: '\f1c6'; }

/* '' */
.icon-file-audio:before {
  content: '\f1c7'; }

/* '' */
.icon-file-video:before {
  content: '\f1c8'; }

/* '' */
.icon-file-code:before {
  content: '\f1c9'; }

/* '' */
.icon-facebook-official:before {
  content: '\f230'; }

/* '' */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 24px;
  color: #3b3a38;
  font-size: 100%; }

.ccm-page {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }
  @media only screen and (min-width: 992px) {
    .ccm-page {
      font-size: 16px;
      line-height: 22px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page {
      font-size: 18px;
      line-height: 24px; } }

.ccm-page ::-moz-selection {
  text-shadow: none;
  background: #c70216;
  color: #fff; }

.ccm-page ::selection {
  text-shadow: none;
  background: #c70216;
  color: #fff; }

.ccm-page hr {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #d3d3d3; }
  @media only screen and (min-width: 414px) {
    .ccm-page hr {
      margin: 30px 0; } }
  @media only screen and (min-width: 768px) {
    .ccm-page hr {
      margin: 35px 0; } }

.ccm-page b,
.ccm-page strong {
  font-weight: 700; }

.ccm-page a {
  color: #c70216;
  text-decoration: none;
  -webkit-transition: color 0.2s, background 0.2s, border-color .2s;
  transition: color 0.2s, background 0.2s, border-color .2s; }
  .ccm-page a:hover {
    color: #7b010e;
    text-decoration: underline; }

.ccm-page a[href]:empty::before {
  content: attr(href); }

.ccm-page h1, .ccm-page .h1,
.ccm-page h2, .ccm-page .h2,
.ccm-page h3, .ccm-page .h3,
.ccm-page h4, .ccm-page .h4,
.ccm-page h5, .ccm-page .h5,
.ccm-page h6, .ccm-page .h6 {
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.1em;
  color: inherit;
  margin: 0 0 20px 0;
  text-transform: none; }
  @media only screen and (min-width: 480px) {
    .ccm-page h1, .ccm-page .h1,
    .ccm-page h2, .ccm-page .h2,
    .ccm-page h3, .ccm-page .h3,
    .ccm-page h4, .ccm-page .h4,
    .ccm-page h5, .ccm-page .h5,
    .ccm-page h6, .ccm-page .h6 {
      word-break: initial; } }

.ccm-page h1, .ccm-page .h1 {
  font-size: 30px; }
  @media only screen and (min-width: 992px) {
    .ccm-page h1, .ccm-page .h1 {
      font-size: 34px; } }

.ccm-page h2, .ccm-page .h2 {
  font-size: 28px; }
  @media only screen and (min-width: 992px) {
    .ccm-page h2, .ccm-page .h2 {
      font-size: 30px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page h2, .ccm-page .h2 {
      font-size: 32px; } }

.ccm-page h3, .ccm-page .h3 {
  font-size: 26px; }
  @media only screen and (min-width: 992px) {
    .ccm-page h3, .ccm-page .h3 {
      font-size: 28px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page h3, .ccm-page .h3 {
      font-size: 30px; } }

.ccm-page h4, .ccm-page .h4 {
  font-size: 24px; }
  @media only screen and (min-width: 992px) {
    .ccm-page h4, .ccm-page .h4 {
      font-size: 28px; } }

.ccm-page h5, .ccm-page .h5 {
  font-size: 22px; }
  @media only screen and (min-width: 992px) {
    .ccm-page h5, .ccm-page .h5 {
      font-size: 26px; } }

.ccm-page h6, .ccm-page .h6 {
  font-size: 20px; }
  @media only screen and (min-width: 992px) {
    .ccm-page h6, .ccm-page .h6 {
      font-size: 28px; } }

.ccm-page p {
  color: #3b3a38;
  margin: 0 0 20px 0; }
  @media only screen and (min-width: 992px) {
    .ccm-page p {
      margin: 0 0 20px 0; } }

.ccm-page ol,
.ccm-page ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.ccm-page ol {
  list-style: decimal; }

.ccm-page ul {
  list-style: disc; }

.ccm-page ol,
.ccm-page ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 7%; }
  @media only screen and (min-width: 992px) {
    .ccm-page ol,
    .ccm-page ul {
      margin: 0 0 20px 0;
      padding: 0 0 0 40px; } }

.ccm-page ol ol,
.ccm-page ol ul,
.ccm-page ul ol,
.ccm-page ul ul {
  margin: 0; }

.ccm-page .list-check {
  list-style-type: none;
  padding-left: 35px; }

.ccm-page .list-check ul {
  list-style: none; }

.ccm-page .list-check li {
  margin-bottom: 5px;
  position: relative;
  list-style: none; }

.ccm-page .list-check li:before {
  content: '\E801';
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  left: -22px;
  top: -1px;
  color: #3a3938; }

.ccm-page .list-check-no-margin {
  padding-left: 23px; }

.ccm-page .list-custom {
  list-style: none; }

.ccm-page .list-custom li {
  position: relative;
  list-style: none; }

.ccm-page .list-custom li:before {
  content: '•';
  position: absolute;
  left: -12px;
  top: -1px; }

.ccm-page .list-custom-no-margin {
  padding-left: 13px; }

.ccm-page .list-no-margin {
  padding-left: 13px; }

.ccm-page .list-custom-counter {
  counter-reset: new-counter;
  list-style-type: none;
  padding-left: 0; }

.ccm-page .list-custom-counter li {
  position: relative;
  padding-left: 25px; }

.ccm-page .list-custom-counter li::before {
  counter-increment: new-counter;
  content: counters(new-counter, ".") ". ";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0; }

.ccm-page ul + p,
.ccm-page ol + p,
.ccm-page ul + h2,
.ccm-page ul + h3,
.ccm-page ul + h4,
.ccm-page ol + h2,
.ccm-page ol + h3,
.ccm-page ol + h4,
.ccm-page p + h1,
.ccm-page p + h2,
.ccm-page p + h3,
.ccm-page p + h4 {
  margin-top: 30px; }

.ccm-page dl {
  margin-top: 0;
  margin-bottom: 24px; }

.ccm-page dd,
.ccm-page dt {
  line-height: 24px; }

.ccm-page dt {
  font-weight: 700; }

.ccm-page dd {
  margin-left: 0; }

.ccm-page .small,
.ccm-page small {
  font-size: 0.85em; }

.ccm-page cite {
  font-style: normal; }

.ccm-page .mark,
.ccm-page mark {
  background-color: #f1f1f1;
  padding: 1px 4px;
  border-radius: 3px; }

.ccm-page .code,
.ccm-page code {
  background-color: #f9f2f4;
  padding: 1px 4px;
  color: #c7254e;
  border-radius: 3px; }

.ccm-page abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #666; }

.ccm-page blockquote {
  line-height: 24px;
  padding: 10px 20px;
  margin: 20px 0 20px 20px;
  font-size: 18px;
  font-style: italic;
  border-left: 5px solid #eee; }

.ccm-page blockquote p {
  margin-bottom: 10px; }

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

.ccm-page blockquote footer {
  font-size: .9rem; }

.ccm-page address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px; }

.ccm-page img {
  display: block;
  height: auto;
  max-width: 100%; }

.ccm-page .btn {
  outline: none !important;
  display: inline-block;
  margin-bottom: 0;
  background-image: none;
  background-color: transparent;
  white-space: normal;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid transparent;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 12px 35px 12px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 0;
  font-weight: 700;
  color: #c70216;
  text-transform: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .ccm-page .btn:focus, .ccm-page .btn:hover {
    color: #7b010e;
    text-decoration: none; }
  .ccm-page .btn.active, .ccm-page .btn:active {
    outline: 0;
    background-image: none; }
  .ccm-page .btn.disabled, .ccm-page .btn[disabled],
  fieldset[disabled] .ccm-page .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7; }

.ccm-page .btn-primary {
  color: #fff;
  background-color: #c70216;
  border-color: #c70216; }
  .ccm-page .btn-primary:focus, .ccm-page .btn-primary:hover {
    color: #fff;
    background-color: #f9031c;
    border-color: #f9031c; }

.ccm-page .btn-secondary {
  color: #fff;
  background-color: #3a3938;
  border-color: #3a3938; }
  .ccm-page .btn-secondary:focus, .ccm-page .btn-secondary:hover {
    color: #fff;
    background-color: #545351;
    border-color: #545351; }

.ccm-page .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .ccm-page .btn-info:focus, .ccm-page .btn-info:hover {
    color: #31b0d5;
    background-color: #fff;
    border-color: #31b0d5; }

.ccm-page .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .ccm-page .btn-success:focus, .ccm-page .btn-success:hover {
    color: #449d44;
    background-color: #fff;
    border-color: #449d44; }

.ccm-page .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .ccm-page .btn-warning:focus, .ccm-page .btn-warning:hover {
    color: #ec971f;
    background-color: #fff;
    border-color: #ec971f; }

.ccm-page .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .ccm-page .btn-danger:focus, .ccm-page .btn-danger:hover {
    color: #c9302c;
    background-color: #fff;
    border-color: #c9302c; }

.ccm-page .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

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

.ccm-page .arrow-link {
  display: inline-block; }

.ccm-page .arrow-link:after {
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  content: "\F105";
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  line-height: inherit; }

.ccm-page table {
  border: 1px solid #d3d3d3;
  border-collapse: collapse; }

.ccm-page table th,
.ccm-page table td {
  border: 1px solid #d3d3d3;
  padding: 5px 10px; }
  @media only screen and (min-width: 992px) {
    .ccm-page table th,
    .ccm-page table td {
      padding: 10px 25px; } }

.ccm-page table th {
  text-align: left;
  font-weight: 700; }

.ccm-page table caption {
  padding-bottom: 15px;
  text-align: left;
  font-weight: 700; }

.ccm-page .table-caption {
  margin-bottom: -5px;
  font-weight: 700; }
  @media only screen and (min-width: 992px) {
    .ccm-page .table-caption {
      margin-bottom: -15px; } }

.edit-mode .table-caption {
  margin-bottom: 20px; }

.ccm-page .table-responsive {
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin: 20px 0; }
  @media only screen and (min-width: 992px) {
    .ccm-page .table-responsive {
      overflow-y: visible;
      overflow-x: auto;
      -ms-overflow-style: auto;
      margin: 30px 0; } }

.ccm-page .table-small p {
  margin-bottom: 0; }

.ccm-page .table-small th,
.ccm-page .table-small td {
  font-size: 14px;
  line-height: 16px;
  padding-left: 15px;
  padding-right: 15px; }

.ccm-page .pull-right,
.ccm-page .right {
  float: right; }

.ccm-page .hidden {
  display: none; }

.ccm-page .clearfix:after, .ccm-page .clearfix:before {
  content: ' ';
  display: table; }

.ccm-page .clearfix:after {
  clear: both; }

.ccm-page .ccm-notification-help-launcher {
  display: none; }

.ccm-page .wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }

.container {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media only screen and (min-width: 768px) {
    .container {
      width: 740px;
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 992px) {
    .container {
      width: 100%; } }

.ccm-page .lead {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 24px 0; }
  @media only screen and (min-width: 992px) {
    .ccm-page .lead {
      font-size: 22px;
      line-height: 28px;
      margin: 0 0 20px 0; } }

.ccm-page .link-text {
  color: #3b3a38;
  text-decoration: none; }
  .ccm-page .link-text:hover, .ccm-page .link-text:focus {
    color: #c70216;
    text-decoration: none; }

.ccm-page .link-text:after {
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  content: '\F105';
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: 1px; }

.ccm-page .bg-hover {
  position: relative;
  display: block; }

.ccm-page .bg-hover:hover,
.ccm-page .bg-hover:focus {
  text-decoration: none; }

.ccm-page .bg-hover:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent;
  z-index: 1; }

.ccm-page .bg-hover:hover:before,
.ccm-page .show-hover:before {
  background: rgba(0, 0, 0, 0.5); }

.ccm-page .bg-hover:after {
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  -webkit-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2; }

.ccm-page .bg-hover:hover:after {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0); }

.ccm-page .ico-link:after {
  content: "\e80a"; }

.ccm-page .ico-magnifier:after {
  content: "\e80b"; }

.show-hide {
  display: none; }

.ccm-page ul li.pdf {
  padding-left: 0;
  list-style: none;
  margin-bottom: 5px; }

.pdf a {
  position: relative;
  color: #3b3a38;
  white-space: nowrap; }

.pdf a:before {
  content: "\e807";
  display: inline-block;
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #ff0000;
  margin-right: 5px; }

.ccm-page .pdf-link {
  position: relative;
  padding-left: 23px;
  display: inline-block; }

.ccm-page .pdf-link:before {
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  content: "\f1c1";
  display: inline-block;
  margin-right: 5px;
  color: #bb0706;
  position: absolute;
  top: 1px;
  left: 0; }

.with-border {
  border: 1px solid #d3d3d3;
  padding: 4px;
  background: #fff; }

.page-content a[href^="mailto"]:hover, .page-content a[href^="mailto"]:focus {
  text-decoration: underline; }

.page-content a[href^="tel"] {
  color: #3b3a38; }
  .page-content a[href^="tel"]:hover, .page-content a[href^="tel"]:focus {
    text-decoration: none;
    color: #3b3a38; }

.cssfilters .grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.float-left {
  display: block;
  margin: 0 20px 10px 0;
  text-align: center;
  float: left;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 575px) {
    .float-left {
      float: none !important;
      margin: 10px auto 15px !important; } }

.float-right {
  display: block;
  margin: 0 0 10px 20px;
  text-align: center;
  float: right;
  position: relative;
  z-index: 5; }
  @media only screen and (max-width: 575px) {
    .float-right {
      float: none !important;
      margin: 10px auto 15px !important; } }

.ccm-page .custom-hover {
  position: relative;
  display: block; }

.ccm-page .custom-hover-icon-container,
.ccm-page .custom-hover-element-container {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #fff;
  -webkit-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.ccm-page .custom-hover-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent; }

.custom-hover:hover .custom-hover-overlay {
  background: rgba(0, 0, 0, 0.5); }

.custom-hover:hover .custom-hover-icon-container,
.custom-hover:hover .custom-hover-element-container {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0); }

.ccm-page .svg-container {
  display: block;
  position: relative;
  height: 0; }

.ccm-page .svg-container svg {
  position: absolute;
  left: 0;
  top: 0; }

.bg-plus {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 206px;
  min-height: 130px;
  background: url(../../../themes/theme//images/plus.svg);
  background-size: 26px 26px;
  opacity: .3;
  display: block; }

.bg-plus-gray {
  background-image: url(../../../themes/theme//images/plus-gray.svg);
  opacity: 1; }

/**
 * Swiper 5.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 19, 2019
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size); }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
          transform-origin: top left; }
  .mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }
  .mm-panel.mm-noanimation {
    -webkit-transition: none !important;
    transition: none !important; }
    .mm-panel.mm-noanimation.mm-subopened {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }
  .mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block; }
  .mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
          transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:before, .mm-clear:after,
.mm-close:before,
.mm-close:after {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.mm-clear:before,
.mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after,
.mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-prev:before,
.mm-next:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn:first-child {
    left: 0; }
  .mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li a:not(.mm-next) {
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
      tap-highlight-color: rgba(255, 255, 255, 0.5); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offCanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }
  html.mm-blocking body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }
  .mm-menu.mm-offcanvas.mm-opened {
    display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10; }

.mm-menu.mm-offcanvas {
  width: 100%;
  min-width: 140px;
  max-width: 576px; }

html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 576px) {
  html.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(576px, 0);
            transform: translate(576px, 0);
    -webkit-transform: translate3d(576px, 0, 0);
            transform: translate3d(576px, 0, 0); } }

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
	@note Based on Yahoo!'s technique
	@author Thierry Koblentz
	@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see http://csswizardry.com/2016/05/the-importance-of-important/
*/
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  /* 2 */
  white-space: nowrap !important;
  /* 3 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

/*
	jQuery.mmenu borderStyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-none > li:after,
.mm-menu .mm-listview > li.mm-border-none:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-full > li:after,
.mm-menu .mm-listview > li.mm-border-full:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-menu .mm-listview.mm-border-offset > li:after,
.mm-menu .mm-listview > li.mm-border-offset:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
          transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
          transform-origin: left center; }

html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
          transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
          transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
          transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
          transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
          transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
          transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0); }

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1; }

.mm-menu.mm-fx-panels-none .mm-panel,
.mm-menu .mm-fx-panels-none.mm-panel {
  -webkit-transition-property: none;
  transition-property: none; }
  .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened,
  .mm-menu .mm-fx-panels-none.mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.mm-menu.mm-fx-panels-zoom .mm-panel,
.mm-menu .mm-fx-panels-zoom.mm-panel {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
          transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }
  .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened,
  .mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
            transform: scale(1, 1) translate3d(0%, 0, 0); }
  .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened,
  .mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
            transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened,
.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-fx-panels-slide-up .mm-panel,
.mm-menu .mm-fx-panels-slide-up.mm-panel {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }
  .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened,
  .mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened,
  .mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0); }

.mm-menu[class*="mm-fx-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  transition: none 0.4s ease; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 350ms;
            transition-delay: 350ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(10) {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(11) {
    -webkit-transition-delay: 550ms;
            transition-delay: 550ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(12) {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(13) {
    -webkit-transition-delay: 650ms;
            transition-delay: 650ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(14) {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms; }
  .mm-menu[class*="mm-fx-listitems-"] .mm-listview > li:nth-child(15) {
    -webkit-transition-delay: 750ms;
            transition-delay: 750ms; }

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
          transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
            transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
            transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
            transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
            transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen.mm-top, .mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

/*
jQuery.mmenu listview extension CSS
*/
.mm-menu.mm-listview-justify .mm-panels > .mm-panel:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:before,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after {
  content: none;
  display: none; }

.mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview,
.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li,
  .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-height: 40px;
    /* for Safari :( */ }
    .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider),
    .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next),
    .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span,
    .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next),
    .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.mm-listview-small .mm-listview > li > a:not(.mm-next),
.mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px; }

.mm-listview-small .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-small .mm-listview > li.mm-vertical > .mm-next {
  height: 34px; }

.mm-listview-large .mm-listview > li > a:not(.mm-next),
.mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px; }

.mm-listview-large .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-large .mm-listview > li.mm-vertical > .mm-next {
  height: 50px; }

.mm-listview-huge .mm-listview > li > a:not(.mm-next),
.mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px; }

.mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next,
.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next {
  height: 60px; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-menu .mm-listview.mm-multiline > li > a,
.mm-menu .mm-listview.mm-multiline > li > span,
.mm-menu .mm-listview > li.mm-multiline > a,
.mm-menu .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageDim extension CSS
*/
.mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0; }

html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s; }

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit; }

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff; }

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 576px) {
  html.mm-right.mm-opening .mm-menu.mm-opened ~ .mm-slideout {
    -webkit-transform: translate(-576px, 0);
            transform: translate(-576px, 0);
    -webkit-transform: translate3d(-576px, 0, 0);
            transform: translate3d(-576px, 0, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0); }

.mm-menu.mm-offcanvas.mm-top, .mm-menu.mm-offcanvas.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.mm-menu.mm-offcanvas.mm-top, .mm-menu.mm-offcanvas.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu widescreen extension CSS
	
	To use on widescreens only, include it using a mediaquery:
	$("#my-menu").mmenu({
		extensions: {
			'(min-width: 1300px)' : [ 'widescreen' ]
		};
	});
*/
html.mm-widescreen body {
  position: relative; }

html.mm-widescreen #mm-blocker {
  display: none !important; }

html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  width: 70% !important;
  margin-left: 30% !important; }

html.mm-widescreen .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
  overflow: auto; }

.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
          transform: none !important; }
  .mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-navbars-top,
.mm-navbars-bottom {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; }
  .mm-navbars-top > .mm-navbar,
  .mm-navbars-bottom > .mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0; }

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

@font-face {
  font-family: 'lg';
  src: url("../../../themes/theme//js/vendor/lightgallery/font/lg.eot?n1z373");
  src: url("../../../themes/theme//js/vendor/lightgallery/font/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../../themes/theme//js/vendor/lightgallery/font/lg.woff?n1z373") format("woff"), url("../../../themes/theme//js/vendor/lightgallery/font/lg.ttf?n1z373") format("truetype"), url("../../../themes/theme//js/vendor/lightgallery/font/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 992px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: white; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toggle-thumb {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toggle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toggle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../../../themes/theme//js/vendor/lightgallery/images/vimeo-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../../themes/theme//js/vendor/lightgallery/images/vimeo-play.png") no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../../themes/theme//js/vendor/lightgallery/images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../../../themes/theme//js/vendor/lightgallery/images/youtube-play.png") no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../../themes/theme//js/vendor/lightgallery/images/youtube-play.png") no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: white;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    -webkit-box-shadow: 0 0 0 2px white inset;
            box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    -webkit-box-shadow: 0 0 0 8px white inset;
            box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../../../themes/theme//js/vendor/lightgallery/images/loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 0.9; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-backdrop {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.75) 0%, black 100%); }

.lg-outer .lg-item {
  /*http://codepen.io/aurer/pen/jEGbA*/
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQogICB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgNDAgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDQwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCiAgPHBhdGggb3BhY2l0eT0iMC4yIiBmaWxsPSIjZmZmIiBkPSJNMjAuMjAxLDUuMTY5Yy04LjI1NCwwLTE0Ljk0Niw2LjY5Mi0xNC45NDYsMTQuOTQ2YzAsOC4yNTUsNi42OTIsMTQuOTQ2LDE0Ljk0NiwxNC45NDYNCiAgICBzMTQuOTQ2LTYuNjkxLDE0Ljk0Ni0xNC45NDZDMzUuMTQ2LDExLjg2MSwyOC40NTUsNS4xNjksMjAuMjAxLDUuMTY5eiBNMjAuMjAxLDMxLjc0OWMtNi40MjUsMC0xMS42MzQtNS4yMDgtMTEuNjM0LTExLjYzNA0KICAgIGMwLTYuNDI1LDUuMjA5LTExLjYzNCwxMS42MzQtMTEuNjM0YzYuNDI1LDAsMTEuNjMzLDUuMjA5LDExLjYzMywxMS42MzRDMzEuODM0LDI2LjU0MSwyNi42MjYsMzEuNzQ5LDIwLjIwMSwzMS43NDl6Ii8+DQogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNi4wMTMsMTAuMDQ3bDEuNjU0LTIuODY2Yy0yLjE5OC0xLjI3Mi00Ljc0My0yLjAxMi03LjQ2Ni0yLjAxMmgwdjMuMzEyaDANCiAgICBDMjIuMzIsOC40ODEsMjQuMzAxLDkuMDU3LDI2LjAxMywxMC4wNDd6Ij4NCiAgICA8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVUeXBlPSJ4bWwiDQogICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iDQogICAgICB0eXBlPSJyb3RhdGUiDQogICAgICBmcm9tPSIwIDIwIDIwIg0KICAgICAgdG89IjM2MCAyMCAyMCINCiAgICAgIGR1cj0iMC41cyINCiAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+DQogICAgPC9wYXRoPg0KICA8L3N2Zz4NCg==") no-repeat scroll center center transparent; }

.lg-outer .lg-sub-html {
  /*background: none;*/ }
  .lg-outer .lg-sub-html :before {
    position: absolute;
    bottom: 0;
    left: 50%; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 75px; }

.lg-outer .lg-thumb-outer {
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-outer .lg-thumb-outer .lg-thumb {
    margin: 0 auto; }
    .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
      border: 0;
      border-radius: 0;
      /*opacity: 0.6;*/
      /*&.active {
					opacity: 1;
				}*/ }

html {
  overflow-y: scroll; }

body {
  background-color: #fff; }

.ccm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden; }
  .ccm-page * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.hamburger-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hamburger-container {
      width: 740px; } }

.header-top {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: width .3s;
  transition: width .3s; }
  @media only screen and (min-width: 992px) {
    .header-top {
      left: 0;
      right: auto;
      top: 0;
      bottom: 0;
      background: #fff;
      border-right: 1px solid #d3d3d3;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-shadow: none;
              box-shadow: none; } }

.header-top > .container:after, .header-top > .container:before {
  content: ' ';
  display: table; }

.header-top > .container:after {
  clear: both; }

@media only screen and (min-width: 992px) {
  .header-top > .container {
    width: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: width .5s;
    transition: width .5s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (min-width: 1680px) {
  .header-top > .container {
    width: 117px; } }

.fixed-nav-offset {
  height: 75px; }
  @media only screen and (min-width: 768px) {
    .fixed-nav-offset {
      display: none; } }

.logo-area {
  float: left; }
  @media only screen and (min-width: 992px) {
    .logo-area {
      float: none;
      position: relative;
      margin: 30px auto 15px; } }
  @media only screen and (min-width: 1680px) and (min-height: 800px) {
    .logo-area {
      margin: 40px auto; } }

.off-canvas-nav-area {
  clear: right;
  float: right; }
  @media only screen and (min-width: 992px) {
    .off-canvas-nav-area {
      width: 276px;
      margin-left: 24px;
      margin-top: auto;
      margin-bottom: auto;
      -webkit-transition: .5s;
      transition: .5s;
      opacity: 0;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }

.contact-top-area {
  float: right;
  margin-right: 34px;
  margin-top: 19px; }
  @media only screen and (min-width: 992px) {
    .contact-top-area {
      margin-right: 0;
      margin-top: auto;
      width: 100%; } }

.hamburger-sidebar {
  display: none; }
  @media only screen and (min-width: 992px) {
    .hamburger-sidebar {
      position: absolute;
      display: block;
      width: 46px;
      height: 41px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto auto auto 25px;
      z-index: 5;
      -webkit-transition: .5s;
      transition: .5s;
      background: rgba(255, 255, 255, 0);
      border: 1px solid rgba(211, 211, 211, 0);
      border-left: 0; } }
  @media only screen and (min-width: 1680px) {
    .hamburger-sidebar {
      margin: auto auto auto 37px; } }

@media only screen and (min-width: 992px) {
  .hamburger-sidebar .hamburger {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0; } }

@media only screen and (min-width: 992px) {
  .page-content,
  .footer {
    margin-left: 88px;
    width: calc(100% - 88px);
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1786px; } }

@media only screen and (min-width: 1240px) {
  .page-content,
  .footer {
    padding-left: 80px;
    padding-right: 80px; } }

@media only screen and (min-width: 1680px) {
  .page-content,
  .footer {
    margin-left: 117px;
    width: calc(100% - 117px);
    padding-left: 119px;
    padding-right: 103px; } }

main {
  padding-top: 20px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    main {
      padding-top: 50px;
      margin-bottom: 50px; } }
  @media only screen and (min-width: 1680px) {
    main {
      padding-top: 113px;
      margin-bottom: 130px; } }

@media only screen and (min-width: 1366px) {
  .footer {
    position: relative; } }

.ccm-page .alert {
  padding: 15px 40px 15px 20px;
  margin: 0 0 20px 0;
  border: 1px solid transparent;
  border-radius: 0;
  position: relative;
  display: block; }

.ccm-page .alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724; }

.ccm-page .alert-success p,
.ccm-page .alert-success a,
.ccm-page .alert-success li {
  color: #155724; }

.ccm-page .alert-success a {
  text-decoration: underline; }

.ccm-page .alert-info {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085; }

.ccm-page .alert-info p,
.ccm-page .alert-info a,
.ccm-page .alert-info li {
  color: #004085; }

.ccm-page .alert-info a {
  text-decoration: underline; }

.ccm-page .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #856404; }

.ccm-page .alert-warning p,
.ccm-page .alert-warning a,
.ccm-page .alert-warning li {
  color: #856404; }

.ccm-page .alert-warning a {
  text-decoration: underline; }

.ccm-page .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.ccm-page .alert-danger p,
.ccm-page .alert-danger a,
.ccm-page .alert-danger li {
  color: #a94442; }

.ccm-page .alert-danger a {
  text-decoration: underline; }

.ccm-page .alert-general {
  background-color: #e7e8ea;
  border-color: #dddfe2;
  color: #464a4e; }

.ccm-page .alert-general p,
.ccm-page .alert-general a,
.ccm-page .alert-general li {
  color: #464a4e; }

.ccm-page .alert-general a {
  text-decoration: underline; }

.ccm-page .alert h2 {
  margin: 0 0 10px 0;
  color: inherit; }

.ccm-page .alert p {
  margin: 0; }

.ccm-page .alert ul {
  margin: 10px 0 0 0; }

.ccm-page .alert-dismiss {
  position: absolute;
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: color .2s;
  transition: color .2s;
  cursor: pointer;
  padding: 5px;
  right: 6px;
  top: 0;
  font-size: 24px;
  line-height: 24px; }

.ccm-page .alert-dismiss:before {
  display: block;
  content: "\00d7"; }

.ccm-page .alert-dismiss:hover {
  color: rgba(0, 0, 0, 0.8); }

.ccm-page a[href^=tel] {
  color: inherit;
  border: none;
  text-decoration: none; }

.show-number {
  font-size: 12px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  padding: 0 4px 1px;
  position: relative;
  top: -1px; }

.silnet-logo-container .silnet-logo-svg {
  width: auto;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  overflow: visible; }
  .silnet-logo-container .silnet-logo-svg g.silnet-logo-circle {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
            animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
    .silnet-logo-container .silnet-logo-svg g.silnet-logo-circle > * {
      -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .silnet-logo-container .silnet-logo-svg g.silnet-logo-circle .silnet-logo-background {
      fill: rgba(255, 255, 255, 0);
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
              animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
      .silnet-logo-container .silnet-logo-svg:hover g.silnet-logo-circle .silnet-logo-background {
        fill: white; }
    .silnet-logo-container .silnet-logo-svg g.silnet-logo-circle .silnet-logo-path {
      fill: rgba(0, 0, 0, 0.3);
      -webkit-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-delay: 1s;
              animation-delay: 1s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
              animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
      .silnet-logo-container.silnet-white .silnet-logo-svg g.silnet-logo-circle .silnet-logo-path {
        fill: rgba(255, 255, 255, 0.5); }
      .silnet-logo-container .silnet-logo-svg:hover g.silnet-logo-circle .silnet-logo-path {
        fill: #ed1c24 !important; }
  .silnet-logo-container .silnet-logo-svg .silnet-logo-automotive-separator {
    fill: rgba(0, 0, 0, 0.2); }
    .silnet-logo-container.silnet-white .silnet-logo-svg .silnet-logo-automotive-separator {
      fill: rgba(255, 255, 255, 0.3); }
  .silnet-logo-container .silnet-logo-svg .silnet-logo-automotive-text-red {
    fill: rgba(0, 0, 0, 0.5); }
    .silnet-logo-container.silnet-white .silnet-logo-svg .silnet-logo-automotive-text-red {
      fill: rgba(255, 255, 255, 0.5); }
    .silnet-logo-container .silnet-logo-svg:hover .silnet-logo-automotive-text-red {
      fill: #ed1c24 !important; }
  .silnet-logo-container .silnet-logo-svg .silnet-logo-automotive-text-gray {
    fill: rgba(0, 0, 0, 0.5); }
    .silnet-logo-container.silnet-white .silnet-logo-svg .silnet-logo-automotive-text-gray {
      fill: rgba(255, 255, 255, 0.5); }
  .silnet-logo-container .silnet-logo-svg.animate g.silnet-logo-circle {
    -webkit-animation-name: 'silnet-logo-circle-animation';
            animation-name: 'silnet-logo-circle-animation'; }
    .silnet-logo-container .silnet-logo-svg.animate g.silnet-logo-circle .silnet-logo-background {
      -webkit-animation-name: 'silnet-logo-background-animation';
              animation-name: 'silnet-logo-background-animation'; }
    .silnet-logo-container .silnet-logo-svg.animate g.silnet-logo-circle .silnet-logo-path {
      -webkit-animation-name: 'silnet-logo-path-animation';
              animation-name: 'silnet-logo-path-animation'; }
  .silnet-logo-container.silnet-white .silnet-logo-svg.animate g.silnet-logo-circle .silnet-logo-path {
    -webkit-animation-name: 'silnet-white-logo-path-animation';
            animation-name: 'silnet-white-logo-path-animation'; }

@-webkit-keyframes silnet-logo-circle-animation {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg); }
  60%, 80% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg); }
  85% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
            transform: rotate3d(0, 1, 0, 360deg) scale(1.2); }
  90% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);
            transform: rotate3d(0, 1, 0, 360deg) scale(1); }
  95% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
            transform: rotate3d(0, 1, 0, 360deg) scale(1.2); }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);
            transform: rotate3d(0, 1, 0, 360deg) scale(1); } }

@keyframes silnet-logo-circle-animation {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg); }
  60%, 80% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg); }
  85% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
            transform: rotate3d(0, 1, 0, 360deg) scale(1.2); }
  90% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);
            transform: rotate3d(0, 1, 0, 360deg) scale(1); }
  95% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.2);
            transform: rotate3d(0, 1, 0, 360deg) scale(1.2); }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);
            transform: rotate3d(0, 1, 0, 360deg) scale(1); } }

@-webkit-keyframes silnet-logo-background-animation {
  0% {
    fill: rgba(255, 255, 255, 0); }
  40%, 94% {
    fill: white; }
  100% {
    fill: rgba(255, 255, 255, 0); } }

@keyframes silnet-logo-background-animation {
  0% {
    fill: rgba(255, 255, 255, 0); }
  40%, 94% {
    fill: white; }
  100% {
    fill: rgba(255, 255, 255, 0); } }

@-webkit-keyframes silnet-logo-path-animation {
  0% {
    fill: rgba(0, 0, 0, 0.3); }
  40%, 94% {
    fill: #ed1c24; }
  100% {
    fill: rgba(0, 0, 0, 0.3); } }

@keyframes silnet-logo-path-animation {
  0% {
    fill: rgba(0, 0, 0, 0.3); }
  40%, 94% {
    fill: #ed1c24; }
  100% {
    fill: rgba(0, 0, 0, 0.3); } }

@-webkit-keyframes silnet-white-logo-path-animation {
  0% {
    fill: rgba(255, 255, 255, 0.5); }
  40%, 94% {
    fill: #ed1c24; }
  100% {
    fill: rgba(255, 255, 255, 0.5); } }

@keyframes silnet-white-logo-path-animation {
  0% {
    fill: rgba(255, 255, 255, 0.5); }
  40%, 94% {
    fill: #ed1c24; }
  100% {
    fill: rgba(255, 255, 255, 0.5); } }

.silnet-logo-circle circle {
  fill: transparent; }

@media only screen and (max-width: 767px) {
  .ccm-layout-column {
    width: auto !important;
    float: none !important;
    margin-bottom: 20px !important; }
  .ccm-layout-column:last-child {
    margin-bottom: 0 !important; }
  .ccm-layout-column .ccm-layout-col-spacing {
    margin: 0 !important; }
  .ccm-layout-column .ccm-layout-column-inner {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.styled-alerts .alert {
  margin: 25px 0;
  padding: 0;
  border: 0 !important;
  background: rgba(0, 0, 0, 0.05) !important;
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%; }

.styled-alerts .alert .icon-container {
  display: table-cell;
  width: 10%;
  text-align: center;
  padding-top: 17px;
  vertical-align: top; }

.styled-alerts .alert.alert-success .icon-container {
  background: #badc52;
  color: #8baa11;
  font-size: 25px; }
  @media only screen and (min-width: 768px) {
    .styled-alerts .alert.alert-success .icon-container {
      padding-top: 23px;
      font-size: 40px; } }

.styled-alerts .alert.alert-error .icon-container {
  background: #f05a5c;
  color: #AC0808;
  font-size: 25px; }
  @media only screen and (min-width: 768px) {
    .styled-alerts .alert.alert-error .icon-container {
      padding-top: 23px;
      font-size: 40px; } }

.styled-alerts .alert .content {
  display: table-cell;
  width: 90%;
  padding: 20px;
  vertical-align: top; }

.styled-alerts .alert .content h2 {
  font-size: 16px;
  margin-top: 0;
  font-weight: inherit;
  color: #3b3a38;
  margin-bottom: 10px;
  text-align: left; }

.styled-alerts .alert .content p {
  color: #666;
  font-size: 14px;
  margin: 0;
  text-align: left; }

.styled-alerts .alert .content ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.styled-alerts .alert .content ul li {
  margin: 2px 0;
  line-height: 14px;
  font-size: 14px;
  position: relative;
  padding-left: 0;
  list-style: none;
  padding-left: 12px; }

.styled-alerts .alert .content ul li:after {
  content: " ";
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: absolute;
  top: 3px;
  left: 0em;
  color: #d0100d;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #b30000; }

.styled-alerts .alert-success .content {
  background: #E7FFE5; }

.styled-alerts .alert-error .content {
  background: #FDD0D0; }

.ccm-page .pagination {
  padding: 0;
  margin: 0; }

.ccm-page .pagination > li > a {
  color: #8A8A8A;
  background-color: #FFF;
  border: 1px solid #d3d3d3; }

.ccm-page .pagination > li > a:hover,
.ccm-page .pagination > li > a:focus {
  color: #fff;
  background: #f9031c;
  border-color: #f9031c;
  text-decoration: none; }

.ccm-page .pagination > .active > a,
.ccm-page .pagination > .active > span,
.ccm-page .pagination > .active > a:hover,
.ccm-page .pagination > .active > span:hover,
.ccm-page .pagination > .active > a:focus,
.ccm-page .pagination > .active > span:focus {
  background: #c70216;
  border-color: #c70216; }

.ccm-page .pagination > .disabled > span,
.ccm-page .pagination > .disabled > span:hover,
.ccm-page .pagination > .disabled > span:focus,
.ccm-page .pagination > .disabled > a,
.ccm-page .pagination > .disabled > a:hover,
.ccm-page .pagination > .disabled > a:focus {
  background: #E6E6E6;
  color: #A9A9A9; }

.ccm-page .pagination > li:first-child > a,
.ccm-page .pagination > li:first-child > span {
  border-radius: 2px 0 0 2px; }

.ccm-page .pagination > li:last-child > a,
.ccm-page .pagination > li:last-child > span {
  border-radius: 0 2px 2px 0; }

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

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

.ccm-page .nav-tabs {
  margin: 0 0 -1px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.nav-tabs .nav-tabs-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-tabs .nav-tabs-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-right: 2px;
  padding: 16px 5px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #d3d3d3;
  background: #f1f1f1;
  color: #3b3a38;
  -webkit-transition: background .3s, color .3s, border-color .3s, border-bottom-color 0s;
  transition: background .3s, color .3s, border-color .3s, border-bottom-color 0s; }
  @media only screen and (min-width: 360px) {
    .nav-tabs .nav-tabs-link {
      padding: 16px 10px; } }
  @media only screen and (min-width: 768px) {
    .nav-tabs .nav-tabs-link {
      font-size: 16px;
      line-height: 16px;
      padding: 16px 20px; } }

.nav-tabs .nav-tabs-link:hover,
.nav-tabs .nav-tabs-link:focus {
  text-decoration: none;
  border-color: #d3d3d3;
  background: #d3d3d3;
  color: #3b3a38; }

.nav-tabs .active .nav-tabs-link {
  background: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: none;
  transition: none; }

.tab-content {
  overflow: hidden;
  background: #fff; }

.tab-pane-inner {
  padding: 16px 20px;
  border: 1px solid #d3d3d3; }

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

.fade.in {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .tabs-to-accordion {
    background: #fff; }
  .tabs-to-accordion .nav-tabs-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .tabs-to-accordion .nav-tabs-link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    border-bottom: 0; }
  .tabs-to-accordion .tab-pane {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    display: none; }
  .tabs-to-accordion .tab-pane-inner {
    background: #fff;
    border-bottom: 0; }
  .tabs-to-accordion .nav-tabs-item.active .nav-tabs-link + .tab-pane {
    display: block; }
  .tabs-to-accordion .fade {
    opacity: 1;
    -webkit-transition: none;
    transition: none; }
  .tabs-to-accordion .tab-content {
    display: none; } }

.ccm-page .back-to-top-container {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .back-to-top-container {
      width: 740px;
      left: 10px;
      right: 10px;
      bottom: 0;
      margin: auto;
      height: 0;
      text-align: right; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .back-to-top-container {
      width: 100%;
      left: 0;
      right: 0; } }

.ccm-page .back-to-top {
  outline: 0;
  line-height: 0;
  border: 0;
  -webkit-transition: .3s;
  transition: .3s;
  background: #f9031c;
  color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  width: 40px;
  height: 40px;
  position: relative;
  opacity: 0; }
  @media only screen and (min-width: 768px) {
    .ccm-page .back-to-top {
      width: 60px;
      height: 60px;
      -webkit-transform: translateY(-60px);
              transform: translateY(-60px);
      right: 0;
      bottom: 15px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .back-to-top {
      right: 10px;
      bottom: 10px; } }

.ccm-page .back-to-top:hover,
.ccm-page .back-to-top:focus {
  background-color: #c70216;
  color: #fff; }

.back-to-top:before {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  bottom: 0;
  margin: auto;
  border: 3px solid #fff;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
  @media only screen and (min-width: 768px) {
    .back-to-top:before {
      top: 7px;
      border-width: 5px;
      width: 15px;
      height: 15px; } }

.ccm-page .back-to-top-container.show .back-to-top {
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .back-to-top-container.footer-on-screen .back-to-top {
    right: 50px;
    bottom: 17px; } }

@media only screen and (min-width: 992px) {
  .back-to-top-container.footer-on-screen .back-to-top {
    right: 10px;
    bottom: 80px; } }

@media only screen and (min-width: 1366px) {
  .back-to-top-container.footer-on-screen .back-to-top {
    bottom: 10px;
    right: 10px; } }

.desktop-nav {
  display: none; }
  @media only screen and (min-width: 992px) {
    .desktop-nav {
      display: block; } }

.mobile-nav .main-nav:not(.mm-menu) {
  display: none; }

html.mm-opening,
html.mm-blocking {
  overflow-y: scroll; }

html .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  -webkit-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s; }

html.mm-opening .mm-menu.mm-opened[class*="mm-pagedim"] ~ #mm-blocker {
  -webkit-transition: opacity .4s ease 0s;
  transition: opacity .4s ease 0s; }

@media only screen and (min-width: 768px) {
  html .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
    -webkit-transition: opacity .4s ease .2s;
    transition: opacity .4s ease .2s; } }

.main-nav.mm-menu .mm-listview > li.mm-selected > a,
.main-nav.mm-menu .mm-listview > li a:not(.mm-next),
.main-nav.mm-menu .mm-listview > li.mm-selected > span {
  background: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

@media only screen and (max-width: 767px) {
  .main-nav.mm-menu {
    max-width: 80%; } }

@media only screen and (min-width: 768px) {
  .main-nav.mm-menu {
    max-width: 440px; } }

@media only screen and (min-width: 992px) {
  .desktop-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block; }
  .desktop-nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .desktop-nav .nav-level-1 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .desktop-nav .nav-level-1 > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 12px 0 22px;
    background: transparent;
    color: #59595a;
    font-weight: 700; }
  .desktop-nav .nav-level-1 > li > a:hover,
  .desktop-nav .nav-level-1 > li > a:focus {
    background: transparent;
    color: #c70216;
    text-decoration: none; }
  .desktop-nav .nav-level-1 > li > a.nav-path-selected:not(.nav-home) {
    background: transparent;
    color: #c70216;
    text-decoration: none; }
  .desktop-nav .has-dropdown .nav-dropdown {
    display: none !important; } }

@media only screen and (min-width: 992px) and (min-height: 480px) {
  .desktop-nav .nav-level-1 > li > a {
    font-size: 18px; } }

@media only screen and (min-width: 992px) and (min-height: 560px) {
  .desktop-nav .nav-level-1 > li > a {
    font-size: 17px;
    height: 28px; } }

@media only screen and (min-width: 992px) and (min-height: 680px) {
  .desktop-nav .nav-level-1 > li > a {
    font-size: 20px;
    height: 36px; } }

@media only screen and (min-width: 992px) and (min-height: 800px) {
  .desktop-nav .nav-level-1 > li > a {
    font-size: 20px;
    height: 42px; } }

@media only screen and (min-width: 1680px) and (min-height: 680px) {
  .desktop-nav .nav-level-1 > li > a {
    font-size: 18px;
    height: 30px; } }

@media only screen and (min-width: 1680px) and (min-height: 800px) {
  .desktop-nav .nav-level-1 > li > a {
    font-size: 20px;
    height: 42px; } }

.ccm-page .breadcrumbs {
  margin: 0;
  padding: 0;
  color: #b1b1b1;
  font-size: 14px;
  list-style: none; }
  .ccm-page .breadcrumbs:after, .ccm-page .breadcrumbs:before {
    content: ' ';
    display: table; }
  .ccm-page .breadcrumbs:after {
    clear: both; }

.breadcrumbs li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0; }

.breadcrumbs li .separator {
  color: #777777;
  margin: 0 3px; }

.breadcrumbs a {
  color: #777777;
  font-size: 14px; }

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: #c70216; }

.breadcrumbs .breadcrumb-start {
  margin-right: 8px;
  color: #777777; }

@media only screen and (max-width: 991px) {
  .breadcrumbs-area nav {
    position: relative; } }

@media only screen and (max-width: 991px) {
  .breadcrumbs-area nav:before,
  .breadcrumbs-area nav:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: " ";
    display: block;
    width: 20px;
    z-index: 1;
    -webkit-transition: .2s;
    transition: .2s; } }

@media only screen and (max-width: 991px) {
  .breadcrumbs-area nav:before {
    left: 0;
    right: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafbfd+0,ffffff+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
    -webkit-transition: .2s;
    transition: .2s; } }

@media only screen and (max-width: 991px) {
  .breadcrumbs-area nav.fade-left:before {
    opacity: 1; } }

@media only screen and (max-width: 991px) {
  .breadcrumbs-area nav:after {
    left: auto;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fafbfd+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }

@media only screen and (max-width: 991px) {
  .ccm-page .breadcrumbs {
    overflow-y: auto;
    white-space: nowrap;
    position: relative;
    display: block; }
    .ccm-page .breadcrumbs:after, .ccm-page .breadcrumbs:before {
      content: ' ';
      display: table; }
    .ccm-page .breadcrumbs:after {
      clear: both; } }

@media only screen and (max-width: 991px) {
  .breadcrumbs li {
    float: none;
    display: inline-block; } }

@media only screen and (max-width: 991px) {
  .breadcrumbs li.last-visible-element {
    padding-right: 25px; } }

.ccm-page .side-nav-title {
  margin: -20px -20px 0;
  padding: 20px 20px 20px 20px;
  background: #c70216;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 768px) {
    .ccm-page .side-nav-title {
      margin: -30px -30px 0;
      padding: 25px 30px 25px 30px; } }

.ccm-page .side-nav-title-link {
  color: #fff;
  display: block; }

.ccm-page .side-nav-title-link:hover,
.ccm-page .side-nav-title-link:focus {
  color: #fff;
  text-decoration: none; }

.ccm-page .side-nav {
  display: block;
  padding: 0;
  margin: 0;
  margin: -20px;
  background: #c70216; }
  @media only screen and (min-width: 768px) {
    .ccm-page .side-nav {
      margin: -30px; } }

.side-nav-with-title .side-nav {
  margin-top: 0; }

.ccm-page .side-nav-item {
  display: block;
  margin-bottom: 0; }

.ccm-page .side-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ccm-page .side-nav-text {
  display: block; }

.side-nav-level-1 > .side-nav-item > .side-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  background: #c70216;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 768px) {
    .side-nav-level-1 > .side-nav-item > .side-nav-link {
      padding: 15px 30px; } }

.side-nav-level-1 > .side-nav-item > .side-nav-link:hover {
  background: #ea021a;
  color: #fff;
  text-decoration: none; }

.side-nav-level-1 > .side-nav-item > .side-nav-link:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  position: relative;
  top: 7px;
  margin-left: 10px; }
  @media only screen and (min-width: 768px) {
    .side-nav-level-1 > .side-nav-item > .side-nav-link:after {
      top: 9px; } }

.side-nav-level-1 > .nav-path-selected > .nav-path-selected {
  background: #ea021a;
  color: #fff;
  text-decoration: none; }

.side-nav-level-1 > .nav-path-selected > .nav-selected {
  font-weight: 700; }

.side-nav-level-1 > .nav-path-selected.has-children > .side-nav-link:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.side-nav-level-1 > .side-nav-item:last-child:not(.has-children) > .side-nav-link {
  border-bottom: 0; }

.side-nav-level-1 > .side-nav-item:last-child > .side-nav-level-2 {
  border-bottom: 0; }

.ccm-page .side-nav-level-2 {
  padding: 15px 0 15px 0;
  background: #ea021a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.side-nav-level-2 > .side-nav-item > .side-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 20px;
  background: #ea021a;
  color: #fff;
  font-size: 14px;
  line-height: 16px; }
  @media only screen and (min-width: 768px) {
    .side-nav-level-2 > .side-nav-item > .side-nav-link {
      padding: 8px 30px; } }

.side-nav-level-2 > .side-nav-item > .side-nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none; }

.side-nav-level-2 > .side-nav-item > .side-nav-link:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  margin-right: 10px;
  position: relative;
  top: 5px; }

.side-nav-level-2 > .nav-path-selected > .nav-path-selected {
  background: #ea021a;
  color: #fff;
  text-decoration: none;
  font-weight: 700; }

.side-nav-level-2 > .nav-path-selected > .nav-selected {
  font-weight: 700; }

.ccm-page .side-nav-level-3 {
  padding: 0 0 0 0;
  background: #ea021a; }

.side-nav-level-3 > .side-nav-item > .side-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 8px 35px;
  background: #ea021a;
  color: #fff;
  font-size: 14px;
  line-height: 16px; }
  @media only screen and (min-width: 768px) {
    .side-nav-level-3 > .side-nav-item > .side-nav-link {
      padding: 8px 45px; } }

.side-nav-level-3 > .side-nav-item > .side-nav-link:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none; }

.side-nav-level-3 > .side-nav-item > .side-nav-link:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #fff;
  margin-right: 10px;
  position: relative;
  top: 5px; }

.side-nav-level-3 > .nav-path-selected > .nav-path-selected {
  background: #ea021a;
  color: #fff;
  text-decoration: none;
  font-weight: 700; }

.side-nav-level-3 > .nav-path-selected > .nav-selected {
  font-weight: 700; }

.page-content ul.tree {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden; }

.page-content ul.tree li {
  list-style-type: none;
  border-left: 1px dotted #999999;
  margin-left: 11px;
  padding-left: 0px;
  line-height: 20px;
  margin-bottom: 1px;
  position: relative;
  float: none;
  display: block;
  overflow: hidden;
  clear: both; }

.page-content ul.tree li:before {
  content: "";
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  width: 19px;
  border-top: 1px dotted #999999;
  position: absolute;
  top: 6px;
  left: 0;
  background: none;
  border-radius: 0; }

.page-content ul.tree li.nav-home {
  border-left: 0;
  padding-left: 0;
  position: relative;
  overflow: visible; }
  .page-content ul.tree li.nav-home:after, .page-content ul.tree li.nav-home:before {
    content: ' ';
    display: table; }
  .page-content ul.tree li.nav-home:after {
    clear: both; }

.page-content ul.tree li.nav-home:before {
  content: '\e802';
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 12px;
  position: absolute;
  width: auto;
  top: 1px;
  border-top: 0;
  left: -6px;
  margin-right: 1px;
  color: #c70216; }

.page-content ul.tree li.nav-home a {
  margin-left: 12px; }

.page-content ul.tree li a {
  font-size: 16px;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  display: block;
  margin-left: 22px;
  line-height: 15px;
  padding-bottom: 10px;
  float: left;
  color: #3b3a38;
  border-bottom: 0 !important; }

.page-content ul.tree li ul {
  margin-left: 15px;
  padding-left: 0;
  padding-bottom: 15px;
  display: block;
  clear: both; }

.page-content ul.tree ul > li:first-child {
  padding-top: 4px;
  margin-top: -4px; }

.page-content ul.tree ul > li:first-child:before {
  top: 10px; }

.page-content ul.tree > li:first-child + li {
  padding-top: 6px;
  margin-top: -6px; }

.page-content ul.tree > li:first-child + li:before {
  top: 12px; }

.hamburger-container {
  position: fixed;
  z-index: 101; }
  @media only screen and (min-width: 992px) {
    .hamburger-container {
      display: none; } }

@media only screen and (min-width: 992px) {
  .hamburger-container-inner {
    position: relative; } }

/* based on
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: background .15s linear;
  transition: background .15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 -10px 0 auto;
  overflow: visible;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .hamburger {
      right: 0; } }
  @media only screen and (min-width: 992px) {
    .hamburger {
      background-color: transparent;
      padding: 10px 10px;
      margin: 0 -10px 0 auto;
      right: 0; } }
  @media only screen and (min-width: 992px) {
    .hamburger {
      display: none; } }

.hamburger-box {
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .hamburger-box {
      width: 22px;
      height: 17px; } }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  @media only screen and (min-width: 992px) {
    .hamburger-inner {
      margin-top: -1.5px; } }

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 26px;
  height: 4px;
  background-color: #222;
  border-radius: 4px;
  position: absolute;
  -webkit-transition: background .15s ease, -webkit-transform .15s linear;
  transition: background .15s ease, -webkit-transform .15s linear;
  transition: transform .15s linear, background .15s ease;
  transition: transform .15s linear, background .15s ease, -webkit-transform .15s linear; }
  @media only screen and (min-width: 992px) {
    .hamburger-inner,
    .hamburger-inner:before,
    .hamburger-inner:after {
      width: 22px;
      height: 3px;
      background-color: #3b3a38;
      border-radius: 5px; } }

.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block; }

.hamburger-inner:before {
  top: -8px; }
  @media only screen and (min-width: 992px) {
    .hamburger-inner:before {
      top: -7px; } }

.hamburger-inner:after {
  bottom: -8px; }
  @media only screen and (min-width: 992px) {
    .hamburger-inner:after {
      bottom: -7px; } }

/*
 * Slider
 */
.hamburger-slider .hamburger-inner {
  top: 2px; }
  @media only screen and (min-width: 992px) {
    .hamburger-slider .hamburger-inner {
      top: 1.5px; } }

.hamburger-slider .hamburger-inner:before {
  top: 8px;
  -webkit-transition: opacity .15s ease, -webkit-transform .15s linear;
  transition: opacity .15s ease, -webkit-transform .15s linear;
  transition: transform .15s linear, opacity .15s ease;
  transition: transform .15s linear, opacity .15s ease, -webkit-transform .15s linear; }
  @media only screen and (min-width: 992px) {
    .hamburger-slider .hamburger-inner:before {
      top: 7px; } }

.hamburger-slider .hamburger-inner:after {
  top: 16px; }
  @media only screen and (min-width: 992px) {
    .hamburger-slider .hamburger-inner:after {
      top: 14px; } }

.hamburger-slider.is-open .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg); }
  @media only screen and (min-width: 992px) {
    .hamburger-slider.is-open .hamburger-inner {
      -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
              transform: translate3d(0, 7px, 0) rotate(45deg); } }

.hamburger-slider.is-open .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-3.71429px, -4px, 0);
          transform: rotate(-45deg) translate3d(-3.71429px, -4px, 0);
  opacity: 0; }
  @media only screen and (min-width: 992px) {
    .hamburger-slider.is-open .hamburger-inner:before {
      -webkit-transform: rotate(-45deg) translate3d(-3.14286px, -4px, 0);
              transform: rotate(-45deg) translate3d(-3.14286px, -4px, 0); } }

.hamburger-slider.is-open .hamburger-inner:after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg); }
  @media only screen and (min-width: 992px) {
    .hamburger-slider.is-open .hamburger-inner:after {
      -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
              transform: translate3d(0, -14px, 0) rotate(-90deg); } }

.hamburger-slider.is-open .hamburger-inner,
.hamburger-slider.is-open .hamburger-inner:before,
.hamburger-slider.is-open .hamburger-inner:after {
  background-color: #fff; }
  @media only screen and (min-width: 992px) {
    .hamburger-slider.is-open .hamburger-inner,
    .hamburger-slider.is-open .hamburger-inner:before,
    .hamburger-slider.is-open .hamburger-inner:after {
      background-color: #fff; } }

.hamburger-slider.is-open {
  background-color: transparent; }
  @media only screen and (min-width: 992px) {
    .hamburger-slider.is-open {
      background-color: transparent; } }

.ccm-page .form-group {
  margin-bottom: 15px; }
  .ccm-page .form-group:after, .ccm-page .form-group:before {
    content: ' ';
    display: table; }
  .ccm-page .form-group:after {
    clear: both; }

.ccm-page .control-label {
  display: block;
  margin-bottom: 5px; }

.ccm-page .form-control,
.upload-input-container .inputfile + label {
  display: block;
  width: 100%;
  padding: 0 12px;
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  font-size: 18px;
  color: #3b3a38;
  background-color: #ebebeb;
  background-image: none;
  border: 2px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media only screen and (min-width: 768px) {
    .ccm-page .form-control,
    .upload-input-container .inputfile + label {
      height: 62px;
      line-height: 62px; } }
  .ccm-page .form-control::-ms-expand,
  .upload-input-container .inputfile + label::-ms-expand {
    background-color: transparent;
    border: 0; }
  .ccm-page .form-control::-webkit-input-placeholder,
  .upload-input-container .inputfile + label::-webkit-input-placeholder {
    color: #59595a;
    opacity: 1; }
  .ccm-page .form-control::-moz-placeholder,
  .upload-input-container .inputfile + label::-moz-placeholder {
    color: #59595a;
    opacity: 1; }
  .ccm-page .form-control::-ms-input-placeholder,
  .upload-input-container .inputfile + label::-ms-input-placeholder {
    color: #59595a;
    opacity: 1; }
  .ccm-page .form-control::placeholder,
  .upload-input-container .inputfile + label::placeholder {
    color: #59595a;
    opacity: 1; }
  .ccm-page .form-control:disabled, .ccm-page .form-control[readonly],
  .upload-input-container .inputfile + label:disabled,
  .upload-input-container .inputfile + label[readonly] {
    background-color: #ebebeb;
    opacity: 1; }
  .ccm-page .form-control:focus,
  .upload-input-container .inputfile + label:focus {
    outline: 0;
    border-color: #3a3938;
    -webkit-box-shadow: none;
            box-shadow: none; }

.ccm-page select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px;
  line-height: 44px; }
  @media only screen and (min-width: 768px) {
    .ccm-page select.form-control {
      line-height: 58px; } }
  .ccm-page select.form-control:focus::-ms-value {
    color: #3b3a38;
    background-color: #ebebeb; }

.ccm-page select.form-control {
  -webkit-transition: 0.2s, color 0s;
  transition: 0.2s, color 0s; }

.ccm-page select.form-control.option-empty {
  color: #ebebeb; }

.ccm-page select.form-control.option-empty option {
  color: #3b3a38; }

.ccm-page .field-select {
  position: relative; }

.ccm-page .field-select:before {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #3b3a38 transparent transparent transparent;
  right: 15px;
  bottom: 19px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .field-select:before {
      bottom: 26px; } }

.ccm-page .field-select::-ms-expand {
  display: none; }

.ccm-page textarea.form-control {
  line-height: 24px;
  min-height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: 0.2s, height 0s;
  transition: 0.2s, height 0s; }

.field-date .form-control {
  width: auto; }

.field-datetime .form-control {
  width: auto; }

.field-datetime .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 44px; }
  @media only screen and (min-width: 768px) {
    .field-datetime .form-inline {
      line-height: 58px; } }

.field-datetime .form-inline .ccm-input-date-wrapper {
  margin-right: 5px; }

.fields {
  margin-bottom: 20px; }

.form-actions {
  margin-top: 20px; }

.ccm-page .has-error {
  color: #dc3545; }

.ccm-page .has-error .form-control,
.ccm-page .has-error .upload-input-container .inputfile + label,
.ccm-page .has-error select.form-control {
  border-color: #dc3545;
  outline: 0;
  color: #dc3545; }
  .ccm-page .has-error .form-control::-webkit-input-placeholder,
  .ccm-page .has-error .upload-input-container .inputfile + label::-webkit-input-placeholder,
  .ccm-page .has-error select.form-control::-webkit-input-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .has-error .form-control::-moz-placeholder,
  .ccm-page .has-error .upload-input-container .inputfile + label::-moz-placeholder,
  .ccm-page .has-error select.form-control::-moz-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .has-error .form-control::-ms-input-placeholder,
  .ccm-page .has-error .upload-input-container .inputfile + label::-ms-input-placeholder,
  .ccm-page .has-error select.form-control::-ms-input-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .has-error .form-control::placeholder,
  .ccm-page .has-error .upload-input-container .inputfile + label::placeholder,
  .ccm-page .has-error select.form-control::placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .has-error .form-control:focus,
  .ccm-page .has-error .upload-input-container .inputfile + label:focus,
  .ccm-page .has-error select.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text,
.ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text a {
  border-color: #dc3545;
  outline: 0;
  color: #dc3545; }
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text::-webkit-input-placeholder,
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text a::-webkit-input-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text::-moz-placeholder,
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text a::-moz-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text::-ms-input-placeholder,
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text a::-ms-input-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text::placeholder,
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text a::placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text:focus,
  .ccm-page .has-error .field-checkboxlist-agreement .custom-checkbox-label-text a:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.form-group.captcha {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .form-group.captcha {
      margin-top: 20px;
      margin-bottom: 25px; } }

.ccm-page .checkbox {
  margin-bottom: 5px; }

.ccm-page .checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }

.ccm-page .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.ccm-page .checkbox .custom-checkbox-label-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 10px; }

.ccm-page .checkbox .custom-checkbox {
  display: block;
  position: relative;
  border: 2px solid #fff;
  background: #ebebeb;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
  height: 22px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  top: 2px; }

.ccm-page .checkbox .custom-checkbox:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 4px;
  height: 8px;
  border: solid #c70216;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.ccm-page .checkbox input:checked + .custom-checkbox:after {
  opacity: 1; }

.ccm-page .field-checkboxlist-agreement {
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 5px; }

.field-checkboxlist-agreement .custom-checkbox-label-text {
  padding-top: 5px; }

@media only screen and (min-width: 768px) {
  .checkbox-list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 768px) {
  .checkbox-list-inline .checkbox {
    margin-right: 20px; } }

.ccm-page .radio {
  margin-bottom: 5px; }

.ccm-page .radio input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }

.ccm-page .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.ccm-page .radio .custom-radio-label-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 10px; }

.ccm-page .radio .custom-radio {
  display: block;
  position: relative;
  border: 2px solid #fff;
  background: #ebebeb;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  top: 2px; }

.ccm-page .radio .custom-radio:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
  border-radius: 100%;
  margin: auto;
  background: #c70216;
  opacity: 0;
  -webkit-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.ccm-page .radio input:checked + .custom-radio:after {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0); }

@media only screen and (min-width: 768px) {
  .radio-list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 768px) {
  .radio-list-inline .radio {
    margin-right: 20px; } }

.upload-input-container {
  position: relative; }

.upload-input-container .inputfile + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #59595a;
  height: 48px; }
  @media only screen and (min-width: 768px) {
    .upload-input-container .inputfile + label {
      height: 62px; } }

.upload-input-container .inputfile + label > span {
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(100% - 32px);
  word-break: break-all;
  height: 48px; }
  @media only screen and (min-width: 768px) {
    .upload-input-container .inputfile + label > span {
      height: 62px; } }

.upload-input-container .icon-plus {
  font-style: normal;
  font-weight: 400;
  font-size: 27px;
  color: #59595a;
  position: relative;
  padding-top: 1px;
  display: block; }

.upload-input-container .inputfile:focus + label {
  outline: 0;
  border-color: #3a3938;
  -webkit-box-shadow: none;
          box-shadow: none; }

.upload-input-container .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  padding: 0;
  margin: 0; }

.ccm-page .form-placeholders select.form-control {
  color: #59595a; }

.ccm-page .form-placeholders select.form-control.option-chosen {
  color: #3b3a38; }

.ccm-page .form-placeholders .has-error select.form-control {
  color: rgba(220, 53, 69, 0.6); }
  .ccm-page .form-placeholders .has-error select.form-control::-webkit-input-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .form-placeholders .has-error select.form-control::-moz-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .form-placeholders .has-error select.form-control::-ms-input-placeholder {
    color: rgba(220, 53, 69, 0.6); }
  .ccm-page .form-placeholders .has-error select.form-control::placeholder {
    color: rgba(220, 53, 69, 0.6); }

.ccm-page .form-placeholders .field-text .control-label,
.ccm-page .form-placeholders .field-select .control-label,
.ccm-page .form-placeholders .field-email .control-label,
.ccm-page .form-placeholders .field-telephone .control-label,
.ccm-page .form-placeholders .field-textarea .control-label,
.ccm-page .form-placeholders .field-fileupload .control-label,
.ccm-page .form-placeholders .field-url .control-label,
.ccm-page .form-placeholders .field-date .control-label,
.ccm-page .form-placeholders .field-datetime .control-label {
  display: none; }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .control-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 140px;
    padding-right: 10px;
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .form-control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 140px); } }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .radio-list,
  .ccm-page .form-horizontal .checkbox-list {
    width: calc(100% - 140px);
    max-width: calc(100% - 140px); } }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .field-checkboxlist,
  .ccm-page .form-horizontal .field-radios,
  .ccm-page .form-horizontal .field-textarea {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .field-textarea .control-label {
    margin-top: 10px; } }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .form-group-no-label {
    margin-left: 140px; } }

@media only screen and (min-width: 768px) {
  .form-horizontal .upload-input-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

.form-horizontal .upload-input-container label {
  color: #59595a; }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .field-date .form-control {
    width: auto; } }

.toolbar-visible .form-horizontal .ccm-input-date {
  width: 100% !important; }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .field-datetime .form-control {
    width: auto; } }

@media only screen and (min-width: 768px) {
  .form-try-news .form-control {
    font-size: 24px;
    padding-left: 22px; } }

@media only screen and (min-width: 992px) and (max-width: 1679px) {
  .form-try-news .form-control {
    font-size: 20px; } }

.form-try-news .field-checkboxlist-agreement {
  font-size: 12px;
  color: #9f9b9b; }
  @media only screen and (min-width: 1680px) {
    .form-try-news .field-checkboxlist-agreement {
      font-size: 14px;
      line-height: 16px; } }

.form-try-news-contact .fields {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .form-try-news-contact .fields {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

@media only screen and (min-width: 768px) {
  .form-try-news-contact .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; } }

@media only screen and (min-width: 1680px) {
  .form-try-news-contact .field {
    margin-bottom: 26px; } }

@media only screen and (min-width: 768px) {
  .form-try-news-contact .field-textarea {
    width: 56%;
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .form-try-news-contact .field-textarea textarea {
    padding-top: 25px; } }

@media only screen and (min-width: 768px) {
  .form-try-news-contact .form-actions {
    margin-top: 0;
    width: 44%;
    padding-left: 15px; } }

@media only screen and (min-width: 1366px) {
  .form-try-news-contact .form-actions {
    padding-left: 25px; } }

.form-try-news-contact .form-actions .btn {
  margin-bottom: 0;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .form-try-news-contact .form-actions .btn {
      position: relative;
      bottom: 2px;
      font-size: 18px;
      padding: 16px 35px;
      display: block;
      width: 100%;
      font-weight: 400; } }
  @media only screen and (min-width: 1680px) {
    .form-try-news-contact .form-actions .btn {
      font-size: 24px;
      padding: 21px 35px; } }

@media only screen and (min-width: 768px) {
  .form-try-news-contact .field-checkboxlist-agreement {
    position: relative;
    top: -2px; } }

.form-try-news-phone .form-actions .btn {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .form-try-news-phone .form-actions .btn {
      position: relative;
      bottom: 2px;
      font-size: 24px;
      padding: 21px 35px;
      display: block;
      font-weight: 400; } }
  @media only screen and (min-width: 1680px) {
    .form-try-news-phone .form-actions .btn {
      padding: 21px 55px; } }

.search-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.search-controls input[type="text"] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 10px; }

.ccm-page .search-no-results {
  margin-top: 20px; }

.ccm-page .page-list {
  margin-bottom: 30px; }

.ccm-page .page-list-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3; }
  .ccm-page .page-list-item:after, .ccm-page .page-list-item:before {
    content: ' ';
    display: table; }
  .ccm-page .page-list-item:after {
    clear: both; }

.ccm-page .page-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.ccm-page .page-list-item-title {
  margin: 0 0 10px 0; }

.ccm-page .page-list-item-title a {
  color: #3b3a38; }

.ccm-page .page-list-item-title a:hover,
.ccm-page .page-list-item-title a:focus {
  color: #c70216;
  text-decoration: none; }

.ccm-page .page-list-item-date {
  color: #aaaaaa;
  font-size: 0.9rem;
  margin-bottom: 5px;
  margin-top: -5px; }

.ccm-page .page-list-item-description p {
  margin-bottom: 10px; }

.ccm-page .page-list-item-button-container a:hover,
.ccm-page .page-list-item-button-container a:focus {
  color: #7b010e; }

.ccm-page .page-list-item-button-container a:after {
  border-color: transparent transparent transparent #aaaaaa; }

.ccm-page .page-list-item-button-container a:hover:after,
.ccm-page .page-list-item-button-container a:focus:after {
  border-color: transparent transparent transparent #c70216; }

.page-list + .ccm-pagination-wrapper {
  margin-top: 30px; }

@media only screen and (max-width: 767px) {
  .page-list + .ccm-pagination-wrapper li.prev,
  .page-list + .ccm-pagination-wrapper li.next {
    display: none; } }

@media only screen and (max-width: 413px) {
  .ccm-page .page-list-item-with-thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media only screen and (max-width: 413px) {
  .page-list-item-thumbnail-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 10px; } }

@media only screen and (min-width: 414px) {
  .page-list-item-thumbnail-container {
    float: left;
    width: 150px;
    margin: 0 15px 0 0; } }

@media only screen and (min-width: 768px) {
  .page-list-item-thumbnail-container {
    width: 200px;
    margin: 0 15px 0 0; } }

@media only screen and (max-width: 413px) {
  .page-list-item-thumbnail-container .page-list-item-thumbnail {
    width: 100%;
    max-width: none; } }

@media only screen and (max-width: 413px) {
  .page-list-item-with-thumbnail .page-list-item-title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

@media only screen and (min-width: 414px) {
  .page-list-item-with-thumbnail .page-list-item-title {
    margin-left: 165px; } }

@media only screen and (min-width: 768px) {
  .page-list-item-with-thumbnail .page-list-item-title {
    margin-left: 220px; } }

@media only screen and (max-width: 413px) {
  .page-list-item-with-thumbnail .page-list-item-date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 414px) {
  .page-list-item-with-thumbnail .page-list-item-date {
    margin-left: 165px; } }

@media only screen and (min-width: 768px) {
  .page-list-item-with-thumbnail .page-list-item-date {
    margin-left: 220px; } }

@media only screen and (max-width: 413px) {
  .page-list-item-with-thumbnail .page-list-item-description {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; } }

@media only screen and (min-width: 576px) {
  .page-list-item-with-thumbnail .page-list-item-description {
    margin-left: 165px; } }

@media only screen and (min-width: 768px) {
  .page-list-item-with-thumbnail .page-list-item-description {
    margin-left: 220px; } }

.page-list-item-thumbnail-container {
  position: relative; }

.page-list-item-filler {
  height: 0; }
  @media only screen and (max-width: 413px) {
    .page-list-item-filler {
      height: 100px;
      padding-bottom: 0 !important; } }

.page-list-item-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: #3b3a38; }

.page-list .alert {
  width: 100%;
  text-align: center; }

.box-list .alert {
  width: 100%;
  text-align: center; }

@media only screen and (min-width: 480px) {
  .ccm-page .box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; } }

.ccm-page .box-list-item {
  border: 1px solid #d3d3d3;
  margin-bottom: 10px; }
  @media only screen and (min-width: 480px) {
    .ccm-page .box-list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 5px;
      margin-right: 5px;
      width: calc(50% - 10px); } }
  @media only screen and (min-width: 768px) {
    .ccm-page .box-list-item {
      width: calc(33.33333% - 10px); } }

.ccm-page .box-list-item:hover,
.ccm-page .box-list-item:focus {
  text-decoration: none; }

.ccm-page .box-list-item .custom-hover-overlay {
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px; }

.box-list-item-thumbnail-container .box-list-item-thumbnail {
  width: 100%;
  max-width: none; }

.ccm-page .box-list-item-title {
  font-size: 16px;
  margin: 0;
  padding: 10px 10px 12px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #d3d3d3; }

.box-list + .ccm-pagination-wrapper {
  margin-top: 30px; }

.box-list-item-thumbnail-container {
  position: relative; }

.box-list-item-filler {
  height: 0; }

.box-list-item-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: #3b3a38; }

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px; }

.gallery-list-item {
  margin: 5px;
  padding: 0;
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 576px) {
    .gallery-list-item {
      width: calc(33.33333% - 10px); } }
  @media only screen and (min-width: 992px) {
    .gallery-list-item {
      width: calc(25% - 10px); } }

.gallery-list-item img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }

.gallery-list-item-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
  background: transparent; }

.gallery-list-item:hover .gallery-list-item-overlay,
.gallery-list-item:focus .gallery-list-item-overlay {
  background: rgba(0, 0, 0, 0.5); }

.gallery-list-item .gallery-list-item-icon-container {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  color: #fff;
  -webkit-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out; }

.gallery-list-item:hover .gallery-list-item-icon-container,
.gallery-list-item:focus .gallery-list-item-icon-container {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0); }

.multilingual-no-flags {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .multilingual-no-flags {
      -webkit-transform: none;
              transform: none;
      background: none; } }

.ccm-page .multilingual-link {
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  text-align: center;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .ccm-page .multilingual-link {
      float: left;
      border-bottom: 0;
      padding: 0 8px; } }

.ccm-page .multilingual-link:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #DADADA; }
  @media only screen and (min-width: 768px) {
    .ccm-page .multilingual-link:after {
      display: none; } }

.ccm-page .multilingual-link:last-child:after {
  display: none; }

.ccm-page .multilingual-link-active {
  background: #EAEAEA; }
  @media only screen and (min-width: 768px) {
    .ccm-page .multilingual-link-active {
      background: none; } }

.ccm-page .multilingual-link:hover,
.ccm-page .multilingual-link:focus {
  text-decoration: none; }

.contact-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (min-width: 992px) {
    .contact-info-top {
      display: block; } }

@media only screen and (min-width: 992px) {
  .contact-info-top-item {
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #d3d3d3;
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .contact-info-top-item:last-child {
    margin-right: 0; } }

.contact-info-top-icon {
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 7px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s; }
  @media only screen and (min-width: 992px) {
    .contact-info-top-icon {
      width: 54px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      text-align: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 15px 0;
      margin-left: 31px; } }
  @media only screen and (min-width: 992px) and (min-height: 800px) {
    .contact-info-top-icon {
      padding: 27px 0; } }
  @media only screen and (min-width: 1680px) {
    .contact-info-top-icon {
      margin-left: 44px; } }

.contact-info-top-item-phone .contact-info-top-icon {
  position: relative;
  font-size: 24px;
  top: -1px; }
  @media only screen and (min-width: 992px) {
    .contact-info-top-item-phone .contact-info-top-icon {
      top: 0;
      left: 3px; } }

.contact-info-top-icon:hover {
  color: #c70216; }

.contact-info-top .contact-info-top-text {
  white-space: nowrap; }
  @media only screen and (max-width: 991px) {
    .contact-info-top .contact-info-top-text {
      display: none !important; } }
  @media only screen and (min-width: 992px) {
    .contact-info-top .contact-info-top-text {
      -webkit-transition: .3s;
      transition: .3s;
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 0;
      overflow: hidden;
      background: #fff;
      border: 1px solid #d3d3d3;
      border-left: 0;
      -webkit-transform: translateX(3px);
              transform: translateX(3px);
      margin-top: -1px;
      margin-bottom: -1px;
      opacity: 0; } }
  @media only screen and (min-width: 1680px) {
    .contact-info-top .contact-info-top-text {
      -webkit-transform: translateX(19px);
              transform: translateX(19px); } }

@media only screen and (min-width: 992px) {
  .contact-info-top .is-open .contact-info-top-text {
    width: 300px;
    opacity: 1; } }

@media only screen and (min-width: 1680px) {
  .contact-info-top .is-open .contact-info-top-text {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px); } }

@media only screen and (min-width: 992px) {
  .contact-info-top-item-phone.is-open .contact-info-top-text {
    width: 170px; } }

@media only screen and (min-width: 992px) {
  .nav-opened .contact-info-top-item-phone .contact-info-top-text {
    border-right: 0; } }

.ccm-page .contact-info-top-link[href^="tel:"],
.ccm-page .contact-info-top-link[href^="mailto:"] {
  color: #3b3a38; }
  @media only screen and (min-width: 768px) {
    .ccm-page .contact-info-top-link[href^="tel:"],
    .ccm-page .contact-info-top-link[href^="mailto:"] {
      display: block;
      padding-right: 20px;
      font-size: 16px;
      height: 54px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 16px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .contact-info-top-link[href^="tel:"],
    .ccm-page .contact-info-top-link[href^="mailto:"] {
      height: 56px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .contact-info-top-link[href^="tel:"],
    .ccm-page .contact-info-top-link[href^="mailto:"] {
      height: 80px;
      padding-top: 27px; } }
  @media only screen and (min-width: 992px) and (min-height: 800px) {
    .ccm-page .contact-info-top-link[href^="tel:"],
    .ccm-page .contact-info-top-link[href^="mailto:"] {
      height: 80px;
      padding-top: 27px; } }

.ccm-page .contact-info-top-link[href^="tel:"]:hover,
.ccm-page .contact-info-top-link[href^="mailto:"]:hover {
  text-decoration: none;
  color: #c70216; }

@media only screen and (min-width: 992px) {
  .ccm-page .contact-info-top-item:hover .contact-info-top-link,
  .ccm-page .contact-info-top-item:hover .contact-info-top-icon {
    color: #c70216; } }

.ccm-page .fileset-list {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .ccm-page .fileset-list:after, .ccm-page .fileset-list:before {
    content: ' ';
    display: table; }
  .ccm-page .fileset-list:after {
    clear: both; }

.ccm-page .fileset-list li {
  position: relative;
  padding-left: 20px; }

.ccm-page .fileset-list li i {
  position: absolute;
  left: 0;
  top: 0; }

.ccm-page .fileset-list li a {
  color: #3b3a38; }
  .ccm-page .fileset-list li a:hover, .ccm-page .fileset-list li a:focus {
    text-decoration: none;
    color: #c70216; }

.ccm-page .fileset-list li .icon-file-pdf {
  color: #ff0000; }

.ccm-page .fileset-list li .icon-file-word {
  color: #295496; }

.ccm-page .fileset-list li .icon-file-excel {
  color: #008272; }

.ccm-page .fileset-list li .icon-file-file-powerpoint {
  color: #b7472a; }

.ccm-page .fileset-list li .icon-file-image {
  color: #45b4fc; }

.ccm-page .fileset-list li .icon-file-archive {
  color: #f7d571; }

.ccm-page .fileset-list li .icon-file-audio {
  color: #fbb400; }

.ccm-page .fileset-list li .icon-file-video {
  color: #4d4d4d; }

.ccm-page .fileset-list li .icon-file-code {
  color: #ffa633; }

.ccm-page .fileset-list li .doc-text {
  color: #3b3a38; }

.ccm-page .site-logo {
  margin: 0;
  padding: 0;
  position: relative; }

.ccm-page .site-logo-inner {
  margin: 0;
  padding: 0;
  line-height: 1; }

.ccm-page .site-logo-subtitle {
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .ccm-page .site-logo-subtitle {
      left: 100%;
      bottom: auto;
      top: 30px; } }

.ccm-page .site-logo-link {
  display: block; }

.site-logo .svg-container {
  display: block;
  position: relative;
  height: 0; }

.site-logo .svg-container svg {
  position: absolute;
  left: 0;
  top: 0; }

.ccm-page .site-logo-big {
  width: 171px;
  margin: 10px 0 14px -5px; }
  @media only screen and (min-width: 992px) {
    .ccm-page .site-logo-big {
      margin: 0;
      position: absolute;
      left: -71px;
      top: 0px;
      width: 181px;
      z-index: 0;
      -webkit-transition: .5s;
      transition: .5s;
      -webkit-transform: scaleX(0);
              transform: scaleX(0); } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .site-logo-big {
      width: 231px;
      left: -90px; } }

@media only screen and (min-width: 992px) {
  .ccm-page .site-logo-big #logobigcircle {
    display: none; } }

.ccm-page .site-logo-small {
  display: none; }
  @media only screen and (min-width: 992px) {
    .ccm-page .site-logo-small {
      margin: 0;
      display: block;
      width: 54px;
      height: 54px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .site-logo-small {
      width: 70px;
      height: 70px; } }

.site-logo-small .site-logo-circle {
  display: none; }
  @media only screen and (min-width: 992px) {
    .site-logo-small .site-logo-circle {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      display: block;
      width: 54px;
      height: 54px;
      background: #585a56;
      border-radius: 100%;
      -webkit-transition: .4s;
      transition: .4s; } }
  @media only screen and (min-width: 1680px) {
    .site-logo-small .site-logo-circle {
      width: 70px;
      height: 70px; } }

@media only screen and (min-width: 992px) {
  .site-logo-small .site-logo-inner {
    position: relative;
    z-index: 2; } }

@media only screen and (min-width: 992px) {
  .site-logo-small svg circle {
    fill: none; } }

@media only screen and (min-width: 992px) {
  .site-logo-small .site-logo-inner img {
    display: block;
    -webkit-animation: rotate 3s infinite linear;
            animation: rotate 3s infinite linear; } }

@media only screen and (min-width: 992px) {
  .site-logo-small .site-logo-inner svg {
    display: block;
    -webkit-animation: rotate 3s infinite linear;
            animation: rotate 3s infinite linear; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg) rotate(0deg);
            transform: rotateY(0deg) rotate(0deg); }
  100% {
    -webkit-transform: rotateY(360deg) rotate(0deg);
            transform: rotateY(360deg) rotate(0deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg) rotate(0deg);
            transform: rotateY(0deg) rotate(0deg); }
  100% {
    -webkit-transform: rotateY(360deg) rotate(0deg);
            transform: rotateY(360deg) rotate(0deg); } }

@media only screen and (min-width: 768px) {
  .ccm-page .page-title {
    font-size: 48px; } }

.breadcrumbs-area {
  margin-bottom: 25px; }
  @media only screen and (min-width: 992px) {
    .breadcrumbs-area {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1680px) {
    .breadcrumbs-area {
      margin-bottom: 60px; } }

.ccm-page .youtubeBlockWrapper {
  margin: 30px auto 20px; }
  @media only screen and (min-width: 576px) {
    .ccm-page .youtubeBlockWrapper {
      max-width: 70%; } }

.ccm-page .youtubeBlock iframe {
  border: 0; }

.ccm-page .youtubeBlock video {
  display: block;
  width: 100%;
  margin: 30px auto 20px; }
  @media only screen and (min-width: 576px) {
    .ccm-page .youtubeBlock video {
      max-width: 70%; } }

.footer-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #9f9b9b; }
  @media only screen and (min-width: 768px) {
    .footer-bottom {
      text-align: left;
      line-height: 18px; } }
  @media only screen and (min-width: 1366px) {
    .footer-bottom {
      float: right;
      position: absolute;
      right: 80px;
      top: 40px; } }
  @media only screen and (min-width: 1680px) {
    .footer-bottom {
      right: 40px;
      top: 93px; } }
  @media only screen and (min-width: 1920px) {
    .footer-bottom {
      right: 150px;
      top: 93px; } }

.footer-bottom > .container {
  padding: 15px 10px;
  border-top: 1px solid #d3d3d3;
  position: relative; }
  .footer-bottom > .container:after, .footer-bottom > .container:before {
    content: ' ';
    display: table; }
  .footer-bottom > .container:after {
    clear: both; }
  @media only screen and (min-width: 768px) {
    .footer-bottom > .container {
      padding: 25px 0; } }
  @media only screen and (min-width: 1366px) {
    .footer-bottom > .container {
      border-top: 0; } }

.company-container {
  margin-bottom: 15px; }
  @media only screen and (min-width: 768px) {
    .company-container {
      margin-bottom: 0;
      margin-left: 50px; } }

@media only screen and (min-width: 768px) {
  .silnet-copyright {
    float: left;
    margin-top: -38px;
    margin-left: -4px; } }

@media only screen and (min-width: 1680px) {
  .silnet-copyright {
    margin-top: 4px; } }

.company-copyrights {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .company-copyrights {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1366px) {
    .company-copyrights {
      width: 230px;
      text-align: right; } }
  @media only screen and (min-width: 1680px) {
    .company-copyrights {
      width: 405px;
      font-size: 18px;
      line-height: 22px; } }

.silnet-logo-container {
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 768px) {
    .silnet-logo-container {
      display: block;
      padding: 4px;
      position: relative; } }

@media only screen and (min-width: 768px) {
  .silnet-logo-container:after {
    content: " ";
    position: absolute;
    right: -6px;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: #e0e0e0; } }

.silnet-logo-link {
  display: block; }

.silnet-copyright .silnet-logo-container svg {
  width: 30px;
  height: 30px; }
  @media only screen and (min-width: 768px) {
    .silnet-copyright .silnet-logo-container svg {
      width: 28px;
      height: 28px; } }
  @media only screen and (min-width: 1680px) {
    .silnet-copyright .silnet-logo-container svg {
      width: 47px;
      height: 47px; } }

.footer-bottom-links a {
  display: inline-block;
  text-decoration: none;
  color: #9f9b9b;
  border-bottom: 1px solid transparent;
  position: relative;
  margin-right: 10px; }

.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
  text-decoration: none;
  border-color: transparent; }

.footer-bottom-links a:after {
  content: "";
  display: block;
  height: 13px;
  width: 1px;
  position: absolute;
  top: 3px;
  right: -7px;
  background: #ddd; }

.footer-bottom-links a:last-of-type {
  margin-right: 0; }

.footer-bottom-links a:last-of-type:after {
  display: none; }

@media only screen and (min-width: 768px) {
  .silnet-copyright {
    float: right;
    margin-left: 0;
    margin-right: -4px;
    margin-top: 0; } }

@media only screen and (min-width: 1366px) {
  .silnet-copyright {
    margin-top: 9px; } }

@media only screen and (min-width: 1680px) {
  .silnet-copyright {
    margin-top: 3px; } }

@media only screen and (min-width: 768px) {
  .silnet-logo-container:after {
    display: none; } }

@media only screen and (min-width: 768px) {
  .company-container {
    float: left;
    margin-left: 0;
    padding-top: 8px; } }

@media only screen and (min-width: 768px) {
  .company-copyrights {
    float: left;
    margin-right: 20px; } }

@media only screen and (min-width: 768px) {
  .footer-bottom-links {
    float: left; } }

.not-index .footer-contact {
  border-top: 1px solid #d3d3d3; }

.footer-contact {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .footer-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 30px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .footer-contact {
      padding-top: 50px;
      padding-bottom: 60px; } }
  @media only screen and (min-width: 1680px) {
    .footer-contact {
      padding-top: 118px;
      padding-bottom: 118px; } }

.edit-mode .footer-contact {
  display: block; }

@media only screen and (min-width: 768px) {
  .footer-contact h2 {
    font-size: 28px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 240px; } }

@media only screen and (min-width: 992px) {
  .footer-contact h2 {
    margin-top: 5px; } }

@media only screen and (min-width: 1680px) {
  .footer-contact h2 {
    font-size: 48px;
    width: 310px;
    margin-top: 0; } }

.footer-contact h3,
.footer-contact p {
  color: #3b3a38; }

.footer-contact p {
  margin-bottom: 0;
  font-size: 14px; }
  @media only screen and (min-width: 360px) {
    .footer-contact p {
      font-size: 16px; } }
  @media only screen and (min-width: 414px) {
    .footer-contact p {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) {
    .footer-contact p {
      font-weight: 700;
      padding-top: 4px; } }
  @media only screen and (min-width: 992px) {
    .footer-contact p {
      padding-top: 8px; } }
  @media only screen and (min-width: 1680px) {
    .footer-contact p {
      font-size: 23px;
      line-height: 28px;
      padding-top: 6px; } }

.footer-contact p a[href^="mailto:"] {
  color: #9f9b9b; }
  .footer-contact p a[href^="mailto:"]:hover, .footer-contact p a[href^="mailto:"]:focus {
    color: #c70216;
    text-decoration: none; }

.edit-mode .hero-area {
  margin-top: 80px; }
  @media only screen and (min-width: 768px) {
    .edit-mode .hero-area {
      margin-top: 210px; } }
  @media only screen and (min-width: 992px) {
    .edit-mode .hero-area {
      margin-left: 117px; } }

.hero-wrapper {
  background: #fff;
  color: #fff;
  position: relative;
  overflow: hidden; }

.ccm-page .hero-link:hover,
.ccm-page .hero-link:focus {
  text-decoration: none; }

.hero-image-container {
  position: relative;
  z-index: 1;
  width: 600px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden; }
  @media only screen and (min-width: 480px) {
    .hero-image-container {
      width: 800px; } }
  @media only screen and (min-width: 768px) {
    .hero-image-container {
      width: 1024px; } }
  @media only screen and (min-width: 992px) {
    .hero-image-container {
      width: 1430px; } }
  @media only screen and (min-width: 1240px) {
    .hero-image-container {
      -webkit-transform: translateX(-49%);
              transform: translateX(-49%); } }
  @media only screen and (min-width: 1366px) {
    .hero-image-container {
      width: 1680px;
      -webkit-transform: translateX(-49%);
              transform: translateX(-49%); } }
  @media only screen and (min-width: 1680px) {
    .hero-image-container {
      width: 1920px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.hero-captions-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  padding-bottom: 20px; }
  @media only screen and (min-width: 480px) {
    .hero-captions-container {
      padding-bottom: 50px; } }
  @media only screen and (min-width: 768px) {
    .hero-captions-container {
      top: 75px; } }
  @media only screen and (min-width: 992px) {
    .hero-captions-container {
      padding-top: 170px;
      top: 0;
      left: 167px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media only screen and (min-width: 1240px) {
    .hero-captions-container {
      left: 197px; } }
  @media only screen and (min-width: 1680px) {
    .hero-captions-container {
      left: 236px;
      padding-top: 298px; } }

.hero-captions {
  position: relative; }

.hero-captions-logo-container {
  margin: 0 auto 10px;
  width: 40px; }
  @media only screen and (min-width: 768px) {
    .hero-captions-logo-container {
      margin-bottom: 38px;
      width: 60px; } }
  @media only screen and (min-width: 992px) {
    .hero-captions-logo-container {
      width: 80px; } }
  @media only screen and (min-width: 1240px) {
    .hero-captions-logo-container {
      width: 100px; } }
  @media only screen and (min-width: 1680px) {
    .hero-captions-logo-container {
      margin-bottom: 51px; } }

.ccm-page .hero-captions-logo {
  display: block;
  margin: 0 auto;
  width: 100%; }

.ccm-page .hero-captions-title {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  position: relative;
  padding-left: 16px;
  padding-top: 14px; }
  @media only screen and (max-width: 413px) {
    .ccm-page .hero-captions-title {
      width: 290px; } }
  @media only screen and (min-width: 414px) {
    .ccm-page .hero-captions-title {
      font-size: 26px;
      line-height: 26px;
      padding-left: 16px;
      padding-top: 39px; } }
  @media only screen and (min-width: 480px) {
    .ccm-page .hero-captions-title {
      font-size: 30px;
      line-height: 32px;
      padding-top: 47px;
      padding-left: 25px; } }
  @media only screen and (min-width: 768px) {
    .ccm-page .hero-captions-title {
      font-size: 42px;
      line-height: 50px;
      padding-left: 50px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .hero-captions-title {
      font-size: 52px;
      line-height: 64px;
      padding-top: 80px;
      text-transform: none;
      padding-left: 36px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .hero-captions-title {
      font-size: 72px;
      line-height: 88px;
      padding-left: 76px;
      padding-top: 52px; } }

.hero-captions-title .hero-captions-title-text {
  position: relative;
  z-index: 1;
  display: block; }

.hero-captions-title .bg-plus {
  display: block;
  min-width: 226px;
  min-height: 106px; }
  @media only screen and (min-width: 414px) {
    .hero-captions-title .bg-plus {
      min-height: 130px; } }
  @media only screen and (min-width: 480px) {
    .hero-captions-title .bg-plus {
      min-height: 153px;
      min-width: 236px; } }
  @media only screen and (min-width: 768px) {
    .hero-captions-title .bg-plus {
      min-height: 185px;
      min-width: 286px; } }
  @media only screen and (min-width: 992px) {
    .hero-captions-title .bg-plus {
      min-height: 210px;
      left: -24px;
      min-width: 498px;
      top: 40px; } }
  @media only screen and (min-width: 1680px) {
    .hero-captions-title .bg-plus {
      min-height: 284px;
      left: -3px;
      min-width: 648px;
      top: 2px; } }

.ccm-page .hero-captions-subtitle {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700; }
  @media only screen and (min-width: 414px) {
    .ccm-page .hero-captions-subtitle {
      margin-bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .ccm-page .hero-captions-subtitle {
      font-size: 28px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .hero-captions-subtitle {
      padding-left: 50px; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .hero-captions-subtitle {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1679px) {
    .ccm-page .hero-captions-subtitle {
      position: relative;
      top: 49px;
      font-size: 23px;
      left: -13px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .hero-captions-subtitle {
      padding-left: 78px; } }

.ccm-page .hero-captions-red {
  color: #c70216; }

.heading-with-background {
  position: relative;
  margin-bottom: 0; }

.heading-with-background h2 {
  position: relative;
  z-index: 2;
  min-height: 78px;
  margin-bottom: 0;
  padding: 13px 0 13px;
  font-size: 28px;
  line-height: 27px;
  color: #515150; }
  @media only screen and (min-width: 768px) {
    .heading-with-background h2 {
      font-size: 38px;
      line-height: 38px;
      padding-bottom: 0;
      min-height: 180px;
      padding-top: 50px; } }
  @media only screen and (min-width: 1240px) {
    .heading-with-background h2 {
      padding-bottom: 188px; } }
  @media only screen and (min-width: 1680px) {
    .heading-with-background h2 {
      font-size: 48px;
      line-height: 48px; } }

.heading-with-background .bg-plus {
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 100px;
  min-height: 0; }
  @media only screen and (min-width: 768px) {
    .heading-with-background .bg-plus {
      left: 267px; } }

@media only screen and (min-width: 992px) {
  .heading-with-background-reversed h2 {
    text-align: right; } }

@media only screen and (min-width: 992px) {
  .heading-with-background-reversed .bg-plus {
    left: 0;
    right: 212px; } }

@media only screen and (min-width: 1680px) {
  .heading-with-background-reversed .bg-plus {
    right: 267px; } }

.ccm-page .heading-with-background-functional-highlights {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .heading-with-background-functional-highlights {
      margin-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .heading-with-background-functional-highlights {
      margin-top: 50px; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .heading-with-background-functional-highlights {
      margin-top: 80px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .heading-with-background-functional-highlights {
      margin-top: 118px; } }

.ccm-page .heading-with-background-technical-highlights {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .heading-with-background-technical-highlights {
      margin-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .heading-with-background-technical-highlights {
      margin-top: 50px; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .heading-with-background-technical-highlights {
      margin-top: 80px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .heading-with-background-technical-highlights {
      margin-top: 111px; } }

.ccm-page .heading-with-background-integration {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .heading-with-background-integration {
      margin-top: 40px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .heading-with-background-integration {
      margin-top: 50px; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .heading-with-background-integration {
      margin-top: 80px; } }
  @media only screen and (min-width: 1366px) {
    .ccm-page .heading-with-background-integration {
      margin-top: 130px; } }

@media only screen and (min-width: 1240px) {
  .heading-with-background-integration h2 {
    padding-bottom: 82px; } }

@media only screen and (min-width: 1680px) {
  .heading-with-background-integration h2 {
    padding-bottom: 140px; } }

@media only screen and (min-width: 1680px) {
  .heading-with-background-integration .bg-plus {
    left: 168px; } }

.ccm-page .heading-with-background-try-news {
  margin-top: 30px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .heading-with-background-try-news {
      margin-top: 50px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .heading-with-background-try-news {
      margin-top: 50px; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .heading-with-background-try-news {
      margin-top: 80px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .heading-with-background-try-news {
      margin-top: 156px; } }

@media only screen and (min-width: 1240px) {
  .ccm-page .heading-with-background-try-news .bg-plus {
    display: none; } }

@media only screen and (min-width: 992px) {
  .heading-with-background-why-news .bg-plus {
    left: 188px;
    height: 440px;
    top: -7px; } }

@media only screen and (min-width: 1680px) {
  .heading-with-background-why-news .bg-plus {
    left: 267px;
    top: -2px;
    height: 572px; } }

.heading-with-background-gallery .bg-plus {
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 100px;
  min-height: 0; }
  @media only screen and (min-width: 768px) {
    .heading-with-background-gallery .bg-plus {
      left: 267px; } }

.ccm-page .text-boxes {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .ccm-page .text-boxes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -16px;
      margin-right: -16px;
      margin-top: -50px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .text-boxes {
      margin-top: -134px;
      margin-left: -10px;
      margin-right: -10px; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .text-boxes {
      margin-top: -234px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .text-boxes {
      margin-left: -35px;
      margin-right: -35px;
      margin-top: -244px;
      padding-right: 63px; } }

.edit-mode .text-boxes {
  margin-top: 0; }

.ccm-page .text-box {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .text-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      border: 6px solid #fff;
      margin-left: 10px;
      margin-right: 10px;
      width: calc(50% - 20px);
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .text-box {
      width: calc(33.33333% - 20px); } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .text-box {
      margin-left: 35px;
      margin-right: 35px;
      width: calc(33.33333% - 70px);
      margin-bottom: 43px; } }

@media only screen and (min-width: 768px) {
  .ccm-page .text-box:nth-child(3n+1):nth-last-child(-3n + ),
  .ccm-page .text-box:nth-child(3n+1):nth-last-child(-3n + ) ~ .text-box {
    margin-bottom: 0; } }

@media only screen and (min-width: 992px) {
  .ccm-page .text-box:nth-child(1) {
    margin-left: calc(33.33333% + 8px); } }

@media only screen and (min-width: 1680px) {
  .ccm-page .text-box:nth-child(1) {
    margin-left: calc(33.33333% + 34px); } }

@media only screen and (max-width: 767px) {
  .ccm-page .text-box:last-child {
    margin-bottom: 0; } }

.ccm-page .text-box-inner {
  border: 5px solid #d3d3d3;
  padding: 20px 20px 25px 20px;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .ccm-page .text-box-inner {
      border-width: 7px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .text-box-inner {
      padding: 24px 34px; } }
  @media only screen and (min-width: 1366px) {
    .ccm-page .text-box-inner {
      padding: 44px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .text-box-inner {
      padding: 42px 33px 39px; } }

.ccm-page .text-box-title {
  color: #9f9b9b; }
  @media only screen and (min-width: 1680px) {
    .ccm-page .text-box-title {
      margin-bottom: 30px;
      font-size: 30px; } }

.ccm-page .text-box-description {
  color: #3b3a38; }
  @media only screen and (min-width: 1240px) {
    .ccm-page .text-box-description {
      font-size: 18px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .text-box-description {
      font-size: 24px;
      line-height: 29px; } }

.ccm-page .text-box-description br {
  display: none; }
  @media only screen and (min-width: 1920px) {
    .ccm-page .text-box-description br {
      display: inline-block; } }

@media only screen and (min-width: 992px) {
  .text-boxes.on-screen .text-box:nth-child(1) .text-box-inner {
    -webkit-animation: border-in;
            animation: border-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(1) .text-box-title {
    -webkit-animation: color-in;
            animation: color-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(2) .text-box-inner {
    -webkit-animation: border-in;
            animation: border-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(2) .text-box-title {
    -webkit-animation: color-in;
            animation: color-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(3) .text-box-inner {
    -webkit-animation: border-in;
            animation: border-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(3) .text-box-title {
    -webkit-animation: color-in;
            animation: color-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 3.8s;
            animation-delay: 3.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(4) .text-box-inner {
    -webkit-animation: border-in;
            animation: border-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 5.3s;
            animation-delay: 5.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(4) .text-box-title {
    -webkit-animation: color-in;
            animation: color-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 5.3s;
            animation-delay: 5.3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(5) .text-box-inner {
    -webkit-animation: border-in;
            animation: border-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 6.8s;
            animation-delay: 6.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .text-boxes.on-screen .text-box:nth-child(5) .text-box-title {
    -webkit-animation: color-in;
            animation: color-in;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 6.8s;
            animation-delay: 6.8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; } }

@-webkit-keyframes border-in {
  0% {
    border-color: #d3d3d3; }
  50% {
    border-color: #c80116; }
  100% {
    border-color: #d3d3d3; } }

@keyframes border-in {
  0% {
    border-color: #d3d3d3; }
  50% {
    border-color: #c80116; }
  100% {
    border-color: #d3d3d3; } }

@-webkit-keyframes color-in {
  0% {
    color: #9f9b9b; }
  50% {
    color: #c80116; }
  100% {
    color: #9f9b9b; } }

@keyframes color-in {
  0% {
    color: #9f9b9b; }
  50% {
    color: #c80116; }
  100% {
    color: #9f9b9b; } }

.about-news-area {
  position: relative;
  margin: 30px -10px 0; }
  @media only screen and (min-width: 768px) {
    .about-news-area {
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 1240px) {
    .about-news-area {
      margin-top: 50px; } }
  @media only screen and (min-width: 1680px) {
    .about-news-area {
      margin-top: 70px; } }

.about-news-text {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 30px 35px 30px; }
  @media only screen and (min-width: 414px) {
    .about-news-text {
      padding: 30px 35px 30px; } }
  @media only screen and (min-width: 576px) {
    .about-news-text {
      height: 393px;
      width: 460px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (min-width: 768px) {
    .about-news-text {
      padding-left: 0; } }
  @media only screen and (min-width: 992px) {
    .about-news-text {
      height: 380px;
      width: 52%; } }
  @media only screen and (min-width: 1240px) {
    .about-news-text {
      height: 450px;
      margin-left: 54px; } }
  @media only screen and (min-width: 1366px) {
    .about-news-text {
      height: 500px; } }
  @media only screen and (min-width: 1680px) {
    .about-news-text {
      height: 676px;
      width: 745px;
      margin-left: 77px; } }

@media only screen and (min-width: 1240px) {
  .about-news-text h2 {
    font-size: 38px; } }

@media only screen and (min-width: 1680px) {
  .about-news-text h2 {
    font-size: 48px;
    margin-bottom: 36px; } }

.about-news-text h2,
.about-news-text p {
  color: #fff; }

@media only screen and (min-width: 1680px) {
  .about-news-text p {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 39px; } }

.about-news-text p:first-of-type {
  font-weight: 700; }
  @media only screen and (min-width: 1240px) {
    .about-news-text p:first-of-type {
      font-size: 22px; } }
  @media only screen and (min-width: 1680px) {
    .about-news-text p:first-of-type {
      font-size: 30px;
      line-height: 36px; } }

.about-news-text p:last-child {
  margin-bottom: 0; }

.bg-about-news {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../../themes/theme//images/bg-about-news.jpg) no-repeat calc(50% + 400px) top;
  background-size: cover; }
  @media only screen and (min-width: 414px) {
    .bg-about-news {
      background-position: left top; } }
  @media only screen and (min-width: 768px) {
    .bg-about-news {
      background: url(../../../themes/theme//images/bg-about-news.jpg) no-repeat left top;
      background-size: contain;
      right: -156px;
      left: -156px; } }
  @media only screen and (min-width: 992px) {
    .bg-about-news {
      left: -50px;
      background-size: cover; } }
  @media only screen and (min-width: 1240px) {
    .bg-about-news {
      left: -80px; } }
  @media only screen and (min-width: 1680px) {
    .bg-about-news {
      background-size: 1802px auto;
      left: -118px; } }

.iwd-items-area {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .iwd-items-area {
      margin-top: 30px; } }

.ccm-page .iwd-items-block-description {
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .ccm-page .iwd-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px; } }

.ccm-page .iwd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  color: #3b3a38; }
  @media only screen and (min-width: 768px) {
    .ccm-page .iwd-item {
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 10px;
      margin-right: 10px;
      width: calc(33.333% - 20px); } }
  @media only screen and (min-width: 992px) {
    .ccm-page .iwd-item {
      width: calc(25% - 20px); } }

.ccm-page a.iwd-item:hover {
  color: #c70216;
  text-decoration: none; }

.ccm-page .iwd-item-icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 45px;
  margin-right: 10px;
  font-size: 28px;
  line-height: 1;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .ccm-page .iwd-item-icon-container {
      font-size: 50px;
      width: auto;
      margin: auto;
      height: 80px;
      text-align: left; } }

@media only screen and (min-width: 768px) {
  .ccm-page .iwd-item-title {
    font-size: 18px;
    margin-bottom: 10px; } }

@media only screen and (max-width: 1239px) {
  .ccm-page .iwd-item-description br {
    display: none; } }

.ccm-page .iwdp-items-container {
  position: relative;
  z-index: 4; }

.ccm-page .iwdp-items {
  position: relative; }
  @media only screen and (min-width: 576px) {
    .ccm-page .iwdp-items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 20px -10px 0; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .iwdp-items {
      margin-top: -23px;
      margin-left: -20px;
      margin-right: -20px; } }
  @media only screen and (min-width: 1100px) {
    .ccm-page .iwdp-items {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .iwdp-items {
      margin-left: -30px;
      margin-right: -30px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: -126px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .iwdp-items {
      margin-left: -50px;
      margin-right: -50px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.edit-mode .iwdp-items {
  margin-top: 0; }

.iwdp-items:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 10px;
  background: #d3d3d3;
  top: 0;
  bottom: 0;
  left: 56px;
  z-index: -1; }
  @media only screen and (min-width: 576px) {
    .iwdp-items:after {
      width: auto;
      background: none;
      border: 7px solid #d3d3d3;
      border-left: 0;
      left: 10%;
      right: 17%;
      top: 30%;
      bottom: 30%;
      margin: auto; } }
  @media only screen and (min-width: 1100px) {
    .iwdp-items:after {
      right: 12%; } }
  @media only screen and (min-width: 1680px) {
    .iwdp-items:after {
      right: 230px;
      left: 10%;
      top: 143px;
      bottom: 138px; } }

.ccm-page .iwdp-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  background: #3a3938;
  color: #fff;
  padding: 20px 10px;
  position: relative; }
  @media only screen and (min-width: 576px) {
    .ccm-page .iwdp-item {
      padding: 20px;
      display: block;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 10px;
      margin-right: 10px;
      width: calc(25% - 20px); } }
  @media only screen and (min-width: 992px) {
    .ccm-page .iwdp-item {
      margin-bottom: 40px;
      max-width: 250px;
      margin-left: 20px;
      margin-right: 20px;
      width: calc(25% - 40px);
      padding: 20px 2.8% 29px; } }
  @media only screen and (min-width: 1100px) {
    .ccm-page .iwdp-item {
      margin-left: 30px;
      margin-right: 30px;
      width: calc(25% - 60px);
      max-width: 180px; } }
  @media only screen and (min-width: 1366px) {
    .ccm-page .iwdp-item {
      width: 244px;
      max-width: 244px;
      width: calc(25% - 4%);
      margin-left: 2%;
      margin-right: 2%; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .iwdp-item {
      margin-bottom: 94px;
      max-width: 244px;
      margin-left: 50px;
      margin-right: 50px;
      width: calc(25% - 60px);
      width: 244px; } }

.ccm-page .iwdp-item:nth-child(odd) {
  background: #9e9b9b; }

@media only screen and (min-width: 576px) {
  .ccm-page .iwdp-item:nth-child(4n+1):nth-last-child(-n+4),
  .ccm-page .iwdp-item:nth-child(4n+1):nth-last-child(-n+4) ~ .iwdp-item {
    margin-bottom: 0; } }

.ccm-page a.iwdp-item:hover {
  color: #c70216;
  text-decoration: none; }

@media only screen and (min-width: 992px) {
  .ccm-page .iwdp-item:after {
    content: ' ';
    display: block;
    position: absolute;
    right: -7px;
    top: -7px;
    bottom: -7px;
    left: -7px;
    background: #fff;
    z-index: -1; } }

.ccm-page .iwdp-item-icon-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  margin-right: 10px;
  font-size: 28px;
  line-height: 1;
  text-align: center; }
  @media only screen and (min-width: 576px) {
    .ccm-page .iwdp-item-icon-container {
      height: 47px;
      font-size: 36px;
      width: auto;
      margin: auto;
      text-align: left; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .iwdp-item-icon-container {
      font-size: 40px;
      height: 80px; } }
  @media only screen and (min-width: 1366px) {
    .ccm-page .iwdp-item-icon-container {
      height: 96px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .iwdp-item-icon-container {
      height: 126px; } }

.iwdp-item-icon-container i {
  position: relative; }

.ccm-page .iwdp-item-title {
  font-size: 24px; }
  @media only screen and (min-width: 576px) and (max-width: 1239px) {
    .ccm-page .iwdp-item-title {
      font-size: 18px; } }
  @media only screen and (min-width: 576px) {
    .ccm-page .iwdp-item-title {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .iwdp-item-title {
      margin-bottom: 0; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .iwdp-item-title {
      font-size: 20px; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .iwdp-item-title {
      font-size: 24px;
      margin-bottom: 10px; } }

@media only screen and (max-width: 1239px) {
  .ccm-page .iwdp-item-description br {
    display: none; } }

.ccm-page .iwdp-item.iwdp-item-1 {
  color: #9f9b9b;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .ccm-page .iwdp-item.iwdp-item-1 {
      padding: 20px;
      border: 1px solid #d3d3d3; } }
  @media only screen and (min-width: 576px) {
    .ccm-page .iwdp-item.iwdp-item-1 {
      position: relative; } }
  @media only screen and (min-width: 768px) {
    .ccm-page .iwdp-item.iwdp-item-1 {
      padding-left: 0; } }

@media only screen and (min-width: 1920px) {
  .ccm-page .iwdp-item.iwdp-item-2,
  .ccm-page .iwdp-item.iwdp-item-7 {
    left: 14px; } }

@media only screen and (min-width: 1920px) {
  .ccm-page .iwdp-item.iwdp-item-3,
  .ccm-page .iwdp-item.iwdp-item-6 {
    left: -8px; } }

@media only screen and (min-width: 1920px) {
  .ccm-page .iwdp-item.iwdp-item-4,
  .ccm-page .iwdp-item.iwdp-item-5 {
    left: -2px; } }

@media only screen and (min-width: 768px) {
  .ccm-page .iwdp-item.iwdp-item-1:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 91px;
    height: 20px;
    background: url(../../../themes/theme//images/arrow.svg) no-repeat;
    right: -20px;
    bottom: 23px;
    z-index: 0; } }

@media only screen and (min-width: 992px) {
  .ccm-page .iwdp-item.iwdp-item-1:before {
    bottom: 29px; } }

@media only screen and (min-width: 1240px) {
  .ccm-page .iwdp-item.iwdp-item-1:before {
    bottom: 29px;
    right: -41px; } }

@media only screen and (min-width: 1366px) {
  .ccm-page .iwdp-item.iwdp-item-1:before {
    bottom: 35px; } }

@media only screen and (min-width: 1680px) {
  .ccm-page .iwdp-item.iwdp-item-1:before {
    bottom: 46px; } }

.iwdp-item-1 .iwdp-item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .iwdp-item-1 .iwdp-item-title {
      font-size: 22px; } }
  @media only screen and (min-width: 768px) {
    .iwdp-item-1 .iwdp-item-title {
      font-weight: 700;
      font-size: 36px;
      line-height: 36px;
      position: relative;
      z-index: 1;
      margin: 0;
      top: -17px; } }
  @media only screen and (min-width: 992px) {
    .iwdp-item-1 .iwdp-item-title {
      top: -5px; } }
  @media only screen and (min-width: 1680px) {
    .iwdp-item-1 .iwdp-item-title {
      top: -12px;
      font-size: 48px;
      line-height: 58px; } }
  @media only screen and (min-width: 1366px) {
    .iwdp-item-1 .iwdp-item-title {
      top: 29px; } }

.iwdp-item-1 .iwdp-item-title br {
  display: none; }
  @media only screen and (min-width: 576px) {
    .iwdp-item-1 .iwdp-item-title br {
      display: inline-block; } }

@media only screen and (min-width: 576px) {
  .iwdp-item.iwdp-item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 576px) {
  .iwdp-item.iwdp-item-5 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; } }

@media only screen and (min-width: 576px) {
  .iwdp-item.iwdp-item-6 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; } }

@media only screen and (min-width: 576px) {
  .iwdp-item.iwdp-item-7 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media only screen and (min-width: 576px) {
  .iwdp-item.iwdp-item-8 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; } }

@media only screen and (max-width: 575px) {
  .iwdp-item-icon-container .icon-delivery {
    font-size: 24px;
    left: -2px; } }

@media only screen and (min-width: 576px) {
  .iwdp-item-icon-container .icon-delivery {
    font-size: 32px; } }

@media only screen and (min-width: 1240px) {
  .iwdp-item-icon-container .icon-delivery {
    font-size: 43px;
    top: 23px; } }

@media only screen and (min-width: 1680px) {
  .iwdp-item-icon-container .icon-delivery {
    font-size: 53px;
    top: 33px; } }

@media only screen and (min-width: 1240px) {
  .iwdp-item-icon-container .icon-shipping {
    font-size: 54px;
    top: 14px; } }

@media only screen and (min-width: 1680px) {
  .iwdp-item-icon-container .icon-shipping {
    font-size: 64px;
    top: 21px; } }

@media only screen and (min-width: 1240px) {
  .iwdp-item-icon-container .icon-save {
    font-size: 46px;
    top: 16px; } }

@media only screen and (min-width: 1680px) {
  .iwdp-item-icon-container .icon-save {
    font-size: 60px;
    top: 22px; } }

@media only screen and (max-width: 575px) {
  .iwdp-item-icon-container .icon-delivery-2 {
    font-size: 24px;
    right: -2px; } }

@media only screen and (min-width: 576px) {
  .iwdp-item-icon-container .icon-delivery-2 {
    font-size: 32px; } }

@media only screen and (min-width: 1240px) {
  .iwdp-item-icon-container .icon-delivery-2 {
    font-size: 43px;
    top: 23px; } }

@media only screen and (min-width: 1680px) {
  .iwdp-item-icon-container .icon-delivery-2 {
    font-size: 53px;
    top: 33px; } }

@media only screen and (min-width: 1240px) {
  .iwdp-item-icon-container .icon-save {
    font-size: 50px; } }

@media only screen and (min-width: 1680px) {
  .iwdp-item-icon-container .icon-save {
    font-size: 60px; } }

@media only screen and (min-width: 1240px) {
  .iwdp-item-icon-container .icon-cart {
    font-size: 58px;
    top: 12px; } }

@media only screen and (min-width: 1680px) {
  .iwdp-item-icon-container .icon-cart {
    font-size: 74px;
    top: 27px; } }

@media only screen and (min-width: 1240px) {
  .iwdp-item-icon-container .icon-nodes {
    font-size: 52px;
    top: 10px; } }

@media only screen and (min-width: 1680px) {
  .iwdp-item-icon-container .icon-nodes {
    font-size: 68px;
    top: 30px; } }

@media only screen and (min-width: 1240px) {
  .iwdp-item-icon-container .icon-download-1 {
    font-size: 52px;
    top: 11px; } }

@media only screen and (min-width: 1680px) {
  .iwdp-item-icon-container .icon-download-1 {
    font-size: 72px;
    top: 21px; } }

.faq-entry {
  margin-bottom: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  border: 2px solid #d3d3d3;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .faq-entry {
      margin-bottom: 22px;
      position: relative; } }
  @media only screen and (min-width: 1680px) {
    .faq-entry {
      margin-bottom: 42px; } }

.faq-intro {
  padding: 15px 45px 15px 20px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .faq-intro {
      padding: 21px 105px 21px 19px;
      position: static; } }
  @media only screen and (min-width: 992px) {
    .faq-intro {
      -webkit-transition: .3s;
      transition: .3s; } }
  @media only screen and (min-width: 1680px) {
    .faq-intro {
      padding: 31px 160px 31px 39px; } }

.faq-entry-hover {
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  .faq-intro-separator {
    content: ' ';
    display: block;
    position: absolute;
    right: 74px;
    background: #d7d7d7;
    height: 34px;
    width: 2px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto; } }

@media only screen and (min-width: 1680px) {
  .faq-intro-separator {
    height: 54px;
    right: 112px; } }

.faq-title {
  font-weight: 700;
  color: #9f9b9b;
  -webkit-transition: .3s;
  transition: .3s; }
  @media only screen and (min-width: 768px) {
    .faq-title {
      font-size: 24px;
      line-height: 1; } }
  @media only screen and (min-width: 1680px) {
    .faq-title {
      font-size: 30px; } }

.faq-entry .icon-indicator {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 26px;
  color: #5c5c5c;
  -webkit-transition: .3s;
  transition: .3s; }
  @media only screen and (min-width: 768px) {
    .faq-entry .icon-indicator {
      right: 22px;
      font-size: 44px;
      width: 28px;
      height: 24px;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto; } }
  @media only screen and (min-width: 1680px) {
    .faq-entry .icon-indicator {
      right: 43px; } }

.faq-short-description {
  margin-top: 5px; }

.faq-short-description p {
  font-size: 14px;
  line-height: 16px; }

.faq-short-description *:last-child {
  margin-bottom: 0; }

.faq-full-content ul {
  padding-left: 20px; }

@media only screen and (min-width: 1680px) {
  .faq-full-content ul li {
    font-size: 24px;
    line-height: 30px; } }

@media only screen and (min-width: 768px) {
  .faq-full-content ul.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0; } }

@media only screen and (min-width: 768px) {
  .faq-full-content ul.list-inline li {
    margin-left: 34px; } }

@media only screen and (min-width: 1240px) {
  .faq-full-content ul.list-inline li {
    margin-left: 37px; } }

@media only screen and (min-width: 1366px) {
  .faq-full-content ul.list-inline li {
    margin-left: 50px;
    padding-left: 12px; } }

@media only screen and (min-width: 768px) {
  .faq-full-content ul.list-inline li:first-child {
    margin-left: 0;
    list-style: none; } }

@media only screen and (min-width: 1366px) {
  .faq-full-content ul.list-inline li:first-child {
    padding-left: 0; } }

.faq-full-content-inner {
  padding: 0 20px 25px 20px; }
  @media only screen and (min-width: 768px) {
    .faq-full-content-inner {
      padding: 0 105px 21px 19px; } }
  @media only screen and (min-width: 1240px) {
    .faq-full-content-inner {
      padding-right: 160px; } }
  @media only screen and (min-width: 1680px) {
    .faq-full-content-inner {
      padding: 0 105px 31px 39px; } }

.faq-full-content-inner *:last-child {
  margin-bottom: 0; }

.is-open.faq-entry {
  background: #3a3938;
  border-color: #3a3938;
  color: #fff; }

@media only screen and (min-width: 1680px) {
  .is-open.faq-entry .faq-intro {
    padding-top: 35px;
    padding-bottom: 18px; } }

.is-open.faq-entry .faq-title {
  color: #fff; }

.is-open.faq-entry .icon-indicator {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #fff; }

.faq-entry-hover:hover {
  border: 2px solid #3a3938; }

.faq-functional-highlight {
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .faq-functional-highlight {
      margin-top: 42px; } }
  @media only screen and (min-width: 992px) {
    .faq-functional-highlight {
      margin-top: 62px; } }
  @media only screen and (min-width: 1240px) {
    .faq-functional-highlight {
      margin-top: 72px; } }
  @media only screen and (min-width: 1680px) {
    .faq-functional-highlight {
      margin-top: 97px; } }

@media only screen and (min-width: 1920px) {
  .faq-integration .faq-entry {
    margin-bottom: 47px; } }

@media only screen and (min-width: 1680px) and (max-width: 1919px) {
  .faq-integration .list-inline.font-small li {
    font-size: 20px; } }

@media only screen and (min-width: 1240px) {
  .faq-integration .list-inline .last-in-line {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    width: 100%; } }

@media only screen and (min-width: 1920px) {
  .faq-integration .list-inline .last-in-line {
    width: auto; } }

.technical-highlights-text-row {
  border: 7px solid #d3d3d3;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .technical-highlights-text-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: -20px;
      background: #fff;
      z-index: 5;
      position: relative; } }
  @media only screen and (min-width: 1240px) {
    .technical-highlights-text-row {
      margin-top: -127px; } }
  @media only screen and (min-width: 1680px) {
    .technical-highlights-text-row {
      margin-right: 50px; } }

.edit-mode .technical-highlights-text-row {
  margin-top: 0; }

.technical-highlights-text {
  padding: 20px;
  border-bottom: 1px solid #d3d3d3; }
  @media only screen and (min-width: 768px) {
    .technical-highlights-text {
      border-bottom: 0;
      border-right: 1px solid #d3d3d3; } }
  @media only screen and (min-width: 1240px) {
    .technical-highlights-text {
      padding: 30px 30px 50px 30px; } }
  @media only screen and (min-width: 1680px) {
    .technical-highlights-text {
      padding: 40px 40px 60px 40px; } }
  @media only screen and (min-width: 1920px) {
    .technical-highlights-text {
      padding: 60px 60px 94px 60px; } }

@media only screen and (min-width: 1240px) {
  .technical-highlights-text-col-1 {
    min-width: 240px; } }

@media only screen and (min-width: 1920px) {
  .technical-highlights-text-col-1 {
    width: 410px; } }

.technical-highlights-text-col-1 br {
  display: none; }
  @media only screen and (min-width: 768px) {
    .technical-highlights-text-col-1 br {
      display: inline-block; } }

@media only screen and (min-width: 1240px) {
  .technical-highlights-text-col-2 {
    width: 31%; } }

@media only screen and (min-width: 1680px) {
  .technical-highlights-text-col-2 {
    width: 27%; } }

.technical-highlights-text-col-4 {
  border-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .technical-highlights-text-col-4 {
      border-right: 0; } }
  @media only screen and (min-width: 1920px) {
    .technical-highlights-text-col-4 {
      width: 310px; } }

.technical-highlights-text h3 {
  color: #9f9b9b; }
  @media only screen and (min-width: 1680px) {
    .technical-highlights-text h3 {
      margin-bottom: 39px; } }

.technical-highlights-text p,
.technical-highlights-text li {
  color: #59595a; }
  @media only screen and (min-width: 1680px) {
    .technical-highlights-text p,
    .technical-highlights-text li {
      font-size: 24px;
      line-height: 29px; } }

.technical-highlights-text ul {
  padding-left: 22px; }

.technical-highlights-text *:last-child {
  margin-bottom: 0; }

.components-area {
  min-height: 500px;
  position: relative;
  padding-top: 70px;
  padding-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .components-area {
      height: 852px;
      padding-top: 102px; } }
  @media only screen and (min-width: 992px) {
    .components-area {
      margin-top: 31px;
      height: 832px; } }
  @media only screen and (min-width: 1680px) {
    .components-area {
      margin-top: 51px;
      height: 1149px; } }

.bg-components {
  display: block;
  position: absolute;
  left: -10px;
  right: -10px;
  top: -20px;
  bottom: 0;
  background: url(../../../themes/theme//images/bg-components.jpg) no-repeat right top;
  background-size: cover;
  border-bottom: 4px solid #60605f;
  z-index: -1; }
  @media only screen and (min-width: 768px) {
    .bg-components {
      left: -126px;
      right: -126px;
      background-size: 1802px auto; } }
  @media only screen and (min-width: 992px) {
    .bg-components {
      left: -220px;
      background-position: -100px top;
      top: 0; } }
  @media only screen and (min-width: 1240px) {
    .bg-components {
      left: -80px;
      border-bottom: 2px solid #60605f; } }
  @media only screen and (min-width: 1680px) {
    .bg-components {
      background-position: left top;
      left: -118px; } }

.components-tabs-area {
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 992px) {
    .components-tabs-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.components-heading-area {
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 992px) {
    .components-heading-area {
      padding-top: 30px; } }
  @media only screen and (min-width: 1680px) {
    .components-heading-area {
      padding-top: 171px; } }

.components-heading-area h2 {
  color: #ffffff;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .components-heading-area h2 {
      font-size: 48px;
      line-height: 48px; } }
  @media only screen and (min-width: 992px) {
    .components-heading-area h2 {
      text-align: right;
      margin-bottom: 41px; } }
  @media only screen and (min-width: 1680px) {
    .components-heading-area h2 {
      margin-bottom: 76px; } }

@media only screen and (min-width: 1240px) {
  .integration-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 768px) {
  .integration-text {
    margin-bottom: 30px; } }

@media only screen and (min-width: 992px) {
  .integration-text {
    margin-bottom: 40px; } }

@media only screen and (min-width: 1240px) {
  .integration-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 240px; } }

@media only screen and (min-width: 1680px) {
  .integration-text {
    width: 340px; } }

@media only screen and (min-width: 768px) {
  .integration-text p {
    font-size: 20px; } }

@media only screen and (min-width: 1680px) {
  .integration-text p {
    font-size: 24px;
    line-height: 29px; } }

.integration-text p:first-child {
  font-weight: 700;
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .integration-text p:first-child {
      margin-top: 20px;
      font-size: 22px; } }
  @media only screen and (min-width: 992px) {
    .integration-text p:first-child {
      margin-top: -35px;
      position: relative; } }
  @media only screen and (min-width: 1680px) {
    .integration-text p:first-child {
      margin-top: 42px;
      margin-bottom: 40px;
      font-size: 30px;
      line-height: 36px;
      margin-top: 20px; } }

@media only screen and (min-width: 1240px) {
  .integration-faq {
    position: relative;
    z-index: 4;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 59px;
    margin-top: -130px; } }

@media only screen and (min-width: 1920px) {
  .integration-faq {
    padding-left: 66px;
    padding-right: 47px; } }

.edit-mode .integration-faq {
  margin-top: 0; }

.interface-area {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .interface-area {
      padding-bottom: 40px;
      margin-top: 60px; } }
  @media only screen and (min-width: 992px) {
    .interface-area {
      padding-bottom: 0;
      padding-top: 0; } }
  @media only screen and (min-width: 1680px) {
    .interface-area {
      margin-top: 70px; } }

.interface-header {
  position: relative;
  z-index: 5;
  padding-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .interface-header {
      padding-top: 100px;
      margin-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .interface-header {
      padding-top: 30px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1240px) {
    .interface-header {
      padding-top: 78px; } }
  @media only screen and (min-width: 1366px) {
    .interface-header {
      margin-bottom: 5%; } }
  @media only screen and (min-width: 1680px) {
    .interface-header {
      padding-top: 191px;
      margin-bottom: 125px; } }
  @media only screen and (min-width: 1920px) {
    .interface-header {
      margin-bottom: 131px; } }

.interface-header .bg-plus {
  width: 100%;
  min-height: 0;
  bottom: 0;
  display: none;
  z-index: -1; }
  @media only screen and (min-width: 768px) {
    .interface-header .bg-plus {
      display: block;
      top: 68px; } }
  @media only screen and (min-width: 992px) {
    .interface-header .bg-plus {
      top: 11px; } }
  @media only screen and (min-width: 1240px) {
    .interface-header .bg-plus {
      top: 58px;
      bottom: -10px; } }
  @media only screen and (min-width: 1680px) {
    .interface-header .bg-plus {
      top: 153px; } }
  @media only screen and (min-width: 1920px) {
    .interface-header .bg-plus {
      bottom: -38px; } }

.interface-header h2,
.interface-header p {
  color: #ffffff;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .interface-header h2,
    .interface-header p {
      max-width: 640px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1240px) {
    .interface-header h2,
    .interface-header p {
      max-width: 860px; } }
  @media only screen and (min-width: 1240px) {
    .interface-header h2,
    .interface-header p {
      margin-bottom: 29px; } }

.interface-header h2 {
  padding-top: 11px; }
  @media only screen and (min-width: 768px) {
    .interface-header h2 {
      font-size: 38px;
      line-height: 36px;
      margin-bottom: 35px; } }
  @media only screen and (min-width: 1920px) {
    .interface-header h2 {
      margin-bottom: 29px; } }
  @media only screen and (min-width: 1680px) {
    .interface-header h2 {
      font-size: 48px;
      line-height: 54px; } }

.interface-header p {
  padding-top: 6px;
  margin-bottom: 0;
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .interface-header p {
      font-size: 24px;
      line-height: 29px; } }
  @media only screen and (min-width: 1680px) {
    .interface-header p {
      font-size: 30px;
      line-height: 36px; } }

.interface-text-row {
  position: relative;
  z-index: 5; }
  @media only screen and (min-width: 768px) {
    .interface-text-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 992px) {
    .interface-text-row {
      padding-bottom: 40px; } }
  @media only screen and (min-width: 1680px) {
    .interface-text-row {
      padding-bottom: 0; } }
  @media only screen and (min-width: 1920px) {
    .interface-text-row {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-bottom: 138px; } }

.interface-text *:last-child {
  margin-bottom: 0; }

.interface-text {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .interface-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 245px; } }
  @media only screen and (min-width: 992px) {
    .interface-text {
      width: 32%;
      max-width: 364px; } }
  @media only screen and (min-width: 1240px) {
    .interface-text {
      margin-top: 50px; } }
  @media only screen and (min-width: 1680px) {
    .interface-text {
      margin-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.interface-text-2 {
  margin-bottom: 0; }

.bg-tablet {
  background: url(../../../themes/theme//images/bg-tablet.png) no-repeat center center;
  background-size: contain;
  width: 200px;
  height: 210px;
  margin: 20px auto 0; }
  @media only screen and (min-width: 768px) {
    .bg-tablet {
      width: 250px;
      border-bottom: 7px solid #d3d3d3; } }
  @media only screen and (min-width: 992px) {
    .bg-tablet {
      width: auto;
      border: 0;
      margin-bottom: -40px;
      margin-top: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: auto;
      background: none;
      padding-left: 10px;
      max-width: 600px; } }
  @media only screen and (min-width: 1680px) {
    .bg-tablet {
      margin-bottom: 0;
      margin-top: -80px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 100%; } }
  @media only screen and (min-width: 1920px) {
    .bg-tablet {
      max-width: 800px;
      margin-bottom: -138px;
      margin-top: -139px;
      width: 800px; } }

@media only screen and (min-width: 992px) {
  .bg-tablet-inner {
    height: 0;
    background: url(../../../themes/theme//images/bg-tablet.png) no-repeat bottom center;
    padding-bottom: 105.18987%;
    background-size: cover;
    max-width: 790px; } }

.interface-text-inner {
  border: 7px solid #d3d3d3;
  padding: 20px; }
  @media only screen and (min-width: 1366px) {
    .interface-text-inner {
      padding: 11%; } }
  @media only screen and (min-width: 1920px) {
    .interface-text-inner {
      padding: 65px;
      min-height: 544px; } }

.interface-text-row h3,
.interface-text-row p,
.interface-text-row li {
  color: #ffffff; }

@media only screen and (min-width: 1680px) {
  .interface-text-row h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 36px; } }

.interface-text-row h3 br {
  display: none; }
  @media only screen and (min-width: 768px) {
    .interface-text-row h3 br {
      display: inline-block; } }

.interface-text-row ul {
  padding-left: 22px; }
  @media only screen and (min-width: 1680px) {
    .interface-text-row ul {
      font-size: 24px;
      line-height: 29px; } }

.bg-interface {
  position: absolute;
  z-index: 0;
  left: -10px;
  right: -10px;
  top: 0;
  bottom: 0;
  background: url(../../../themes/theme//images/bg-interface.jpg) no-repeat left top;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .bg-interface {
      left: -126px;
      right: -126px; } }
  @media only screen and (min-width: 992px) {
    .bg-interface {
      left: -50px; } }
  @media only screen and (min-width: 1240px) {
    .bg-interface {
      left: -80px;
      background-position: center top;
      background-size: 1802px auto; } }
  @media only screen and (min-width: 1680px) {
    .bg-interface {
      left: -130px; } }

@media only screen and (min-width: 768px) {
  .components-tabs-area .tabs-to-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 992px) {
  .components-tabs-container {
    max-width: 694px;
    width: 100%; } }

@media only screen and (min-width: 1680px) {
  .components-tabs-container {
    max-width: 946px; } }

@media only screen and (min-width: 768px) {
  .components-tabs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 280px; } }

@media only screen and (min-width: 992px) {
  .components-tabs {
    width: 240px; } }

@media only screen and (min-width: 1240px) {
  .components-tabs {
    width: 260px; } }

@media only screen and (min-width: 1680px) {
  .components-tabs {
    width: 400px; } }

@media only screen and (min-width: 768px) {
  .tab-content-components {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media only screen and (min-width: 768px) {
  .nav-tabs.components-tabs {
    margin: 0; } }

@media only screen and (min-width: 768px) {
  .components-tabs .nav-tabs-item {
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #d3d3d3; } }

.components-tabs .nav-tabs-item:last-child {
  border-bottom: 0; }

.components-tabs .nav-tabs-link {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  background: #9f9b9b;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #d3d3d3; }
  @media only screen and (min-width: 768px) {
    .components-tabs .nav-tabs-link {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin: 0;
      border: 0;
      font-size: 22px;
      position: relative;
      padding: 23px 20px; } }
  @media only screen and (min-width: 992px) {
    .components-tabs .nav-tabs-link {
      font-size: 18px;
      padding: 21px 24px; } }
  @media only screen and (min-width: 1680px) {
    .components-tabs .nav-tabs-link {
      font-size: 24px;
      font-size: 30px;
      padding: 26px 44px; } }

@media only screen and (min-width: 768px) {
  .components-tabs .nav-tabs-link:after {
    content: ' ';
    width: 8px;
    position: absolute;
    display: block;
    right: -8px;
    top: 0px;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: .3s;
    transition: .3s; } }

.components-tabs .nav-tabs-item:last-child .nav-tabs-link {
  border-bottom: 0; }

.components-tabs .nav-tabs-link:hover,
.components-tabs .active .nav-tabs-link {
  background: #fff;
  -webkit-transition: none;
  transition: none;
  color: #9f9b9b;
  border: 0; }
  @media only screen and (min-width: 768px) {
    .components-tabs .nav-tabs-link:hover,
    .components-tabs .active .nav-tabs-link {
      -webkit-transition: .3s;
      transition: .3s; } }

@media only screen and (min-width: 768px) {
  .components-tabs .nav-tabs-link:hover:after,
  .components-tabs .active .nav-tabs-link:after {
    background: white; } }

@media only screen and (min-width: 992px) {
  .components-tabs .nav-tabs-item:first-child .nav-tabs-link:before,
  .components-tabs .nav-tabs-item:last-child .nav-tabs-link:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    right: -8px;
    top: 0;
    border-top: 8px solid rgba(211, 211, 211, 0);
    border-left: 8px solid rgba(211, 211, 211, 0);
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s; } }

@media only screen and (min-width: 992px) {
  .components-tabs .nav-tabs-item:last-child .nav-tabs-link:before {
    top: 0;
    bottom: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 8px solid rgba(211, 211, 211, 0); } }

@media only screen and (min-width: 1680px) {
  .components-tabs .nav-tabs-item:last-child .nav-tabs-link:before {
    border-left: 8px solid rgba(211, 211, 211, 0); } }

@media only screen and (min-width: 992px) {
  .components-tabs .nav-tabs-item:first-child .nav-tabs-link:hover:before,
  .components-tabs .nav-tabs-item:last-child .nav-tabs-link:hover:before,
  .components-tabs .active.nav-tabs-item:first-child .nav-tabs-link:before,
  .components-tabs .active.nav-tabs-item:last-child .nav-tabs-link:before {
    border-color: lightgray; } }

@media only screen and (min-width: 768px) {
  .components-tabs-container .tab-content {
    border: 8px solid #d3d3d3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.components-tabs-container .tab-pane-inner {
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 768px) {
    .components-tabs-container .tab-pane-inner {
      border: 0;
      padding-left: 40px;
      padding-right: 40px; } }
  @media only screen and (min-width: 1680px) {
    .components-tabs-container .tab-pane-inner {
      padding: 71px 61px 61px; } }

.components-tabs-container .tab-pane-inner *:last-child {
  margin-bottom: 0; }

.components-tabs-container .tab-pane-inner ul {
  padding-left: 22px; }

.components-tabs-container .tab-pane-inner p,
.components-tabs-container .tab-pane-inner li {
  color: #5c5c5c; }
  @media only screen and (min-width: 992px) {
    .components-tabs-container .tab-pane-inner p,
    .components-tabs-container .tab-pane-inner li {
      margin-bottom: 28px; } }
  @media only screen and (min-width: 1680px) {
    .components-tabs-container .tab-pane-inner p,
    .components-tabs-container .tab-pane-inner li {
      font-size: 24px;
      line-height: 29px; } }

.form-tabs-container {
  border: 7px solid #d3d3d3; }
  @media only screen and (min-width: 1240px) {
    .form-tabs-container {
      max-width: 1050px;
      width: 100%; } }

.form-tabs-container .bg-plus {
  display: none; }
  @media only screen and (min-width: 1240px) {
    .form-tabs-container .bg-plus {
      display: block;
      z-index: -1;
      left: -120px;
      width: auto;
      right: -30px;
      top: -52px;
      height: 290px; } }
  @media only screen and (min-width: 1680px) {
    .form-tabs-container .bg-plus {
      right: -9px; } }

.form-tabs-container .nav-tabs {
  background: #d3d3d3;
  margin: 0; }

@media only screen and (min-width: 1240px) {
  .form-tabs-container .nav-tabs-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media only screen and (min-width: 1240px) {
  .form-tabs-container .nav-tabs-item:nth-child(1) {
    max-width: 45%; } }

@media only screen and (min-width: 1680px) {
  .form-tabs-container .nav-tabs-item:nth-child(1) {
    max-width: 43%; } }

.form-tabs-container .nav-tabs .nav-tabs-link {
  border: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  background: #d3d3d3;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700; }
  @media only screen and (min-width: 414px) {
    .form-tabs-container .nav-tabs .nav-tabs-link {
      font-size: 16px;
      padding: 25px 25px; } }
  @media only screen and (min-width: 480px) {
    .form-tabs-container .nav-tabs .nav-tabs-link {
      font-size: 20px; } }
  @media only screen and (min-width: 768px) {
    .form-tabs-container .nav-tabs .nav-tabs-link {
      font-size: 24px;
      padding: 30px 40px; } }
  @media only screen and (min-width: 1240px) {
    .form-tabs-container .nav-tabs .nav-tabs-link {
      font-size: 22px;
      width: 100%;
      padding: 30px 20px; } }
  @media only screen and (min-width: 1366px) {
    .form-tabs-container .nav-tabs .nav-tabs-link {
      font-size: 28px; } }
  @media only screen and (min-width: 1680px) {
    .form-tabs-container .nav-tabs .nav-tabs-link {
      font-size: 30px;
      padding: 37px 20px; } }

.form-tabs-container .nav-tabs .active .nav-tabs-link {
  background: #fff;
  border: 0;
  color: #3b3a38; }

.form-tabs-container .tab-pane-inner {
  padding: 20px 10px;
  border: 0; }
  @media only screen and (min-width: 414px) {
    .form-tabs-container .tab-pane-inner {
      padding: 30px 23px; } }
  @media only screen and (min-width: 768px) {
    .form-tabs-container .tab-pane-inner {
      padding: 40px 37px; } }
  @media only screen and (min-width: 1680px) {
    .form-tabs-container .tab-pane-inner {
      padding: 55px 54px; } }

@media only screen and (min-width: 1240px) {
  .try-news-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 390px; } }

.try-news-text p {
  font-weight: 700; }
  @media only screen and (min-width: 768px) {
    .try-news-text p {
      max-width: 710px;
      margin-top: -48px;
      font-size: 28px;
      line-height: 34px;
      position: relative;
      z-index: 1;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .try-news-text p {
      max-width: 790px;
      margin-top: -51px;
      font-size: 24px;
      line-height: 29px;
      position: relative;
      z-index: 3;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1240px) {
    .try-news-text p {
      max-width: 390px;
      margin-top: -146px; } }
  @media only screen and (min-width: 1680px) {
    .try-news-text p {
      font-size: 30px;
      line-height: 37px; } }

@media only screen and (min-width: 1240px) {
  .try-news-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 1920px) {
  .try-news-area {
    position: relative;
    z-index: 2; } }

@media only screen and (min-width: 1240px) {
  .try-news-forms-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    z-index: 1;
    padding-left: 60px;
    margin-top: 107px; } }

@media only screen and (min-width: 1680px) {
  .try-news-forms-area {
    margin-top: 197px;
    padding-right: 47px;
    padding-left: 92px;
    padding-top: 4px; } }

.conference-area {
  position: relative;
  margin: 20px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px; }
  @media only screen and (min-width: 768px) {
    .conference-area {
      margin-left: 0;
      margin-right: 0;
      margin-top: 50px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      height: 380px; } }
  @media only screen and (min-width: 992px) {
    .conference-area {
      margin: auto;
      margin-top: 50px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1240px) {
    .conference-area {
      height: 581px;
      margin-top: -169px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 1680px) {
    .conference-area {
      padding-bottom: 0; } }

.conference-text {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 36px 35px 36px;
  margin: 10px;
  background: rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 414px) {
    .conference-text {
      padding: 30px 35px 30px; } }
  @media only screen and (min-width: 768px) {
    .conference-text {
      background: none;
      padding: 0;
      position: static;
      max-width: 445px; } }
  @media only screen and (min-width: 992px) {
    .conference-text {
      margin-left: 400px; } }
  @media only screen and (min-width: 1240px) {
    .conference-text {
      margin-left: 580px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 1680px) {
    .conference-text {
      margin-left: 880px; } }
  @media only screen and (min-width: 1920px) {
    .conference-text {
      margin-left: 1061px; } }

.conference-text .bg-plus {
  position: absolute;
  z-index: -1;
  left: 105%;
  width: 496px;
  top: -9px;
  height: 263px; }
  @media only screen and (min-width: 768px) {
    .conference-text .bg-plus {
      top: 0;
      bottom: 0;
      left: -179px;
      margin: auto; } }
  @media only screen and (min-width: 992px) {
    .conference-text .bg-plus {
      left: 0;
      right: 0;
      -webkit-transform: translateX(-350px);
              transform: translateX(-350px); } }
  @media only screen and (min-width: 1680px) {
    .conference-text .bg-plus {
      left: 0;
      right: 0;
      -webkit-transform: translateX(-167px);
              transform: translateX(-167px);
      top: -5px;
      width: 700px;
      height: 285px; } }

.conference-text h3 {
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .conference-text h3 {
      font-size: 38px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1240px) {
    .conference-text h3 {
      margin-bottom: 36px; } }
  @media only screen and (min-width: 1680px) {
    .conference-text h3 {
      font-size: 48px;
      line-height: 58px; } }

.conference-date {
  position: relative;
  color: #ffffff;
  font-size: 20px; }
  @media only screen and (min-width: 768px) {
    .conference-date {
      color: #9f9b9b;
      font-weight: 700;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1240px) {
    .conference-date {
      font-size: 24px;
      line-height: 29px;
      margin-bottom: 39px; } }
  @media only screen and (min-width: 1680px) {
    .conference-date {
      font-size: 30px;
      margin-bottom: 81px; } }

.conference-date:before {
  content: '\E812';
  font-family: "fontello", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-right: 13px;
  font-size: 28px;
  font-weight: 400; }
  @media only screen and (min-width: 1680px) {
    .conference-date:before {
      font-size: 30px;
      margin-left: 5px;
      margin-right: 28px; } }

.conference-link-container {
  margin-bottom: 0;
  margin-top: 20px; }

.conference-link-container .btn {
  background: #9f9b9b;
  color: #fff;
  border-color: #9f9b9b; }
  @media only screen and (min-width: 1680px) {
    .conference-link-container .btn {
      padding: 20px 55px;
      font-size: 24px;
      font-weight: 400;
      width: 100%; } }
  @media only screen and (min-width: 1680px) {
    .conference-link-container .btn {
      height: 60px;
      margin-bottom: -81px; } }

.conference-text .btn:hover,
.conference-text .btn:focus {
  background: #c70216;
  border-color: #c70216;
  color: #fff; }

.bg-conference {
  position: absolute;
  content: ' ';
  display: block;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../../../themes/theme//images/bg-conference.jpg) no-repeat left top;
  background-size: cover; }
  @media only screen and (min-width: 414px) {
    .bg-conference {
      background-position: left top; } }
  @media only screen and (min-width: 768px) {
    .bg-conference {
      background: url(../../../themes/theme//images/bg-conference.jpg) no-repeat center top;
      background-position: calc(50% - 50px) top;
      right: -500px;
      left: -126px; } }
  @media only screen and (min-width: 992px) {
    .bg-conference {
      background: url(../../../themes/theme//images/bg-conference.jpg) no-repeat center top;
      background-position: calc(50% - 110px) top;
      left: -50px; } }
  @media only screen and (min-width: 1240px) {
    .bg-conference {
      background-size: 1802px auto;
      background: url(../../../themes/theme//images/bg-conference.jpg) no-repeat center top;
      left: -80px; } }
  @media only screen and (min-width: 1366px) {
    .bg-conference {
      left: -290px; } }
  @media only screen and (min-width: 1680px) {
    .bg-conference {
      background-position: left top;
      left: -118px; } }

.edit-mode .bg-conference {
  z-index: -1; }

.gallery-area {
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .gallery-area {
      margin-top: 30px; } }
  @media only screen and (min-width: 992px) {
    .gallery-area {
      margin-top: 40px; } }
  @media only screen and (min-width: 1240px) {
    .gallery-area {
      margin-top: 60px; } }
  @media only screen and (min-width: 1680px) {
    .gallery-area {
      margin-top: 110px; } }

.gallery-list-cosmos {
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .gallery-list-cosmos {
      margin-top: -55px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .gallery-list-cosmos {
      margin-top: -28px; } }
  @media only screen and (min-width: 1240px) {
    .gallery-list-cosmos {
      margin-top: -122px; } }
  @media only screen and (min-width: 1680px) {
    .gallery-list-cosmos {
      margin-top: -106px;
      padding-right: 21px; } }
  @media only screen and (min-width: 1920px) {
    .gallery-list-cosmos {
      padding-right: 53px; } }

@media only screen and (min-width: 768px) {
  .gallery-list-cosmos .gallery-list-item {
    width: calc(33.33333% - 10px); } }

.main-nav .mm-navbar-inner-1 {
  background: #dedede;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding-left: 20px; }

.main-nav .mm-navbars-bottom {
  border-top: 0; }

.main-nav.mm-menu .contact-info-top-file {
  color: #3b3a38; }

.main-nav.mm-menu .contact-info-top-file i {
  font-size: 20px;
  color: #c70216;
  position: relative;
  bottom: -1px;
  display: inline-block;
  margin-right: 5px; }

.ccm-page .contact-info-top-file-container {
  width: 302px;
  -webkit-transform: translateX(-100%) translateZ(0);
          transform: translateX(-100%) translateZ(0);
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0; }

.nav-opened .ccm-page .contact-info-top-file-container {
  -webkit-transform: translateX(0) translateZ(0);
          transform: translateX(0) translateZ(0);
  opacity: 1; }

.ccm-page .contact-info-top-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d3d3d3;
  padding-left: 32px;
  color: #3b3a38; }
  @media only screen and (min-width: 1680px) {
    .ccm-page .contact-info-top-file {
      padding-left: 45px;
      height: 78px; } }
  @media only screen and (min-width: 992px) and (min-height: 800px) {
    .ccm-page .contact-info-top-file {
      height: 78px; } }

.ccm-page .contact-info-top-file:hover,
.ccm-page .contact-info-top-file:focus {
  text-decoration: none;
  color: #c70216; }

.ccm-page .contact-info-top-file-label {
  display: block;
  white-space: nowrap; }
  @media only screen and (min-width: 992px) {
    .ccm-page .contact-info-top-file-label {
      font-size: 16px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 150px; } }

.ccm-page .contact-info-top-file-icon {
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media only screen and (min-width: 992px) and (min-height: 800px) {
    .ccm-page .contact-info-top-file-icon {
      padding: 27px 0; } }
  @media only screen and (min-width: 1680px) {
    .ccm-page .contact-info-top-file-icon {
      width: 46px; } }

.logimat-banner {
  display: none; }
  @media only screen and (min-width: 414px) {
    .logimat-banner {
      display: block;
      float: left; }
      .logimat-banner img.logo {
        width: 70px; } }
  @media only screen and (min-width: 992px) {
    .logimat-banner {
      float: unset; }
      .logimat-banner img {
        display: block;
        margin: 0 auto; }
      .logimat-banner img.logo {
        padding: 10px;
        width: auto; } }
  .logimat-banner img.banner {
    display: none; }

.nav-opened .logimat-banner img.logo {
  display: none; }

.nav-opened .logimat-banner img.banner {
  display: block; }

.nav-opened .header-top > .container {
  width: 301px; }

@media only screen and (min-width: 992px) {
  .nav-opened .off-canvas-nav-area {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@media only screen and (min-width: 992px) {
  .nav-opened .site-logo-big {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); } }

@media only screen and (min-width: 992px) {
  .hamburger-sidebar.container-moved {
    margin-left: 301px;
    background: white;
    border-color: #d3d3d3; } }

@media only screen and (min-width: 992px) {
  .hamburger-sidebar .hamburger-slider.is-open .hamburger-inner,
  .hamburger-sidebar .hamburger-slider.is-open .hamburger-inner:before,
  .hamburger-sidebar .hamburger-slider.is-open .hamburger-inner:after {
    background: #000; } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .vis-animate, .ccm-page:not(.edit-mode) .vis-animate-slide-from-left, .ccm-page:not(.edit-mode) .vis-animate-slide-from-right, .ccm-page:not(.edit-mode) .vis-animate-slide-from-top, .ccm-page:not(.edit-mode) .vis-animate-slide-from-bottom, .ccm-page:not(.edit-mode) .vis-animate-scale, .ccm-page:not(.edit-mode) .vis-animate-fade {
    -webkit-transition: .7s;
    transition: .7s;
    opacity: 0; } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .on-screen .vis-animate, .ccm-page:not(.edit-mode) .on-screen .vis-animate-slide-from-left, .ccm-page:not(.edit-mode) .on-screen .vis-animate-slide-from-right, .ccm-page:not(.edit-mode) .on-screen .vis-animate-slide-from-top, .ccm-page:not(.edit-mode) .on-screen .vis-animate-slide-from-bottom, .ccm-page:not(.edit-mode) .on-screen .vis-animate-scale, .ccm-page:not(.edit-mode) .on-screen .vis-animate-fade {
    opacity: 1; } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .vis-animate-slide-from-left {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px); } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .vis-animate-slide-from-right {
    -webkit-transform: translateX(300px);
            transform: translateX(300px); } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .on-screen .vis-animate-slide-from-left,
  .ccm-page:not(.edit-mode) .on-screen .vis-animate-slide-from-right {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .vis-animate-slide-from-top {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px); } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .vis-animate-slide-from-bottom {
    -webkit-transform: translateY(300px);
            transform: translateY(300px); } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .on-screen .vis-animate-slide-from-top,
  .ccm-page:not(.edit-mode) .on-screen .vis-animate-slide-from-bottom {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .vis-animate-scale {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .on-screen .vis-animate-scale {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .vis-animate-fade {
    opacity: 0; } }

@media only screen and (min-width: 768px) {
  .ccm-page:not(.edit-mode) .on-screen .vis-animate-fade {
    opacity: 1; } }

@media only screen and (min-width: 768px) {
  .counters .counter {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0; } }

.counters .counter:nth-child(1) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s; }

.counters .counter:nth-child(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s; }

.counters .counter:nth-child(3) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s; }

.counters .counter:nth-child(4) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s; }

.counters .counter:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }

.counters .counter:nth-child(6) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s; }

.counters .counter:nth-child(7) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s; }

.counters .counter:nth-child(8) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s; }

.counters .counter:nth-child(9) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s; }

.counters .counter:nth-child(10) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }

.counters .counter:nth-child(11) {
  -webkit-transition-delay: 0.66s;
          transition-delay: 0.66s; }

.counters .counter:nth-child(12) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s; }

.page-template-index main {
  display: block;
  float: none;
  width: auto;
  margin: 0; }

.news-area .thumbnail-area {
  margin-bottom: 15px; }
  @media only screen and (min-width: 480px) {
    .news-area .thumbnail-area {
      float: right;
      max-width: 200px;
      margin-left: 20px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 576px) {
    .news-area .thumbnail-area {
      max-width: 300px; } }

.news-area .news-content-area {
  margin-bottom: 40px; }

.news-area .news-date {
  color: #aaaaaa;
  font-size: 14px;
  margin-bottom: 20px; }

.page-type-news .breadcrumbs li:nth-last-child(1),
.page-type-news .breadcrumbs li:nth-last-child(2) .separator {
  display: none; }

.news-area .gallery-list {
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  .contact-data-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media only screen and (min-width: 768px) {
  .contact-data {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333%; } }

@media only screen and (min-width: 768px) {
  .contact-data p:last-child {
    margin-bottom: 0; } }

.contact-data .arrow-link {
  font-size: 13px;
  margin-top: 5px; }

.contact-form-area {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d3d3d3; }
  @media only screen and (min-width: 768px) {
    .contact-form-area {
      margin-top: 30px;
      padding-top: 30px; } }

.contact-map-area {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d3d3d3;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .contact-map-area {
      margin-top: 40px;
      padding-top: 30px; } }

.contact-map-area iframe {
  width: 100%; }

.page-type-full-width main {
  width: auto;
  float: none;
  display: block; }

body a.ccm-panel-add-block-draggable-block-type span {
  text-align: left;
  padding-left: 17px;
  padding-top: 11px; }

body div#ccm-panel-add-block div.ccm-panel-add-block-set header {
  border-top: none; }

body a.ccm-panel-add-block-draggable-block-type span {
  width: 85%; }

/* Alternative template for select block/clipboard/stacks buttons when adding blocks etc. */
body .ccm-panel-right div.ccm-panel-header-accordion nav li > a,
body .ccm-panel-right div.ccm-panel-header-accordion nav span {
  padding: 18px 15px 18px 40px; }

body .ccm-panel-left div.ccm-panel-header-accordion-dropdown-visible nav ul {
  display: block; }

body .ccm-panel-left div.ccm-panel-header-accordion nav ul.ccm-panel-header-accordion-dropdown {
  height: auto; }

body .ccm-panel-left div.ccm-panel-header-accordion nav span {
  display: none; }

body .ccm-panel-left div.ccm-panel-header-accordion nav li {
  float: left;
  width: 33.33333%;
  text-align: center; }

body .ccm-panel-left div.ccm-panel-header-accordion nav ul.ccm-panel-header-accordion-dropdown:after {
  display: none; }

body .ccm-panel-left div.ccm-panel-header-accordion nav li > a[data-panel-accordion-tab-selected] {
  background: #000000; }

div.ccm-area-footer {
  padding-top: 0 !important;
  bottom: auto !important;
  top: 100% !important;
  min-width: 200px !important; }

div.ccm-area-footer div.ccm-area-footer-handle {
  height: auto !important; }

div.ccm-area-footer div.ccm-area-footer-handle > span {
  white-space: normal; }

.ccm-toolbar-visible .ccm-page {
  background-position-y: 48px !important; }

.ccm-panel-detail-content [data-panel-detail-form="compose"] .cke_contents {
  height: 370px !important; }

div.ccm-area {
  margin-bottom: 20px; }

.select2-drop {
  z-index: 99999 !important; }

.edit-mode .bg-hover:after,
.edit-mode .bg-hover:before {
  display: none !important; }

.toolbar-visible.body-edit-mode .mm-page {
  position: static;
  z-index: -1; }

.toolbar-visible .mm-slideout {
  z-index: inherit; }

.mm-slideout {
  z-index: inherit; }

#redactor-dropdown-holder .dropdown-menu {
  z-index: 1111111111111; }

#ccm-panel-detail-page-composer .ccm-panel-detail-content .form-group .ccm-input-number {
  width: 100% !important; }

table.ccm-search-results-table tbody td.ccm-file-manager-search-results-thumbnail img {
  height: 62px; }

.toolbar-visible .header-top,
.edit-mode .header-top {
  top: 48px;
  height: calc(100vh - 48px); }

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


