@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 */
  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 {
  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"] {
  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-phone-2:before {
  content: '\e80d'; }

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

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

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

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

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

/* '' */
.icon-user:before {
  content: '\e82b'; }

/* '' */
.icon-cancel-2:before {
  content: '\e82c'; }

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

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

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

/* '' */
.icon-gas-pump:before {
  content: '\e830'; }

/* '' */
.icon-percentage:before {
  content: '\e831'; }

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

/* '' */
.icon-phone-outline:before {
  content: '\e833'; }

/* '' */
.icon-arrow-down:before {
  content: '\e834'; }

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

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

/* '' */
.icon-gplus-1:before {
  content: '\f0d5'; }

/* '' */
.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-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'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
.icon-gplus:before {
  content: '\f30f'; }

/* '' */
html {
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  line-height: 24px;
  color: #444;
  font-size: 100%; }

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

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

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

.ccm-page hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e2e4e8; }
  @media only screen and (min-width: 992px) {
    .ccm-page hr {
      margin: 35px 0; } }

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

.ccm-page a {
  color: #bc131f;
  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: #ea313e;
    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: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  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: 38px; }
  @media only screen and (min-width: 992px) {
    .ccm-page h1, .ccm-page .h1 {
      font-size: 38px; } }

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

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

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

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

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

.ccm-page p {
  color: #444;
  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 li {
  margin-bottom: 5px; }

.ccm-page .list-check > li:before {
  content: "\E801";
  font-family: "fontello", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  margin-right: 6px;
  margin-left: -22px; }

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

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

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

.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: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  box-shadow: none;
  border: 2px solid transparent;
  font-family: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  padding: 8px 25px 8px;
  font-size: 14px;
  line-height: 22px;
  border-radius: 0;
  font-weight: 600;
  color: #bc131f;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
          transition: 0.2s ease-out; }
  .ccm-page .btn:focus, .ccm-page .btn:hover {
    color: #ea313e;
    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: #bc131f;
  border-color: #bc131f; }
  .ccm-page .btn-primary:focus, .ccm-page .btn-primary:hover {
    color: #a5111b;
    background-color: #fff;
    border-color: #bc131f; }

.ccm-page .btn-secondary {
  color: #fff;
  background-color: #020202;
  border-color: #020202; }
  .ccm-page .btn-secondary:focus, .ccm-page .btn-secondary:hover {
    color: black;
    background-color: #fff;
    border-color: #020202; }

.ccm-page .btn-outline-primary {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }
  .ccm-page .btn-outline-primary:focus, .ccm-page .btn-outline-primary:hover {
    color: #bc131f;
    background-color: #fff;
    border-color: #fff; }

.ccm-page .btn-outline-secondary {
  color: #444;
  background-color: #fff;
  border-color: #dbdbdb; }
  .ccm-page .btn-outline-secondary:focus, .ccm-page .btn-outline-secondary:hover {
    color: #444;
    background-color: #dbdbdb;
    border-color: #dbdbdb; }

.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", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  content: "\F105";
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  line-height: inherit; }

.ccm-page table {
  border: 1px solid #e2e4e8;
  border-collapse: collapse;
  width: 100%; }

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

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

.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; } }

.no-js .ccm-page table {
  margin: 20px 0; }
  @media only screen and (max-width: 991px) {
    .no-js .ccm-page table {
      display: block;
      width: 100%;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
  @media only screen and (min-width: 992px) {
    .no-js .ccm-page table {
      margin: 30px 0; } }

.ccm-page .table-legend {
  font-size: 14px;
  line-height: 14px;
  margin-top: -10px;
  margin-bottom: 30px; }

.edit-mode .table-legend {
  margin-top: 10px; }

.ccm-page .table-legend .cf {
  font-family: "Helvetica Neue", Arial, sans-serif; }

.ccm-page .table-spec th {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; }
  @media only screen and (max-width: 1239px) {
    .ccm-page .table-spec th {
      padding: 8px 5px; } }

.ccm-page .table-spec td {
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif; }
  @media only screen and (max-width: 1239px) {
    .ccm-page .table-spec td {
      padding: 8px 5px; } }

.ccm-page .table-spec tr td:first-child {
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; }

.ccm-page .table-spec td:nth-child(1) {
  text-align: left; }

.ccm-page .table-spec tr:last-child td p {
  margin-bottom: 5px; }

.ccm-page .table-spec th {
  background: #eee; }

.table-legend::first-letter {
  font-family: 'Arial'; }

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

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

.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: 960px; } }
  @media only screen and (min-width: 1240px) {
    .container {
      width: 1200px; } }

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

.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(2, 2, 2, 0.5); }

.ccm-page .bg-hover:after {
  font-family: "fontello", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  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: #444;
  white-space: nowrap; }

.pdf a:before {
  content: "\e807";
  display: inline-block;
  font-family: "fontello", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: #ff0000;
  margin-right: 5px; }

a.pdf-link:before {
  font-family: "fontello", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  content: "\f1c1";
  display: inline-block;
  margin-right: 5px;
  color: #bb0706;
  position: relative;
  top: -1px; }

.with-border {
  border: 1px solid #e2e4e8;
  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: #444; }
  .page-content a[href^="tel"]:hover, .page-content a[href^="tel"]:focus {
    text-decoration: none;
    color: #444; }

.cssfilters .grayscale {
  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; }
  @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; }
  @media only screen and (max-width: 575px) {
    .float-right {
      float: none !important;
      margin: 10px auto 15px !important; } }

@media only screen and (min-width: 992px) {
  .ccm-page .cb-row {
    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: 992px) {
  .cb-row-truck-master .cb-col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 350px;
    padding-left: 50px; } }
@media only screen and (min-width: 1240px) {
  .cb-row-truck-master .cb-col-text {
    padding-left: 90px; } }

@media only screen and (min-width: 992px) {
  .cb-row-blue-master .cb-col-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 450px;
    padding-left: 50px; } }
@media only screen and (min-width: 1240px) {
  .cb-row-blue-master .cb-col-text {
    padding-left: 90px; } }

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -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: transform;
  box-sizing: content-box; }

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

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

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

/* Auto Height */
.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: -webkit-transform, height;
  transition-property: transform, height; }

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

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

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

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

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

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

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

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

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

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  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, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

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

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

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

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

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

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

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

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

/* Fade */
.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-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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

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

/* Preloader */
.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%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PGxpbmUgaWQ9J2wnIHgxPSc2MCcgeDI9JzYwJyB5MT0nNycgeTI9JzI3JyBzdHJva2U9JyM2YzZjNmMnIHN0cm9rZS13aWR0aD0nMTEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjwvZGVmcz48Zz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwLDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2wnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAsNjApJy8+PHVzZSB4bGluazpocmVmPScjbCcgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCw2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNsJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCw2MCknLz48L2c+PC9zdmc+);
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

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

.mm-menu {
  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;
  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-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
        -ms-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);
        -ms-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-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;
      -ms-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 {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    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);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  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);
      -ms-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);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
      -ms-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-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.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-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 navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

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

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

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

.mm-navbar[class*="mm-navbar-content-"] > * {
  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-navbar-top-1 {
  top: 0px; }

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

.mm-navbar-top-2 {
  top: 40px; }

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

.mm-navbar-top-3 {
  top: 80px; }

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

.mm-navbar-top-4 {
  top: 120px; }

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

.mm-navbar-bottom-1 {
  bottom: 0px; }

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

.mm-navbar-bottom-2 {
  bottom: 40px; }

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

.mm-navbar-bottom-3 {
  bottom: 80px; }

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

.mm-navbar-bottom-4 {
  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%; }

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

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: 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-current {
    display: block; }

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

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
      -ms-transform: translate(80%, 0);
          transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
          transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
            transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0); } }
.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 oncanvas CSS
*/
/*
	jQuery.mmenu borderStyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

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

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

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

/*
	jQuery.mmenu pageDim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }
html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.1s;
          transition: opacity 0.4s ease 0.1s; }
html.mm-pagedim #mm-blocker {
  background: inherit; }
html.mm-pagedim-white #mm-blocker {
  background: #fff; }
html.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-slideout {
  -webkit-transform: translate(-80%, 0);
      -ms-transform: translate(-80%, 0);
          transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
          transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
            transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
      -ms-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: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
      -ms-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);
        -ms-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%);
      -ms-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%);
      -ms-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);
      -ms-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; }

@font-face {
  font-family: 'lg';
  src: url("../../../themes/theme//fonts/lg/lg.eot?n1z373");
  src: url("../../../themes/theme//fonts/lg/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../../../themes/theme//fonts/lg/lg.woff?n1z373") format("woff"), url("../../../themes/theme//fonts/lg/lg.ttf?n1z373") format("truetype"), url("../../../themes/theme//fonts/lg/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;
  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; }

.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;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -ms-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: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    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: 1025px) {
    .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%;
    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//images/vimeo-play.png") no-repeat scroll 0 0 transparent; }
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../../../themes/theme//images/vimeo-play.png") no-repeat scroll 0 -58px transparent; }
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../../../themes/theme//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//images/youtube-play.png") no-repeat scroll 0 0 transparent; }
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../../../themes/theme//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;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -ms-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 {
    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, 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%;
  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;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    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;
  -ms-transform: translate3d(0, 0px, 0);
  -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;
  -ms-transform: translate3d(0, 5px, 0);
  -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;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 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 * {
    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: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    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//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;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 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: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.75) 0%, black 100%);
  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;
      }*/ }

