@charset "UTF-8";
/**
 * Colors
 */
/**
 * Typography
 */
/**
 * Buttons
 */
/**
 * Tables
 */
/**
 * Forms
 */
/**
 * Form states and alerts
 */
/**
 * 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.
 */
@import '../js/vendor/magnific-popup/magnific-popup.css';
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address inconsistent styling of `hr`.
 * 1. Correct `box-sizing` set to `border-box` in Firefox.
 * 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
 */
hr {
  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("../fonts/fontello/fontello.eot?40656376");
  src: url("../fonts/fontello/fontello.eot?40656376#iefix") format("embedded-opentype"), url("../fonts/fontello/fontello.woff2?40656376") format("woff2"), url("../fonts/fontello/fontello.woff?40656376") format("woff"), url("../fonts/fontello/fontello.ttf?40656376") format("truetype"), url("../fonts/fontello/fontello.svg?40656376#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebas-neue/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebas-neue/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebas-neue/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebas-neue/bebasneue_regular-webfont.ttf") format("truetype"), url("../fonts/bebas-neue/bebasneue_regular-webfont.svg#bebas_neue_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "../fonts/bebas-neue/bebas_neuebold";
  src: url("../fonts/bebas-neue/bebasneue_bold-webfont.eot");
  src: url("../fonts/bebas-neue/bebasneue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebas-neue/bebasneue_bold-webfont.woff2") format("woff2"), url("../fonts/bebas-neue/bebasneue_bold-webfont.woff") format("woff"), url("../fonts/bebas-neue/bebasneue_bold-webfont.ttf") format("truetype"), url("../fonts/bebas-neue/bebasneue_bold-webfont.svg#bebas_neuebold") format("svg");
  font-weight: bold;
  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('../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-login:before {
  content: "\e810";
}

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

/* '' */
.icon-plus-circled:before {
  content: "\e812";
}

/* '' */
.icon-edit:before {
  content: "\e813";
}

/* '' */
.icon-trash-empty:before {
  content: "\e814";
}

/* '' */
.icon-down:before {
  content: "\e815";
}

/* '' */
.icon-up:before {
  content: "\e816";
}

/* '' */
.icon-check:before {
  content: "\e817";
}

/* '' */
.icon-spin2:before {
  content: "\e818";
}

/* '' */
.icon-monitor:before {
  content: "\e819";
}

/* '' */
.icon-down-dir:before {
  content: "\e81a";
}

/* '' */
.icon-up-dir:before {
  content: "\e81b";
}

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

/* '' */
.icon-pencil:before {
  content: "\e81d";
}

/* '' */
.icon-menu:before {
  content: "\e81e";
}

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

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

/* '' */
.icon-credit-card:before {
  content: "\e821";
}

/* '' */
.icon-mail-f:before {
  content: "\e823";
}

/* '' */
.icon-phone-f:before {
  content: "\e824";
}

/* '' */
.icon-winamp:before {
  content: "\e825";
}

/* '' */
.icon-media-player:before {
  content: "\e826";
}

/* '' */
.icon-cog:before {
  content: "\e827";
}

/* '' */
.icon-speaker:before {
  content: "\e828";
}

/* '' */
.icon-place:before {
  content: "\e829";
}

/* '' */
.icon-briefcase:before {
  content: "\e82a";
}

/* '' */
.icon-calendar:before {
  content: "\e82b";
}

/* '' */
.icon-license:before {
  content: "\e82c";
}

/* '' */
.icon-login-1:before {
  content: "\e82d";
}

/* '' */
.icon-player-next:before {
  content: "\e82e";
}

/* '' */
.icon-player-pause:before {
  content: "\e82f";
}

/* '' */
.icon-player-play:before {
  content: "\e830";
}

/* '' */
.icon-player-prev:before {
  content: "\e831";
}

/* '' */
.icon-check-empty:before {
  content: "\f096";
}

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

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

/* '' */
.icon-list-bullet:before {
  content: "\f0ca";
}

/* '' */
.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-youtube:before {
  content: "\f167";
}

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

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

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

/* '' */
.icon-television:before {
  content: "\f26c";
}

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

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

/* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
  line-height: 20px;
  color: #444;
  font-size: 100%;
}

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

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

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

.ccm-page hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

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

.ccm-page a {
  color: #7e1203;
  text-decoration: none;
  transition: 0.2s;
}
.ccm-page a:hover {
  color: #330701;
  text-decoration: underline;
}

.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: "Lato", "Segoe UI", 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: 26px;
}
@media only screen and (min-width: 992px) {
  .ccm-page h1, .ccm-page .h1 {
    font-size: 24px;
  }
}

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

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

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

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

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

.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 30px;
}
@media only screen and (min-width: 992px) {
  .ccm-page ol,
.ccm-page ul {
    margin: 0 0 20px 0;
  }
}

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

.ccm-page p + ol,
.ccm-page p + ul {
  margin: -10px 0 20px 0;
}

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

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

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

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

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

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

.ccm-page .mark,
.ccm-page mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

.ccm-page blockquote {
  line-height: 20px;
  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: 14px;
}

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

.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: 1px solid transparent;
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
  padding: 9px 25px 10px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0;
  font-weight: 700;
  color: #7e1203;
  text-transform: uppercase;
  transition: 0.2s ease-out;
}
.ccm-page .btn:focus, .ccm-page .btn:hover {
  color: #330701;
  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.pull-right, .ccm-page .btn.right {
  float: right;
}

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

.ccm-page .btn-secondary {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}
.ccm-page .btn-secondary:focus, .ccm-page .btn-secondary:hover {
  color: #5d5d5d;
  background-color: #fff;
  border-color: #6a6a6a;
}

.ccm-page .btn-tertiary {
  color: #fff;
  background-color: #7e1203;
  border-color: #7e1203;
}
.ccm-page .btn-tertiary:focus, .ccm-page .btn-tertiary:hover {
  color: #650e02;
  background-color: #fff;
  border-color: #7e1203;
}

/**
   * State buttons
   */
.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-inline-link {
  display: inline-block;
}

.ccm-page .btn-inline-link:after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #7e1203;
  position: relative;
  top: -1px;
}
@media only screen and (min-width: 992px) {
  .ccm-page .btn-inline-link:after {
    top: 0;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #7e1203;
  }
}

.ccm-page .btn i {
  margin-left: -5px;
  margin-right: 5px;
}

.ccm-page {
  /**
   * Responsive tables
   *
   * 	Wrap your tables in `.table-responsive` and we'll make them mobile friendly
   * 	by enabling horizontal scrolling. Only applies <768px. Everything above that
   * 	will display normally.
   */
}
.ccm-page table {
  max-width: 100%;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  margin-right: 1px;
}
.ccm-page table th {
  text-align: left;
  font-weight: 700;
}
.ccm-page table > thead > tr > th,
.ccm-page table > thead > tr > td,
.ccm-page table > tbody > tr > th,
.ccm-page table > tbody > tr > td,
.ccm-page table > tfoot > tr > th,
.ccm-page table > tfoot > tr > td {
  padding: 10px 25px;
  line-height: 20px;
  border: 1px solid #d7d7d7;
  font-size: 17px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .ccm-page table > thead > tr > th,
.ccm-page table > thead > tr > td,
.ccm-page table > tbody > tr > th,
.ccm-page table > tbody > tr > td,
.ccm-page table > tfoot > tr > th,
.ccm-page table > tfoot > tr > td {
    padding: 8px 8px;
  }
}
.ccm-page table > thead > tr > th {
  border-bottom: 2px solid #d7d7d7;
  font-weight: 700;
  text-align: left;
}
.ccm-page table > tbody + tbody {
  border-top: 2px solid #d7d7d7;
}
.ccm-page table table {
  background-color: #fff;
}
.ccm-page .table-responsive {
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .ccm-page .table-responsive {
    width: 100%;
    overflow-y: visible;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-right: 1px solid #d7d7d7;
  }
  .ccm-page .table-responsive > table > tfoot > tr > th,
.ccm-page .table-responsive > table > tfoot > tr > td,
.ccm-page .table-responsive > table > thead > tr > th,
.ccm-page .table-responsive > table > thead > tr > td,
.ccm-page .table-responsive > table > tbody > tr > th,
.ccm-page .table-responsive > table > tbody > tr > td {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .ccm-page .table-responsive-header {
    text-align: center;
  }
  .ccm-page .table-responsive-header:before {
    font-family: "fontello", "Lato", "Segoe UI", Arial, sans-serif, "Lato", "Segoe UI", Arial, sans-serif;
    display: block;
    font-size: 12px;
    padding: 8px 0 8px 0px;
  }
  .ccm-page .table-responsive-header:before {
    content: attr(data-table-header-content);
  }
}
.ccm-page .table-responsive > .fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
}
.ccm-page .table-responsive > .fixed-column {
  border: 0;
}
@media only screen and (min-width: 768px) {
  .ccm-page .ccm-page .table-responsive {
    margin-top: 20px;
  }
  .ccm-page .table-responsive > .fixed-column {
    display: none !important;
  }
}

.ccm-page table caption {
  background-color: #fff;
  line-height: 28px;
  padding: 10px 25px;
  border: 1px solid #d7d7d7;
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ccm-page table caption {
    font-size: 17px;
    text-align: left;
  }
}

.no-js .ccm-page table {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ccm-page {
  /**
   * Normalize form controls
   *
   * 	While most of our form styles require extra classes, some basic normalization
   * 	is required to ensure optimum display with or without those classes to better
   * 	address browser inconsistencies.
   */
  /**
   * Common form controls
   * Shared size and type resets for form controls. Apply `.form-control` to any
   * of the following form controls:
   */
  /**
   * Search inputs in iOS
   *
   * This overrides the extra rounded corners on search inputs in iOS so that our
   * `.form-control` class can properly style them. Note that this cannot simply
   * be added to `.form-control` as it's not specific enough. For details, see
   * https://github.com/twbs/bootstrap/issues/11586.
   */
  /**
   * Special styles for iOS date input
   *
   * In Mobile Safari, date inputs require a pixel line-height that matches the
   * given height of the input. Since this fucks up everything else, we have to
   * appropriately reset it for Internet Explorer and the size variations.
   */
}
.ccm-page fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  /**
   * Chrome and Firefox set a `min-width: -webkit-min-content;` on fieldsets,
   * so we reset that to ensure it behaves more like a standard block element
   * See https://github.com/twbs/bootstrap/issues/12359.
   */
  min-width: 0;
}
.ccm-page legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.ccm-page label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.ccm-page input[type=checkbox],
.ccm-page input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}
.ccm-page input[type=file] {
  display: block;
  height: auto;
}
.ccm-page input[type=range] {
  display: block;
  width: 100%;
}
.ccm-page select[multiple],
.ccm-page select[size] {
  height: auto;
}
.ccm-page .ccm-input-date,
.ccm-page .form-control,
.ccm-page input[type=color],
.ccm-page input[type=date],
.ccm-page input[type=datetime],
.ccm-page input[type=datetime-local],
.ccm-page input[type=email],
.ccm-page input[type=month],
.ccm-page input[type=number],
.ccm-page input[type=password],
.ccm-page input[type=search],
.ccm-page input[type=tel],
.ccm-page input[type=text],
.ccm-page input[type=time],
.ccm-page input[type=url],
.ccm-page input[type=week],
.ccm-page select,
.ccm-page textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0 !important;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  /**
   * Disabled and read-only inputs
   *
   * HTML5 says that controls under a fieldset > legend:first-child won't be
   * disabled if the fieldset is disabled. Due to implementation difficulty, we
   * don't honor that edge case; we style them as disabled anyway.
   */
}
.ccm-page .ccm-input-date:focus,
.ccm-page .form-control:focus,
.ccm-page input[type=color]:focus,
.ccm-page input[type=date]:focus,
.ccm-page input[type=datetime]:focus,
.ccm-page input[type=datetime-local]:focus,
.ccm-page input[type=email]:focus,
.ccm-page input[type=month]:focus,
.ccm-page input[type=number]:focus,
.ccm-page input[type=password]:focus,
.ccm-page input[type=search]:focus,
.ccm-page input[type=tel]:focus,
.ccm-page input[type=text]:focus,
.ccm-page input[type=time]:focus,
.ccm-page input[type=url]:focus,
.ccm-page input[type=week]:focus,
.ccm-page select:focus,
.ccm-page textarea:focus {
  border: 1px solid #aaa;
  box-shadow: none;
  outline: 2px solid #7e1203;
  outline-offset: -2px;
}
.ccm-page .ccm-input-date::-moz-placeholder, .ccm-page .form-control::-moz-placeholder, .ccm-page input[type=color]::-moz-placeholder, .ccm-page input[type=date]::-moz-placeholder, .ccm-page input[type=datetime]::-moz-placeholder, .ccm-page input[type=datetime-local]::-moz-placeholder, .ccm-page input[type=email]::-moz-placeholder, .ccm-page input[type=month]::-moz-placeholder, .ccm-page input[type=number]::-moz-placeholder, .ccm-page input[type=password]::-moz-placeholder, .ccm-page input[type=search]::-moz-placeholder, .ccm-page input[type=tel]::-moz-placeholder, .ccm-page input[type=text]::-moz-placeholder, .ccm-page input[type=time]::-moz-placeholder, .ccm-page input[type=url]::-moz-placeholder, .ccm-page input[type=week]::-moz-placeholder, .ccm-page select::-moz-placeholder, .ccm-page textarea::-moz-placeholder {
  color: #aaa;
}
.ccm-page .ccm-input-date::placeholder,
.ccm-page .form-control::placeholder,
.ccm-page input[type=color]::placeholder,
.ccm-page input[type=date]::placeholder,
.ccm-page input[type=datetime]::placeholder,
.ccm-page input[type=datetime-local]::placeholder,
.ccm-page input[type=email]::placeholder,
.ccm-page input[type=month]::placeholder,
.ccm-page input[type=number]::placeholder,
.ccm-page input[type=password]::placeholder,
.ccm-page input[type=search]::placeholder,
.ccm-page input[type=tel]::placeholder,
.ccm-page input[type=text]::placeholder,
.ccm-page input[type=time]::placeholder,
.ccm-page input[type=url]::placeholder,
.ccm-page input[type=week]::placeholder,
.ccm-page select::placeholder,
.ccm-page textarea::placeholder {
  color: #aaa;
}
.ccm-page .ccm-input-date[disabled], .ccm-page .ccm-input-date[readonly], fieldset[disabled] .ccm-page .ccm-input-date,
.ccm-page .form-control[disabled],
.ccm-page .form-control[readonly],
fieldset[disabled] .ccm-page .form-control,
.ccm-page input[type=color][disabled],
.ccm-page input[type=color][readonly],
fieldset[disabled] .ccm-page input[type=color],
.ccm-page input[type=date][disabled],
.ccm-page input[type=date][readonly],
fieldset[disabled] .ccm-page input[type=date],
.ccm-page input[type=datetime][disabled],
.ccm-page input[type=datetime][readonly],
fieldset[disabled] .ccm-page input[type=datetime],
.ccm-page input[type=datetime-local][disabled],
.ccm-page input[type=datetime-local][readonly],
fieldset[disabled] .ccm-page input[type=datetime-local],
.ccm-page input[type=email][disabled],
.ccm-page input[type=email][readonly],
fieldset[disabled] .ccm-page input[type=email],
.ccm-page input[type=month][disabled],
.ccm-page input[type=month][readonly],
fieldset[disabled] .ccm-page input[type=month],
.ccm-page input[type=number][disabled],
.ccm-page input[type=number][readonly],
fieldset[disabled] .ccm-page input[type=number],
.ccm-page input[type=password][disabled],
.ccm-page input[type=password][readonly],
fieldset[disabled] .ccm-page input[type=password],
.ccm-page input[type=search][disabled],
.ccm-page input[type=search][readonly],
fieldset[disabled] .ccm-page input[type=search],
.ccm-page input[type=tel][disabled],
.ccm-page input[type=tel][readonly],
fieldset[disabled] .ccm-page input[type=tel],
.ccm-page input[type=text][disabled],
.ccm-page input[type=text][readonly],
fieldset[disabled] .ccm-page input[type=text],
.ccm-page input[type=time][disabled],
.ccm-page input[type=time][readonly],
fieldset[disabled] .ccm-page input[type=time],
.ccm-page input[type=url][disabled],
.ccm-page input[type=url][readonly],
fieldset[disabled] .ccm-page input[type=url],
.ccm-page input[type=week][disabled],
.ccm-page input[type=week][readonly],
fieldset[disabled] .ccm-page input[type=week],
.ccm-page select[disabled],
.ccm-page select[readonly],
fieldset[disabled] .ccm-page select,
.ccm-page textarea[disabled],
.ccm-page textarea[readonly],
fieldset[disabled] .ccm-page textarea {
  cursor: not-allowed;
  background-color: #D7D7D7;
  opacity: 1;
}
.ccm-page textarea {
  height: auto;
  min-height: 100px;
}
.ccm-page input[type=search] {
  -webkit-appearance: none;
}
.ccm-page input[type=text],
.ccm-page input[type=url],
.ccm-page input[type=tel],
.ccm-page input[type=email],
.ccm-page .ccm-input-date-wrapper input,
.ccm-page textarea {
  -webkit-appearance: none;
}
.ccm-page input[type=date],
.ccm-page input[type=datetime-local],
.ccm-page input[type=month],
.ccm-page input[type=time] {
  line-height: 36px;
}
.ccm-page .form-group {
  margin-bottom: 15px;
  overflow: hidden;
}
.ccm-page .has-error input {
  border-color: #d9534f;
}
.ccm-page .has-error label {
  color: #d9534f;
}

