/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/* coloring */
.bg-primary {
  background-color: #c24a4b;
}

.bg-secondary {
  background-color: #ffffff;
}

.bg-success {
  background-color: #1abc9c;
}

.bg-alert {
  background-color: #e67e22;
}

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

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

.bg-dark {
  background-color: #222222;
}

.bg-grey {
  background-color: #95a5a6;
}

.bg-white {
  background-color: #ffffff;
}

.color-primary {
  color: #c24a4b;
}

.color-secondary {
  color: #ffffff;
}

.color-success {
  color: #1abc9c;
}

.color-alert {
  color: #e67e22;
}

.color-warning {
  color: #e74c3c;
}

.color-info {
  color: #f1c40f;
}

.color-dark {
  color: #222222;
}

.color-grey {
  color: #95a5a6;
}

.color-white {
  color: #ffffff;
}

.padding-small {
  padding: 0.25rem;
}

.padding-vertical-small {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.padding-horizontal-small {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.margin-small {
  margin: 0.25rem;
}

.margin-vertical-small {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.margin-horizontal-small {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.padding-medium {
  padding: 0.625rem;
}

.padding-vertical-medium {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.padding-horizontal-medium {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.margin-medium {
  margin: 0.625rem;
}

.margin-vertical-medium {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.margin-horizontal-medium {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.padding-large {
  padding: 1.25rem;
}

.padding-vertical-large {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.padding-horizontal-large {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.margin-large {
  margin: 1.25rem;
}

.margin-vertical-large {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.margin-horizontal-large {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mh-input {
  position: relative;
  overflow: hidden;
}
.mh-input input, .mh-input textarea {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  width: 100%;
  border: 0.125rem solid #e1a5a5;
  background: white;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0.1875rem 0.3125rem;
  outline: 0;
}
.mh-input input:focus, .mh-input textarea:focus {
  border-color: #c24a4b;
}
.mh-input input:focus + label, .mh-input textarea:focus + label {
  background: #c24a4b;
  color: white;
  font-size: 70%;
  padding: 0.0625rem 0.375rem;
  z-index: 2;
  text-transform: uppercase;
  visibility: visible;
}
.mh-input label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 7px 6px;
  visibility: hidden;
}
.mh-input textarea {
  display: block;
  resize: vertical;
}

.mh-input.go-bottom label {
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.mh-input.go-bottom input:focus + label, .mh-input.go-bottom textarea:focus + label {
  top: 100%;
  margin-top: -16px;
}

nav {
  display: block;
}
nav a {
  display: inline-block;
  color: #c24a4b;
  cursor: pointer;
  padding: 0.3125rem 0.625rem;
  text-decoration: none;
  border-left: 1px solid #ffffff;
}
nav a:hover {
  background-color: #c24a4b;
  color: white;
}
nav a .fa-sort-desc {
  vertical-align: top;
  padding: 0 0 0 0.3125rem;
}

/* using border-box */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* FUNCTIONS */
/* media querie ranges */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
/* range functions */
/* grid calculation */
/* media queries */
/* 
 * mixin for grid classes
 * creates small-1, small-2, ...
 */
.columns.content {
  background-color: white;
}
.columns.align-left {
  text-align: left;
}
.columns.align-center {
  text-align: center;
}
.columns.align-right {
  text-align: right;
}
.columns.vertically-stretch-children {
  display: flex;
}

.row.flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.flex.body {
  max-width: 62.5rem;
}
.row.flex.reverse {
  flex-direction: row-reverse;
}
.row.flex.align-right {
  justify-content: flex-end;
}
.row.flex.align-center {
  justify-content: center;
}
.row.flex.vertical-bottom {
  align-items: flex-end;
}
.row.flex.vertical-center {
  align-items: center;
}
.row.flex.vertical-stretch {
  align-items: flex-stretch;
}
.row.flex.vertical-baseline {
  align-items: baseline;
}
@media only screen and (min-width: 0rem) {
  .row.flex .columns.small-1 {
    width: 8.3333333333%;
  }
  .row.flex .columns.small-2 {
    width: 16.6666666667%;
  }
  .row.flex .columns.small-3 {
    width: 25%;
  }
  .row.flex .columns.small-4 {
    width: 33.3333333333%;
  }
  .row.flex .columns.small-5 {
    width: 41.6666666667%;
  }
  .row.flex .columns.small-6 {
    width: 50%;
  }
  .row.flex .columns.small-7 {
    width: 58.3333333333%;
  }
  .row.flex .columns.small-8 {
    width: 66.6666666667%;
  }
  .row.flex .columns.small-9 {
    width: 75%;
  }
  .row.flex .columns.small-10 {
    width: 83.3333333333%;
  }
  .row.flex .columns.small-11 {
    width: 91.6666666667%;
  }
  .row.flex .columns.small-12 {
    width: 100%;
  }
}
@media only screen and (min-width:40.0625rem) {
  .row.flex .columns.medium-1 {
    width: 8.3333333333%;
  }
  .row.flex .columns.medium-2 {
    width: 16.6666666667%;
  }
  .row.flex .columns.medium-3 {
    width: 25%;
  }
  .row.flex .columns.medium-4 {
    width: 33.3333333333%;
  }
  .row.flex .columns.medium-5 {
    width: 41.6666666667%;
  }
  .row.flex .columns.medium-6 {
    width: 50%;
  }
  .row.flex .columns.medium-7 {
    width: 58.3333333333%;
  }
  .row.flex .columns.medium-8 {
    width: 66.6666666667%;
  }
  .row.flex .columns.medium-9 {
    width: 75%;
  }
  .row.flex .columns.medium-10 {
    width: 83.3333333333%;
  }
  .row.flex .columns.medium-11 {
    width: 91.6666666667%;
  }
  .row.flex .columns.medium-12 {
    width: 100%;
  }
}
@media only screen and (min-width:64.0625rem) {
  .row.flex .columns.large-1 {
    width: 8.3333333333%;
  }
  .row.flex .columns.large-2 {
    width: 16.6666666667%;
  }
  .row.flex .columns.large-3 {
    width: 25%;
  }
  .row.flex .columns.large-4 {
    width: 33.3333333333%;
  }
  .row.flex .columns.large-5 {
    width: 41.6666666667%;
  }
  .row.flex .columns.large-6 {
    width: 50%;
  }
  .row.flex .columns.large-7 {
    width: 58.3333333333%;
  }
  .row.flex .columns.large-8 {
    width: 66.6666666667%;
  }
  .row.flex .columns.large-9 {
    width: 75%;
  }
  .row.flex .columns.large-10 {
    width: 83.3333333333%;
  }
  .row.flex .columns.large-11 {
    width: 91.6666666667%;
  }
  .row.flex .columns.large-12 {
    width: 100%;
  }
}

mh-backdrop {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
mh-backdrop.show {
  visibility: visible;
}

.mh-filesystem, mh-filesystem {
  width: 100%;
  height: 100%;
}
.mh-filesystem .mh-folder-list-row, mh-filesystem .mh-folder-list-row {
  overflow: auto;
  position: relative;
  min-height: 150px;
}
.mh-filesystem .viewModeButton, mh-filesystem .viewModeButton {
  font-size: 150%;
  padding: 0.3125rem;
  cursor: pointer;
}
.mh-filesystem .viewModeButton:hover, mh-filesystem .viewModeButton:hover {
  color: rgba(255, 255, 255, 0.8);
}

mh-folder-list mh-checkbox, .mh-folder-list mh-checkbox {
  font-size: 0.7rem;
}
mh-folder-list .row, .mh-folder-list .row {
  cursor: default;
  border-bottom: 1px solid rgba(149, 165, 166, 0.5);
}
mh-folder-list .row.header, .mh-folder-list .row.header {
  background-color: #95a5a6;
  color: #ffffff;
}
mh-folder-list .row.header:hover, .mh-folder-list .row.header:hover {
  background-color: #95a5a6;
}
mh-folder-list .row .name i, .mh-folder-list .row .name i {
  padding: 0.125rem 0.3125rem;
}
mh-folder-list .item, .mh-folder-list .item {
  overflow: hidden;
  position: relative;
}
mh-folder-list .item:hover, .mh-folder-list .item:hover {
  background-color: rgba(149, 165, 166, 0.5);
}
mh-folder-list .item img, .mh-folder-list .item img {
  margin: 0;
  border: none;
  width: 100%;
}
mh-folder-list .item .overlay, .mh-folder-list .item .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.75);
}
mh-folder-list .item .overlay.show, .mh-folder-list .item .overlay.show {
  display: flex;
}
mh-folder-list .item .overlay i, .mh-folder-list .item .overlay i {
  line-height: 1;
  font-size: 2.5rem;
  color: #1abc9c;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.25rem;
  border-radius: 2.5rem;
}

.mh-gallery-edit h4 i {
  cursor: pointer;
}
.mh-gallery-edit h4 i:hover {
  color: rgba 255, 255, 255, 0.8;
}
.mh-gallery-edit input, .mh-gallery-edit textarea {
  width: 100%;
  background: transparent;
  color: #222222;
}

.mh-modal .mh-fill-unused-space {
  height: 100%;
}

.mh-galleries h4 a {
  color: #ffffff !important;
}
.mh-galleries h4 a:hover {
  text-decoration: none;
}

nf-gallery > div {
  background-color: #333;
}
nf-gallery .gallery-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
}
nf-gallery .gallery-image img {
  box-shadow: 0px 0px 5px #111;
}

.nf-gallery-new input, .nf-gallery-new textarea {
  width: 100%;
  background: transparent;
  color: #222222;
}

mh-breadcrumbs.bg-primary ul li, .mh-breadcrumbs.bg-primary ul li {
  background-color: #c24a4b;
}
mh-breadcrumbs.bg-primary ul li:hover, .mh-breadcrumbs.bg-primary ul li:hover {
  background: #a03637;
}
mh-breadcrumbs.bg-primary ul li:hover:after, .mh-breadcrumbs.bg-primary ul li:hover:after {
  background: #a03637;
}
mh-breadcrumbs.bg-primary ul li:after, .mh-breadcrumbs.bg-primary ul li:after {
  background-color: #c24a4b;
}
mh-breadcrumbs.bg-secondary ul li, .mh-breadcrumbs.bg-secondary ul li {
  background-color: #ffffff;
}
mh-breadcrumbs.bg-secondary ul li:hover, .mh-breadcrumbs.bg-secondary ul li:hover {
  background: #cccccc;
}
mh-breadcrumbs.bg-secondary ul li:hover:after, .mh-breadcrumbs.bg-secondary ul li:hover:after {
  background: #cccccc;
}
mh-breadcrumbs.bg-secondary ul li:after, .mh-breadcrumbs.bg-secondary ul li:after {
  background-color: #ffffff;
}
mh-breadcrumbs.bg-success ul li, .mh-breadcrumbs.bg-success ul li {
  background-color: #1abc9c;
}
mh-breadcrumbs.bg-success ul li:hover, .mh-breadcrumbs.bg-success ul li:hover {
  background: #15967d;
}
mh-breadcrumbs.bg-success ul li:hover:after, .mh-breadcrumbs.bg-success ul li:hover:after {
  background: #15967d;
}
mh-breadcrumbs.bg-success ul li:after, .mh-breadcrumbs.bg-success ul li:after {
  background-color: #1abc9c;
}
mh-breadcrumbs.bg-alert ul li, .mh-breadcrumbs.bg-alert ul li {
  background-color: #e67e22;
}
mh-breadcrumbs.bg-alert ul li:hover, .mh-breadcrumbs.bg-alert ul li:hover {
  background: #be6415;
}
mh-breadcrumbs.bg-alert ul li:hover:after, .mh-breadcrumbs.bg-alert ul li:hover:after {
  background: #be6415;
}
mh-breadcrumbs.bg-alert ul li:after, .mh-breadcrumbs.bg-alert ul li:after {
  background-color: #e67e22;
}
mh-breadcrumbs.bg-warning ul li, .mh-breadcrumbs.bg-warning ul li {
  background-color: #e74c3c;
}
mh-breadcrumbs.bg-warning ul li:hover, .mh-breadcrumbs.bg-warning ul li:hover {
  background: #cf2b1a;
}
mh-breadcrumbs.bg-warning ul li:hover:after, .mh-breadcrumbs.bg-warning ul li:hover:after {
  background: #cf2b1a;
}
mh-breadcrumbs.bg-warning ul li:after, .mh-breadcrumbs.bg-warning ul li:after {
  background-color: #e74c3c;
}
mh-breadcrumbs.bg-info ul li, .mh-breadcrumbs.bg-info ul li {
  background-color: #f1c40f;
}
mh-breadcrumbs.bg-info ul li:hover, .mh-breadcrumbs.bg-info ul li:hover {
  background: #c29d0b;
}
mh-breadcrumbs.bg-info ul li:hover:after, .mh-breadcrumbs.bg-info ul li:hover:after {
  background: #c29d0b;
}
mh-breadcrumbs.bg-info ul li:after, .mh-breadcrumbs.bg-info ul li:after {
  background-color: #f1c40f;
}
mh-breadcrumbs.bg-dark ul li, .mh-breadcrumbs.bg-dark ul li {
  background-color: #222222;
}
mh-breadcrumbs.bg-dark ul li:hover, .mh-breadcrumbs.bg-dark ul li:hover {
  background: #1b1b1b;
}
mh-breadcrumbs.bg-dark ul li:hover:after, .mh-breadcrumbs.bg-dark ul li:hover:after {
  background: #1b1b1b;
}
mh-breadcrumbs.bg-dark ul li:after, .mh-breadcrumbs.bg-dark ul li:after {
  background-color: #222222;
}
mh-breadcrumbs.bg-grey ul li, .mh-breadcrumbs.bg-grey ul li {
  background-color: #95a5a6;
}
mh-breadcrumbs.bg-grey ul li:hover, .mh-breadcrumbs.bg-grey ul li:hover {
  background: #738889;
}
mh-breadcrumbs.bg-grey ul li:hover:after, .mh-breadcrumbs.bg-grey ul li:hover:after {
  background: #738889;
}
mh-breadcrumbs.bg-grey ul li:after, .mh-breadcrumbs.bg-grey ul li:after {
  background-color: #95a5a6;
}
mh-breadcrumbs.bg-white ul li, .mh-breadcrumbs.bg-white ul li {
  background-color: #ffffff;
}
mh-breadcrumbs.bg-white ul li:hover, .mh-breadcrumbs.bg-white ul li:hover {
  background: #cccccc;
}
mh-breadcrumbs.bg-white ul li:hover:after, .mh-breadcrumbs.bg-white ul li:hover:after {
  background: #cccccc;
}
mh-breadcrumbs.bg-white ul li:after, .mh-breadcrumbs.bg-white ul li:after {
  background-color: #ffffff;
}
mh-breadcrumbs ul, .mh-breadcrumbs ul {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
mh-breadcrumbs ul li, .mh-breadcrumbs ul li {
  display: block;
  float: left;
  line-height: 1.3;
  font-size: 1em;
  padding: 0.3125em 0.625em 0.3125em 1.875em;
  background: #c24a4b;
  position: relative;
  cursor: pointer;
}
mh-breadcrumbs ul li:first-child, .mh-breadcrumbs ul li:first-child {
  border-radius: 0 0 0 0;
  /*to match with the parent's radius*/
  padding-left: 10px;
}
mh-breadcrumbs ul li:first-child:before, .mh-breadcrumbs ul li:first-child:before {
  content: none;
}
mh-breadcrumbs ul li:last-child, .mh-breadcrumbs ul li:last-child {
  border-radius: 0 0 0 0;
  /*this was to prevent glitches on hover*/
}
mh-breadcrumbs ul li:last-child:after, .mh-breadcrumbs ul li:last-child:after {
  content: none;
}
mh-breadcrumbs ul li:hover, .mh-breadcrumbs ul li:hover {
  background: #a03637;
}
mh-breadcrumbs ul li:hover:after, .mh-breadcrumbs ul li:hover:after {
  background: #a03637;
}
mh-breadcrumbs ul li:after, .mh-breadcrumbs ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.9625em;
  /*half of square's length*/
  /*same dimension as the line-height of .breadcrumb a */
  width: 1.925em;
  height: 1.925em;
  /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's: 
  length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
  if diagonal required = 1; length = 1/1.414 = 0.707*/
  transform: scale(0.707) rotate(45deg);
  /*we need to prevent the arrows from getting buried under the next link*/
  z-index: 1;
  /*background same as links but the gradient will be rotated to compensate with the transform applied*/
  background: #c24a4b;
  /*stylish arrow design using box shadow*/
  box-shadow: 2px -2px 0 1px #c24a4b;
  /*
  	0px - for non rounded arrows and 
  	50px - to prevent hover glitches on the border created using shadows*/
  border-radius: 0 0 0 50px;
}

mh-input-file {
  width: 100%;
}
mh-input-file.inline {
  width: auto;
  display: inline-block;
}
mh-input-file.inline .button {
  width: auto;
}
mh-input-file .mh-input-file {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
mh-input-file .mh-input-file .button {
  width: 100%;
}
mh-input-file .mh-input-file input {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
}
mh-input-file .mh-input-files {
  display: block;
  border: 0.125rem solid #e1a5a5;
  border-top: none;
}
mh-input-file .mh-input-files .mh-input-file-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #e1a5a5;
}
mh-input-file .mh-input-files .mh-input-file-item .name {
  padding: 0.3125rem;
  overflow: hidden;
}
mh-input-file:hover .mh-input-file-name {
  border-color: #c24a4b;
}

.mh-progressbar {
  position: relative;
  display: block;
  width: 100%;
}
.mh-progressbar .bar {
  position: relative;
  display: block;
  width: calc(100% - 6px);
  background-color: #ffffff;
  padding: 3px;
}
.mh-progressbar .progress {
  height: 20px;
  display: block;
  background-color: #c24a4b;
  width: 30%;
  -webkit-transition: width 0.8s ease;
  -moz-transition: width 0.8s ease;
  -o-transition: width 0.8s ease;
  transition: width 0.8s ease;
}

.mh-progress-item .item {
  display: flex;
  align-items: baseline;
}
.mh-progress-item .item .size, .mh-progress-item .item .actions, .mh-progress-item .item .status, .mh-progress-item .item .name {
  flex-grow: 2;
  padding: 3px;
}
.mh-progress-item .item .status {
  flex-grow: 1;
}
.mh-progress-item .item .name {
  flex-grow: 4;
}
.mh-progress-item .mh-progressbar .progress {
  height: 5px;
}

/* Core */
.mh-checkbox {
  padding: 0.3125rem 0rem;
}
.mh-checkbox.light .icon {
  background: #ffffff;
  border-color: #e1a5a5;
  color: #222222;
}
.mh-checkbox.light .icon .fa {
  color: white;
}
.mh-checkbox.light.checked .icon {
  background: #c24a4b;
  border-color: #c24a4b;
  color: white;
}
.mh-checkbox.dark .icon {
  background: #c24a4b;
  border-color: #c24a4b;
  color: #ffffff;
}
.mh-checkbox.dark .icon .fa {
  color: #ffffff;
}
.mh-checkbox .mh-checkbox-wrapper {
  cursor: pointer;
  margin: 0rem 0.625rem 0rem 0rem;
}
.mh-checkbox .icon {
  text-align: center;
  display: inline-block;
  border: 0.125em solid;
  text-align: center;
  font-size: 1em;
  height: 1.5em;
  width: 1.5em;
  padding: 0.15em;
  line-height: 1;
}
.mh-checkbox .icon .fa {
  visibility: hidden;
}
.mh-checkbox.checked .icon .fa {
  visibility: visible;
}

.mh-gallery-backdrop {
  height: 95%;
  width: 95% !important;
  align-content: space-between;
  color: #ffffff;
}
.mh-gallery-backdrop .image-column {
  height: calc(100% - 100px);
}
.mh-gallery-backdrop .image-column .image-wrap {
  height: 100%;
}
.mh-gallery-backdrop .image-column .image-wrap img {
  max-width: 100%;
  max-height: 100%;
}
.mh-gallery-backdrop .loader-wrap {
  height: calc(100% - 100px);
}
.mh-gallery-backdrop i {
  color: #ffffff;
  line-height: 3.125rem;
  width: 3.125rem;
  cursor: pointer;
  text-align: center;
}

mh-gallery > div {
  background-color: #222222;
}
mh-gallery .gallery-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 75%;
}

mh-lazy-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  width: 100%;
  height: 100%;
}
mh-lazy-image.bg-transparent {
  background: transparent;
}
mh-lazy-image img {
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
}

.ps-container > .ps-scrollbar-x-rail {
  position: absolute;
  /* please don't change 'position' */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container:hover > .ps-scrollbar-x-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container > .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container > .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.ps-container > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container > .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

.mh-modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  transform: translateX(-50%) translateY(-50%);
  visibility: hidden;
}
.mh-modal.stretch {
  height: 100%;
}
.mh-modal.stretch .mh-modal-container {
  height: 100%;
}
.mh-modal.stretch .mh-modal-container .content {
  height: 100%;
}

.mh-modal.show {
  visibility: visible;
}

.mh-modal .mh-modal-container {
  background: white;
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s;
}

.mh-modal.show .mh-modal-container {
  transform: scale(1);
  opacity: 1;
}

.mh-modal .header {
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #c24a4b;
  color: white;
}
.mh-modal .header h2 {
  font-weight: 400;
  margin: 0;
  padding: 20px 10px;
}
.mh-modal .header .fa {
  cursor: pointer;
  padding: 10px;
}
.mh-modal .header .fa:hover {
  font-size: calc-rem(18px);
}

.mh-modal .content {
  padding: 10px;
}

.mh-modal .footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding: 10px;
}

.mh-modal .footer a {
  margin: 0 5px;
}

.mh-modal .footer a:last-child {
  margin-right: 0;
}

.mh-modal-backdrop {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.mh-modal-backdrop.show {
  visibility: visible;
}

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