.lg-backdrop {
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.75) 0%, black 100%);
  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;
      }*/ }

body {
  background-color: #fff; }

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

.header-top {
  background: #020202; }
  @media only screen and (min-width: 992px) {
    .header-top {
      background: #020202 url(../../../themes/theme//images/bg-header.jpg) no-repeat center top;
      padding-top: 50px; } }

.top-bar {
  position: relative; }
  @media only screen and (min-width: 992px) {
    .top-bar {
      height: 50px;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      background: #020202;
      z-index: 10; } }

.top-bar:before {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background: #424141;
  z-index: 0; }

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

.logo-area {
  float: left;
  width: 120px;
  margin: 16px 0 16px; }
  @media only screen and (min-width: 768px) {
    .logo-area {
      width: 137px; } }
  @media only screen and (min-width: 992px) {
    .logo-area {
      margin: 55px 0 55px 0px; } }

.off-canvas-nav-area {
  position: relative;
  z-index: 1; }
  .off-canvas-nav-area:after, .off-canvas-nav-area:before {
    content: ' ';
    display: table; }
  .off-canvas-nav-area:after {
    clear: both; }

.contact-top-area {
  float: right;
  margin-right: 43px;
  margin-top: 19px; }
  @media only screen and (min-width: 414px) {
    .contact-top-area {
      margin-top: 15px;
      margin-right: 43px; } }
  @media only screen and (min-width: 992px) {
    .contact-top-area {
      margin-top: 63px;
      margin-right: 4px; } }

.page-content:after, .page-content:before {
  content: ' ';
  display: table; }
.page-content:after {
  clear: both; }
.page-content .page-info {
  position: relative; }

.breadcrumbs-area {
  border-bottom: 1px solid #e2e4e8;
  padding: 8px 0; }
  @media only screen and (min-width: 768px) {
    .breadcrumbs-area {
      padding: 18px 0; } }

main {
  margin-bottom: 35px; }
  @media only screen and (min-width: 768px) {
    main {
      margin-bottom: 60px; } }

.sidebar {
  margin-top: 25px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .sidebar {
      margin-bottom: 50px; } }
  @media only screen and (min-width: 992px) {
    .sidebar {
      margin-top: 0;
      float: left;
      width: 250px; } }

.calc-text {
  width: 65%; }

.footer {
  clear: both; }

.not-index .footer-primary {
  border-top: 1px solid #e2e4e8; }

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

.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-image {
  width: auto;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
          transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  filter: grayscale(1);
  opacity: 0.5;
  -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-image.animate {
    -webkit-animation-name: "silnet-logo-image-animation";
            animation-name: "silnet-logo-image-animation"; }
.silnet-logo-container.silnet-dark-bg .silnet-logo-image {
  filter: grayscale(1) invert(1); }
  .silnet-logo-container.silnet-dark-bg .silnet-logo-image.animate {
    -webkit-animation-name: "silnet-dark-bg-logo-image-animation";
            animation-name: "silnet-dark-bg-logo-image-animation"; }
.silnet-logo-container a {
  border: none !important;
  text-decoration: none !important; }
  .silnet-logo-container a:hover .silnet-logo-image {
    filter: grayscale(0) invert(0) !important;
    opacity: 1 !important; }

@-webkit-keyframes silnet-logo-image-animation {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
    filter: grayscale(1);
    opacity: 0.5; }
  25% {
    filter: grayscale(1);
    opacity: 0.5; }
  60%,
	80% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
    filter: grayscale(0);
    opacity: 1; }
  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); }
  95% {
    filter: grayscale(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);
            transform: rotate3d(0, 1, 0, 360deg) scale(1);
    filter: grayscale(1);
    opacity: 0.5; } }

@keyframes silnet-logo-image-animation {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
    filter: grayscale(1);
    opacity: 0.5; }
  25% {
    filter: grayscale(1);
    opacity: 0.5; }
  60%,
	80% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
    filter: grayscale(0);
    opacity: 1; }
  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); }
  95% {
    filter: grayscale(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);
            transform: rotate3d(0, 1, 0, 360deg) scale(1);
    filter: grayscale(1);
    opacity: 0.5; } }
@-webkit-keyframes silnet-dark-bg-logo-image-animation {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
    filter: grayscale(1) invert(1);
    opacity: 0.5; }
  25% {
    filter: grayscale(1) invert(1);
    opacity: 0.5; }
  60%,
	80% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
    filter: grayscale(0) invert(0);
    opacity: 1; }
  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); }
  95% {
    filter: grayscale(0) invert(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);
            transform: rotate3d(0, 1, 0, 360deg) scale(1);
    filter: grayscale(1) invert(1);
    opacity: 0.5; } }
@keyframes silnet-dark-bg-logo-image-animation {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
            transform: rotate3d(0, 1, 0, 0deg);
    filter: grayscale(1) invert(1);
    opacity: 0.5; }
  25% {
    filter: grayscale(1) invert(1);
    opacity: 0.5; }
  60%,
	80% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg);
            transform: rotate3d(0, 1, 0, 360deg);
    filter: grayscale(0) invert(0);
    opacity: 1; }
  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); }
  95% {
    filter: grayscale(0) invert(0);
    opacity: 1; }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1);
            transform: rotate3d(0, 1, 0, 360deg) scale(1);
    filter: grayscale(1) invert(1);
    opacity: 0.5; } }
@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: #444;
  margin-bottom: 10px; }

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

.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", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  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 #e2e4e8; }

.ccm-page .pagination > li > a:hover,
.ccm-page .pagination > li > a:focus {
  color: #fff;
  background: #e81a29;
  border-color: #e81a29;
  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: #bc131f;
  border-color: #bc131f; }

.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; }

.ccm-page .back-to-top-container {
  position: fixed;
  z-index: 999;
  right: calc(50% - 20px);
  bottom: 20px; }
  @media only screen and (min-width: 1640px) {
    .ccm-page .back-to-top-container {
      right: 30px;
      bottom: 50px; } }

.ccm-page .back-to-top {
  outline: 0;
  line-height: 0;
  border: 0;
  -webkit-transition: .3s;
          transition: .3s;
  background: #e81a29;
  color: #fff;
  border-radius: 30px;
  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; } }