.ccm-page .clearfix:after, .ccm-page .clearfix:before {
  content: " ";
  display: table;
}
.ccm-page .clearfix:after {
  clear: both;
}

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

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

a.pdf-link:before {
  font-family: "fontello", "Lato", "Segoe UI", Arial, sans-serif;
  content: "\f1c1";
  display: inline-block;
  margin-right: 5px;
  color: #bb0706;
  position: relative;
  top: -1px;
}

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

.white-popup-block {
  background: #FFF;
  padding: 20px;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.ccm-page .bi {
  overflow: visible;
  box-sizing: content-box;
  display: inline-block;
  width: 1.25em;
  height: 1em;
  vertical-align: -0.125em;
}

/*
	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 {
  transition: transform 0.4s ease;
  transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
}
.mm-panel.mm-opened {
  transform: translate(0%, 0);
  transform: translate3d(0%, 0, 0);
}
.mm-panel.mm-subopened {
  transform: translate(-30%, 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 {
  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 {
  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;
  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 {
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-next:after {
  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;
  transform: translate(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 {
  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 {
  transform: translate(80%, 0);
  transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    transform: translate(140px, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    transform: translate(440px, 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;
  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 {
  transform: translate(-80%, 0);
  transform: translate3d(-80%, 0, 0);
}

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

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: 0.8s;
}

body {
  background-color: #fff;
}

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

.header-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: background 0.3s;
}

@media only screen and (min-width: 992px) {
  .header-top.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
  }
}

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

.logo-area {
  float: left;
  margin: 17px 0 10px;
  fill: #fff;
  width: 170px;
}
@media only screen and (min-width: 768px) {
  .logo-area {
    margin: 25px 0 25px;
  }
}
@media only screen and (min-width: 992px) {
  .logo-area {
    width: 200px;
    margin: 33px 0 0;
    transition: margin 0.3s, width 0.3s;
  }
}
@media only screen and (min-width: 1200px) {
  .logo-area {
    width: 250px;
  }
}

.off-canvas-nav-area {
  display: block;
  clear: both;
  float: left;
  width: 100%;
}
.off-canvas-nav-area:after, .off-canvas-nav-area:before {
  content: " ";
  display: table;
}
.off-canvas-nav-area:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .off-canvas-nav-area {
    float: left;
    width: auto;
    clear: none;
    margin-top: 15px;
    transition: margin 0.3s;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .off-canvas-nav-area {
    float: right;
    margin-top: 36px;
    margin-bottom: 15px;
    margin-left: auto;
  }
}

@media only screen and (min-width: 992px) {
  .user-logged .off-canvas-nav-area {
    margin-top: 41px;
  }
}

.login-area {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .login-area {
    float: right;
    margin-right: 0;
    clear: none;
  }
}
@media only screen and (min-width: 992px) {
  .login-area {
    transition: margin 0.3s;
  }
}

@media only screen and (min-width: 768px) {
  .user-logged .login-area {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .user-logged .login-area {
    margin-top: 17px;
  }
}

.header-play-btn-wrapper {
  position: absolute;
  top: 29px;
  right: 60px;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  .header-play-btn-wrapper {
    display: none;
  }
}

.header-play-btn-wrapper .bi-play-circle-fill {
  color: #fff;
}

.main-content {
  padding-bottom: 30px;
}

.download-mp3-area {
  background: #dfdfdf;
  padding: 0 0 0;
}

.download-mp3-area-no-margin {
  padding-top: 0;
}

.download-mp3-area-inner {
  background: #8d1504 url(../images/download-mp3.png) no-repeat center top;
  color: #fff;
  background-size: cover;
}

.download-mp3-area-inner-gray {
  background: #242424 url(../images/go-to-videos.png) no-repeat center top;
  color: #fff;
  background-size: cover;
}

.ccm-page .player-section-title {
  text-align: center;
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
  color: #262626;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  padding: 32px 0 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.ccm-page .player-section-set-default {
  outline: none !important;
  display: inline-block;
  background-image: none;
  background-color: transparent;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  box-shadow: none;
  padding: 0 0 6px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.2s ease-out;
  margin: auto;
  border-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ccm-page .player-section-set-default:hover {
  color: #7e1203;
}

.main-player-area {
  background: #dfdfdf;
  padding-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  .main-player-area {
    padding-bottom: 65px;
  }
}

.alternative-sources-area-1 {
  background: #dfdfdf;
}

.alternative-player-area {
  background: #e8e8e8;
}

.alternative-player-playlists-area {
  background: #e8e8e8;
  padding-bottom: 44px;
}
@media only screen and (min-width: 768px) {
  .alternative-player-playlists-area {
    padding-bottom: 55px;
  }
}

.alternative-sources-area-2 {
  background: #e8e8e8;
}

.album-player-area {
  background: #fff;
}

.alternative-sources-area-3 {
  background: #fff;
}

.user-info-area {
  background: #dfdfdf;
  padding-bottom: 20px;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .user-info-area {
    padding-bottom: 50px;
    padding-top: 60px;
  }
}

.user-info-area-2 {
  background: #dfdfdf;
  padding-bottom: 20px;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .user-info-area-2 {
    padding-bottom: 50px;
    padding-top: 0;
  }
}

.footer {
  clear: both;
}

.ccm-page .alert {
  padding: 15px 30px 15px 20px;
  margin: 0 0 20px 0;
  border: 1px solid transparent;
  border-radius: 0;
}
.ccm-page .alert h4 {
  margin-top: 0;
  color: inherit;
}
.ccm-page .alert a {
  text-decoration: underline;
}
.ccm-page .alert > ul,
.ccm-page .alert > p {
  margin-bottom: 0;
}
.ccm-page .alert > p + p {
  margin-top: 5px;
}
.ccm-page .alert p + ol,
.ccm-page .alert p + ul {
  margin: 5px 0;
}
.ccm-page .alert.alert-dismissable {
  /**
   * Additional properties for button version
   * iOS requires the button element instead of an anchor tag.
   * If you want the anchor version, it requires `href="#"`.
   */
}
.ccm-page .alert.alert-dismissable .close {
  float: right;
  font-size: 24px;
  line-height: 1;
  color: #7f7f7f;
  text-shadow: #7f7f7f;
  opacity: 0.6;
  margin-top: -5px;
  margin-right: -10px;
}
.ccm-page .alert.alert-dismissable .close:focus, .ccm-page .alert.alert-dismissable .close:hover {
  color: #7f7f7f;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
.ccm-page .alert.alert-dismissable button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.ccm-page .alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.ccm-page .alert.alert-success hr {
  border-top-color: #c9e2b3;
}
.ccm-page .alert.alert-success .alert-link {
  color: #2b542c;
}
.ccm-page .alert.alert-success a,
.ccm-page .alert.alert-success p {
  color: #3c763d;
}
.ccm-page .alert.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.ccm-page .alert.alert-info hr {
  border-top-color: #a6e1ec;
}
.ccm-page .alert.alert-info .alert-link {
  color: #245269;
}
.ccm-page .alert.alert-info a,
.ccm-page .alert.alert-info p {
  color: #31708f;
}
.ccm-page .alert.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.ccm-page .alert.alert-warning hr {
  border-top-color: #f7e1b5;
}
.ccm-page .alert.alert-warning .alert-link {
  color: #66512c;
}
.ccm-page .alert.alert-warning a,
.ccm-page .alert.alert-warning p {
  color: #8a6d3b;
}
.ccm-page .alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.ccm-page .alert.alert-danger hr {
  border-top-color: #e4b9c0;
}
.ccm-page .alert.alert-danger .alert-link {
  color: #843534;
}
.ccm-page .alert.alert-danger a,
.ccm-page .alert.alert-danger p {
  color: #a94442;
}
.ccm-page .alert.alert-gray {
  background-color: #b3b3b3;
  border-color: #8c8c8c;
  color: #505050;
}
.ccm-page .alert.alert-gray hr {
  border-top-color: #7f7f7f;
}
.ccm-page .alert.alert-gray .alert-link {
  color: #373737;
}
.ccm-page .alert.alert-gray a,
.ccm-page .alert.alert-gray p {
  color: #505050;
}

@media only screen and (max-width: 479px) {
  .ccm-layout-col {
    width: auto !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
  .ccm-layout-col:last-child {
    margin-bottom: 0 !important;
  }
  .ccm-layout-col .ccm-layout-col-spacing {
    margin: 0 !important;
  }
}
.ccm-page .back-to-top {
  outline: 0;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 0;
  border: 0;
  opacity: 0;
  transition: 0.3s;
  background: #7e1203;
  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);
}
@media only screen and (min-width: 768px) {
  .ccm-page .back-to-top {
    width: 60px;
    height: 60px;
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .back-to-top {
    right: 10px;
  }
}

.ccm-page .back-to-top.show {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .ccm-page .back-to-top.show {
    transform: translateY(0);
  }
}

.ccm-page .back-to-top:hover,
.ccm-page .back-to-top:focus {
  background-color: #b01904;
  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;
  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 .app-message {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  transform: translateY(100%);
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 111;
}

.ccm-page .app-message.app-message-visible {
  transform: translateY(0);
}

.ccm-page .app-message-content {
  position: relative;
  padding: 20px 70px 20px 65px;
}

.ccm-page .app-message-content p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.app-message-close {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.ccm-page .app-message-content-hidden {
  display: none;
}

.custom-modal-bg {
  position: fixed;
  z-index: 1010;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

.custom-modal-content {
  width: 90%;
  background: #fff;
  color: #222;
}

.custom-modal-header {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.custom-modal-body {
  padding: 45px 20px 35px;
}

.custom-modal-header .icon-cancel {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 10px 15px;
  cursor: pointer;
}

.custom-modal-open .custom-modal-bg {
  opacity: 1;
  pointer-events: auto;
}

.custom-modal-open .burger-icon-container {
  z-index: 0;
}

.menu-players-custom-modal .custom-modal-content {
  max-width: 324px;
}

.set-player-1-as-default-custom-modal .custom-modal-content,
.set-player-2-as-default-custom-modal .custom-modal-content,
.set-player-3-as-default-custom-modal .custom-modal-content {
  max-width: 600px;
}

.desktop-nav {
  display: none;
}

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

.mm-menu.mm-multiline .mm-listview > li > a {
  text-transform: uppercase;
}

.mm-navbar .mm-title {
  text-transform: uppercase;
}

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 0;
  padding-bottom: 40px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-bottom: 40px;
}

.mm-menu > .mm-navbar {
  transform: translateX(-100%);
  transition: 0.5s 0.5s;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front .mm-navbar {
  transform: translateX(0);
}

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

.main-nav.mm-menu .nav-home i {
  display: none;
}
@media only screen and (min-width: 768px) {
  .main-nav.mm-menu .nav-home i {
    display: block;
  }
}

.main-nav.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
  color: #fff;
}

.main-nav.mm-menu {
  background: #505050;
  color: #fff;
}

.main-nav .mm-navbar,
.main-nav .mm-listview > li,
.main-nav .mm-listview > li:after,
.main-nav .mm-listview > li .mm-next,
.main-nav .mm-listview > li .mm-next:before {
  border-color: rgba(255, 255, 255, 0.1);
}

html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.6;
}

html.mm-opening .mm-menu.mm-offcanvas.mm-front .mm-navbar {
  background: #3e3e3e;
  color: #fff;
}

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

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: none;
}

.mm-menu .mm-listview > li > a {
  transition: 0.3s;
}

.mm-menu .mm-listview > li > a:hover {
  background: #999;
}

.close-menu-panel {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.close-menu-panel:hover {
  opacity: 0.5;
}

.burger-icon-container {
  position: absolute;
  top: 27px;
  right: 10px;
  z-index: 100;
  padding: 5px;
}
@media only screen and (min-width: 768px) {
  .burger-icon-container {
    top: 0;
    max-width: 740px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 101;
  }
}
@media only screen and (min-width: 992px) {
  .burger-icon-container {
    position: fixed;
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .burger-icon-container {
    max-width: 1180px;
  }
}
@media only screen and (min-width: 1920px) {
  .burger-icon-container {
    max-width: 1770px;
  }
}

.burger-icon-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .burger-icon-wrapper {
    transform: translateY(121px);
  }
}
@media only screen and (min-width: 992px) {
  .burger-icon-wrapper {
    transform: translateY(83px);
  }
}

@media only screen and (min-width: 992px) {
  .user-logged .burger-icon-wrapper {
    transform: translateY(68px);
  }
}

@media only screen and (min-width: 992px) {
  .toolbar-visible .burger-icon-wrapper {
    transform: translateY(116px);
  }
}

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.burger-icon, .burger-icon::before, .burger-icon::after {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  outline: 1px solid transparent;
  border-radius: 5px;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.burger-icon::before, .burger-icon::after {
  position: absolute;
  content: "";
}
.burger-icon::before {
  top: -8px;
}
.burger-icon::after {
  top: 8px;
}
@media only screen and (min-width: 992px) {
  .burger-icon {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .burger-icon, .burger-icon::before, .burger-icon::after {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #888;
    outline: 1px solid transparent;
    border-radius: 5px;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .burger-icon::before, .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger-icon::before {
    top: -8px;
  }
  .burger-icon::after {
    top: 8px;
  }
}

.burger-icon.is-active {
  background-color: transparent;
}
.burger-icon.is-active::before, .burger-icon.is-active::after {
  background-color: #fff;
}
.burger-icon.is-active::before {
  transform: translateY(8px) rotate(45deg);
}
.burger-icon.is-active::after {
  transform: translateY(-8px) rotate(-45deg);
}
@media only screen and (min-width: 992px) {
  .burger-icon.is-active {
    background-color: transparent;
  }
  .burger-icon.is-active::before, .burger-icon.is-active::after {
    background-color: #888;
  }
  .burger-icon.is-active::before {
    transform: translateY(8px) rotate(45deg);
  }
  .burger-icon.is-active::after {
    transform: translateY(-8px) rotate(-45deg);
  }
}

.burger-label {
  display: none;
  color: #fff;
  font-weight: 600;
  padding-left: 10px;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  .burger-label {
    color: #666;
  }
}
@media only screen and (min-width: 1200px) {
  .burger-label {
    display: block;
  }
}

html.mm-blocking {
  overflow: visible !important;
}

html.mm-blocking body {
  overflow: visible !important;
}

.ccm-block-type-form {
  margin-bottom: 30px;
}

.field-datetime .ccm-input-date-wrapper {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 5px;
  width: 100%;
  max-width: 180px;
}

.ccm-input-time-wrapper.form-inline .form-control {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: auto;
}

.ccm-block-type-form .field.field-custom-checkbox {
  margin-bottom: 20px;
  line-height: 16px;
}

.ccm-block-type-form .custom-checkbox-input-wrapper {
  float: left;
}

.ccm-block-type-form .custom-checkbox-input-wrapper input[type=checkbox] {
  position: relative;
  top: -2px;
}

.field-custom-checkbox label {
  padding-left: 20px;
  display: block;
}

.ccm-page .ccm-block-type-form textarea {
  min-height: 100px;
}

@media only screen and (min-width: 768px) {
  .ccm-block-type-form .field-text,
.ccm-block-type-form .field-select,
.ccm-block-type-form .field-telephone,
.ccm-block-type-form .field-email,
.ccm-block-type-form .field-date,
.ccm-block-type-form .field-url,
.ccm-block-type-form .field-fileupload,
.ccm-block-type-form .field-datetime,
.ccm-block-type-form .field-textarea,
.ccm-block-type-form .field-checkboxlist,
.ccm-block-type-form .field-radios {
    display: flex;
    align-items: center;
  }
  .ccm-block-type-form .field-textarea,
.ccm-block-type-form .field-checkboxlist,
.ccm-block-type-form .field-radios {
    align-items: flex-start;
  }
  .ccm-block-type-form .field-datetime > .form-inline,
.ccm-block-type-form .field-text input[type=text],
.ccm-block-type-form .field-select select,
.ccm-block-type-form .field-telephone input[type=tel],
.ccm-block-type-form .field-email input[type=email],
.ccm-block-type-form .field-url input[type=url],
.ccm-block-type-form .field-fileupload input[type=file],
.ccm-block-type-form .field-textarea textarea {
    flex: 1; /* fluid width */
    display: block; /* IE fix */
    min-width: 0; /* fix for min-width: auto */
  }
  .ccm-block-type-form .field-date label,
.ccm-block-type-form .field-datetime label,
.ccm-block-type-form .field-text label,
.ccm-block-type-form .field-select label,
.ccm-block-type-form .field-telephone label,
.ccm-block-type-form .field-email label,
.ccm-block-type-form .field-url label,
.ccm-block-type-form .field-fileupload label,
.ccm-block-type-form .field-textarea label,
.ccm-block-type-form .field-checkboxlist > label,
.ccm-block-type-form .field-radios > label {
    width: 140px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .ccm-block-type-form .field-textarea label,
.ccm-block-type-form .field-checkboxlist > label,
.ccm-block-type-form .field-radios > label {
    padding-top: 2px;
  }
  .flexbox .ccm-block-type-form .field-custom-checkbox,
.flexbox .ccm-block-type-form .form-actions,
.flexboxtweener .ccm-block-type-form .field-custom-checkbox,
.flexboxtweener .ccm-block-type-form .form-actions {
    margin-left: 140px;
  }
}
.form-placeholders.ccm-block-type-form .field.field-custom-checkbox {
  margin-left: 0;
}

.form-placeholders.ccm-block-type-form .form-actions {
  margin-left: 0;
}

.page-list {
  margin-bottom: 20px;
}

.page-list-item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.page-list-item:after, .page-list-item:before {
  content: " ";
  display: table;
}
.page-list-item:after {
  clear: both;
}
@media only screen and (min-width: 600px) {
  .page-list-item {
    border: 0;
    padding-bottom: 0;
  }
}

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

.ccm-page .page-list-item-title {
  margin-top: 0;
  margin-bottom: 5px;
}

.ccm-page .page-list-item-title a {
  text-decoration: none;
  color: #444;
}

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

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

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

.page-list-item-with-thumbnail {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .page-list-item-with-thumbnail {
    margin-bottom: 18px;
  }
}

.page-list-item-with-thumbnail:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-list-item-with-thumbnail .page-list-item-title {
  margin-bottom: 10px;
}

.page-list-item-thumbnail {
  float: left;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .page-list-item-thumbnail {
    padding-bottom: 25px;
  }
}

.page-list-item-thumbnail img {
  margin-top: 4px;
}

.page-list-item-with-thumbnail .page-list-item-date {
  margin-top: -8px;
  margin-bottom: -1px;
}

@media only screen and (min-width: 480px) {
  .page-list-item-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.page-list-item-thumbnail {
  max-width: 110px;
}
@media only screen and (min-width: 480px) {
  .page-list-item-thumbnail {
    max-width: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .page-list-item-thumbnail {
    max-width: 200px;
  }
}

@media only screen and (min-width: 480px) {
  .page-list-item-with-thumbnail .page-list-item-title,
.page-list-item-with-thumbnail .page-list-item-date,
.page-list-item-with-thumbnail .page-list-item-description {
    margin-left: 155px;
  }
}
@media only screen and (min-width: 768px) {
  .page-list-item-with-thumbnail .page-list-item-title,
.page-list-item-with-thumbnail .page-list-item-date,
.page-list-item-with-thumbnail .page-list-item-description {
    margin-left: 215px;
  }
}

.page-list-no-pages {
  letter-spacing: normal;
  text-align: center;
}

.ccm-page .contact-top {
  float: right;
}

.ccm-page .contact-top-item {
  float: left;
}

.ccm-page .contact-top-item-link {
  display: block;
  font-size: 21px;
  line-height: 34px;
  color: #444;
}
.ccm-page .contact-top-item-link:hover,
.ccm-page .contact-top-item-link:focus {
  color: #7e1203;
  text-decoration: none;
}
.ccm-page .contact-top-item-icon {
  float: left;
  position: relative;
  padding: 0 10px;
}
.ccm-page .contact-top-item-text {
  display: none;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .contact-top-item-text {
    display: block;
    float: left;
  }
}

.ccm-page .contact-top-item-icon-mail {
  top: -1px;
}
@media only screen and (min-width: 1200px) {
  .toggle-contact-info {
    white-space: nowrap;
  }
}

.footer-bottom {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #cccccc;
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    text-align: left;
    padding-bottom: 20px;
  }
  .footer-bottom:after, .footer-bottom:before {
    content: " ";
    display: table;
  }
  .footer-bottom:after {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  .footer-bottom {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .company-container {
    float: left;
  }
}

@media only screen and (min-width: 992px) {
  .company-container > div {
    float: left;
  }
}

@media only screen and (min-width: 992px) {
  .company-copyrights {
    line-height: 16px;
    font-size: 13px;
    margin-right: 15px;
    position: relative;
  }
}

.footer-bottom-links {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 15px;
}
@media only screen and (min-width: 768px) {
  .footer-bottom-links {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer-bottom-links {
    margin-top: 0;
  }
}

.footer-bottom-links a {
  color: #ccc;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom-links p {
  margin-bottom: 0;
  color: #ccc;
}

.montezooma {
  width: 37px;
  display: block;
  margin: 10px auto 0;
  opacity: 0.3;
}
@media only screen and (min-width: 768px) {
  .montezooma {
    float: right;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .montezooma {
    margin-top: 0;
  }
}

.montezooma:hover,
.montezooma:focus {
  opacity: 1;
}

.ccm-page .logo {
  margin: 0;
  padding: 0;
  font-family: "Verdana", "Lato", "Segoe UI", Arial, sans-serif;
  position: relative;
}

.ccm-page .logo svg {
  fill: #fff;
}

.ccm-page .logo-link {
  color: #fff;
}

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

.ccm-page .logo-subtitle {
  display: none;
  font-size: 9px;
  line-height: 18px;
  text-align: right;
  letter-spacing: 0.65px;
  overflow: hidden;
  white-space: nowrap;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .ccm-page .logo-subtitle {
    font-size: 11px;
    letter-spacing: 0.65px;
    margin-top: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .logo-subtitle {
    display: block;
    font-size: 11px;
    letter-spacing: 0.27px;
    line-height: 27px;
    margin-top: 0;
  }
}

.ccm-page .page-title {
  font-size: 26px;
  text-align: center;
  padding: 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .page-title {
    font-size: 36px;
  }
}

.footer {
  background: #373737;
  color: #cccccc;
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .footer-primary {
    padding-bottom: 20px;
  }
  .footer-primary:after, .footer-primary:before {
    content: " ";
    display: table;
  }
  .footer-primary:after {
    clear: both;
  }
}

.footer-area {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer-area {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .footer-area-1 {
    width: 390px;
    padding-right: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-area-1 {
    width: 465px;
    padding-right: 145px;
  }
}
@media only screen and (min-width: 1920px) {
  .footer-area-1 {
    width: 800px;
    padding-right: 145px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-area-2 {
    width: 274px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-area-2 {
    width: 370px;
  }
}
@media only screen and (min-width: 1920px) {
  .footer-area-2 {
    width: 500px;
  }
}

@media only screen and (min-width: 992px) {
  .footer-area-3 {
    width: 290px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-area-3 {
    width: 345px;
  }
}

.footer-area h3 {
  font-weight: 900 !important;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
  color: #fff;
  margin-top: 0;
  margin-bottom: 23px;
}

.footer-area h3:after {
  content: " ";
  display: block;
  width: 100px;
  height: 1px;
  background: #6b6b6b;
  margin-top: 11px;
}

.footer-area ul {
  padding-left: 15px;
}

.footer-area li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .footer-area li {
    margin-bottom: 10px;
  }
}

.footer-area a {
  color: #cccccc;
}

.footer-area a:hover,
.footer-area a:focus {
  color: #ffffff;
}

.footer-area p {
  color: #cccccc;
  font-size: 16px;
}

.footer-area .btn-inline-link {
  color: #cccccc;
  text-decoration: underline;
}

.footer-area .btn-inline-link:after {
  border-color: transparent transparent transparent #cccccc;
}

.footer-area .btn-inline-link:hover,
.footer-area .btn-inline-link:focus {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #cccccc;
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    text-align: left;
    padding-bottom: 20px;
  }
  .footer-bottom:after, .footer-bottom:before {
    content: " ";
    display: table;
  }
  .footer-bottom:after {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  .footer-bottom {
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .company-container {
    float: left;
  }
}

@media only screen and (min-width: 992px) {
  .company-container > div {
    float: left;
  }
}

@media only screen and (min-width: 992px) {
  .company-copyrights {
    line-height: 16px;
    font-size: 13px;
    margin-right: 15px;
    position: relative;
  }
}

.footer-bottom-links {
  font-size: 13px;
  line-height: 16px;
  margin: 10px 0 15px;
}
@media only screen and (min-width: 768px) {
  .footer-bottom-links {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .footer-bottom-links {
    margin-top: 0;
  }
}

.footer-bottom-links a {
  color: #ccc;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom-links p {
  margin-bottom: 0;
  color: #ccc;
}

.montezooma {
  width: 37px;
  display: block;
  margin: 10px auto 0;
  opacity: 0.3;
}
@media only screen and (min-width: 768px) {
  .montezooma {
    float: right;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .montezooma {
    margin-top: 0;
  }
}

.montezooma:hover,
.montezooma:focus {
  opacity: 1;
}

.hero {
  background: #701001 url(../images/hero.jpg) no-repeat center center;
  min-height: 540px;
  padding-top: 295px;
  background-size: cover;
}
@media only screen and (min-width: 480px) {
  .hero {
    padding-top: 195px;
    min-height: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    padding-top: 150px;
    min-height: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .hero {
    transition: padding 0.5s;
    min-height: 702px;
  }
}

.user-logged .hero {
  padding-top: 214px;
  min-height: 450px;
}
@media only screen and (min-width: 480px) {
  .user-logged .hero {
    padding-top: 190px;
    min-height: 490px;
  }
}
@media only screen and (min-width: 768px) {
  .user-logged .hero {
    padding-top: 150px;
    min-height: 550px;
  }
}
@media only screen and (min-width: 992px) {
  .user-logged .hero {
    min-height: 702px;
  }
}

.hero > .container {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .hero > .container {
    text-align: left;
  }
}

.ccm-page .hero-title {
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  margin-top: 28px;
  letter-spacing: 1.6px;
  margin-bottom: 0;
  color: #262626;
  font-family: "Bebas Neue", "Segoe UI", Arial, sans-serif;
  white-space: nowrap;
}
@media only screen and (min-width: 480px) {
  .ccm-page .hero-title {
    margin-top: 55px;
    font-size: 67px;
    line-height: 67px;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .hero-title {
    margin-top: 90px;
    font-size: 87px;
    line-height: 87px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .hero-title {
    margin-bottom: 0;
  }
}

.ccm-page .hero-subtitle {
  font-size: 30px;
  line-height: 30px;
  color: #7e1203;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .ccm-page .hero-subtitle {
    font-size: 40px;
    line-height: 40px;
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .hero-subtitle {
    font-size: 50px;
    line-height: 50px;
  }
}

.ccm-page .hero-subtitle-background {
  margin-top: 8px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .hero-subtitle-background {
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px 0;
    background: #8d1504;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .hero-subtitle-background {
    font-size: 21px;
    line-height: 41px;
  }
}

.hero-buttons {
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .hero-buttons {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-buttons {
    margin-top: 19px;
  }
}

.hero-buttons .btn {
  padding: 10px 18px 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) {
  .hero-buttons .btn {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-buttons .btn {
    font-size: 18px;
    padding: 15px 25px 15px;
  }
}

.hero-buttons .btn-secondary:after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
  margin-right: -5px;
  margin-left: 10px;
  position: relative;
  top: 1px;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .hero-buttons .btn-secondary:after {
    top: 0;
  }
}

.hero-buttons .btn-secondary:hover:after,
.hero-buttons .btn-secondary:focus:after {
  border-color: transparent transparent transparent #6a6a6a;
}

.user-login-box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 0;
  padding: 20px 0 0;
  float: left;
  width: 100%;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .user-login-box {
    border: 0;
    padding: 0;
    position: relative;
  }
}

.user-info-name {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  height: 24px;
  margin-top: -31px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .user-info-name {
    padding: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    margin-right: 10px;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .user-info-name {
    float: left;
    margin-right: 15px;
  }
}

.user-info-name span {
  display: inline-block;
}

.user-info-name:before,
.user-info-name:after {
  content: " ";
  display: block;
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.user-info-name:before {
  width: 10px;
  left: 0;
  top: 11px;
}
@media only screen and (min-width: 768px) {
  .user-info-name:before {
    display: none;
  }
}

.user-info-name:after {
  left: 0;
  position: static;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -4px;
}
@media only screen and (min-width: 768px) {
  .user-info-name:after {
    display: none;
  }
}

.user-info-data {
  padding: 10px 20px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media only screen and (min-width: 480px) {
  .user-info-data {
    padding-bottom: 15px;
  }
  .user-info-data:after, .user-info-data:before {
    content: " ";
    display: table;
  }
  .user-info-data:after {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .user-info-data {
    padding: 0;
    float: left;
    line-height: 24px;
  }
}

@media only screen and (min-width: 480px) {
  .user-info-license {
    float: left;
    width: 50%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .user-info-license {
    width: auto;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .user-info-license {
    margin-right: 15px;
  }
}

.user-info-expiration-date {
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  .user-info-expiration-date {
    float: left;
    width: 50%;
    overflow: hidden;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .user-info-expiration-date {
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  .user-info-expiration-date {
    margin-right: 15px;
  }
}

.user-info-data span {
  color: rgba(255, 255, 255, 0.6);
}

@media only screen and (min-width: 480px) {
  .ccm-page .user-info-logout {
    float: left;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .user-info-logout {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .user-info-logout {
    float: left;
    position: static;
  }
}

.ccm-page .user-info-logout:before {
  position: relative;
  top: 1px;
  margin-right: 4px;
  margin-left: 1px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .user-info-logout:before {
    line-height: 18px;
  }
}

.ccm-page .user-info-logout:hover,
.ccm-page .user-info-logout:focus {
  color: #7e1203;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .user-info-logout:hover,
.ccm-page .user-info-logout:focus {
    color: rgba(255, 255, 255, 0.5);
  }
}

.login-form {
  position: relative;
  z-index: 1;
  padding-top: 13px;
}
@media only screen and (min-width: 768px) {
  .login-form {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .login-form {
    padding-top: 13px;
  }
}

.login-form fieldset {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.29);
}
@media only screen and (min-width: 768px) {
  .login-form fieldset {
    padding: 20px 0 0 0;
    border: 0;
    transition: padding 0.3s;
  }
}

.login-form legend {
  text-align: center;
  border: 0;
  margin: 0;
  padding: 0 16px 0 15px;
  color: #fff;
  display: inline-block;
  width: auto;
  font-family: "Bebas Neue", "Segoe UI", Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .login-form legend {
    text-align: left;
    font-size: 18px;
    font-family: "Lato", "Segoe UI", Arial, sans-serif;
    padding-left: 0;
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .login-form legend {
    display: block;
    float: left;
    padding: 10px 19px 0 0;
    transition: font-size 0.3s;
  }
}

.login-form legend i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 992px) {
  .login-form legend i {
    top: 0;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 480px) {
  .login-box-content {
    margin-left: -5px;
    margin-right: -5px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .login-box-content {
    display: inline-block;
  }
}

@media only screen and (min-width: 480px) {
  .login-form-controls-container {
    padding-right: 56px;
  }
  .login-form-controls-container:after, .login-form-controls-container:before {
    content: " ";
    display: table;
  }
  .login-form-controls-container:after {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .login-form-controls-container {
    padding-right: 43px;
  }
}

.login-form-controls {
  margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
  .login-form-controls {
    float: left;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .login-form-controls {
    width: auto;
  }
}

.login-form-input input[type=text],
.login-form-input input[type=password] {
  background: rgba(255, 255, 255, 0.54);
  border: 0;
  border-bottom: 2px solid #7e1203;
  font-size: 18px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .login-form-input input[type=text],
.login-form-input input[type=password] {
    background: none;
    border-bottom: 1px solid #fff;
    height: 33px;
    padding: 9px 1px 0;
    color: #fff;
    width: 135px;
    transition: width 0.5s;
  }
}

.login-form-input input[type=text]:focus,
.login-form-input input[type=password]:focus {
  border: 0;
  outline: none;
  border-bottom: 2px solid #7e1203;
}
@media only screen and (min-width: 768px) {
  .login-form-input input[type=text]:focus,
.login-form-input input[type=password]:focus {
    border-bottom: 1px solid #fff;
    width: 180px;
  }
}

.login-form-input input[type=text]::-moz-placeholder, .login-form-input input[type=password]::-moz-placeholder {
  color: rgba(113, 14, 14, 0.72);
}

.login-form-input input[type=text]::placeholder,
.login-form-input input[type=password]::placeholder {
  color: rgba(113, 14, 14, 0.72);
}
@media only screen and (min-width: 768px) {
  .login-form-input input[type=text]::-moz-placeholder, .login-form-input input[type=password]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
  }
  .login-form-input input[type=text]::placeholder,
.login-form-input input[type=password]::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-style: italic;
  }
}

/* Change autocomplete styles in WebKit */
.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus .login-form input:-webkit-autofill,
.login-form textarea:-webkit-autofill,
.login-form textarea:-webkit-autofill:hover .login-form textarea:-webkit-autofill:focus,
.login-form select:-webkit-autofill,
.login-form select:-webkit-autofill:hover,
.login-form select:-webkit-autofill:focus {
  border: 0;
  border-bottom: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s, width 0.5s;
  transition: background-color 5000s ease-in-out 0s, width 0.5s;
}

@media only screen and (min-width: 480px) {
  .login-form-btn {
    position: absolute;
    right: 5px;
    top: 0;
    width: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .login-form-btn {
    top: 5px;
    width: 29px;
  }
}

.login-form-btn .btn {
  padding: 8px 15px;
  width: 100%;
  background: #7e1203;
  border-color: #7e1203;
}
@media only screen and (min-width: 480px) {
  .login-form-btn .btn {
    width: auto;
    padding: 14px 13px 9px 13px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .login-form-btn .btn {
    background: #fff;
    border-radius: 4px;
    border-color: #fff;
    padding: 9px 7px 5px 6px;
  }
}

.login-form-btn .btn:hover,
.login-form-btn .btn:focus {
  background: #fff;
  color: #7e1203;
  border-color: #7e1203;
}
@media only screen and (min-width: 768px) {
  .login-form-btn .btn:hover,
.login-form-btn .btn:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.14);
  }
}

@media only screen and (min-width: 480px) {
  .login-form-btn span {
    display: none;
  }
}

.login-form-btn .btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
  transition: 0.2s;
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 480px) {
  .login-form-btn .btn:after {
    margin-left: 3px;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .login-form-btn .btn:after {
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #7e1203;
  }
}

.login-form-btn .btn:hover:after,
.login-form-btn .btn:focus:after {
  border-color: transparent transparent transparent #7e1203;
}
@media only screen and (min-width: 768px) {
  .login-form-btn .btn:hover:after,
.login-form-btn .btn:focus:after {
    border-color: transparent transparent transparent #fff;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .logo-area {
    margin-top: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .compact-header .logo-area {
    margin-top: 25px;
    width: 222px;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .logo svg {
    fill: #444;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .logo-link {
    color: #7e1203;
    color: #4e4e4e;
  }
  .compact-header .logo-link:hover, .compact-header .logo-link:focus {
    text-decoration: none;
    color: #4e4e4e;
  }
}

@media only screen and (min-width: 992px) {
  .ccm-page .compact-header .logo-subtitle {
    color: #a2a2a2;
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .login-form-input input[type=text],
.compact-header .login-form-input input[type=password] {
    border-color: #7e1203;
    border-color: #b7b7b7;
    color: #828282;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .login-form fieldset {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .compact-header .login-form-input input[type=text]::-moz-placeholder, .compact-header .login-form-input input[type=password]::-moz-placeholder {
    font-weight: 300;
    color: #bdbdbd;
    font-style: italic;
  }
  .compact-header .login-form-input input[type=text]::placeholder,
.compact-header .login-form-input input[type=password]::placeholder {
    font-weight: 300;
    color: #bdbdbd;
    font-style: italic;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .login-form legend {
    color: #727272;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .login-form legend i {
    color: #b3b3b3;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .login-form-btn .btn {
    border-color: #7e1203;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .login-form-btn .btn:hover,
.compact-header .login-form-btn .btn:focus {
    background: #7e1203;
    color: #fff;
  }
}

/* Change autocomplete styles in WebKit */
@media only screen and (min-width: 992px) {
  .login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus .login-form input:-webkit-autofill,
.login-form textarea:-webkit-autofill,
.login-form textarea:-webkit-autofill:hover .login-form textarea:-webkit-autofill:focus,
.login-form select:-webkit-autofill,
.login-form select:-webkit-autofill:hover,
.login-form select:-webkit-autofill:focus {
    border: 0;
    border-bottom: 1px solid #b7b7b7;
    background: #fff;
    -webkit-text-fill-color: #828282;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s, width 0.5s;
    transition: background-color 5000s ease-in-out 0s, width 0.5s;
  }
  .login-form input:-webkit-autofill::selection,
.login-form input:-webkit-autofill:hover::selection,
.login-form input:-webkit-autofill:focus .login-form input:-webkit-autofill::selection,
.login-form textarea:-webkit-autofill::selection,
.login-form textarea:-webkit-autofill:hover .login-form textarea:-webkit-autofill:focus::selection,
.login-form select:-webkit-autofill::selection,
.login-form select:-webkit-autofill:hover::selection,
.login-form select:-webkit-autofill:focus::selection {
    background: #fff;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .user-info-name {
    color: #828282;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .user-info-data {
    color: #828282;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .user-info-data span {
    color: #828282;
  }
}

@media only screen and (min-width: 992px) {
  .ccm-page .compact-header .user-info-logout {
    color: #8d1504;
  }
}

@media only screen and (min-width: 992px) {
  .user-logged .compact-header .login-area {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .user-logged .compact-header .off-canvas-nav-area {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .off-canvas-nav-area {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .desktop-nav .nav-level-1 > li > a {
    color: #7e1203;
    color: #262626;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .desktop-nav .nav-level-1 > li > a:hover,
.compact-header .desktop-nav .nav-level-1 > li > a:focus {
    color: #7e1203;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .desktop-nav .nav-level-1 > li > a.nav-path-selected:not(.nav-home) {
    color: #7e1203;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .desktop-nav .nav-level-1 > li:after {
    background: #c1c1c1;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header .desktop-nav .nav-level-1 > li > a:after {
    opacity: 0;
  }
}

@media only screen and (min-width: 992px) {
  .compact-header + .hero {
    padding-top: 154px;
  }
}

.contact-footer-entry {
  margin-bottom: 10px;
}
.contact-footer-entry:after, .contact-footer-entry:before {
  content: " ";
  display: table;
}
.contact-footer-entry:after {
  clear: both;
}
@media only screen and (min-width: 992px) {
  .contact-footer-entry {
    margin-bottom: 17px;
  }
}

.contact-footer-icon {
  float: left;
  text-align: center;
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .contact-footer-icon {
    font-size: 29px;
    position: relative;
    top: 9px;
  }
}

.contact-footer-icon.icon-phone-f {
  font-size: 20px;
  padding-left: 2px;
}
@media only screen and (min-width: 992px) {
  .contact-footer-icon.icon-phone-f {
    font-size: 38px;
    top: 12px;
  }
}

.contact-footer-subtitle {
  display: block;
  font-size: 13px;
}

.contact-footer-data {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  .contact-footer-data {
    padding-left: 57px;
  }
}

@media only screen and (min-width: 992px) {
  .contact-footer-data a {
    font-size: 30px;
    line-height: 39px;
    font-weight: 900;
  }
}

@media only screen and (min-width: 992px) {
  .contact-footer-data a[href^=mail] {
    font-size: 25px;
  }
}

.contact-footer-data a:hover,
.contact-footer-data a:focus {
  text-decoration: none;
}

.player-counter {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .player-counter {
    float: right;
    font-size: 13px;
    line-height: 16px;
  }
}

.supported-devices {
  background: #dfdfdf;
  padding: 25px 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .supported-devices {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .supported-devices:after, .supported-devices:before {
    content: " ";
    display: table;
  }
  .supported-devices:after {
    clear: both;
  }
}

@media only screen and (min-width: 1920px) {
  .supported-devices .container {
    display: flex;
    justify-content: center;
  }
}

.supported-devices h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .supported-devices h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .supported-devices h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .supported-devices h3 {
    float: left;
    width: 384px;
    margin-top: 8px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .supported-devices h3 {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .supported-devices .devices-logos {
    float: left;
    width: 560px;
  }
}
@media only screen and (min-width: 1200px) {
  .supported-devices .devices-logos {
    width: 795px;
  }
}

.supported-devices .devices-logos img {
  width: 100%;
}

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

.download-app {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .download-app {
    border: 0;
    margin: 0;
    padding: 30px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .download-app {
    letter-spacing: -0.31em;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .download-app {
    display: flex;
    letter-spacing: normal;
    align-items: center;
    justify-content: center;
  }
}

.ccm-page .download-app-title {
  font-family: "Verdana", "Lato", "Segoe UI", Arial, sans-serif;
  position: relative;
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .ccm-page .download-app-title {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: -15px 0 40px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .download-app-title {
    margin: 0 20px 0 0;
    flex: 0 0 auto;
    position: relative;
    top: -11px;
  }
}

.ccm-page .download-app-title span {
  font-size: 12px;
  line-height: 12px;
  display: block;
  margin-top: 6px;
}
@media only screen and (min-width: 992px) {
  .ccm-page .download-app-title span {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .download-app-title span {
    right: 2px;
    left: auto;
    white-space: nowrap;
  }
}

.download-app-buttons {
  letter-spacing: -0.31em;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .download-app-buttons {
    display: flex;
    letter-spacing: normal;
    align-items: center;
    margin: 0;
  }
}

.download-app-buttons a {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 0 10px 10px;
}
@media only screen and (min-width: 992px) {
  .download-app-buttons a {
    margin-bottom: 0;
  }
}

.download-app-buttons a:hover,
.download-app-buttons a:focus {
  transform: scale(1.08);
}

.download-app-buttons a:last-child {
  margin-bottom: 0;
}

.rsp-section .alert {
  text-align: center;
}

.ccm-page .rsp-section-title {
  text-align: center;
  font-family: "Lato", "Segoe UI", Arial, sans-serif;
  color: #262626;
  font-size: 26px;
  font-weight: 900;
  margin: 0;
  padding: 25px 0 25px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .rsp-section-title {
    font-size: 36px;
    padding: 51px 0 35px;
  }
}

.rsp-wrapper {
  display: flex;
  justify-content: center;
  background: #222;
  padding: 26px 30px 30px;
  position: relative;
  min-height: 160px;
}
@media only screen and (min-width: 768px) {
  .rsp-wrapper {
    padding: 30px;
    min-height: 120px;
  }
}

.rsp-is-loading {
  color: #fff;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  text-align: center;
}

.rsp-wrapper-inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .rsp-wrapper-inner {
    flex-direction: row;
  }
}

.rsp-title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5803921569);
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .rsp-title {
    position: relative;
    width: 1px;
    transform: translateX(-20px);
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .rsp-title {
    transform: translateX(-35px);
  }
}

@media only screen and (min-width: 768px) {
  .rsp-title-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    white-space: nowrap;
    text-align: right;
    display: flex;
    align-items: center;
  }
}

.rsp .mejs__container {
  background: none;
  min-width: 0 !important;
  width: 60px !important;
  margin-left: auto;
  margin-right: auto;
}

.rsp .mejs__controls {
  background: none;
  justify-content: center;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.rsp .mejs__playpause-button.mejs__button {
  width: 60px;
}

.rsp .mejs__play svg.mejs__icon-play {
  transform: scale(1.5);
}

.rsp .mejs__volume-button {
  position: absolute;
  top: 0;
  left: 118%;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .rsp .mejs__volume-button {
    left: 140%;
  }
}

.mejs__horizontal-volume-slider {
  position: absolute;
  top: 0;
  left: 170%;
}
@media only screen and (min-width: 992px) {
  .mejs__horizontal-volume-slider {
    left: 194%;
  }
}

.rsp .mejs__horizontal-volume-total {
  border: 0;
  background: rgba(72, 72, 72, 0.8);
}

.rsp .mejs__controls .mejs__playpause-button button {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.rsp .mejs__play svg,
.rsp .mejs__pause svg {
  fill: #222;
}

.rsp .mejs__button,
.rsp .mejs__button > button,
.rsp .mejs__controls,
.rsp .mejs__horizontal-volume-slider {
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.rsp .mejs__horizontal-volume-total {
  top: 26px;
}

.rsp-list {
  background: #ababab;
}
@media only screen and (min-width: 768px) {
  .rsp-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0;
  }
}

.rsp-list-item {
  text-align: center;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .rsp-list-item {
    border: 1px solid #959595;
    border-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .rsp-list-item:nth-child(odd) {
    background: #b1b1b1;
  }
}

@media only screen and (max-width: 767px) {
  .rsp-list-item:last-child {
    border-bottom: 1px solid #959595;
  }
}

@media only screen and (min-width: 768px) {
  .rsp-list-item {
    border: 1px solid #959595;
    border-left: 0;
    border-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .rsp-list-item:nth-child(2n+1) {
    border-left: 1px solid #959595;
  }
}

@media only screen and (min-width: 768px) {
  .rsp-list-item:nth-child(2n+1):nth-last-child(-n+2) .rsp-list-item,
.rsp-list-item:nth-child(2n+1):nth-last-child(-n+2) ~ .rsp-list-item {
    border-right: 1px solid #959595;
  }
}

.rsp-list-item .rsp-list-item-link {
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}

.rsp-list-item .rsp-list-item-link:hover {
  color: #7e1203;
  text-decoration: none;
}

.rsp-list-item-link-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  padding: 20px 5px;
}

.rsp-list-item .rsp-list-item-link .icon-speaker {
  transform: translate(6px, 0);
  display: inline-flex;
  position: absolute;
  left: 100%;
}

.download-mp3 {
  text-align: left;
  padding: 20px 5px;
}
@media only screen and (min-width: 768px) {
  .download-mp3 {
    padding: 20px 0;
  }
}

.download-mp3 a {
  color: #dfdfdf;
  display: table;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .download-mp3 a {
    display: block;
    text-align: center;
    font-size: 20px;
  }
}

.download-mp3 a:hover,
.download-mp3 a:focus {
  text-decoration: none;
  color: #fff;
}

.download-mp3 span {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .download-mp3 span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
  }
}

.download-mp3 i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  width: 50px;
}
@media only screen and (min-width: 480px) {
  .download-mp3 i {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .download-mp3 i {
    display: inline-block;
    font-size: 78px;
    line-height: 88px;
    width: auto;
    padding-right: 20px;
  }
}

.download-mp3 i:before {
  position: relative;
  top: 4px;
}

.download-mp3 i.icon-television {
  font-size: 34px;
  line-height: 20px;
  height: 41px;
}
@media only screen and (min-width: 768px) {
  .download-mp3 i.icon-television {
    font-size: 68px;
    line-height: 68px;
    height: 91px;
  }
}

.download-mp3 i.icon-television:before {
  top: 0;
}
@media only screen and (min-width: 768px) {
  .download-mp3 i.icon-television:before {
    top: 10px;
  }
}

.alternative-sources {
  padding: 0 0 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .alternative-sources {
    padding: 0 0 60px;
  }
  .alternative-sources:after, .alternative-sources:before {
    content: " ";
    display: table;
  }
  .alternative-sources:after {
    clear: both;
  }
}

@media only screen and (min-width: 768px) {
  .alternative-source {
    white-space: nowrap;
  }
}

.alternative-source .btn {
  margin-bottom: 10px;
  white-space: normal;
}
@media only screen and (min-width: 768px) {
  .alternative-source .btn {
    margin-bottom: 0;
  }
}

.alternative-source .btn i {
  line-height: 1;
}

.alternative-player-title {
  background: #660f01;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .alternative-player-title {
    padding: 29px 0 28px;
  }
}

.alternative-player-title span {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .alternative-player-title span {
    margin-bottom: 0;
  }
}

.alternative-player-container {
  background: #8d1504;
  padding: 30px 0 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .alternative-player-container {
    padding-top: 44px;
  }
}

.alternative-player-container .panel-login {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  padding: 8px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .alternative-player-container .panel-login {
    position: absolute;
    left: 29px;
    top: 31px;
    border: 0;
    padding: 0;
    margin-bottom: 0;
  }
}

.alternative-player-container .panel-login:hover,
.alternative-player-container .panel-login:focus {
  text-decoration: none;
  background: #fff;
  color: #660f01;
}
@media only screen and (min-width: 768px) {
  .alternative-player-container .panel-login:hover,
.alternative-player-container .panel-login:focus {
    background: transparent;
    color: rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (min-width: 768px) {
  .alternative-player-container .panel-login i {
    font-size: 22px;
  }
}

.ccm-page .alternative-player-playlists {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .ccm-page .alternative-player-playlists {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1px;
         column-gap: 1px;
  }
}

.ccm-page .alternative-player-playlists li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ccm-page .alternative-player-playlist {
  display: block;
  background: #fff;
  color: #444;
  text-align: center;
  padding: 16px 10px 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 900;
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (min-width: 768px) {
  .ccm-page .alternative-player-playlist {
    padding: 17px 20px;
    font-size: 18px;
  }
}

.ccm-page .alternative-player-playlist:hover,
.ccm-page .alternative-player-playlist:focus {
  text-decoration: none;
  background: #e0e0e0;
}

.ccm-page .alternative-player-playlist.active-playlist {
  background: #ffe7e4;
}

.ccm-page .alternative-player-playlist.active-playlist i {
  font-size: 9px;
  line-height: 1;
  transform: scale(2.2) translate(-5px, -1px);
  display: inline-flex;
}

.hap-widget {
  max-width: 500px;
}

.hap-widget .hap-player-outer {
  box-shadow: none;
}

.hap-widget .hap-player-holder {
  position: static;
}

.hap-widget .hap-player-controls {
  position: static;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hap-widget .hap-playback-toggle svg {
  fill: #8d1504;
}

.hap-widget .hap-contr-btn svg {
  filter: none;
}

.hap-widget .hap-playback-toggle {
  background: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
}

.hap-widget .hap-prev-toggle svg, .hap-widget .hap-next-toggle svg {
  height: 29px;
}

.hap-widget .hap-btn-play {
  position: relative;
  left: 4px;
}

.hap-widget .hap-btn-pause {
  position: relative;
  left: 1px;
}

.hap-widget .hap-info {
  margin-top: 22px;
}
@media only screen and (min-width: 768px) {
  .hap-widget .hap-info {
    margin-top: 27px;
  }
}

.hap-time-wrapper {
  display: flex;
  margin-top: 10px;
}

.hap-media-time {
  display: flex;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 0 0 20px;
  font-weight: 600;
  justify-content: center;
  height: 30px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .hap-media-time {
    position: absolute;
    left: 0;
    top: 25px;
    padding-left: 0;
  }
}

.hap-widget .hap-volume-seekbar {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  bottom: 0;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .hap-widget .hap-volume-seekbar {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: 0;
    margin-top: 0;
    top: 24px;
  }
}

.hap-widget .hap-seekbar {
  position: relative;
  bottom: 0;
  left: auto;
  right: auto;
  height: 30px;
  cursor: pointer;
  touch-action: none;
  margin: 0 auto 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .hap-widget .hap-seekbar {
    padding-left: 0;
    padding-right: 0;
  }
}

.hap-widget .hap-progress-bg {
  width: calc(100% - 40px);
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .hap-widget .hap-progress-bg {
    width: 100%;
  }
}

.hap-widget .hap-volume-bg {
  position: absolute;
  top: 15px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 2px;
  background: #999;
}

.hap-widget .hap-volume-level {
  box-shadow: none;
}

.hap-widget .hap-tooltip {
  background: rgb(18, 18, 18);
  border-color: rgb(18, 18, 18);
}

.hap-player-loading {
  color: white;
}

.hap-error {
  color: white;
  margin-bottom: 8px;
}

.user-info-title {
  background: #373737;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
}
@media only screen and (min-width: 480px) {
  .user-info-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .user-info-title {
    padding: 29px 0 28px;
    font-size: 20px;
  }
}

.user-info-title i {
  position: relative;
  left: -5px;
  top: -1px;
}

.ccm-page .user-info-title-links {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .ccm-page .user-info-title-links {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}

.ccm-page .user-info-title-links li {
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .ccm-page .user-info-title-links li {
    margin-top: 0;
  }
}

.ccm-page .user-info-title-links a {
  text-decoration: none;
  color: #c0c0c0;
  font-size: 14px;
}

.ccm-page .user-info-title-links a:hover,
.ccm-page .user-info-title-links a:focus {
  text-decoration: none;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .user-info-entries {
    background: #ffffff;
  }
  .user-info-entries:after, .user-info-entries:before {
    content: " ";
    display: table;
  }
  .user-info-entries:after {
    clear: both;
  }
}

.user-info-entry {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 15px;
  line-height: 21px;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .user-info-entry {
    text-align: left;
    padding: 17px 25px;
  }
  .user-info-entry:after, .user-info-entry:before {
    content: " ";
    display: table;
  }
  .user-info-entry:after {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  .user-info-entry {
    float: left;
    width: 50%;
    padding: 17px 50px;
  }
}

@media only screen and (min-width: 992px) {
  .user-info-entry:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }
}

@media only screen and (min-width: 992px) {
  .user-info-entry:nth-child(2n+1):nth-last-child(-n+2),
.user-info-entry:nth-child(2n+1):nth-last-child(-n+2) ~ .user-info-entry {
    border-bottom: 0;
  }
}

.user-info-label {
  margin-bottom: 5px;
}
@media only screen and (min-width: 480px) {
  .user-info-label {
    vertical-align: top;
    margin-bottom: 0;
    display: block;
    float: left;
    width: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .user-info-label {
    width: 190px;
  }
}

.user-info-label i {
  margin-right: 5px;
}

.user-info-label .icon-license {
  position: relative;
}

.user-info-label .icon-login-1 {
  position: relative;
  top: -2px;
}

.user-info-label .icon-briefcase {
  position: relative;
  top: -1px;
}

.user-info-label .icon-calendar {
  position: relative;
  top: -1px;
}

@media only screen and (min-width: 480px) {
  .user-info-value {
    display: block;
    padding-left: 190px;
  }
}
@media only screen and (min-width: 768px) {
  .user-info-value {
    padding-left: 190px;
  }
}

.alert.user-info-not-logged {
  line-height: 16px;
  text-align: center;
  border-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.player-table .mejs-container .mejs-controls {
  border: 0;
  border-radius: 3px;
  background: none;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .player-table .mejs-container .mejs-controls {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.player-table .mejs-controls .mejs-button button {
  margin: 6px 0 5px;
}

.player-table .mejs-container,
.player-table .mejs-controls .mejs-button button:focus,
.player-table .mejs-container .mejs-controls div,
.player-table .mejs-container .mejs-controls {
  outline: 0 !important;
}

@media only screen and (max-width: 767px) {
  .player-table .mejs-android .mejs-controls,
.player-table .mejs-ios .mejs-controls {
    background: none;
    border-color: transparent;
  }
  .player-table .mejs-android,
.player-table .mejs-ios {
    width: auto !important;
    height: 40px !important;
  }
  .player-table .mejs-android .mejs-controls,
.player-table .mejs-ios .mejs-controls {
    height: auto;
  }
  .player-table .mejs-android .mejs-controls div,
.player-table .mejs-ios .mejs-controls div {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    display: block;
    float: none;
  }
  .player-table .mejs-android .mejs-controls .mejs-button button,
.player-table .mejs-ios .mejs-controls .mejs-button button {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 350px auto;
    margin: 0 auto;
  }
  .player-table .mejs-android .mejs-controls .mejs-pause button,
.player-table .mejs-ios .mejs-controls .mejs-pause button {
    background-position: 0 -38px;
  }
}
@media only screen and (min-width: 768px) {
  .player-table .mejs-android + .active-playlist-text,
.player-table .mejs-ios + .active-playlist-text {
    width: 72px;
    right: 104%;
  }
}
@media only screen and (min-width: 992px) {
  .player-table .mejs-android + .active-playlist-text,
.player-table .mejs-ios + .active-playlist-text {
    width: auto;
    left: 40px;
  }
}

.panel-ui {
  margin-bottom: 20px;
}
.panel-ui:after, .panel-ui:before {
  content: " ";
  display: table;
}
.panel-ui:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  .panel-ui {
    margin-bottom: 50px;
  }
}

.ccm-page .panel-ui-title {
  margin-bottom: 30px;
}

.panel-welcome-message {
  margin: 0 -10px 30px;
  padding: 15px 10px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: #eee;
}
@media only screen and (min-width: 768px) {
  .panel-welcome-message {
    margin: 0 -1000px 40px;
    padding: 15px 1000px;
  }
  .panel-welcome-message:after, .panel-welcome-message:before {
    content: " ";
    display: table;
  }
  .panel-welcome-message:after {
    clear: both;
  }
}

.panel-welcome-user {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .panel-welcome-user {
    float: left;
    width: 60%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .panel-welcome-user {
    margin-top: 6px;
  }
}

@media only screen and (min-width: 992px) {
  .panel-welcome-user br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .panel-welcome-logout {
    float: left;
    width: 40%;
  }
}

.panel-welcome-logout .btn {
  font-size: 12px;
  line-height: 14px;
  padding: 8px 20px 7px;
}
@media only screen and (min-width: 768px) {
  .panel-welcome-logout .btn {
    float: right;
    margin-top: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .panel-welcome-logout .btn {
    margin-top: 0;
  }
}

.ccm-page .panel-tabs {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .panel-tabs.ccm-dialog-tabs {
    border-bottom: 0 !important;
  }
}

.panel-tabs.ccm-dialog-tabs > li {
  display: block;
  float: none;
}
@media only screen and (min-width: 768px) {
  .panel-tabs.ccm-dialog-tabs > li {
    float: left;
  }
}

.panel-tabs.ccm-dialog-tabs > li > a {
  font-size: 14px;
  border-radius: 0;
  color: #6a6a6a;
  background: #ddd;
}
@media only screen and (max-width: 767px) {
  .panel-tabs.ccm-dialog-tabs > li > a {
    border: 1px solid #ddd;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 992px) {
  .panel-tabs.ccm-dialog-tabs > li > a {
    line-height: 46px;
    padding: 0 23px;
  }
}

.panel-tabs.ccm-dialog-tabs > li > a:hover {
  border-color: #eee;
  background: #eee;
  border-bottom-color: transparent;
}

.panel-tabs.ccm-dialog-tabs > li.ccm-nav-active > a {
  border-radius: 0;
  background: #f8f8f8;
  border-color: #ddd;
}
@media only screen and (min-width: 768px) {
  .panel-tabs.ccm-dialog-tabs > li.ccm-nav-active > a {
    border-bottom-color: transparent;
  }
}

.ccm-page .panel-tabs-content {
  clear: both;
  padding: 15px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  margin-top: 10px;
  float: left;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ccm-page .panel-tabs-content {
    margin-top: 0;
    border-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .panel-tabs-content {
    padding: 25px;
  }
}

.panel-ui-submenu {
  margin-bottom: 20px;
}

.panel-ui-submenu .btn {
  margin-bottom: 10px;
}
@media only screen and (min-width: 414px) {
  .panel-ui-submenu .btn {
    margin-bottom: 0;
  }
}

.panel-form-players input[type=radio] {
  margin-bottom: 10px;
}

.panel-form-players .form-group {
  margin-bottom: 25px;
}

.panel-form-volume .select-group-wrapper {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 20px;
}

.panel-form-volume .select-group {
  letter-spacing: -0.31em;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
}

.panel-form-volume .select-group-label {
  margin-bottom: 10px;
}

.panel-form-volume .select-group-enable {
  margin-bottom: 10px;
}

.panel-form-volume .select-group .select-container {
  letter-spacing: normal;
  display: inline-block;
  width: 33.33333%;
  padding-left: 10px;
  padding-right: 10px;
}

.ccm-page .panel-table > thead > tr > th,
.ccm-page .panel-table > thead > tr > td,
.ccm-page .panel-table > tbody > tr > th,
.ccm-page .panel-table > tbody > tr > td,
.ccm-page .panel-table > tfoot > tr > th,
.ccm-page .panel-table > tfoot > tr > td {
  font-size: 14px;
}

.div-table {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .div-table {
    border-right: 1px solid #ddd;
  }
}

.div-table-row {
  display: table-row;
}

.div-table-cell {
  display: table-cell;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 10px;
  white-space: nowrap;
  vertical-align: middle;
  background: #fff;
  font-size: 14px;
}

.div-table-cell-title {
  white-space: normal;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .div-table-cell-title {
    padding-left: 20px;
  }
}

.div-table-cell-sample a:hover,
.div-table-cell-sample a:focus {
  text-decoration: none;
}

.div-table-cell-sample span {
  font-size: 14px;
  position: relative;
  top: -2px;
}

.div-table-cell-disable {
  font-size: 14px;
}

.div-table-cell-disable input[type=checkbox] {
  position: relative;
  top: 3px;
  margin-right: 4px;
}

.div-table-cell-move {
  padding: 0;
  text-align: center;
}

.div-table-cell-move a {
  display: block;
  padding: 10px;
}

.div-table-cell-move .icon-up {
  position: relative;
  display: block;
  transition: 0.2s;
  top: 0;
}

.div-table-cell-move .icon-down {
  position: relative;
  bottom: -1px;
  display: block;
  transition: 0.2s 0.1s;
}

.div-table-cell-move:hover .icon-up {
  transform: translateY(-3px);
}

.div-table-cell-move:hover .icon-down {
  transform: translateY(3px);
}

.p-songs .mejs-container .mejs-controls {
  border-radius: 3px;
  background: #000;
  border: 1px solid #000;
  padding: 0 10px 0 10px;
}

.p-songs .mejs-controls .mejs-button button {
  margin: 6px 0 5px;
}

.p-songs .mejs-controls div.mejs-time-rail {
  padding-top: 4px;
}

.div-table-cell-form-controls-group {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

.div-table-cell-form-controls-group > span {
  display: inline-block;
  vertical-align: middle;
}

.div-table-cell-form-controls-group .form-control-prefix {
  padding-right: 10px;
}

.div-table-cell-form-controls-group .form-control-postfix {
  padding-left: 10px;
}

.ccm-page .div-table-cell-form-controls-group select {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 50px;
}

@media only screen and (min-width: 768px) {
  .page-id-196 main > .main-content > .container > div:last-of-type,
.page-id-223 main > .main-content > .container > div:last-of-type {
    margin-bottom: 30px;
  }
}

.dl-wrapper {
  margin-top: 20px;
  position: relative;
  z-index: 0;
}

@media only screen and (min-width: 992px) {
  .dl-header {
    position: relative;
  }
}

.dl-header .dl-title {
  font-size: 22px;
  text-align: center;
  background: #8d1504;
  color: #fff;
  padding: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .dl-header .dl-title {
    padding-right: 150px;
    position: relative;
  }
}

.dl-header .dl-title-text {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .dl-header .dl-title-text {
    margin-bottom: 0;
  }
}

.dl-header .dl-title-button {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  width: 150px;
}
@media only screen and (min-width: 768px) {
  .dl-header .dl-title-button {
    border: none;
    color: #fff;
    background: #373737;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.dl-header .dl-title-button:hover,
.dl-header .dl-title-button:focus {
  background: #fff;
  color: #444;
}
@media only screen and (min-width: 768px) {
  .dl-header .dl-title-button:hover,
.dl-header .dl-title-button:focus {
    background: #5c5c5c;
    color: #fff;
  }
}

.ccm-page .btn i.dl-title-icon {
  display: inline-block;
  font-size: 16px;
  transform: rotate(-90deg);
  margin: 0 0 0 10px;
  transition: transform 0.5s;
  position: relative;
  top: 1px;
}

.ccm-page .btn i.dl-title-icon-opposite {
  transform: rotate(90deg);
}

.dl-description {
  text-align: center;
  margin-top: 25px;
}

.dl-actions {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .dl-actions {
    display: flex;
    justify-content: center;
  }
}

.dl-actions .btn {
  display: block;
  width: 100%;
  background: #fff;
  color: #5d5d5d;
  border-color: #6a6a6a;
}
@media only screen and (min-width: 768px) {
  .dl-actions .btn {
    display: inline-block;
    width: auto;
    margin-left: 10px;
  }
}

.dl-actions .btn:hover,
.dl-actions .btn:active {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}

@media only screen and (min-width: 768px) {
  .dl-actions .btn:first-child,
.dl-actions .dl-cancel-select-multiple {
    margin-left: 0;
  }
}

.ccm-page .dl-download-multiple {
  height: 43px;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  justify-content: center;
  white-space: normal;
}

.ccm-page .dl-download-multiple-small {
  font-size: 11px;
  line-height: 14px;
}

.dl-actions .btn + .btn {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .dl-actions .btn + .btn {
    margin-top: 0;
  }
}

.dl-elements {
  margin-top: 30px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: center;
}

.ccm-page .dl-element {
  margin-bottom: 15px;
  flex: 0 0 auto;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(50% - 10px);
  margin-bottom: 10px;
  display: flex;
}
@media only screen and (min-width: 414px) {
  .ccm-page .dl-element {
    width: calc(33.33333% - 10px);
  }
}
@media only screen and (min-width: 600px) {
  .ccm-page .dl-element {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .ccm-page .dl-element {
    width: calc(20% - 10px);
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .dl-element {
    width: calc(16.66666% - 10px);
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .dl-element {
    width: calc(12.5% - 10px);
  }
}

.ccm-page .dl-element-link {
  color: #444;
  position: relative;
  display: block;
  background: #e0e0e0;
  flex: 1;
}

.ccm-page .dl-element-link:hover,
.ccm-page .dl-element-link:focus {
  text-decoration: none;
  color: #444;
}

.dl-thumbnail-container {
  border: 1px solid #e0e0e0;
  padding: 10px;
  background: #fff;
  position: relative;
}

.dl-slogan-new {
  position: absolute;
  font-size: 12px;
  background: #ffc640;
  text-align: center;
  padding: 2px 5px;
  left: 10px;
  right: 10px;
}

.dl-element-image {
  max-width: none;
  height: auto;
  width: 100%;
}

.dl-text {
  padding: 10px;
  background: #e0e0e0;
}

.dl-element-title {
  font-size: 14px;
  line-height: 18px;
}

.dl-element-file-size {
  font-size: 12px;
  color: #808080;
}

.dl-player {
  border-top: 2px solid #c4c4c4;
  padding: 10px;
  background: #cecece;
  height: 43px;
  text-align: center;
  cursor: pointer;
}

.dl-player .icon-speaker {
  margin-left: -5px;
  font-size: 14px;
  top: -1px;
  position: relative;
}

.dl-player .dl-player-start {
  position: relative;
  top: -2px;
}
@media only screen and (min-width: 992px) {
  .dl-player .dl-player-start {
    top: 0;
  }
}

.dl-player .mejs__controls:not([style*="display: none"]) {
  background: #cecece;
}

.dl-player .mejs__container {
  height: 21px !important;
}

.dl-player .mejs__button > button {
  margin-top: 1px;
  margin-bottom: 0;
}

.dl-player .mejs__play svg.mejs__icon-play,
.dl-player .mejs__pause svg.mejs__icon-pause {
  fill: #545454;
}

.dl-player .mejs__pause svg.mejs__icon-pause {
  transform: scale(0.8);
}

.dl-player .mejs__time-total {
  margin-top: 0;
  background: #a7a7a7;
}

.dl-player .mejs__time-loaded {
  margin-top: 0;
  background: #696969;
}

.dl-player .mejs__time-current {
  background: #7e1203;
}

.dl-player .mejs__time-rail {
  padding-top: 0;
  margin-top: 5px;
}

.dl-player .mejs__controls {
  height: 21px;
  padding-left: 0;
  padding-right: 0;
}

.dl-player .mejs__button,
.dl-player .mejs__time,
.dl-player .mejs__time-rail {
  height: 21px;
}

.dl-player .dl-label-listen {
  font-size: 14px;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.dl-element {
  transition: 0.3s;
  position: relative;
}

.dl-element-inner {
  transition: 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ccm-page .dl-element-selectable {
  background: #f5f5f5;
}

.dl-element-selectable .dl-element-inner {
  transform: scale(0.85);
}

.dl-element-selected-status {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 21px;
  background: #fff;
  width: 29px;
  padding: 3px 6px;
  height: 27px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.ccm-page .dl-element-selected-item {
  background: #0a750a;
}

.dl-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -2px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
}

.ccm-page .dl-element-link:hover .dl-overlay,
.ccm-page .dl-element-link:focus .dl-overlay {
  z-index: 4;
  opacity: 1;
}

.dl-overlay .btn {
  position: relative;
  color: #fff;
  font-weight: 700;
}
.dl-overlay .btn:hover, .dl-overlay .btn:focus {
  color: #fff;
  text-decoration: none;
}

.ccm-page .dl-overlay .btn i {
  margin: 0;
}

.dl-element-selectable .dl-overlay {
  display: none;
}

.ccm-page .vl-elements-title {
  margin-top: 40px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .ccm-page .vl-elements-title {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 35px;
  }
}

.vl-elements-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.vl-elements-slider-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1400px) {
  .vl-elements-slider-arrows {
    justify-content: space-between;
    margin-top: 0;
    gap: 0;
    position: absolute;
    left: -65px;
    right: -65px;
    top: 50%;
    translate: 0 -50%;
  }
}

.vl-elements-slider-arrow-left,
.vl-elements-slider-arrow-right {
  cursor: pointer;
}

.vl-elements-slider-arrow-left i,
.vl-elements-slider-arrow-right i {
  font-size: 32px;
  background: #efefef;
  padding: 10px 12px;
  color: #7e1203;
  display: block;
}

.vl-elements-slider-arrow-left i:before {
  transform: translateX(-1px) translateY(-2px);
}

.vl-elements-slider-arrow-right i:before {
  transform: translateX(2px) translateY(-2px);
}

.ccm-page .vl-open-in-mobile-app {
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .ccm-page .vl-open-in-mobile-app {
    display: none;
  }
}

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

.vl-element a {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.vl-element img {
  display: block;
  width: 100%;
  height: auto;
}

.vl-element-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.vl-element-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #ffffff;
}

.vl-element:hover .vl-element-play {
  background: rgba(0, 0, 0, 0.8);
}

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

.ccm-page .menu-players-desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ccm-page .menu-players-desktop {
    display: block;
  }
}

.menu-players {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 20px;
}

.ccm-page .menu-players .menu-player {
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.menu-player .menu-player-label {
  color: #222;
  display: inline-flex;
  margin-left: 10px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .menu-player .menu-player-label {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1920px) {
  .menu-player .menu-player-label {
    display: flex;
    flex-direction: row;
  }
}

.menu-player:hover .menu-player-label {
  color: #7e1203;
}

.menu-player .menu-player-label span {
  display: inline-flex;
  margin-left: 7px;
  font-size: 14px;
  color: #8d8d8d;
}
@media only screen and (min-width: 768px) {
  .menu-player .menu-player-label span {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .menu-player .menu-player-label span {
    margin-left: 7px;
  }
}

.menu-player-icon {
  font-size: 20px;
}

.menu-players-mobile .menu-player {
  border: 1px solid #aaa;
  padding: 10px 15px;
}

.menu-players-mobile.menu-players .menu-player:hover {
  color: #fff;
  background: #7e1203;
  border-color: #7e1203;
}

.menu-players-mobile.menu-players .menu-player:hover .menu-player-label {
  color: #fff;
}

.menu-players-mobile.menu-players .menu-player:hover .menu-player-label span {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .ccm-page .menu-players-desktop {
    display: flex;
    gap: 20px;
    position: absolute;
    top: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .ccm-page .menu-players-desktop {
    position: static;
    float: right;
    margin: 19px 70px 27px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ccm-page .menu-players-desktop {
    margin: 19px 140px 27px 0;
  }
}
@media only screen and (min-width: 1920px) {
  .ccm-page .menu-players-desktop {
    clear: right;
    margin-top: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .menu-players-desktop .menu-player .menu-player-label {
    color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .menu-players-desktop .menu-player .menu-player-label {
    color: #4c4c4c;
  }
}

.menu-players-desktop .menu-player:hover .menu-player-label {
  color: #7e1203;
}

@media only screen and (min-width: 768px) {
  .menu-players-desktop .menu-player .menu-player-label span {
    color: #fff;
    opacity: 0.6;
  }
}
@media only screen and (min-width: 992px) {
  .menu-players-desktop .menu-player .menu-player-label span {
    opacity: 1;
    color: #8d8d8d;
  }
}

@media only screen and (min-width: 768px) {
  .menu-players-desktop .menu-player .menu-player-icon {
    color: #fff;
  }
}
@media only screen and (min-width: 992px) {
  .menu-players-desktop .menu-player .menu-player-icon {
    color: #7e1203;
  }
}

@media only screen and (min-width: 992px) {
  .menu-players-desktop .menu-player:hover .menu-player-icon {
    color: #9a0303;
  }
}

.page-type-player1 .supported-devices {
  margin-bottom: 0 !important;
}

.page-type-player1 .main-player-area {
  background: #e9e9e9;
  padding-bottom: 0;
}

.page-type-player1 .user-info-area {
  background: #e9e9e9;
}

.page-type-player2 .alternative-player-playlists-area {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-type-player2 .alternative-player-playlists-area {
    padding-bottom: 60px;
  }
}

.page-type-player2 .main-content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .page-type-player2 .main-content p:last-of-type {
    margin-bottom: 10px;
  }
}

.page-type-player3 .player-section-title {
  padding-top: 12px;
}

.page-type-player3 .sort-albums {
  padding-bottom: 0;
}

.page-type-player3 .footer,
.sticky-player3-visible .footer {
  padding-bottom: 136px;
}
@media only screen and (min-width: 992px) {
  .page-type-player3 .footer,
.sticky-player3-visible .footer {
    padding-bottom: 165px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-type-player3 .footer,
.sticky-player3-visible .footer {
    padding-bottom: 132px;
  }
}

.ap-playlist-loaded .footer {
  padding-bottom: 235px;
}
@media only screen and (min-width: 768px) {
  .ap-playlist-loaded .footer {
    padding-bottom: 249px;
  }
}
@media only screen and (min-width: 992px) {
  .ap-playlist-loaded .footer {
    padding-bottom: 167px;
  }
}
@media only screen and (min-width: 1200px) {
  .ap-playlist-loaded .footer {
    padding-bottom: 132px;
  }
}

@media only screen and (min-width: 768px) {
  .page-handle-kup_przedluz_licencje .page-title {
    margin-top: 60px;
  }
}

.page-handle-kup_przedluz_licencje .main-content {
  padding-bottom: 0;
}

.page-handle-kup_przedluz_licencje .user-info-area {
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 768px) {
  .page-handle-kup_przedluz_licencje .user-info-area {
    margin-top: 60px;
    padding-left: 500px;
    padding-right: 500px;
    margin-left: -500px;
    margin-right: -500px;
  }
}

.page-handle-kup_przedluz_licencje .user-info-area-2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 768px) {
  .page-handle-kup_przedluz_licencje .user-info-area-2 {
    padding-left: 500px;
    padding-right: 500px;
    margin-left: -500px;
    margin-right: -500px;
  }
}

.el-boxes {
  color: #444;
}
@media only screen and (min-width: 1920px) {
  .el-boxes {
    display: flex;
    margin-top: 40px;
  }
}

.el-box {
  padding: 35px 15px;
  border: 1px solid #d2d2d2;
  background: #fff;
  position: relative;
}
@media only screen and (min-width: 480px) {
  .el-box {
    padding: 45px 35px;
  }
}
@media only screen and (min-width: 1920px) {
  .el-box {
    width: 33.33333%;
  }
}

.el-box-subscription {
  border-bottom-width: 0;
}
@media only screen and (min-width: 1920px) {
  .el-box-subscription {
    border-right-width: 0;
    border-bottom-width: 1px;
  }
}

.el-box-extend-licence {
  border-bottom-width: 0;
}
@media only screen and (min-width: 1920px) {
  .el-box-extend-licence {
    border-right-width: 0;
    border-bottom-width: 1px;
  }
}

.el-box-extend-via-shop {
  padding-bottom: 15px;
}

.el-box-disabled .el-box-disabled-cover {
  display: flex !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.95;
  background: repeating-linear-gradient(45deg, #fff, #fff 20px, #f3f3f3 20px, #f3f3f3 40px);
}

.el-box-disabled .el-box-disabled-cover-text {
  display: flex !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.el-box-disabled-cover-text-inner {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
}

.ccm-page .el-box-heading {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.el-boxes,
.el-boxes p {
  color: #444;
}

.el-box .alert.alert-info.alert-greyed {
  margin-top: 40px;
  margin-bottom: 0;
}

.ccm-page .alert.alert-info.alert-greyed {
  background-color: #cecece;
  border-color: #cecece;
}

.ccm-page .alert.alert-info.alert-greyed a {
  text-decoration: none;
  color: #701001;
}

.ccm-page .alert.alert-info.alert-greyed a:hover,
.ccm-page .alert.alert-info.alert-greyed a:focus {
  color: #444;
}

.ccm-page .alert.alert-info.alert-greyed p {
  margin-bottom: 10px;
  color: #393b3c;
}

.ccm-page .alert.alert-info.alert-greyed p:last-of-type {
  margin-bottom: 0;
}

.ccm-page .alert.alert-info.alert-bottom {
  margin-bottom: 0;
}

.ccm-page .alert.alert-info.alert-center {
  text-align: center;
}

.ccm-page .account-validity .alert {
  margin-bottom: 35px;
}

.ccm-page .form-license-actions {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .ccm-page .form-license-actions {
    display: flex;
    gap: 10px;
  }
}

.ccm-page .btn.btn-license-action {
  margin-bottom: 20px;
}

.ccm-page .btn.btn-license-action.btn-without-icon {
  padding-top: 10px;
}

.ccm-page .change-proforma-data i {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.ccm-page .change-proforma-data:hover,
.ccm-page .change-proforma-data:focus {
  text-decoration: none;
}

.ccm-page .el-boxes hr {
  border-color: #ddd;
}

.ccm-page table.table-proforma-summary {
  background: none;
  margin-bottom: 40px;
  margin-top: 40px;
}

.table-proforma-summary-centered {
  text-align: center;
}

.ccm-page table.table-proforma-summary > tbody > tr > td:nth-child(2) {
  white-space: nowrap;
}

.ccm-page table.table-proforma-summary > tbody > tr > td {
  border: 1px solid #ddd;
}

.el-box-subscription-icon-status {
  display: inline-block;
  width: 50px;
  height: 30px;
  position: relative;
  top: 7px;
  margin-left: 10px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 15px;
}

.el-box-subscription-icon-status-inner {
  border-radius: 15px;
  background: #ddd;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1px;
  left: 1px;
}

.el-box-subscription-icon-status-active {
  border-color: #00a8f3;
}

.el-box-subscription-icon-status-active .el-box-subscription-icon-status-inner {
  background: #00a8f3;
  left: auto;
  right: 1px;
}

.el-box-subscription-description {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.el-box-subscription-description-text p {
  margin-bottom: 0;
}

.el-box-subscription-description-text strong {
  font-weight: 900;
}

.el-box-subscription-description-active-text,
.el-box-subscription-description-inactive-text {
  font-size: 26px;
}

.el-box-subscription-description-active-text {
  color: #00a8f3;
}

.el-box-subscription-description-inactive-text {
  color: #c53c29;
}

.el-box-subscription-slider-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}

.el-box-subscription-slider {
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  .el-box-subscription-slider {
    max-width: 400px;
  }
}

.el-box-subscription-slider-arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .el-box-subscription-slider-arrows {
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
  }
}

.el-box-subscription-slider-arrow-left,
.el-box-subscription-slider-arrow-right {
  cursor: pointer;
}

.el-box-subscription-slider-arrow-left i,
.el-box-subscription-slider-arrow-right i {
  font-size: 32px;
  background: #efefef;
  padding: 10px 12px;
  color: #7e1203;
  display: block;
}

.el-box-subscription-slide-title {
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  color: #4b4b4b;
}

.el-box-subscription-slide-subtitle {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
}

.el-box-subscription-slide-subtitle-price {
  font-size: 28px;
  line-height: 1.2;
  color: #c53c29;
  font-weight: 900;
}

.el-box-subscription-slide-price-per-month {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 35px;
  margin-top: -25px;
  color: gray;
}

.ccm-page .el-price-addendum-spacer {
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
}

.el-box-subscription-slide-detailed-area-prices-wrapper,
.el-box-subscription-slide-locations-wrapper,
.el-box-subscription-slide-detailed-price-wrapper {
  font-size: 14px;
  line-height: 1.2;
  color: gray;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  padding: 20px;
}

.el-box-subscription-slide-detailed-area-prices-title,
.el-box-subscription-slide-locations-title,
.el-box-subscription-slide-detailed-price-title {
  font-size: 14px;
  line-height: 1.2;
  color: gray;
  font-weight: bold;
  margin-bottom: 10px;
}

.ccm-page .el-box-subscription-slide-detailed-area-prices,
.ccm-page .el-box-subscription-slide-locations,
.ccm-page .el-box-subscription-slide-detailed-price {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.4;
}

.ccm-page .el-box-subscription-slide-detailed-area-prices li:before,
.ccm-page .el-box-subscription-slide-locations li:before,
.ccm-page .el-box-subscription-slide-detailed-price li:before {
  content: "•";
  font-size: 8px;
  position: relative;
  top: -2px;
  padding-right: 5px;
}

.el-box-subscription-slide-benefits {
  margin-bottom: 45px;
}

.el-box-subscription-slide-benefits ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.el-box-subscription-slide-benefits ul li {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
}

.el-box-subscription-slide-benefits ul li:before {
  font-family: "fontello", serif;
  content: "\e817";
  position: absolute;
  left: 1px;
  top: 2px;
  color: green;
}

.el-box-subscription-button-wrapper {
  margin-bottom: 45px;
}

.ccm-page .el-box-subscription-button {
  background: #00a8f3;
  border-color: #00a8f3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 50px;
  font-size: 20px;
}

.ccm-page .el-box-subscription-button:hover {
  border-color: #00a8f3;
  color: #00a8f3;
}

.ccm-page .el-box-subscription-button-cancel {
  background: #fff;
  border-color: gray;
  color: gray;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 15px 50px;
  font-size: 20px;
}

.ccm-page .el-box-subscription-button-cancel:hover {
  background: gray;
  border-color: gray;
  color: #fff;
}

.el-box-active-subscription-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 25px;
}

.el-box-active-subscription {
  max-width: 400px;
}

.el-box-active-subscription-renewal {
  color: #00a8f3;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 45px;
  text-align: center;
}

.ccm-page .el-box-subscription-link {
  display: block;
  margin-bottom: 10px;
}

.ccm-page .el-box-subscription-link:hover {
  text-decoration: none;
}

.el-box-subscription-link i {
  margin-right: 5px;
}

.back-to-top {
  display: none;
}

.album-groups {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .album-groups {
    grid-gap: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .album-groups {
    grid-gap: 50px;
    margin-bottom: 50px;
  }
}

.user-logged .album-groups {
  margin-top: 0;
}
@media only screen and (min-width: 1200px) {
  .user-logged .album-groups {
    margin-top: 20px;
  }
}

.album-groups[data-disabled=on] .album-groups-disabled {
  display: flex;
}

@media only screen and (min-width: 768px) {
  .album-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
  }
}

.album-group-name {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .album-group-name {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .album-group-name {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .album-group-name {
    font-size: 30px;
  }
}

.album-group-name-label {
  text-transform: uppercase;
}

.album-group-currently-playing {
  font-size: 16px;
  line-height: 1;
  margin-left: 10px;
  transform: translateY(-1px);
  color: #7e1203;
  display: none;
}
@media only screen and (min-width: 992px) {
  .album-group-currently-playing {
    font-size: 20px;
  }
}

.album-group-controls {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-weight: 700;
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .album-group-controls {
    margin-bottom: 0;
    margin-left: 20px;
    flex-wrap: nowrap;
  }
}

.album-group-controls-select-albums {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .album-group-controls-select-albums {
    margin-bottom: 0;
  }
}

.album-group-control {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  font-size: 10px;
  line-height: 10px;
  background: #ddd;
  color: #444;
  margin-right: 1px;
  text-decoration: none;
  transition: 0.3s;
  border: 0;
  text-align: left;
  min-height: 36px;
  flex: 1 1 auto;
}
@media only screen and (min-width: 992px) {
  .album-group-control {
    padding: 9px 15px;
    font-size: 11px;
    text-align: center;
  }
}

.album-group-control:hover {
  background: #5cb85c;
  color: #fff;
}

.select-albums-play-inner {
  display: flex;
  align-items: center;
}

.album-group-control-icon {
  margin-right: 8px;
  display: inline-flex;
  font-size: 12px;
}

.album-group-control-icon-show {
  margin-right: 5px;
  font-size: 16px;
}

.album-group-control-icon-hide {
  margin-right: 5px;
  font-size: 16px;
  transform: translateY(-1px);
}

.album-group-control-icon-select-albums {
  font-size: 18px;
}

.album-group-control-icon-toggle-album-group-pause,
.album-group-control-icon-toggle-album-group-play {
  font-size: 12px;
}

.album-group-control-icon-select-albums {
  font-size: 14px;
}

.album-group-control-icon-select-albums-confirm {
  font-size: 10px;
  transform: scale(1.4) translateY(0px);
}

.album-group-control-icon-select-albums-clear {
  font-size: 12px;
  margin-right: 0;
  transform: scale(1.1);
}

.album-group-control-icon-select-albums-modify {
  font-size: 12px;
  margin-right: 0;
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .toggle-album-group-play {
    min-width: 190px;
    display: flex;
    justify-content: center;
  }
}

.album-slider-wrapper {
  position: relative;
}

.album-slider-arrows {
  width: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1400px) {
  .album-slider-arrows {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
  }
}

.album-slider-inner {
  display: flex;
}
@media only screen and (min-width: 1400px) {
  .album-slider-inner {
    justify-content: space-between;
    flex: 1;
  }
}

.album-slider-arrow {
  position: relative;
  z-index: 5;
  width: 50px;
  height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  outline: 0;
  background: #f8f8f8;
  font-size: 12px;
  stroke: #444444;
  stroke-width: 1px;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (min-width: 1400px) {
  .album-slider-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
  }
}

.album-slider-arrow:not(.swiper-button-disabled):hover {
  background: #e1e1e1;
}

.album-slider-arrow-prev {
  margin-right: 1px;
}
@media only screen and (min-width: 1400px) {
  .album-slider-arrow-prev {
    transform: translateX(-70px);
  }
}

@media only screen and (min-width: 1400px) {
  .album-slider-arrow-next {
    transform: translateX(70px);
  }
}

@media only screen and (min-width: 1400px) {
  .album-slider-arrow-next svg {
    position: relative;
    right: -2px;
  }
}

.album-slider-arrow.swiper-button-disabled svg {
  opacity: 0.3;
}

.album-slider-arrow.swiper-button-lock {
  opacity: 0;
  display: none;
}

.album-slider {
  margin: -15px;
  padding: 15px;
}

.album-slider-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.album-group[data-loading-state=on] .album-slider {
  min-height: 247px;
}

.album-group[data-loading-state=on] .album-slider-loading {
  display: flex;
}

.album-slide {
  height: auto;
  display: flex;
}

.album {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 4px;
  position: relative;
  flex: 1;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .album {
    padding: 14px;
  }
}

.album[data-selected=yes] {
  background: #ddf7dd;
}

.album-image-wrapper {
  position: relative;
}

.album-image-featured-text {
  position: absolute;
  font-size: 12px;
  background: #ffc640;
  text-align: center;
  padding: 2px 5px;
  left: 0;
  right: 0;
}

.album-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 2px;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.1);
}

.album-name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.album-description {
  margin-top: 5px;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #838383;
}

.album-play-pause-button-wrapper {
  position: absolute;
  right: 10px;
  bottom: 10px;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateY(15px);
  opacity: 0;
}

html.touchevents .album-play-pause-button-wrapper {
  transform: translateY(0);
  opacity: 1;
}

.album-play-pause-button {
  background: #7e1203;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.album:hover .album-play-pause-button-wrapper {
  transform: translateY(0);
  opacity: 1;
}

.album-play-pause-button {
  color: #fff;
}

.album-play-pause-button-icon-play:before {
  transform: translateX(2px);
}

.album-play-pause-button:hover {
  transform: scale(1.08);
}

.album-select {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  color: #5cb85c;
  opacity: 0;
  transition: 0.3s;
  cursor: pointer;
  z-index: -1;
}

.album-select-icon {
  font-size: 20px;
  display: none;
}

.album[data-state=playing] .album-play-pause-button-wrapper {
  transform: translateY(0);
  opacity: 1;
}

.album[data-state=playing] .album-play-pause-button {
  background: #5cb85c;
}

.album-group[data-state=playing] .album-group-currently-playing {
  display: block;
}

.toggle-album-group-play[data-state=playing],
.select-albums-play[data-state=playing] {
  background: #5cb85c;
  color: #fff;
}

[data-select-mode-state=on] .album-select {
  opacity: 1;
  pointer-events: all;
  z-index: auto;
}

[data-select-mode-state=on] .album[data-selected=yes] .album-select-icon {
  display: block;
}

.sort-albums {
  text-align: center;
  margin-top: 0;
  padding-bottom: 30px;
}

.album-player-wrapper {
  position: fixed;
  background: #373737;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 115;
}

div#list-screen {
  background-color: #1e1e1e;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

div#list-screen.playlist-visible {
  opacity: 1;
  pointer-events: all;
}

div#list-screen div#list-screen-header {
  background-color: #202020;
  padding: 15px;
  text-align: center;
  position: relative;
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

div#list-screen div#list-screen-header:hover {
  background: #2a2a2a;
}

div#list-screen div#list-screen-header img#up-arrow {
  position: absolute;
  top: 23px;
  left: 15px;
  cursor: pointer;
}

div#list-screen div#list-screen-header span.list-active-song-name {
  color: #fff;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

div#list-screen div#list-screen-header-menu {
  background: #575757;
  border-bottom: 1px solid #272727;
  padding: 12px 15px;
  font-size: 15px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  div#list-screen div#list-screen-header-menu {
    display: flex;
    align-items: center;
    padding: 18px 13px 18px 20px;
    min-height: 69px;
  }
}

div#list-screen div#list-screen-header-menu .list-screen-header-playlist-type-wrapper {
  font-size: 15px;
  line-height: 17px;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

div#list-screen div#list-screen-header-menu .list-screen-header-first-group {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding-right: 65px;
}
@media only screen and (min-width: 992px) {
  div#list-screen div#list-screen-header-menu .list-screen-header-first-group {
    padding-right: 15px;
  }
}

div#list-screen div#list-screen-header-menu .list-screen-header-third-group {
  margin-top: 10px;
  display: flex;
  gap: 15px;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  div#list-screen div#list-screen-header-menu .list-screen-header-third-group {
    margin-top: 0;
    margin-left: 40px;
  }
}

div#list-screen div#list-screen-header-menu .list-screen-header-playlist-type-label {
  margin-right: 10px;
  display: none;
}
@media only screen and (min-width: 992px) {
  div#list-screen div#list-screen-header-menu .list-screen-header-playlist-type-label {
    display: inline;
  }
}

.list-header-second-group {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 11px;
  position: absolute;
  right: 13px;
  top: 12px;
}
@media only screen and (min-width: 992px) {
  .list-header-second-group {
    position: static;
  }
}

div#list-screen div#list-screen-header-menu .list-header-btn {
  color: #fff;
  display: inline-flex;
  cursor: pointer;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) {
  div#list-screen div#list-screen-header-menu .list-header-btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    border-radius: 3px;
  }
}

div#list-screen div#list-screen-header-menu .list-header-btn:hover {
  background: #797979;
}

div#list-screen div#list-screen-header-menu .list-header-btn span {
  display: none;
}
@media only screen and (min-width: 992px) {
  div#list-screen div#list-screen-header-menu .list-header-btn span {
    display: inline;
  }
}

@media only screen and (min-width: 992px) {
  div#list-screen div#list-screen-header-menu .list-header-btn svg {
    display: none;
  }
}

div#list-screen div#list-screen-header-menu .list-header-album-playlists {
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}

div#list-screen div#list-screen-header-menu .list-header-album-playlists:hover {
  color: #b9b9b9;
}

div#list-screen div#list-screen-header-menu .list-header-favourite-songs {
  cursor: pointer;
  white-space: nowrap;
  transition: 0.2s;
}

div#list-screen div#list-screen-header-menu .list-header-favourite-songs:hover {
  color: #b9b9b9;
}

div#list-screen div#list {
  overflow-y: scroll;
  height: calc(100% - 54px - 80px - 76px) !important;
}
@media only screen and (min-width: 992px) {
  div#list-screen div#list {
    height: calc(100% - 54px - 80px - 69px) !important;
  }
}

div#list-screen div#list div.song {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #2c2c2c;
  margin-bottom: 1px;
  cursor: pointer;
  line-height: 24px;
  position: relative;
}

div#list-screen div#list div.song[data-song-removed=true] {
  display: none;
}

div#list-screen div#list div.song span.song-number-now-playing {
  display: inline-block;
  width: 44px;
  text-align: center;
  position: relative;
  top: 1px;
}

div#list-screen div#list div.song span.song-number-now-playing span.number {
  opacity: 0.5;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
}

div#list-screen div#list div.song span.song-number-now-playing img.now-playing {
  display: none;
}

div#list-screen div#list div.song.amplitude-active-song-container {
  background-color: #363636;
}

div#list-screen div#list div.song.amplitude-active-song-container span.song-number-now-playing img.now-playing {
  display: inline-block;
}

div#list-screen div#list div.song.amplitude-active-song-container span.song-number-now-playing span.number {
  display: none;
}

div#list-screen div#list div.song div.song-meta-container {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  width: calc(100% - 122px);
}
@media only screen and (min-width: 600px) {
  div#list-screen div#list div.song div.song-meta-container {
    width: calc(100% - 194px);
  }
}

div#list-screen div#list div.song div.song-meta-container span.song-name {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  letter-spacing: 0.47px;
  display: block;
  word-break: break-all;
}

div#list-screen div#list div.song div.song-meta-container span.song-artist {
  display: block;
  opacity: 0.5;
  margin: 3px 0 2px;
  font-size: 12px;
  line-height: 14px;
}

div#list-screen div#list div.song div.song-meta-container span.song-artist-album {
  font-size: 12px;
  line-height: 14px;
  color: #b5b5b5;
  letter-spacing: 0.47px;
  display: block;
}

div#list-screen div#list div.song .song-right-column {
  display: inline-block;
  text-align: right;
  transform: translateY(1px);
  margin-left: auto;
}

div#list-screen div#list div.song .song-right-column-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (min-width: 600px) {
  div#list-screen div#list div.song .song-right-column-inner {
    flex-direction: row;
    align-items: center;
  }
}

.song-right-column-actions {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .song-right-column-actions {
    gap: 0px;
  }
}

div#list-screen div#list div.song .song-remove {
  display: flex;
  justify-content: end;
  transition: 0.3s;
  padding: 5px;
}
@media only screen and (min-width: 600px) {
  div#list-screen div#list div.song .song-remove {
    margin-right: 15px;
    transform: translateY(0);
  }
}

div#list-screen div#list div.song .song-remove:hover {
  color: #7f7f7f;
}

div#list-screen div#list div.song .song-favourite-switcher {
  display: flex;
  justify-content: end;
  transition: 0.3s;
  padding: 5px;
}
@media only screen and (min-width: 600px) {
  div#list-screen div#list div.song .song-favourite-switcher {
    margin-right: 15px;
    transform: translateY(0);
  }
}

div#list-screen div#list div.song .song-favourite-switcher:hover {
  color: #7f7f7f;
}

div#list-screen div#list div.song span.song-duration {
  opacity: 0.5;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  padding-right: 5px;
}

div#list-screen div#list div.song span.song-artist-album {
  color: #5277b0;
}

div#list-screen div#list-screen-footer {
  height: 80px;
  padding: 15px 15px 21px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #8d1504;
}

div#list-screen div#list-screen-footer div#list-screen-meta-container {
  width: calc(100% - 143px);
  float: left;
}

.list-footer-song-name-wrapper {
  display: flex;
  align-items: center;
}

div#list-screen div#list-screen-footer div#list-screen-meta-container span.song-name {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
@media only screen and (min-width: 600px) {
  div#list-screen div#list-screen-footer div#list-screen-meta-container span.song-name {
    -webkit-line-clamp: 1;
  }
}

div#list-screen div#list-screen-footer div#list-screen-meta-container .list-footer-favourite-switcher {
  cursor: pointer;
  margin-left: 10px;
  transform: translateX(7px) translateY(2px);
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  div#list-screen div#list-screen-footer div#list-screen-meta-container .list-footer-favourite-switcher {
    transform: translateX(0) translateY(0);
  }
}

div#list-screen div#list-screen-footer div#list-screen-meta-container .list-footer-favourite-switcher:hover {
  color: #ff8473;
}

div#list-screen div#list-screen-footer div#list-screen-meta-container div.song-artist-album {
  opacity: 0.5;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 16px;
  margin-top: 5px;
}
@media only screen and (min-width: 600px) {
  div#list-screen div#list-screen-footer div#list-screen-meta-container div.song-artist-album {
    margin-top: 0;
    line-height: 16px;
  }
}

div#list-screen div#list-screen-footer div.list-controls {
  width: 100px;
  float: right;
  margin-top: 1px;
}

div#list-screen div#list-screen-footer div.list-controls div.list-previous {
  cursor: pointer;
  width: 15px;
  height: 17px;
  background-image: url("../images/album_player/skins/flat_black/small-previous.svg");
  background-repeat: no-repeat;
  float: left;
  margin-right: 25px;
  margin-top: 4px;
}

div#list-screen div#list-screen-footer div.list-controls div.list-play-pause {
  cursor: pointer;
  width: 17px;
  height: 24px;
  background-repeat: no-repeat;
  float: left;
}

div#list-screen div#list-screen-footer div.list-controls div.list-play-pause.amplitude-playing {
  background-image: url("../images/album_player/skins/flat_black/small-pause.svg");
}

div#list-screen div#list-screen-footer div.list-controls div.list-play-pause.amplitude-paused {
  background-image: url("../images/album_player/skins/flat_black/small-play.svg");
}

div#list-screen div#list-screen-footer div.list-controls div.list-next {
  cursor: pointer;
  width: 15px;
  height: 17px;
  background-image: url("../images/album_player/skins/flat_black/small-next.svg");
  background-repeat: no-repeat;
  float: left;
  margin-left: 25px;
  margin-top: 4px;
}

div.player-header {
  padding: 15px;
  text-align: center;
  cursor: pointer;
  color: white;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 51px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  div.player-header {
    border: 1px solid #3d3d3d;
    padding: 9px 17px 9px 18px;
    height: auto;
    bottom: auto;
    top: 144px;
    right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  div.player-header {
    left: auto;
    right: 190px;
    top: 40px;
  }
}

div.player-header .show-playlist-label {
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 15px;
  position: relative;
  top: 1px;
  display: none;
}
@media only screen and (min-width: 480px) {
  div.player-header .show-playlist-label {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  div.player-header .show-playlist-label {
    order: 2;
    margin-right: 0;
    margin-left: 15px;
    text-align: left;
  }
}

div.player-header .icon-menu {
  font-size: 41px;
  color: #696969;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  div.player-header .icon-menu {
    font-size: 31px;
  }
}

div.player-header:hover {
  border-color: #5e5e5e;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  div.player-header:hover {
    background: #5e5e5e;
  }
}

div.player-header:hover .icon-menu {
  color: #fff;
}

div#player-top {
  position: relative;
}

div#player-top img[data-amplitude-song-info=cover_art_url] {
  width: 100%;
  height: 370px;
}

div#player-progress-bar-container {
  width: 100%;
  height: 4px;
  background-color: #727272;
  position: relative;
  margin-top: -6px;
}

div#player-progress-bar-container progress#song-played-progress {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  border: none;
  cursor: pointer;
  background: transparent;
}

div#player-progress-bar-container progress#song-played-progress[value]::-webkit-progress-bar {
  background: none;
}

div#player-progress-bar-container progress#song-played-progress[value]::-webkit-progress-value {
  background: #8b2d2d;
}

div#player-progress-bar-container progress#song-played-progress[value]::-moz-progress-bar {
  background: #8b2d2d;
}

div#player-progress-bar-container progress#song-buffered-progress {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: none;
  background: transparent;
}

div#player-progress-bar-container progress#song-buffered-progress[value]::-webkit-progress-bar {
  background: none;
}

div#player-progress-bar-container progress#song-buffered-progress[value]::-webkit-progress-value {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}

div#player-progress-bar-container progress#song-buffered-progress[value]::-moz-progress-bar {
  background: rgba(255, 255, 255, 0.5);
}

div#player-middle {
  background-color: #242424;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  div#player-middle {
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    left: 0;
    bottom: 38px;
    text-align: left;
    background: none;
    max-width: 40%;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  div#player-middle {
    bottom: 5px;
    max-width: 31%;
  }
}
@media only screen and (min-width: 1600px) {
  div#player-middle {
    max-width: 40%;
  }
}

.player-middle .album-art-image-wrapper {
  flex: 0 0 auto;
  width: 62px;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 768px) {
  .player-middle .album-art-image-wrapper {
    width: 80px;
  }
}

.player-middle .album-art-text-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
  min-width: 0;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .player-middle .album-art-text-wrapper {
    padding-right: 82px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .player-middle .album-art-text-wrapper {
    padding-right: 102px;
  }
}
@media only screen and (min-width: 992px) {
  .player-middle .album-art-text-wrapper {
    text-align: left;
    padding-right: 0;
    width: auto;
  }
}

div#player-middle div#time-container {
  color: white;
  width: 100%;
  background-color: #000;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  div#player-middle div#time-container {
    background: none;
    margin-bottom: 11px;
  }
}

div#player-middle div#time-container span.amplitude-duration-time {
  position: absolute;
  top: 0px;
  right: 5px;
}
@media only screen and (min-width: 992px) {
  div#player-middle div#time-container span.amplitude-duration-time {
    position: static;
    color: #aaa;
  }
}

@media only screen and (min-width: 992px) {
  div#player-middle div#time-container span.amplitude-duration-time:before {
    content: "/";
    display: inline-flex;
    margin-right: 3px;
  }
}

div#player-middle div#time-container span.amplitude-current-time {
  position: absolute;
  top: 0;
  left: 5px;
}
@media only screen and (min-width: 992px) {
  div#player-middle div#time-container span.amplitude-current-time {
    position: static;
    color: #aaa;
  }
}

div#player-middle .song-name-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  div#player-middle .song-name-wrapper {
    justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  div#player-middle .song-name-wrapper {
    justify-content: flex-start;
  }
}

div#player-middle span.song-name {
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 16px;
  margin-bottom: 5px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
@media only screen and (min-width: 992px) {
  div#player-middle span.song-name {
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 1200px) {
  div#player-middle span.song-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
  }
}

div#player-middle .song-artist {
  font-size: 14px;
  opacity: 0.5;
}

div#player-middle div.song-artist-album {
  opacity: 0.5;
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