.ccm-page .back-to-top:hover,
.ccm-page .back-to-top:focus {
  background-color: #bc131f;
  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);
      -ms-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) {
    .ccm-page .back-to-top-container.show .back-to-top {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

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

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

.main-nav .mm-navbar-bottom {
  border-bottom: 1px solid #dbdbdb; }

.main-nav .mm-navbar-bottom-2 {
  bottom: 41px; }

.main-nav .mm-navbar-bottom-3 {
  bottom: 82px; }

.main-nav .mm-navbar-bottom {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: .5s .5s;
          transition: .5s .5s; }

.mm-opening .main-nav .mm-navbar-bottom {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

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

.main-nav .mm-navbar-bottom:first-child {
  box-shadow: 0 0 5px rgba(80, 80, 80, 0.34);
  border-top: 0;
  border-bottom: 1px solid #d8d8d8; }

#mm-blocker {
  display: block;
  z-index: -1;
  opacity: 0; }

html.mm-front #mm-blocker {
  z-index: 1;
  -webkit-transition: opacity .5s;
          transition: opacity .5s; }

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

@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;
    display: block;
    float: left; }

  .desktop-nav .nav-level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .desktop-nav .nav-level-1 > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }

  .desktop-nav .nav-level-1 > .nav-home {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50px;
    background: #505050; }

  .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;
    padding: 0 0;
    background: transparent;
    color: #fff;
    font-family: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    text-align: center;
    border-right: 1px solid #424141;
    padding-left: 10px;
    padding-right: 10px; }

  .desktop-nav .nav-level-1 > li > a:hover,
  .desktop-nav .nav-level-1 > li > a:focus {
    background: #bc131f;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #bc131f; }

  .desktop-nav .nav-level-1 > li:nth-last-child(1),
  .desktop-nav .nav-level-1 > li:nth-last-child(2) {
    background: #505050; }

  .desktop-nav .nav-level-1 > li:nth-last-child(1) a,
  .desktop-nav .nav-level-1 > li:nth-last-child(2) a {
    padding-left: 20px;
    padding-right: 20px;
    border-right-color: #737373; }

  .desktop-nav .nav-level-1 > li:nth-last-child(2) a:hover,
  .desktop-nav .nav-level-1 > li:nth-last-child(2) a:focus {
    border-right-color: #bc131f; }

  .desktop-nav .nav-level-1 > li:nth-last-child(1) a {
    border-right: 0; }

  .desktop-nav .nav-level-1 > li > a i {
    margin-right: 8px; }

  .desktop-nav .nav-level-1 > li > a.nav-path-selected:not(.nav-home) {
    border-right: 1px solid #bc131f; }

  .desktop-nav .nav-level-1 > li > a > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .desktop-nav .nav-level-1 > .nav-home span {
    display: none; }

  .desktop-nav .nav-level-1 > .nav-home i {
    margin-right: 0; }

  .desktop-nav .nav-level-1 > li:nth-last-child(2) a i {
    font-size: 18px; }

  .desktop-nav li.has-dropdown {
    position: relative; }

  .desktop-nav .nav-dropdown {
    position: absolute;
    left: 0;
    right: auto;
    overflow: visible;
    clip: rect(1px, 1px, 1px, 1px);
    width: auto;
    min-width: 100%; }

  .desktop-nav .nav-dropdown-horizontal {
    left: 100%;
    top: 0; }

  .desktop-nav .nav-dropdown li {
    float: left;
    width: 100%;
    width: 250px; }

  .desktop-nav .nav-dropdown > li a {
    display: block;
    padding: 10px 15px;
    background: #505050;
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .desktop-nav .nav-dropdown > li:last-child > a {
    border-bottom: 0; }

  .desktop-nav .nav-dropdown li a:hover,
  .desktop-nav .nav-dropdown li a:focus {
    color: #fff;
    background: #e81a29;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.2); }

  .desktop-nav li:hover > .nav-dropdown,
  .desktop-nav li:focus > .nav-dropdown {
    clip: auto; }

  .desktop-nav a.has-dropdown {
    position: relative; }

  .desktop-nav .nav-level-1 > li > a.has-dropdown:after {
    content: " ";
    position: static;
    top: 22px;
    left: auto;
    right: 19px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: .2s;
            transition: .2s;
    margin-left: 10px; }

  .desktop-nav .nav-level-1 > li > a.has-dropdown:hover:after,
  .desktop-nav .nav-level-1 > li > a.has-dropdown:focus:after {
    border-color: #fff transparent transparent transparent; }

  .desktop-nav .nav-dropdown > li > a.has-dropdown:after {
    content: " ";
    position: absolute;
    top: 14px;
    left: auto;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transition: .2s;
            transition: .2s;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #fff; }

  .desktop-nav .nav-dropdown > li > a.has-dropdown:hover:after,
  .desktop-nav .nav-dropdown > li > a.has-dropdown:focus:after {
    border-color: transparent transparent transparent #fff; }

  .desktop-nav .nav-level-1 > li > a.nav-path-selected:not(.nav-home) {
    background: #bc131f;
    color: #fff;
    text-decoration: none; }

  .desktop-nav .nav-level-1 > li > a.has-dropdown.nav-path-selected:after {
    border-color: #fff transparent transparent transparent; }

  .desktop-nav .nav-dropdown li > a.nav-path-selected {
    color: #fff;
    background: #e81a29;
    text-decoration: none; }

  .desktop-nav .nav-dropdown > li > a.has-dropdown.nav-path-selected:after {
    border-color: transparent transparent transparent #fff; }

  .desktop-nav .nav-level-1 > li:hover > a,
  .desktop-nav .nav-level-1 > li:focus > a {
    background: #bc131f;
    color: #fff;
    text-decoration: none; }

  .desktop-nav .nav-level-1 > li:hover > a:after {
    border-color: #fff transparent transparent transparent; }

  .desktop-nav .nav-dropdown li:hover > a,
  .desktop-nav .nav-dropdown li:focus > a {
    color: #fff;
    background: #e81a29;
    text-decoration: none; }

  .desktop-nav .nav-dropdown > li:hover > a:after,
  .desktop-nav .nav-dropdown > li:focus > a:after {
    border-color: transparent transparent transparent #fff; } }
.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: #bc131f; }

@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 */
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    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 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    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: scroll;
    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 {
  margin: -20px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .side-nav {
      margin: -40px; } }

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

.ccm-page .side-nav-title a {
  color: #fff; }
  .ccm-page .side-nav-title a:hover, .ccm-page .side-nav-title a:focus {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none; }

.ccm-page .side-nav-list {
  margin: 0;
  padding: 0;
  list-style: none; }

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

.ccm-page .side-nav-link {
  display: block;
  background: #bc131f;
  color: #fff;
  padding: 10px 20px;
  line-height: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media only screen and (min-width: 768px) {
    .ccm-page .side-nav-link {
      padding: 10px 40px; } }

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

.ccm-page .side-nav-link.nav-selected {
  color: #fff;
  text-decoration: none;
  background: #9a0611; }

.side-nav .side-nav-level {
  padding-left: 0; }

.side-nav-level .side-nav-link {
  padding-left: 45px; }
  @media only screen and (min-width: 768px) {
    .side-nav-level .side-nav-link {
      padding-left: 65px; } }

.side-nav-level .side-nav-link {
  position: relative; }

.side-nav-level .side-nav-link:before {
  content: "\E80F";
  display: block;
  font-family: "fontello", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: 10px;
  left: 33px;
  font-size: 16px; }
  @media only screen and (min-width: 768px) {
    .side-nav-level .side-nav-link:before {
      left: 53px; } }

.side-nav-latest .side-nav-link {
  line-height: 18px; }

.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: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  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", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 12px;
  position: absolute;
  width: auto;
  top: 1px;
  border-top: 0;
  left: -6px;
  margin-right: 1px;
  color: #bc131f; }

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

.page-content ul.tree li a {
  font-size: 16px;
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  display: block;
  margin-left: 22px;
  line-height: 15px;
  padding-bottom: 10px;
  float: left;
  color: #444;
  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: relative;
  z-index: 101; }
  @media only screen and (min-width: 992px) {
    .hamburger-container {
      display: none; } }

/*!
 * 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-property: background;
          transition-property: background;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: 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: 17px;
  z-index: 100; }
  @media only screen and (min-width: 414px) {
    .hamburger {
      top: 13px; } }
  @media only screen and (min-width: 768px) {
    .hamburger {
      right: 0; } }
  @media only screen and (min-width: 992px) {
    .hamburger {
      display: none; } }

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform, background;
            transition-property: transform, background;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    -webkit-transition-property: -webkit-transform, opacity;
            transition-property: transform, opacity;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }
.hamburger--slider.is-open .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-open .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-4.28571px, -4px, 0);
            transform: rotate(-45deg) translate3d(-4.28571px, -4px, 0);
    opacity: 0; }
  .hamburger--slider.is-open .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
            transform: translate3d(0, -16px, 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; }

.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: inline-block;
  margin-bottom: 5px; }

.ccm-page .form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 20px;
  color: #444;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #e2e4e8;
  border-radius: 0;
  -webkit-transition: none;
          transition: none; }
  .ccm-page .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .ccm-page .form-control::-webkit-input-placeholder {
    color: #aaa;
    opacity: 1; }
  .ccm-page .form-control:-ms-input-placeholder {
    color: #aaa;
    opacity: 1; }
  .ccm-page .form-control::placeholder {
    color: #aaa;
    opacity: 1; }
  .ccm-page .form-control:disabled, .ccm-page .form-control[readonly] {
    background-color: #ebebeb;
    opacity: 1;
    color: #000; }
  .ccm-page .form-control:focus {
    outline: 0;
    border-color: #020202;
    box-shadow: inset 0 0 0 1px #020202; }

.ccm-page .field-select .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 35px; }
  .ccm-page .field-select .form-control:focus::-ms-value {
    color: #444;
    background-color: #fff; }

.ccm-page .field-select .form-control option:first-child {
  display: none; }

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

.ccm-page .field-select:before {
  content: " ";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 17px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #444 transparent transparent transparent; }

.no-appearance .ccm-page .field-select .form-control {
  padding-right: 12px; }

.no-appearance .ccm-page .field-select:before {
  display: none; }

.ccm-page .checkboxList,
.ccm-page .radioList {
  padding: 0;
  border: 0; }

.ccm-page .checkbox label,
.ccm-page .radio label {
  float: left;
  clear: left; }

.ccm-page .checkbox input,
.ccm-page .radio input {
  float: left;
  margin-top: 5px; }

.ccm-page .checkbox label span,
.ccm-page .radio label span {
  display: block;
  padding-left: 25px; }

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

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

.ccm-page .has-error.field-select:before {
  border-color: #dc3545 transparent transparent transparent; }

.ccm-page .checkbox label {
  position: relative; }

.ccm-page .checkbox label:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 1px solid #5a5a5a;
  -webkit-transition: .2s;
          transition: .2s; }
  @media only screen and (min-width: 768px) {
    .ccm-page .checkbox label:before {
      top: 3px; } }

.ccm-page .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }

.ccm-page .checkbox label span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 5px;
  left: 6px;
  width: 3px;
  height: 8px;
  border: solid #444;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0; }
  @media only screen and (min-width: 768px) {
    .ccm-page .checkbox label span:after {
      top: 5px;
      left: 6px; } }

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

.ccm-page .checkbox input:checked + span:before {
  opacity: 1; }

.ccm-page .has-error .checkbox label:before {
  border-color: #dc3545; }

.ccm-page .field-checkboxList-custom .checkbox label:before {
  top: -1px; }

.ccm-page .field-checkboxList-custom .checkbox span:after {
  top: 1px; }

.ccm-page .field-checkboxList-custom label {
  font-size: 13px;
  line-height: 14px; }

.ccm-page .radio label {
  position: relative; }

.ccm-page .radio label:before {
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  z-index: 0;
  border: 1px solid #5a5a5a;
  -webkit-transition: .2s;
          transition: .2s;
  border-radius: 100%; }
  @media only screen and (min-width: 768px) {
    .ccm-page .radio label:before {
      top: 2px; } }

.ccm-page .radio input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0; }

.ccm-page .radio label span:after {
  content: " ";
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #444;
  border-radius: 100%;
  opacity: 0; }
  @media only screen and (min-width: 768px) {
    .ccm-page .radio label span:after {
      top: 6px; } }

.ccm-page .radio input:checked + span:after {
  opacity: 1; }

.ccm-page .radio input:checked + span:before {
  opacity: 1; }

.ccm-page .has-error .radio label:before {
  border-color: #dc3545; }

@media only screen and (min-width: 768px) {
  .form-placeholders .field-select:before {
    bottom: auto;
    top: 17px; } }

@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: 180px;
    padding-right: 10px;
    margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .ccm-page .form-horizontal .form-control,
  .ccm-page .form-horizontal .field-checkboxlist,
  .ccm-page .form-horizontal .field-radios {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: calc(100% - 180px); } }

@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: 180px; } }

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

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

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

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

.ccm-page .page-list-item {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e4e8; }
  .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: #444; }

.ccm-page .page-list-item-title a:hover,
.ccm-page .page-list-item-title a:focus {
  color: #bc131f;
  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 {
  color: #aaaaaa;
  font-size: 14px; }

.ccm-page .page-list-item-button-container a:hover,
.ccm-page .page-list-item-button-container a:focus {
  color: #bc131f;
  text-decoration: none; }

.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 #bc131f; }

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

@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 {
    -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 {
    float: left;
    width: 150px;
    margin: 0 15px 0 0; } }
@media only screen and (min-width: 768px) {
  .page-list-item-thumbnail {
    width: 200px;
    margin: 0 25px 0 0; } }

@media only screen and (max-width: 413px) {
  .page-list-item-thumbnail img {
    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: 225px; } }

@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: 225px; } }

@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: 225px; } }

.grid-view {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 25px; }
  @media only screen and (min-width: 360px) {
    .grid-view {
      letter-spacing: -.51em; } }

.ccm-page .grid-view-title {
  letter-spacing: normal; }
  @media only screen and (min-width: 360px) {
    .ccm-page .grid-view-title {
      padding-left: 5px; } }

.grid-view-item {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e4e8; }
  @media only screen and (min-width: 360px) {
    .grid-view-item {
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      width: 50%;
      padding-left: 5px;
      padding-right: 5px; } }
  @media only screen and (min-width: 576px) {
    .grid-view-item {
      width: 33.33333%; } }
  @media only screen and (min-width: 992px) {
    .grid-view-item {
      width: 25%;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 20px; } }

.ccm-page .grid-view-item-title {
  margin-top: 0;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.ccm-page .grid-view-item-date {
  color: #aaaaaa;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 3px;
  margin-top: -4px; }

.grid-view-item-thumbnail {
  border: 1px solid #D7D7D7;
  width: 100%;
  height: auto; }

@media only screen and (min-width: 360px) and (max-width: 575px) {
  .grid-view-item:nth-child(2n+1):nth-last-child(-n+2),
  .grid-view-item:nth-child(2n+1):nth-last-child(-n+2) ~ .grid-view-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; } }
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .grid-view-item:nth-child(3n+1):nth-last-child(-n+3),
  .grid-view-item:nth-child(3n+1):nth-last-child(-n+3) ~ .grid-view-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; } }
@media only screen and (min-width: 992px) {
  .grid-view-item:nth-child(4n+1):nth-last-child(-n+4),
  .grid-view-item:nth-child(4n+1):nth-last-child(-n+4) ~ .grid-view-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; } }
.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }

.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); } }
  @media only screen and (min-width: 1240px) {
    .gallery-list-item {
      width: calc(20% - 10px); } }

.gallery-list-item img {
  margin: 0 auto; }

.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); }

.no-lightbox {
  margin: 30px 0 20px; }

.no-lightbox .gallery-list-item {
  width: calc(50% - 10px); }
  @media only screen and (min-width: 480px) {
    .no-lightbox .gallery-list-item {
      width: calc(33.33333% - 10px); } }
  @media only screen and (min-width: 768px) {
    .no-lightbox .gallery-list-item {
      width: calc(25% - 10px); } }
  @media only screen and (min-width: 1240px) {
    .no-lightbox .gallery-list-item {
      width: calc(20% - 10px); } }

.gallery-list-testimonials .gallery-list-item {
  background: #f7f7f7; }

.gallery-list-testimonials .gallery-list-item a {
  background: #f7f7f7;
  padding: 20px;
  display: block; }

.gallery-list-testimonials .testimonials-title {
  text-align: center;
  width: 100%;
  display: block;
  color: #444;
  font-size: 16px;
  line-height: 18px;
  margin-top: 10px; }

.ccm-page .gallery-list-testimonials .gallery-list-item a:hover,
.ccm-page .gallery-list-testimonials .gallery-list-item a:focus {
  text-decoration: none; }

.multilingual-no-flags {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff; }
  @media only screen and (min-width: 992px) {
    .multilingual-no-flags {
      -webkit-transform: none;
          -ms-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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .ccm-page .multilingual-link-active {
      background: none; } }

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

.ccm-page .contact-info-link {
  color: #444;
  text-decoration: none; }
  .ccm-page .contact-info-link:hover, .ccm-page .contact-info-link:focus {
    color: #bc131f;
    text-decoration: none; }

.ccm-page .contact-info-link[href^="tel"] {
  color: #444;
  text-decoration: none; }
  .ccm-page .contact-info-link[href^="tel"]:hover, .ccm-page .contact-info-link[href^="tel"]:focus {
    color: #444;
    text-decoration: none; }

.contact-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media only screen and (min-width: 992px) {
  .contact-info-top .contact-info-item {
    margin-right: 15px; } }

@media only screen and (min-width: 992px) {
  .contact-info-top .contact-info-item:last-child {
    margin-right: 0; } }

@media only screen and (min-width: 992px) {
  .contact-info-top .contact-info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

@media only screen and (max-width: 991px) {
  .contact-info-top .contact-info-icon {
    font-size: 20px;
    display: block;
    padding: 5px 7px; } }

.contact-info-top .contact-info-text {
  display: none; }
  @media only screen and (min-width: 992px) {
    .contact-info-top .contact-info-text {
      display: block; } }

.contact-info-top .contact-info-text span {
  padding-left: 5px; }

@media only screen and (min-width: 992px) {
  .contact-info-top-hidden .contact-info-item {
    margin-right: 33px; } }

.contact-info-top-hidden .contact-info-link {
  color: #fff; }
  .contact-info-top-hidden .contact-info-link:hover {
    color: #bc131f; }
  .contact-info-top-hidden .contact-info-link:focus {
    color: #fff; }

.contact-info-top-hidden .contact-info-link[href^="tel"] {
  color: #fff; }
  .contact-info-top-hidden .contact-info-link[href^="tel"]:hover {
    color: #bc131f; }
  .contact-info-top-hidden .contact-info-link[href^="tel"]:focus {
    color: #fff; }

.is-open .contact-info-icon {
  color: #ffffff; }

@media only screen and (min-width: 992px) {
  .contact-info-top-hidden .contact-info-icon {
    font-size: 21px; } }

.contact-info-top-hidden .contact-info-text {
  white-space: nowrap;
  color: #ffffff; }

.contact-info-item-mail .contact-info-text span {
  padding-left: 10px; }

@media only screen and (min-width: 992px) {
  .contact-info-item-mail .contact-info-icon {
    position: relative;
    top: -1px; } }

.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: #444; }
  .ccm-page .fileset-list li a:hover, .ccm-page .fileset-list li a:focus {
    text-decoration: none;
    color: #bc131f; }

.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: #444; }

.footer-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #959494;
  background: #020202; }
  @media only screen and (min-width: 768px) {
    .footer-bottom {
      text-align: left;
      font-size: 12px;
      line-height: 18px; } }

.footer-bottom > .container {
  padding: 15px 10px;
  border-top: 1px solid #2f2f2f; }
  .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: 30px 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; } }

.company-copyrights {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .company-copyrights {
      margin-bottom: 0; } }

.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; } }

.footer-bottom-links a {
  display: inline-block;
  text-decoration: none;
  color: #959494;
  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: #2f2f2f; }

.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: 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; } }

@media only screen and (min-width: 768px) {
  .ccm-page .btn-map {
    display: none; } }

.hide-map-on-mobile {
  display: none; }
  @media only screen and (min-width: 768px) {
    .hide-map-on-mobile {
      display: block; } }

.googlemaps-multiple-container .special {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px; }

.map-controls {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .map-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.map-controls label {
  display: block;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .map-controls label {
      margin-bottom: 0; } }

.map-controls label span {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 5px; }

.map-controls label input[type="text"] {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .map-controls label input[type="text"] {
      width: auto; } }

@media only screen and (min-width: 768px) {
  .map-controls .btn {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px; } }

.googlemaps-multiple-container img {
  max-width: none !important; }

.googlemaps-multiple-container .inner-container {
  height: 400px;
  width: 100%;
  position: relative; }

.googlemaps-multiple-container .inner-container .loading {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: url(../../../themes/theme//images/preloader.gif) no-repeat center; }

.googlemaps-multiple-container .inner-container .googlemap {
  height: 99%;
  z-index: 1;
  position: relative;
  opacity: 0.4;
  filter: alpha(opacity=40);
  border: 1px solid #ccc; }

.googlemaps-multiple-container .inner-container .googlemap .gm-style-iw p {
  margin: 0; }

.ccm-page .site-logo {
  margin: 0;
  padding: 0;
  position: relative; }

@media only screen and (min-width: 414px) {
  .ccm-page .site-logo:after {
    content: ' ';
    display: block;
    position: absolute;
    height: 29px;
    right: -12px;
    top: 4px;
    width: 1px;
    background: #343535; } }
@media only screen and (min-width: 480px) {
  .ccm-page .site-logo:after {
    right: -22px; } }
@media only screen and (min-width: 768px) {
  .ccm-page .site-logo:after {
    top: 7px;
    height: 30px; } }

.site-logo-subtitle {
  font-size: 10px;
  line-height: 12px;
  display: block;
  white-space: nowrap;
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  font-family: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif; }
  @media only screen and (min-width: 414px) {
    .site-logo-subtitle {
      position: absolute;
      left: 100%;
      top: 2px;
      padding-left: 22px; } }
  @media only screen and (min-width: 480px) {
    .site-logo-subtitle {
      padding-left: 40px;
      font-size: 10px; } }
  @media only screen and (min-width: 768px) {
    .site-logo-subtitle {
      font-size: 15px;
      line-height: 15px;
      top: 9px; } }

.site-logo-subtitle br {
  display: none; }
  @media only screen and (min-width: 414px) {
    .site-logo-subtitle br {
      display: inline-block; } }
  @media only screen and (min-width: 768px) {
    .site-logo-subtitle br {
      display: none; } }

.ccm-page .site-logo a {
  display: block; }

.ccm-page .page-title {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .ccm-page .page-title {
      margin-top: 35px;
      margin-bottom: 33px; } }

.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: #959494;
  background: #020202; }
  @media only screen and (min-width: 768px) {
    .footer-bottom {
      text-align: left;
      font-size: 12px;
      line-height: 18px; } }

.footer-bottom > .container {
  padding: 15px 10px;
  border-top: 1px solid #2f2f2f; }
  .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: 30px 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; } }

.company-copyrights {
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .company-copyrights {
      margin-bottom: 0; } }

.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; } }

.footer-bottom-links a {
  display: inline-block;
  text-decoration: none;
  color: #959494;
  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: #2f2f2f; }

.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: 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; } }

.freshmail-subscribe {
  padding: 25px 0 30px; }
  @media only screen and (min-width: 992px) {
    .freshmail-subscribe {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media only screen and (min-width: 1240px) {
    .freshmail-subscribe {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

@media only screen and (min-width: 768px) {
  .freshmail-subscribe-form-has-alert {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media only screen and (min-width: 992px) {
  .freshmail-subscribe-description {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; } }
@media only screen and (min-width: 1240px) {
  .freshmail-subscribe-description {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.freshmail-subscribe-description h2 {
  font-size: 24px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 600; }
  @media only screen and (min-width: 768px) {
    .freshmail-subscribe-description h2 {
      font-size: 28px; } }
  @media only screen and (min-width: 1240px) {
    .freshmail-subscribe-description h2 {
      margin-bottom: 0;
      font-size: 34px;
      line-height: 27px;
      padding-right: 20px; } }

@media only screen and (min-width: 414px) {
  .freshmail-subscribe-description h2 br {
    display: none; } }
@media only screen and (min-width: 768px) {
  .freshmail-subscribe-description h2 br {
    display: inline-block; } }

.freshmail-subscribe-description p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 18px; }
  @media only screen and (min-width: 992px) {
    .freshmail-subscribe-description p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 14px; } }

@media only screen and (min-width: 992px) {
  .freshmail-subscribe-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; } }
@media only screen and (min-width: 1240px) {
  .freshmail-subscribe-form-container {
    width: 40%; } }

.freshmail-subscribe-form-container .alert {
  margin-top: 0; }
  @media only screen and (min-width: 992px) {
    .freshmail-subscribe-form-container .alert {
      width: 100%; } }

@media only screen and (min-width: 414px) {
  .ccm-page .freshmail-subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    width: 100%; } }

.ccm-page .freshmail-subscribe-form-input[type="text"] {
  border: 0;
  height: 46px;
  width: 100%;
  margin-bottom: 10px;
  color: #fff; }
  @media only screen and (min-width: 414px) {
    .ccm-page .freshmail-subscribe-form-input[type="text"] {
      margin-right: 10px;
      margin-bottom: 0; } }

.ccm-page .freshmail-subscribe-form-button {
  display: block;
  width: 100%;
  height: 46px; }
  @media only screen and (min-width: 414px) {
    .ccm-page .freshmail-subscribe-form-button {
      width: auto; } }

.sidebar-box {
  background: #bc131f;
  color: #fff;
  padding: 20px 20px 0 20px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .sidebar-box {
      padding: 40px 40px 0 40px; } }

.sidebar-box p, .sidebar-box h1, .sidebar-box h2, .sidebar-box h3, .sidebar-box h4, .sidebar-box h5, .sidebar-box h6, .sidebar-box li {
  color: #fff; }

.sidebar-box *:last-child {
  margin-bottom: 0; }

.footer-carousel-wrapper {
  position: relative;
  background: #020202;
  padding: 20px 0; }
  @media only screen and (min-width: 768px) {
    .footer-carousel-wrapper {
      padding: 0; } }

.footer-carousel .swiper-slide {
  height: 90px;
  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; }
  @media only screen and (min-width: 768px) {
    .footer-carousel .swiper-slide {
      height: 120px; } }

.footer-carousel .swiper-slide img {
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .footer-carousel-wrapper > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.footer-carousel-title {
  font-family: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    .footer-carousel-title {
      white-space: nowrap;
      margin-right: 45px; } }
  @media only screen and (min-width: 992px) {
    .footer-carousel-title {
      margin-right: 96px; } }

.footer-contact {
  padding: 20px 10px 30px; }
  @media only screen and (min-width: 768px) {
    .footer-contact {
      padding: 40px 0 50px; } }
  @media only screen and (min-width: 992px) {
    .footer-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 55px 0 73px; } }

@media only screen and (min-width: 992px) {
  .footer-contact-text {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33%; } }

@media only screen and (max-width: 991px) {
  .footer-contact-text h2 br {
    display: none; } }

.footer-contact-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (min-width: 992px) {
    .footer-contact-text p {
      display: block; } }

.footer-contact-text .show-number {
  font-size: 16px; }

@media only screen and (min-width: 992px) {
  .footer-form-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 67%; } }

.footer-contact-text p {
  font-size: 24px;
  line-height: 34px; }
  @media only screen and (min-width: 992px) {
    .footer-contact-text p {
      margin: 0; } }

.footer-contact-text a {
  color: inherit;
  text-decoration: none !important; }

.footer-contact-text a:before {
  font-family: "fontello", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  margin-right: 10px; }

.footer-contact-text a[href^="tel"]:before {
  content: '\e833'; }

.footer-contact-text a[href^="mailto"]:before {
  content: '\e808'; }

@media only screen and (min-width: 768px) {
  .footer-contact-text h2 {
    margin: 0 30px 24px 0;
    line-height: 30px; } }
@media only screen and (min-width: 992px) {
  .footer-contact-text h2 {
    margin: 0 0 38px 0; } }

@media only screen and (min-width: 768px) {
  .footer-contact-text h2 br {
    display: none; } }
@media only screen and (min-width: 992px) {
  .footer-contact-text h2 br {
    display: inline-block; } }

.footer-form .form-actions {
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .footer-form .form-actions {
      text-align: center; } }

@media only screen and (min-width: 768px) {
  .footer-form .form-actions .btn {
    padding: 8px 47px 8px; } }

@media only screen and (min-width: 768px) {
  .footer-form .fields {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px; } }

@media only screen and (min-width: 768px) {
  .footer-form .field {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(50% - 20px); } }

.footer-form .field-textarea {
  width: calc(100% - 20px); }
  @media only screen and (min-width: 768px) {
    .footer-form .field-textarea textarea {
      height: 42px; } }

@media only screen and (min-width: 768px) {
  .footer-form .field.field-checkboxList-custom {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 2px; } }

@media only screen and (min-width: 768px) {
  .footer-form .field.field-checkboxList-custom .checkbox {
    display: inline-block; } }

.footer-form .ecRecaptcha{text-align:center}
.footer-form .ecRecaptcha>div{display:inline-block}

.footer-icons-wrapper {
  background: #020202;
  color: #fff; }

.iwd-wrapper {
  background: #020202; }

.iwd-wrapper > .container {
  padding: 20px 10px; }
  @media only screen and (min-width: 768px) {
    .iwd-wrapper > .container {
      padding: 35px 0; } }
  @media only screen and (min-width: 992px) {
    .iwd-wrapper > .container {
      padding: 55px 0 100px; } }

.ccm-page .iwd-title {
  color: #ffffff; }
  @media only screen and (min-width: 576px) {
    .ccm-page .iwd-title {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) {
    .ccm-page .iwd-title {
      margin-bottom: 40px; } }
  @media only screen and (min-width: 992px) {
    .ccm-page .iwd-title {
      margin-bottom: 64px; } }

@media only screen and (min-width: 992px) {
  .iwd-advantages .iwd-title {
    padding-left: 40px; } }

@media only screen and (min-width: 480px) {
  .iwd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.ccm-page .iwd-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #bfc0bf; }
  @media only screen and (min-width: 480px) {
    .ccm-page .iwd-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%; } }
  @media only screen and (min-width: 576px) {
    .ccm-page .iwd-item {
      display: block;
      width: 20%;
      text-align: center; } }

.ccm-page .iwd-item:hover,
.ccm-page .iwd-item:focus {
  text-decoration: none;
  color: #bc131f; }

.iwd-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  font-size: 22px;
  line-height: 30px;
  text-align: center; }
  @media only screen and (min-width: 576px) {
    .iwd-icon {
      display: block;
      width: auto;
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 20px; } }
  @media only screen and (min-width: 992px) {
    .iwd-icon {
      font-size: 58px;
      line-height: 65px;
      margin-bottom: 30px;
      position: relative; } }

@media only screen and (min-width: 992px) {
  .iwd-icon-1 {
    font-size: 58px;
    line-height: 65px; } }

@media only screen and (min-width: 992px) {
  .iwd-icon-2 {
    font-size: 58px;
    line-height: 65px; } }

@media only screen and (min-width: 992px) {
  .iwd-icon-3 {
    font-size: 60px;
    line-height: 65px;
    top: -2px;
    left: -6px; } }

@media only screen and (min-width: 992px) {
  .iwd-icon-4 {
    font-size: 69px;
    line-height: 65px;
    top: -5px;
    left: -1px; } }

@media only screen and (max-width: 575px) {
  .iwd-icon-5 {
    font-size: 18px; } }
@media only screen and (min-width: 992px) {
  .iwd-icon-5 {
    font-size: 49px;
    line-height: 65px;
    top: 0px;
    left: 2px; } }

.iwd-text {
  padding-left: 8px;
  line-height: 20px; }
  @media only screen and (min-width: 576px) {
    .iwd-text {
      padding-left: 0;
      display: block; } }

.ccm-page .iwd-text p {
  margin: 0;
  color: #fff;
  -webkit-transition: .2s;
          transition: .2s; }

.ccm-page .iwd-item:hover .iwd-text p,
.ccm-page .iwd-item:focus.iwd-text p {
  text-decoration: none;
  color: #bc131f; }

.iwd-text br {
  display: none; }
  @media only screen and (min-width: 480px) {
    .iwd-text br {
      display: inline-block; } }

.hero-wrapper {
  position: relative;
  background: #020202;
  overflow: hidden; }

.hero-image-container .hero-image {
  max-width: none;
  width: 600px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative; }
  @media only screen and (min-width: 480px) {
    .hero-image-container .hero-image {
      width: 600px; } }
  @media only screen and (min-width: 576px) {
    .hero-image-container .hero-image {
      width: 768px; } }
  @media only screen and (min-width: 768px) {
    .hero-image-container .hero-image {
      width: 1024px; } }
  @media only screen and (min-width: 992px) {
    .hero-image-container .hero-image {
      width: 1440px; } }
  @media only screen and (min-width: 1240px) {
    .hero-image-container .hero-image {
      width: 1440px; } }
  @media only screen and (min-width: 1366px) {
    .hero-image-container .hero-image {
      width: 1780px; } }
  @media only screen and (min-width: 1640px) {
    .hero-image-container .hero-image {
      width: 1920px; } }

.hero-caption-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .hero-caption-container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.hero-caption-inner {
  position: relative; }

.hero-caption-number {
  font-size: 240px;
  line-height: 200px;
  font-family: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  position: absolute;
  background: -webkit-linear-gradient(top, #484747 0%, #1d1c1c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #484747 0%, #1d1c1c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: 1;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: -100px;
  margin: auto; }
  @media only screen and (min-width: 768px) {
    .hero-caption-number {
      font-size: 520px;
      line-height: 480px;
      top: -50px;
      width: auto; } }
  @media only screen and (min-width: 992px) {
    .hero-caption-number {
      top: -63px; } }
  @media only screen and (min-width: 1366px) {
    .hero-caption-number {
      top: -43px; } }
  @media only screen and (min-width: 1640px) {
    .hero-caption-number {
      top: 11px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero-caption-number {
    background: none;
    color: #313030; } }
.hero-caption-inner h2 {
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  top: 70px;
  text-shadow: 1px 1px 10px #000; }
  @media only screen and (min-width: 768px) {
    .hero-caption-inner h2 {
      font-size: 42px;
      line-height: 44px;
      top: 0;
      margin-top: 130px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .hero-caption-inner h2 {
      margin-top: 120px; } }
  @media only screen and (min-width: 1366px) {
    .hero-caption-inner h2 {
      margin-top: 150px; } }
  @media only screen and (min-width: 1640px) {
    .hero-caption-inner h2 {
      margin-top: 171px; } }

.ccm-page .hero-arrow {
  font-size: 22px;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  padding: 20px;
  width: 62px;
  margin: auto;
  bottom: -105px; }
  @media only screen and (min-width: 414px) {
    .ccm-page .hero-arrow {
      bottom: -110px; } }
  @media only screen and (min-width: 768px) {
    .ccm-page .hero-arrow {
      position: relative;
      bottom: auto;
      top: 20px; } }

@media only screen and (min-width: 768px) {
  .offer-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media only screen and (min-width: 992px) {
  .offer-boxes {
    margin-left: -40px;
    margin-right: -40px; } }

.ccm-page .offer-box {
  background: #bc131f;
  color: #fff;
  display: block;
  padding: 20px 20px 30px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .ccm-page .offer-box {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 33.33333%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .offer-box {
      padding: 50px 30px 55px 41px; } }

.ccm-page .offer-box:hover,
.ccm-page .offer-box:focus {
  color: #fff;
  background: #ca1421;
  text-decoration: none; }

.offer-box.offer-box:nth-child(3n+2) {
  background: #9a0611; }

.offer-box.offer-box:nth-child(3n+2):hover,
.offer-box.offer-box:nth-child(3n+2):focus {
  background: #a90713; }

.offer-box-description {
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .offer-box-description {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.offer-box .offer-box-title {
  font-size: 24px;
  position: relative;
  color: #fff;
  line-height: 1.1em;
  font-family: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  padding-left: 25px;
  font-weight: 300;
  margin-bottom: 12px; }
  @media only screen and (min-width: 768px) {
    .offer-box .offer-box-title {
      font-size: 32px;
      margin-bottom: 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offer-box .offer-box-title {
      font-size: 20px; } }
  @media only screen and (min-width: 992px) {
    .offer-box .offer-box-title {
      padding-left: 28px; } }

@media only screen and (max-width: 767px) {
  .offer-box .offer-box-title br {
    display: none; } }

.offer-box .offer-box-product .offer-box-product-title {
  font-size: 30px; }

.offer-box-counter {
  position: absolute;
  left: 0;
  top: 0; }

.offer-box .offer-box-text {
  color: #fff;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offer-box .offer-box-text {
      font-size: 14px;
      line-height: 18px; } }
  @media only screen and (min-width: 768px) {
    .offer-box .offer-box-text {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 992px) {
    .offer-box .offer-box-text {
      margin-bottom: 39px;
      padding-left: 28px; } }

@media only screen and (max-width: 767px) {
  .offer-box .offer-box-text br {
    display: none; } }

.offer-box .btn {
  margin-left: 25px;
  padding: 6px 21px 6px; }
  @media only screen and (min-width: 768px) {
    .offer-box .btn {
      margin-top: auto; } }
  @media only screen and (min-width: 1240px) {
    .offer-box .btn {
      margin-left: 28px;
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.offer-box-number {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 250px;
  line-height: 186px;
  color: rgba(154, 6, 17, 0.35);
  font-weight: 600;
  font-family: "Titillium Web", "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  z-index: 1;
  -webkit-transition: .2s;
          transition: .2s; }
  @media only screen and (min-width: 768px) {
    .offer-box-number {
      font-size: 350px;
      line-height: 260px; } }
  @media only screen and (min-width: 1240px) {
    .offer-box-number {
      font-size: 450px;
      line-height: 330px; } }

.offer-box:nth-child(1) .offer-box-number {
  right: -38px; }
  @media only screen and (min-width: 768px) {
    .offer-box:nth-child(1) .offer-box-number {
      right: -58px; } }
  @media only screen and (min-width: 1240px) {
    .offer-box:nth-child(1) .offer-box-number {
      right: -71px; } }

.offer-box:nth-child(2) .offer-box-number {
  right: -24px;
  color: rgba(188, 19, 31, 0.35); }
  @media only screen and (min-width: 1240px) {
    .offer-box:nth-child(2) .offer-box-number {
      right: -37px; } }

.offer-box:nth-child(3) .offer-box-number {
  right: -27px; }
  @media only screen and (min-width: 1240px) {
    .offer-box:nth-child(3) .offer-box-number {
      right: -35px; } }

.offer-box.offer-box:nth-child(3n+2):hover .offer-box-number,
.offer-box.offer-box:nth-child(3n+2):focus .offer-box-number {
  color: #b70d19; }

.offer-boxes-home {
  margin-top: 10px; }
  @media only screen and (min-width: 768px) {
    .offer-boxes-home {
      margin-top: -60px; } }
  @media only screen and (min-width: 992px) {
    .offer-boxes-home {
      margin-top: -242px;
      margin-left: 0;
      margin-right: 0; } }
  @media only screen and (min-width: 1366px) {
    .offer-boxes-home {
      margin-top: -360px; } }

@media only screen and (min-width: 768px) {
  .offer-boxes-tanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; } }

.ccm-page .offer-box-tank {
  background: #fff;
  color: #444;
  display: block;
  padding: 20px 20px 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e4e8;
  margin-bottom: 10px;
  box-shadow: inset 0px 0px 0px 3px transparent;
  -webkit-transition: .2s;
          transition: .2s; }
  @media only screen and (min-width: 768px) {
    .ccm-page .offer-box-tank {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 5px;
      margin-right: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(50% - 10px); } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .offer-box-tank {
      width: calc(33.33333% - 10px);
      padding: 30px 45px; } }

@media only screen and (min-width: 768px) and (max-width: 1239px) {
  .ccm-page .offer-box-tank:nth-child(3) {
    width: calc(100% - 10px); } }

.ccm-page .offer-box-tank:hover,
.ccm-page .offer-box-tank:focus {
  color: #bc131f;
  text-decoration: none; }

.offer-box-tank-thumbnail {
  margin-bottom: 15px; }

.about-us {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .about-us {
      margin-top: 30px; } }

.about-us h2 {
  margin-bottom: 10px; }
  @media only screen and (min-width: 992px) {
    .about-us h2 {
      margin-bottom: 25px; } }

.about-us p {
  margin-bottom: 15px; }

.about-us p:last-child {
  margin-bottom: 0;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .about-us p:last-child {
      margin-top: 20px; } }
  @media only screen and (min-width: 1240px) {
    .about-us p:last-child {
      margin-top: 30px; } }

@media only screen and (min-width: 992px) {
  .about-us-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }
@media only screen and (min-width: 768px) {
  .about-us-1 {
    margin-top: 0;
    background: #fff; } }

.about-us-1 .about-us-description {
  padding: 20px; }
  @media only screen and (min-width: 768px) {
    .about-us-1 .about-us-description {
      padding: 30px; } }
  @media only screen and (min-width: 992px) {
    .about-us-1 .about-us-description {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(100% - 400px); } }
  @media only screen and (min-width: 1240px) {
    .about-us-1 .about-us-description {
      -ms-flex-item-align: start;
          align-self: flex-start; } }

.about-us-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .about-us-2 {
      background: #fff;
      padding: 0;
      margin-bottom: 0;
      border-top: 1px solid #e2e4e8; } }

.about-us-2 .about-us-description {
  padding: 20px 0;
  box-sizing: border-box;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media only screen and (min-width: 768px) {
    .about-us-2 .about-us-description {
      padding: 30px 30px 25px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  @media only screen and (min-width: 992px) {
    .about-us-2 .about-us-description {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 400px; } }
  @media only screen and (min-width: 1240px) {
    .about-us-2 .about-us-description {
      padding: 30px; } }

.about-us-2 h2 {
  margin-bottom: 10px; }
  @media only screen and (min-width: 1240px) {
    .about-us-2 h2 {
      margin-bottom: 25px; } }

.about-us-2 p {
  margin-bottom: 15px; }

@media only screen and (min-width: 768px) {
  .about-us-2 ul {
    padding-left: 20px; } }

@media only screen and (min-width: 768px) {
  .about-us-2 .list-check {
    padding-left: 23px; } }

.about-us-2 p:last-child {
  margin-bottom: 0;
  margin-top: 10px; }
  @media only screen and (min-width: 992px) {
    .about-us-2 p:last-child {
      margin-top: 30px; } }

.about-us-history {
  padding-top: 30px;
  margin-top: 28px;
  border-top: 1px solid #e2e4e8;
  margin-bottom: 30px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .about-us-history {
      padding: 0;
      margin: 0 -20px;
      width: calc(100% + 40px); } }
  @media only screen and (min-width: 768px) {
    .about-us-history {
      margin-top: 0;
      border-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: auto; } }
  @media only screen and (min-width: 992px) {
    .about-us-history {
      width: calc(100% - 400px); } }

.about-us-history img {
  -webkit-transition: .3s;
          transition: .3s; }
  @media only screen and (min-width: 768px) {
    .about-us-history img {
      margin: 0 auto; } }

.about-us-history .btn {
  position: absolute;
  left: 10px;
  bottom: 10px;
  margin-left: 10px; }
  @media only screen and (min-width: 414px) {
    .about-us-history .btn {
      bottom: 20px; } }
  @media only screen and (min-width: 768px) {
    .about-us-history .btn {
      top: auto;
      bottom: 30px;
      left: auto;
      right: 30px;
      margin-left: 0; } }

.about-us-history-link {
  display: block;
  background: #d1d1d1; }
  @media only screen and (min-width: 768px) {
    .about-us-history-link {
      height: 100%; } }

.about-us-history-link:hover img {
  opacity: .5; }

@media only screen and (min-width: 768px) {
  .about-us-history-link:hover .btn {
    right: 50%;
    bottom: 50%;
    top: auto;
    left: auto;
    -webkit-transform: translate(50%, 50%);
        -ms-transform: translate(50%, 50%);
            transform: translate(50%, 50%);
    width: 200px;
    height: 50px;
    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; } }
@media only screen and (min-width: 992px) and (max-width: 1239px) {
  .about-us-history-link:hover .btn {
    bottom: 60%; } }

.about-us-history-heading h2 {
  padding: 0 20px;
  margin-top: 18px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .about-us-history-heading h2 {
      display: none; } }

.edit-mode .about-us-history-heading h2 {
  display: block; }

@media only screen and (min-width: 768px) {
  .employees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; } }

.employee {
  margin-bottom: 10px;
  border: 1px solid #e2e4e8;
  padding: 10px 15px;
  background: #f7f7f7; }
  @media only screen and (min-width: 768px) {
    .employee {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 5px;
      margin-right: 5px;
      width: calc(50% - 10px);
      padding: 15px 20px; } }
  @media only screen and (min-width: 1240px) {
    .employee {
      width: calc(33.33333% - 10px); } }

.employee-name {
  font-size: 1.1rem;
  font-weight: 600; }

.employee-position {
  font-size: .9rem;
  margin-top: 3px;
  margin-bottom: 3px; }

.employee-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.employee-contact-item i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px; }

.employee-contact-item a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

@media only screen and (min-width: 768px) {
  .offer-boxes-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; } }

.ccm-page .offer-box-product {
  background: #fff;
  color: #444;
  display: block;
  padding: 20px 20px 30px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e4e8;
  margin-bottom: 10px;
  box-shadow: inset 0px 0px 0px 3px transparent;
  -webkit-transition: .2s;
          transition: .2s; }
  @media only screen and (min-width: 768px) {
    .ccm-page .offer-box-product {
      -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: 992px) {
    .ccm-page .offer-box-product {
      width: calc(33.33333% - 10px); } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .offer-box-product {
      padding: 30px; } }

.ccm-page .offer-box-product-title {
  margin-bottom: 0; }

.offer-box-product-code {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 20px; }

.offer-box-product-thumbnail {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.offer-box-product-thumbnail img {
  -ms-flex-item-align: center;
      align-self: center; }

.offer-box-product-description-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.data-sheet {
  margin-bottom: 35px; }
  @media only screen and (min-width: 576px) {
    .data-sheet {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .data-sheet:after {
    content: '';
    width: calc(33.33333% - 8px); }

.data-sheet-item {
  margin-bottom: 16px;
  border: 1px solid #e2e4e8;
  padding: 15px; }
  @media only screen and (min-width: 576px) {
    .data-sheet-item {
      width: calc(50% - 8px); } }
  @media only screen and (min-width: 768px) {
    .data-sheet-item {
      padding: 25px; } }
  @media only screen and (min-width: 1240px) {
    .data-sheet-item {
      width: calc(33.33333% - 8px); } }

.data-sheet-title {
  line-height: 20px;
  margin-bottom: 15px; }

.data-sheet-button-container i {
  margin-right: 5px; }

.calc-home-container {
  background: #d1d1d1;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center; }
  .calc-home-container img {
    margin: auto; }
  @media only screen and (min-width: 360px) {
    .calc-home-container {
      padding: 20px; } }
  @media only screen and (min-width: 414px) {
    .calc-home-container {
      position: relative; } }
  @media only screen and (min-width: 768px) {
    .calc-home-container {
      margin-bottom: 0;
      padding: 30px; } }
  @media only screen and (min-width: 992px) {
    .calc-home-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 400px; } }

.ccm-page .calc-home-title {
  text-align: left; }
  @media only screen and (min-width: 414px) {
    .ccm-page .calc-home-title {
      margin-bottom: 35px; } }

.ccm-page .btn-home-chart {
  color: #444;
  margin-top: 15px; }
  @media only screen and (max-width: 413px) {
    .ccm-page .btn-home-chart {
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (min-width: 768px) {
    .ccm-page .btn-home-chart {
      margin-top: 25px; } }
  @media only screen and (min-width: 1240px) {
    .ccm-page .btn-home-chart {
      margin-top: 16px; } }
  .ccm-page .btn-home-chart:hover, .ccm-page .btn-home-chart:focus {
    color: #444; }

.fuel-home-price {
  margin-bottom: 15px; }
  @media only screen and (min-width: 414px) {
    .fuel-home-price {
      position: absolute;
      right: 20px;
      top: 29px;
      margin-bottom: 0; } }
  @media only screen and (min-width: 768px) {
    .fuel-home-price {
      right: 30px;
      top: 39px; } }

.chart-home-subtitle {
  margin-top: 15px;
  font-size: 12px;
  line-height: 12px;
  color: #888888; }
  @media only screen and (min-width: 414px) {
    .chart-home-subtitle {
      margin-top: 25px; } }
  @media only screen and (min-width: 768px) {
    .chart-home-subtitle {
      margin-top: 36px; } }

@media only screen and (min-width: 360px) {
  .chart-home-subtitle br {
    display: none; } }

.star-rating-area {
  margin: -5px 0 10px 0; }
  @media only screen and (min-width: 768px) {
    .star-rating-area {
      margin: -15px 0 20px 0; } }
  @media only screen and (min-width: 992px) {
    .star-rating-area {
      position: absolute;
      right: 0;
      bottom: -10px;
      margin: 0; } }
  .star-rating-area .page-rating {
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .star-rating-area .page-rating {
        text-align: right; } }
    @media only screen and (min-width: 576px) {
      .star-rating-area .page-rating .page-rating-summary {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 2px; } }
    @media only screen and (min-width: 992px) {
      .star-rating-area .page-rating .page-rating-summary {
        display: block;
        margin-right: 0;
        margin-bottom: 5px; } }
    .star-rating-area .page-rating .page-rating-vote-wrapper {
      vertical-align: middle; }
      .star-rating-area .page-rating .page-rating-vote-wrapper .page-rating-vote-text {
        border-radius: 0;
        top: -1px;
        background: #020202;
        font-size: 11px; }
        .star-rating-area .page-rating .page-rating-vote-wrapper .page-rating-vote-text.position-left {
          right: auto;
          left: 100%;
          margin: 0 10px; }
          @media only screen and (min-width: 992px) {
            .star-rating-area .page-rating .page-rating-vote-wrapper .page-rating-vote-text.position-left {
              right: 100%;
              left: auto; } }

.page-template-index .container {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (max-width: 767px) {
  .page-template-index .logo-area {
    margin-left: 20px; } }

.page-template-index main {
  display: block;
  float: none;
  width: auto;
  margin: 0; }

.page-template-index .header-top {
  background: #020202; }

@media only screen and (min-width: 992px) {
  .page-template-index .logo-area {
    margin-top: 35px; } }

@media only screen and (min-width: 992px) {
  .page-template-index .contact-top-area {
    margin-top: 44px; } }

@media only screen and (min-width: 1640px) {
  .page-template-index .hero-image-container .hero-image {
    margin-top: 20px; } }

@media only screen and (min-width: 768px) {
  .page-template-index .page-content {
    background: #e9e9e9; } }

@media only screen and (max-width: 767px) {
  .page-template-index .offer-boxes-home {
    margin-top: 0; } }
@media only screen and (min-width: 1240px) {
  .page-template-index .offer-boxes-home {
    margin-top: -357px; } }

@media only screen and (max-width: 767px) {
  .page-template-index .footer-contact,
  .page-template-index .footer-carousel-wrapper,
  .page-template-index .iwd-advantages {
    padding-left: 20px;
    padding-right: 20px; } }

@media only screen and (max-width: 767px) {
  .page-template-index .footer-contact {
    padding-bottom: 33px; } }

@media only screen and (max-width: 767px) {
  .body-index .hamburger {
    right: 20px; } }

@media only screen and (max-width: 767px) {
  .page-template-index .contact-top-area {
    margin-right: 63px; } }

.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; }

.page-type-contact main {
  display: block;
  float: none;
  width: auto; }

@media only screen and (min-width: 992px) {
  .contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px; } }

.contact-col {
  line-height: 24px; }
  @media only screen and (min-width: 992px) {
    .contact-col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: calc(50% - 40px);
      margin: 0 20px; } }

@media only screen and (max-width: 991px) {
  .contact-col-1 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 1240px) {
  .contact-col-1 {
    width: calc(40% - 40px); } }

@media only screen and (min-width: 1240px) {
  .contact-col-2 {
    width: calc(60% - 40px); } }

@media only screen and (max-width: 767px) {
  .page-type-contact .contact-area hr {
    margin: 30px 0 20px; } }

.contact-col-1 > p:last-child {
  margin-bottom: 10px; }

.contact-col-1 .btn {
  margin-bottom: 10px; }

.page-type-full-width main {
  width: auto;
  float: none;
  display: block; }

.page-handle-o-firmie h2 img {
  float: right;
  max-width: 40%;
  margin: 0 0 20px 20px; }

.page-id-165 .offer-boxes {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .page-id-165 .offer-boxes {
      margin-top: 30px;
      margin-bottom: 40px; } }
  @media only screen and (min-width: 1240px) {
    .page-id-165 .offer-boxes {
      margin-bottom: 51px; } }

.secured-contractor {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .secured-contractor {
      padding-right: 125px; } }
  @media only screen and (min-width: 1240px) {
    .secured-contractor {
      margin-top: 52px;
      margin-bottom: 70px; } }

.secured-contractor h2 {
  padding-right: 100px; }
  @media only screen and (min-width: 768px) {
    .secured-contractor h2 {
      padding-right: 0;
      margin-bottom: 42px; } }
  @media only screen and (min-width: 992px) {
    .secured-contractor h2 {
      margin-bottom: 8px; } }

.secured-contractor h2 + p {
  margin: 0; }

.secured-contractor .check-us {
  margin: 0; }
  @media only screen and (min-width: 1240px) {
    .secured-contractor .check-us {
      text-align: center; } }

.secured-contractor img {
  position: absolute;
  right: 0;
  top: -2px;
  width: 70px; }
  @media only screen and (min-width: 414px) {
    .secured-contractor img {
      top: -20px; } }
  @media only screen and (min-width: 768px) {
    .secured-contractor img {
      width: 97px;
      height: 92px;
      margin: auto;
      top: -30px;
      bottom: 0;
      left: auto;
      right: 0; } }
  @media only screen and (min-width: 1240px) {
    .secured-contractor img {
      top: -115px;
      right: 11px; } }

.secured-contractor .btn {
  white-space: normal; }
  @media only screen and (max-width: 359px) {
    .secured-contractor .btn {
      padding-left: 5px;
      padding-right: 5px; } }
  @media only screen and (min-width: 1240px) {
    .secured-contractor .btn {
      margin-top: 41px; } }

.offer-boxes + h2 {
  margin-bottom: 25px; }
  @media only screen and (min-width: 768px) {
    .offer-boxes + h2 {
      margin-bottom: 40px; } }

.ccm-page .gallery-partners {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (min-width: 768px) {
    .ccm-page .gallery-partners {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px; } }

.gallery-partners .gallery-list-item {
  margin: 0; }
  @media only screen and (min-width: 768px) {
    .gallery-partners .gallery-list-item {
      margin-left: 20px;
      margin-right: 20px;
      width: calc(25% - 40px); } }
  @media only screen and (min-width: 992px) {
    .gallery-partners .gallery-list-item {
      width: calc(20% - 40px); } }

.gallery-partners .gallery-list-item img {
  filter: grayscale(1);
  opacity: .3;
  -webkit-transition: .3s;
          transition: .3s;
  margin: 0 auto; }

.gallery-partners .gallery-list-item:hover img,
.gallery-partners .gallery-list-item:focus img {
  filter: grayscale(0);
  opacity: 1; }

@media only screen and (min-width: 768px) {
  .partners-slider {
    margin-bottom: -25px; } }

@media only screen and (min-width: 768px) {
  .partners-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  .partners-slider .swiper-wrapper .swiper-slide {
    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) {
  .partners-slider .swiper-wrapper .swiper-slide {
    height: auto;
    margin-bottom: 40px; } }

@media only screen and (min-width: 768px) {
  .gallery-xcontrol .gallery-list-item {
    width: calc(25% - 10px); } }
@media only screen and (min-width: 992px) {
  .gallery-xcontrol .gallery-list-item {
    width: calc(20% - 10px); } }
@media only screen and (min-width: 1240px) {
  .gallery-xcontrol .gallery-list-item {
    width: calc(16.66666% - 10px); } }

.page-id-170 .partners-slider {
  margin-bottom: 30px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .page-id-170 .partners-slider {
      margin-bottom: 0; } }

@media only screen and (min-width: 768px) {
  .page-id-170 .partners-slider .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media only screen and (max-width: 767px) {
  .page-id-170 .partners-slider .swiper-wrapper .swiper-slide {
    height: 102px; } }
@media only screen and (min-width: 768px) {
  .page-id-170 .partners-slider .swiper-wrapper .swiper-slide {
    width: auto;
    margin-right: 30px; } }

.page-id-170 .partners-slider .swiper-wrapper .swiper-slide img {
  margin: 0; }

.page-id-170 .data-sheet-item {
  width: 100%; }

.page-template-calculator main {
  width: auto;
  float: none;
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .page-template-calculator main {
      padding-top: 50px; } }

.page-template-calculator .page-content.container {
  padding-left: 0;
  padding-right: 0; }

.page-template-calculator main iframe {
  display: block;
  width: 100%;
  border: none;
  overflow: hidden; }

.page-template-calculator .offer-boxes-home {
  margin-top: 0;
  margin-bottom: 30px; }
  @media only screen and (min-width: 768px) {
    .page-template-calculator .offer-boxes-home {
      margin-bottom: 60px; } }

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; }

.edit-mode .offer-boxes-home > div {
  width: 100%; }

.edit-mode .offer-boxes-home .ccm-area-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.edit-mode .offer-boxes-home .ccm-area-block-list [data-container="block"] {
  width: 100%; }

.edit-mode .offer-boxes-home .offer-box {
  width: 100%; }

@media only screen and (min-width: 992px) {
  .toolbar-visible .top-bar {
    top: 48px; } }

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