div#player-middle .favourite-switcher {
  cursor: pointer;
  margin-left: 10px;
  transform: translateY(-2px);
  transition: 0.3s;
}
@media only screen and (min-width: 600px) {
  div#player-middle .favourite-switcher {
    transform: translateY(-1px);
  }
}
@media only screen and (min-width: 992px) {
  div#player-middle .favourite-switcher {
    transform: translateY(-2px);
  }
}
@media only screen and (min-width: 1200px) {
  div#player-middle .favourite-switcher {
    transform: translateY(1px);
  }
}

div#player-middle .favourite-switcher:hover {
  color: #7f7f7f;
}

div#player-bottom {
  background-color: #242424;
  padding-left: 25px;
  padding-right: 25px;
}

div#player-bottom div#control-container {
  padding-top: 22px;
  padding-bottom: 22px;
  flex: 1;
  display: flex;
  justify-content: center;
  width: 310px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  div#player-bottom div#control-container {
    width: 300px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
    transform: translateX(4vw);
  }
}
@media only screen and (min-width: 1200px) {
  div#player-bottom div#control-container {
    transform: translateX(-5.5vw);
  }
}
@media only screen and (min-width: 1400px) {
  div#player-bottom div#control-container {
    transform: translateX(0);
  }
}

div#player-bottom div#control-container div#shuffle-container {
  float: left;
  width: 20%;
  height: 60px;
  padding-top: 21px;
  display: none;
}

div#player-bottom div#control-container div#shuffle-container div#shuffle {
  width: 16px;
  height: 17px;
  cursor: pointer;
  margin: auto;
  opacity: 0.7;
}

div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off {
  background: url("../images/album_player/skins/flat_black/shuffle.svg");
}

div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-off:hover {
  background: url("../images/album_player/skins/flat_black/shuffle-on.svg");
  opacity: 0.8;
}

div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on {
  background: url("../images/album_player/skins/flat_black/shuffle-on.svg");
  opacity: 1;
}

div#player-bottom div#control-container div#shuffle-container div#shuffle.amplitude-shuffle-on:hover {
  opacity: 1;
}

div#player-bottom div#control-container div#prev-container {
  width: 20%;
  float: left;
  height: 60px;
  padding-top: 18px;
}

div#player-bottom div#control-container div#prev-container div#previous {
  background: url("../images/album_player/skins/flat_black/previous.svg");
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: auto;
  transition: 0.3s;
}

div#player-bottom div#control-container div#prev-container div#previous:hover {
  background: url("../images/album_player/skins/flat_black/previous-hover.svg");
}

div#player-bottom div#control-container div#play-pause-container {
  width: auto;
  float: left;
  height: 60px;
  margin: 0 10px;
}

div#player-bottom div#control-container div#play-pause-container div#play-pause {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin: auto;
}

div#player-bottom div#control-container div#play-pause-container div#play-pause.amplitude-playing {
  background: url("../images/album_player/skins/flat_black/pause.svg");
}

.amplitude-play-pause-disabled {
  opacity: 0.3 !important;
}

div#player-bottom div#control-container div#play-pause-container div#play-pause.amplitude-paused {
  background: url("../images/album_player/skins/flat_black/play.svg");
}

div#player-bottom div#control-container div#next-container {
  width: 20%;
  float: left;
  height: 60px;
  padding-top: 18px;
}

div#player-bottom div#control-container div#next-container div#next {
  background: url("../images/album_player/skins/flat_black/next.svg");
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: auto;
  transition: 0.3s;
}

div#player-bottom div#control-container div#next-container div#next:hover {
  background: url("../images/album_player/skins/flat_black/next-hover.svg");
}

div#player-bottom div#control-container div#repeat-container {
  float: left;
  width: 20%;
  height: 60px;
  padding-top: 20px;
  display: none;
}

div#player-bottom div#control-container div#repeat-container div#repeat {
  background: url("../images/album_player/skins/flat_black/repeat.svg");
  width: 18px;
  height: 20px;
  cursor: pointer;
  margin: auto;
  opacity: 0.7;
}

div#player-bottom div#control-container div#repeat-container div#repeat:hover {
  background: url("../images/album_player/skins/flat_black/repeat-on.svg");
  opacity: 0.8;
}

div#player-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on {
  background: url("../images/album_player/skins/flat_black/repeat-on.svg");
  opacity: 1;
}

div#player-bottom div#control-container div#repeat-container div#repeat.amplitude-repeat-on:hover {
  opacity: 1;
}

div#player-bottom div#control-container::after {
  content: "";
  display: table;
  clear: both;
}

div#player-bottom div#volume-container {
  text-align: center;
  flex: 0 0 auto;
  width: 100%;
  align-items: center;
  padding-bottom: 20px;
  display: none;
}
@media only screen and (min-width: 992px) {
  div#player-bottom div#volume-container {
    display: flex;
    position: absolute;
    right: 10px;
    z-index: 10;
    bottom: 68px;
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  div#player-bottom div#volume-container {
    bottom: 37px;
  }
}

div#player-bottom div#volume-container img {
  display: block;
  float: left;
  cursor: pointer;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider {
  width: calc(100% - 30px);
  -webkit-appearance: none;
  display: block;
  margin-left: 10px;
  float: left;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider:focus {
  outline: none;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-webkit-slider-runnable-track {
  width: 75%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #cacaca;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  background-color: #cacaca;
  cursor: pointer;
  margin-top: -8px;
  -webkit-appearance: none;
  border-radius: 20px;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider:focus::-webkit-slider-runnable-track {
  background: #cfd8dc;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #cfd8dc;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-moz-range-thumb {
  height: 18px;
  width: 18px;
  background-color: white;
  cursor: pointer;
  margin-top: -8px;
  -webkit-appearance: none;
  border-radius: 20px;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: #cfd8dc;
  border-width: 15px 0;
  color: transparent;
  border-color: #192029;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-ms-fill-lower {
  background: transparent;
  border-radius: 2.6px;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-ms-fill-upper {
  background: transparent;
  border-radius: 2.6px;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-ms-thumb {
  height: 18px;
  width: 18px;
  background-color: white;
  cursor: pointer;
  margin-top: 0px;
  border: 20px;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider:focus::-ms-fill-lower {
  background: #cfd8dc;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-ms-fill-upper {
  background: #cfd8dc;
}

div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-ms-tooltip {
  display: none;
}

div#player-bottom div#volume-container:after {
  content: "";
  display: table;
  clear: both;
}

@-moz-document url-prefix() {
  div#player-bottom div#volume-container input[type=range].amplitude-volume-slider {
    margin-top: 0px;
  }
}
@supports (-ms-ime-align: auto) {
  div#player-bottom div#volume-container input[type=range].amplitude-volume-slider {
    margin-top: -4px;
    height: 30px;
    background-color: #192029 !important;
  }
}
@media all and (-ms-high-contrast: none) {
  div#player-bottom div#volume-container *::-ms-backdrop,
div#album-player-container div#player-bottom div#volume-container input[type=range].amplitude-volume-slider {
    margin-top: -8px;
    background-color: #192029 !important;
    background: #192029 !important;
  }
}
div#album-player-container {
  position: relative;
  width: 100%;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-out-top {
  -webkit-animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
a.learn-more {
  background-color: #141920;
  display: block;
  width: 300px;
  color: white;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  text-decoration: none;
  padding: 10px;
}

@-moz-document url-prefix() {
  div#player-bottom div#volume-container input[type=range].amplitude-volume-slider {
    background: none;
  }
  div#player-bottom div#volume-container input[type=range].amplitude-volume-slider::-moz-range-thumb {
    background: #fff;
    border-color: #fff;
  }
  div#player-bottom div#volume-container {
    bottom: 33px;
  }
  @media only screen and (min-width: 992px) {
    div.player-header {
      left: auto;
      right: 182px;
      bottom: 29px;
    }
  }
}
.player-play-all-selected {
  z-index: 1;
  background: #3d3d3d;
  font-size: 12px;
  line-height: 14px;
  padding: 9px 17px 9px 18px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 1200px) {
  .player-play-all-selected {
    height: 48px;
    display: flex;
    position: absolute;
    align-items: center;
    left: auto;
    right: 332px;
    top: 40px;
    bottom: auto;
    border: 1px solid #3d3d3d;
    background: none;
    text-align: left;
  }
}

.player-play-all-selected br {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .player-play-all-selected br {
    display: block;
  }
}

.play-all-selected-icon {
  margin-right: 5px;
  color: #696969;
  transition: 0.3s;
  width: 14px;
}
@media only screen and (min-width: 1200px) {
  .play-all-selected-icon {
    margin-right: 13px;
    font-size: 17px;
  }
}

.player-play-all-selected:hover {
  background: #5e5e5e;
  border-color: #5e5e5e;
  color: #fff;
}

.player-play-all-selected:hover .play-all-selected-icon {
  color: #fff;
}

@media only screen and (min-width: 1200px) {
  #play-selected-albums-in-all-groups-inner {
    min-width: 144px;
  }
}

[data-is-favourite=true] [data-is-favourite-option=true],
[data-is-favourite=false] [data-is-favourite-option=false] {
  display: flex !important;
}

[data-is-favourite=true] [data-is-favourite-option=false],
[data-is-favourite=false] [data-is-favourite-option=true] {
  display: none !important;
}

.album-modal-bg {
  position: fixed;
  z-index: 1010;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

.album-modal-content {
  width: 90%;
  max-width: 700px;
  background: #272727;
}

.album-modal-content,
.album-modal-content p {
  color: #adadad;
}

.album-modal-header {
  display: flex;
  justify-content: flex-start;
  position: relative;
  font-weight: bold;
  padding: 20px 44px 20px 20px;
  text-transform: uppercase;
  font-size: 20px;
}

.album-modal-body {
  padding: 0 20px 20px;
  max-height: 80vh;
  overflow-y: auto;
}

.album-modal-header .icon-cancel {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.album-modal-header .icon-cancel:hover {
  color: #fff;
}

[data-album-modal-open=save_playlist] [data-album-modal=save_playlist] {
  opacity: 1;
  pointer-events: auto;
}

[data-album-modal-open=my_playlists] [data-album-modal=my_playlists] {
  opacity: 1;
  pointer-events: auto;
}

.album-modal-body::-webkit-scrollbar-track {
  background: #4c4c4c; /* Light grey background for the track */
}

.album-modal-body::-webkit-scrollbar-thumb {
  background: #6e6e6e; /* Dark grey for the thumb */
}

.album-modal-body::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

.album-modal-body {
  scrollbar-color: #6e6e6e #4c4c4c; /* Thumb and track color */
  scrollbar-width: thin; /* Can be 'auto', 'thin', or 'none' */
}

.ccm-page .album-modal-body input,
.ccm-page .album-modal-body select {
  background: #e5e5e5;
}

.ccm-page .spm-album-list {
  font-size: 15px;
  margin-bottom: 12px;
}

.ccm-page .spm-playlist-id-field {
  margin-bottom: 20px;
}

.ccm-page .spm-playlist-name-field {
  margin-bottom: 25px;
}

.ccm-page .my-playlist-item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.ccm-page .my-playlist-play {
  display: flex;
  align-items: center;
}

.ccm-page .my-playlist-icon-wrapper {
  background: #7e1203;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-right: 8px;
  transition: 0.2s;
}

.ccm-page .my-playlist-icon {
  font-size: 8px;
  line-height: 8px;
  transition: 0.2s;
  position: relative;
  left: 1px;
}

.ccm-page .my-playlist-name {
  transition: 0.2s;
}

.ccm-page .my-playlist-play:hover {
  color: #fff;
  cursor: pointer;
}

.ccm-page .my-playlist-play:hover .my-playlist-icon-wrapper {
  background: #5cb85c;
}

.ccm-page .my-playlist-delete {
  cursor: pointer;
  margin-left: 10px;
}

.ccm-page .my-playlist-delete-icon {
  transition: 0.2s;
}

.ccm-page .my-playlist-delete-icon:hover {
  color: #bf3838;
}

.toolbar-visible div#list-screen {
  height: calc(100vh - 48px);
  transform: translate(0, 48px);
}

.toolbar-visible div#list-screen div#list {
  top: 48px;
  height: calc(100vh - 54px - 76px - 48px - 76px) !important;
}
@media only screen and (min-width: 992px) {
  .toolbar-visible div#list-screen div#list {
    height: calc(100vh - 54px - 76px - 48px - 69px) !important;
  }
}

.toolbar-visible .header-top.fixed-header {
  top: 48px;
}

.user-logged.edit-mode .hero {
  padding-top: 250px;
}

.edit-mode .ccm-add-block {
  margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
  body.user-logged.toolbar-visible {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  body.user-logged.toolbar-visible #ccm-page-controls-wrapper {
    display: none;
  }
}
/*# sourceMappingURL=styles.min.css.map */
