@import url("/wp-content/plugins/member-luxe/css/review.css");
@import url("/wp-content/plugins/member-luxe/css/buy_buttons.css");
@import url("/wp-content/plugins/member-luxe/css/bullets.css");
@import url("/wp-content/plugins/member-luxe/css/bonus.css");
@import url("/wp-content/plugins/member-luxe/css/video.css");
@import url("/wp-content/plugins/member-luxe/css/audio.css");
@import url("/wp-content/plugins/member-luxe/css/boxes.css");
@import url("wp-comments.css");
@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&subset=cyrillic");
@import url(/wp-content/plugins/member-luxe/2_0/fonts/icomoon/icomoon.css);
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }
  .ui-menu .ui-menu {
    position: absolute; }
  .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
  .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em; }
  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0; }
  .ui-menu .ui-state-focus,
  .ui-menu .ui-state-active {
    margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }
  .ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em; }

.ui-menu {
  /* left-aligned */
  /* right-aligned */ }
  .ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0; }
  .ui-menu .ui-menu-icon {
    left: auto;
    right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em ); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    background-color: #fff;
    border: 2px solid #f19822;
    outline: none;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    .ui-slider .ui-slider-handle.ui-state-hover, .ui-slider .ui-slider-handle.ui-state-active {
      background-color: #f19822; }
    .ui-slider .ui-slider-handle.ui-stage-hover {
      background-color: #f19822; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background-color: #f19822; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 3px;
  background-color: #dbdbdb; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -9px;
    margin-left: -5px; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: 3px;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -9px;
    margin-left: 0;
    margin-bottom: -5px; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

html {
  font-size: 10px;
  padding: 0;
  margin: 0;
  min-height: 100vh; }

body {
  display: flex;
  display: -ms-flexbox;
  min-height: 100vh;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  font-family: "PT Sans", sans-serif;
  color: #4a4a4a;
  background-color: #fff;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat; }

a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-decoration: none;
  color: #5395bc; }
  a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #328fc3; }

img {
  max-width: 100%;
  height: auto; }

label {
  font-weight: normal; }

@media (max-width: 767px) {
  .container {
    max-width: 370px; } }

.site-content {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  z-index: 500; }

.header-row {
  z-index: 800; }

.top-nav-row {
  background: #f9f9f9;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
  color: #868686;
  z-index: 600; }
  .top-nav-row a {
    color: #868686; }
  .top-nav-row .user-profile-humbnail {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px; }
  .top-nav-row a.nav-item,
  .top-nav-row .dropdown > a {
    font-size: 1.7rem;
    line-height: 1.8rem; }
  .top-nav-row .nav-item {
    display: inline-block;
    padding: 15px;
    margin: 0;
    white-space: nowrap; }
    .top-nav-row .nav-item.dropdown {
      padding: 0; }
      .top-nav-row .nav-item.dropdown > button {
        padding: 15px; }
    .top-nav-row .nav-item.user-profile-button {
      margin-right: 0;
      white-space: nowrap; }
      .top-nav-row .nav-item.user-profile-button > button {
        padding: 8px 15px 8px 12px; }
      .top-nav-row .nav-item.user-profile-button:hover, .top-nav-row .nav-item.user-profile-button.open {
        background: #efefef; }
        .top-nav-row .nav-item.user-profile-button:hover button, .top-nav-row .nav-item.user-profile-button.open button {
          color: #000; }
      .top-nav-row .nav-item.user-profile-button .dropdown-menu {
        right: 0;
        left: auto;
        min-width: 100%; }
    .top-nav-row .nav-item.user-login-button.open, .top-nav-row .nav-item.user-login-button:hover {
      background: #efefef;
      color: #2e2e2e; }
    .top-nav-row .nav-item.user-registration-button.open, .top-nav-row .nav-item.user-registration-button:hover {
      background: #efefef;
      color: #2e2e2e; }
    .top-nav-row .nav-item:hover {
      color: #2e2e2e; }
    .top-nav-row .nav-item .iconmoon {
      font-size: 1.3rem;
      margin-right: 10px; }
    .top-nav-row .nav-item .icon-home {
      font-size: 1.6rem; }
  .top-nav-row .dropdown-button {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.8rem;
    padding: 15px;
    margin: 0;
    white-space: nowrap;
    cursor: pointer; }
    .top-nav-row .dropdown-button.user-profile-dropdown-button {
      padding: 10px 15px 9px; }

.dropdown-menu {
  border: 0;
  border-radius: 0;
  background: #efefef;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  font-size: 1.6rem; }
  .dropdown-menu li {
    display: block;
    border-bottom: 1px solid #dedede; }
    .dropdown-menu li:last-child {
      border-bottom: none; }
    .dropdown-menu li a {
      display: block;
      padding: 15px;
      color: #939393; }
      .dropdown-menu li a:hover {
        color: #2e2e2e;
        background: #f0f0f0; }

.mbl-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 0;
  border-radius: 0;
  background: #efefef;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: visible;
  font-size: 1.6rem; }
  .mbl-dropdown-menu li {
    display: block;
    border-bottom: 1px solid #dedede; }
    .mbl-dropdown-menu li:last-child {
      border-bottom: none; }
    .mbl-dropdown-menu li a {
      display: block;
      padding: 15px;
      color: #939393; }
      .mbl-dropdown-menu li a:hover {
        color: #2e2e2e;
        background: #f0f0f0; }

.dropdown-panel {
  padding: 30px;
  min-width: 320px; }
  .dropdown-panel .dropdown-panel-header {
    margin-bottom: 20px; }
    .dropdown-panel .dropdown-panel-header .close-dropdown-panel {
      text-transform: uppercase; }
      .dropdown-panel .dropdown-panel-header .close-dropdown-panel .close-button {
        margin-left: 10px; }
  .dropdown-panel .form-group input[type=text],
  .dropdown-panel .form-group input[type=email],
  .dropdown-panel .form-group input[type=password],
  .dropdown-panel .form-group textarea {
    width: 100%;
    padding: 9px 12px;
    border: 0; }
  .dropdown-panel .form-group.form-icon input[type=text],
  .dropdown-panel .form-group.form-icon input[type=email],
  .dropdown-panel .form-group.form-icon input[type=password],
  .dropdown-panel .form-group.form-icon textarea {
    padding-left: 30px; }
  .dropdown-panel .form-group:before {
    left: 8px;
    top: 7px; }

.dropdown-backdrop {
  display: none !important; }

.file-attachment-button {
  cursor: pointer; }
  .file-attachment-button .iconmoon {
    margin-right: 5px; }
  .file-attachment-button .help-link {
    color: #5d95be;
    border-bottom: 1px dashed #5d95be;
    margin-right: 30px;
    padding: 0;
    border-radius: 0; }
    @media (max-width: 767px) {
      .file-attachment-button .help-link {
        margin-right: 15px; } }
  .file-attachment-button input {
    width: .01px;
    height: .01px;
    overflow: hidden;
    float: left; }
  .file-attachment-button .selected-file-name {
    white-space: nowrap; }

form input[type=text],
form input[type=email],
form input[type=password],
form textarea {
  border: 0;
  border-radius: 0;
  background: #fff;
  outline: none; }
form textarea {
  width: 100%;
  padding: 15px;
  min-height: 50px; }
form .form-fields-group {
  margin-bottom: 30px; }
  form .form-fields-group .g-recaptcha {
    position: relative;
    top: 6px; }
    form .form-fields-group .g-recaptcha > div {
      margin: auto; }
form .form-group {
  position: relative;
  margin-bottom: 15px; }
form .mbr-btn {
  display: block;
  width: 100%; }

.form-group input.form-control,
.form-group textarea.form-control,
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email] {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 40px;
  border: 1px solid #e7e7e7;
  line-height: 1.7rem;
  font-size: 1.6rem; }

.form-icon input[type=text],
.form-icon input[type=password],
.form-icon input[type=email] {
  padding-left: 35px; }
.form-icon input {
  padding-left: 35px;
  outline: none !important;
  box-shadow: none !important;
  font-family: "PT Sans", sans-serif; }
.form-icon:before {
  display: block;
  position: absolute;
  left: 12px;
  top: 8px;
  color: #b5b5b5;
  font-family: 'icomoon'; }
.form-icon.form-icon-user:before {
  content: "\f007"; }
.form-icon.form-icon-email:before {
  content: "\f0e0"; }
.form-icon.form-icon-phone:before {
  content: "\f095"; }
.form-icon.form-icon-lock:before {
  content: "\f023"; }
.form-icon.form-icon-key:before {
  content: "\f084"; }
.form-icon.form-icon-pencil:before {
  content: "\f040"; }

.mobile-menu-row {
  visibility: hidden;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 801; }
  .mobile-menu-row.visible {
    visibility: visible;
    opacity: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .mobile-menu-row.visible {
        visibility: hidden;
        opacity: 0; } }
    @media (min-width: 1200px) {
      .mobile-menu-row.visible {
        visibility: hidden;
        opacity: 0; } }

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #868686;
  background: #efefef;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden; }
  .mobile-menu .menu-item {
    border-bottom: 1px solid #dedede; }
    .mobile-menu .menu-item:last-child {
      border-bottom: none; }
    .mobile-menu .menu-item > a {
      font-size: 1.5rem;
      color: #868686;
      display: block;
      padding: 15px;
      margin: 0;
      cursor: pointer; }
      .mobile-menu .menu-item > a .iconmoon {
        color: #a5a5a5;
        margin-right: 10px; }
      .mobile-menu .menu-item > a.active {
        padding: 15px 15px;
        background: #f0f0f0;
        color: #000; }
        .mobile-menu .menu-item > a.active .iconmoon {
          color: #000; }
    .mobile-menu .menu-item .panel-toggler .close-button {
      display: none;
      float: right;
      width: 24px;
      height: 24px;
      line-height: 2.5rem;
      font-size: 1.2rem;
      cursor: pointer; }
    .mobile-menu .menu-item .panel-toggler.active .close-button {
      display: block; }
  .mobile-menu .slide-down-wrap {
    display: none;
    position: relative;
    padding: 15px 15px 30px;
    margin: 0;
    background: #f0f0f0; }

.mobile-menu-button {
  border: 0;
  background: transparent;
  padding: 0;
  padding: 14px 20px;
  outline: none !important; }
  .mobile-menu-button .line {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    background: #2e2e2e; }
    .mobile-menu-button .line:last-child {
      margin-bottom: 0; }
  .mobile-menu-button.active {
    background: #efefef; }
    .mobile-menu-button.active .line-1 {
      transform: translateY(6px) rotate(45deg); }
    .mobile-menu-button.active .line-2 {
      opacity: 0; }
    .mobile-menu-button.active .line-3 {
      transform: translateY(-6px) rotate(-45deg); }

.close-button {
  display: inline-block;
  color: #fff;
  background-color: #c1c1c1;
  width: 34px;
  height: 34px;
  font-size: 1.4rem;
  line-height: 3.4rem;
  text-align: center;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }
  .close-button:hover {
    background-color: #d4d4d4;
    color: #fff; }
  .close-button:active {
    background-color: #b4b4b4;
    color: #fff; }

.helper-link {
  color: #8f8f8f;
  border-bottom: 1px dashed #8f8f8f; }

.brand-row {
  display: block;
  padding: 15px 0;
  background: no-repeat center center;
  position: relative;
  z-index: 500; }
  .brand-row .flex-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px; }
    .brand-row .flex-logo-wrap span.wpm_default_header .brand-logo,
    .brand-row .flex-logo-wrap a.wpm_default_header .brand-logo {
      display: block;
      margin: 0 auto;
      width: auto;
      max-width: 100%;
      max-height: 200px; }

.top-nav-row--inner {
  display: flex; }

.search-hint-form {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  background: #f9f9f9;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-bottom: none;
  overflow: hidden; }
  .search-hint-form .form {
    padding: 0;
    margin: 0;
    opacity: 0;
    width: 0;
    position: relative;
    overflow: hidden;
    display: flex; }
    .search-hint-form .form .search-input-icon {
      padding: 15px 0;
      width: 20px;
      text-align: center;
      font-size: 1.6rem;
      border: 0;
      background: transparent;
      outline: none; }
      .search-hint-form .form .search-input-icon:hover {
        color: #2e2e2e; }
        @media (max-width: 767px) {
          .search-hint-form .form .search-input-icon:hover {
            color: #868686; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .search-hint-form .form .search-input-icon:hover {
            color: #868686; } }
    .search-hint-form .form .search-hint-input {
      flex-grow: 1;
      padding: 0 15px;
      margin: 15px 0;
      outline: none;
      color: #000;
      box-sizing: border-box;
      max-width: calc(100% - 20px); }
  .search-hint-form .search-toggle-button {
    padding: 15px 0 !important;
    margin: 0 15px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: "color .2s ease";
    -moz-transition: "color .2s ease";
    -ms-transition: "color .2s ease";
    transition: "color .2s ease"; }
    .search-hint-form .search-toggle-button.active {
      background: #fff; }
    @media (max-width: 767px) {
      .search-hint-form .search-toggle-button:hover {
        color: #868686; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .search-hint-form .search-toggle-button:hover {
        color: #868686; } }
    .search-hint-form .search-toggle-button .iconmoon {
      margin-right: 0;
      font-size: 1.6rem;
      line-height: 2rem; }
  .search-hint-form.active {
    background: #fff;
    border: 1px solid #ededed;
    border-bottom: none; }
    .search-hint-form.active .form {
      width: 100%;
      opacity: 1; }

.page-title-row {
  margin-top: 40px; }
  .page-title-row .page-title {
    font-size: 2rem;
    font-weight: normal;
    color: #000;
    margin: 0 0 10px; }
  .page-title-row .page-description {
    font-size: 1.6rem;
    color: #949494;
    margin: 0 0 10px; }
  .page-title-row .page-description-content {
    display: block;
    border-color: #fff;
    max-width: 732px;
    margin: 10px auto;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .page-title-row .page-description-content.visible {
      background: #fbfbfb;
      border: 1px solid #e3e3e3;
      border-radius: 3px;
      padding: 20px 0; }
      .page-title-row .page-description-content.visible .content {
        opacity: 1; }
    .page-title-row .page-description-content .toggle-category-description-button.active {
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out;
      border-color: transparent !important;
      box-shadow: none;
    /*text-transform: uppercase;
    .iconmoon{
    display: inline-block;
    color: #fff;
    background-color: #c1c1c1;
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
    line-height: 3.4rem;
    text-align: center;
  }*/ }
    .page-title-row .page-description-content .content {
      max-width: 730px;
      margin: 0 auto;
      display: none;
      padding: 20px 30px;
      opacity: 0;
      text-align: left;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      @media (max-width: 767px) {
        .page-title-row .page-description-content .content {
          width: 100%;
          padding: 20px; } }

.big-search {
  max-width: 780px;
  margin: 30px auto 0;
  position: relative; }
  .big-search .search-hint-input {
    border: 1px solid #e7e7e7;
    padding: 10px 50px 10px 20px;
    font-size: 2rem;
    width: 100%; }
  .big-search .icon-search {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background: transparent;
    font-size: 2.4rem;
    color: #e7e7e7;
    outline: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    .big-search .icon-search:hover {
      color: #ddd; }

.nav-tabs {
  margin: 0;
  padding: 0; }
  .nav-tabs li a {
    color: #9b9b9b;
    font-size: 1.7rem; }
    @media (max-width: 767px) {
      .nav-tabs li a {
        font-size: 1.6rem; } }

.tab-pane .content {
  padding: 40px 0 30px; }

.page-content-wrap {
  padding: 40px 0 50px; }

.bordered-tabs .nav-tabs {
  position: relative;
  border-bottom: none;
  vertical-align: top;
  height: 46px;
  margin-bottom: -2px;
  z-index: 20; }
  .bordered-tabs .nav-tabs li {
    float: none;
    display: inline-block; }
    .bordered-tabs .nav-tabs li a {
      color: #9b9b9b;
      text-align: center;
      background: #efefef;
      border-bottom: none;
      transition: none !important; }
    .bordered-tabs .nav-tabs li.tab-1 a {
      height: 44px; }
    .bordered-tabs .nav-tabs li.tab-2 a {
      height: 42px; }
    .bordered-tabs .nav-tabs li.tab-3 a {
      height: 40px; }
    .bordered-tabs .nav-tabs li.active a {
      height: 45px;
      background: #fff;
      color: #555;
      border-bottom: none; }
    .bordered-tabs .nav-tabs li .tab-label {
      color: #9b9b9b;
      font-weight: normal; }
  .bordered-tabs .nav-tabs .iconmoon {
    margin-right: 5px; }
.bordered-tabs .tab-content {
  position: relative;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e3e3e3; }
  .bordered-tabs .tab-content:before, .bordered-tabs .tab-content:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 3px;
    top: -3px;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    background: #fbfbfb;
    z-index: -1; }
    @media (max-width: 767px) {
      .bordered-tabs .tab-content:before, .bordered-tabs .tab-content:after {
        width: calc(100% - 12px);
        height: 100%;
        left: 6px;
        top: -3px; } }
  .bordered-tabs .tab-content:after {
    left: 5px;
    top: -5px;
    z-index: -2; }
    @media (max-width: 767px) {
      .bordered-tabs .tab-content:after {
        width: calc(100% - 24px);
        height: 100%;
        left: 12px;
        top: -5px; } }
  .bordered-tabs .tab-content .tab-pane {
    padding: 30px;
    border-radius: 5px; }
    .bordered-tabs .tab-content .tab-pane.lesson-tasks {
      padding: 30px 30px 25px; }
      @media (max-width: 767px) {
        .bordered-tabs .tab-content .tab-pane.lesson-tasks {
          padding: 25px 15px 5px; } }
    @media (max-width: 767px) {
      .bordered-tabs .tab-content .tab-pane {
        padding: 25px 15px; } }
.bordered-tabs.tabs-count-1 .tab-content:before, .bordered-tabs.tabs-count-1 .tab-content:after {
  display: none; }
.bordered-tabs.tabs-count-2 .tab-content:after {
  display: none; }

.fileupload-progress {
  max-width: none !important; }

.wpm-fileupload .template-download td:last-child,
.wpm-fileupload .template-upload td:last-child {
  text-align: right; }
.wpm-fileupload .template-download:nth-child(odd),
.wpm-fileupload .template-upload:nth-child(odd) {
  background: transparent; }
  .wpm-fileupload .template-download:nth-child(odd) td,
  .wpm-fileupload .template-upload:nth-child(odd) td {
    background: rgba(249, 249, 249, 0.67); }
    .wpm-fileupload .template-download:nth-child(odd) td:first-child,
    .wpm-fileupload .template-upload:nth-child(odd) td:first-child {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .wpm-fileupload .template-download:nth-child(odd) td:last-child,
    .wpm-fileupload .template-upload:nth-child(odd) td:last-child {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
.wpm-fileupload .template-download .preview,
.wpm-fileupload .template-upload .preview {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden; }
  .wpm-fileupload .template-download .preview img,
  .wpm-fileupload .template-download .preview .fa,
  .wpm-fileupload .template-upload .preview img,
  .wpm-fileupload .template-upload .preview .fa {
    font-size: 40px;
    line-height: 40px; }
.wpm-fileupload .template-download .name,
.wpm-fileupload .template-download .size,
.wpm-fileupload .template-upload .name,
.wpm-fileupload .template-upload .size {
  padding: 0 5px;
  font-size: 1.2rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wpm-fileupload .template-download .name,
    .wpm-fileupload .template-download .size,
    .wpm-fileupload .template-upload .name,
    .wpm-fileupload .template-upload .size {
      font-size: 1.4rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wpm-fileupload .template-download .name,
    .wpm-fileupload .template-download .size,
    .wpm-fileupload .template-upload .name,
    .wpm-fileupload .template-upload .size {
      font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    .wpm-fileupload .template-download .name,
    .wpm-fileupload .template-download .size,
    .wpm-fileupload .template-upload .name,
    .wpm-fileupload .template-upload .size {
      font-size: 1.6rem; } }
.wpm-fileupload .template-download .delete.mbr-btn,
.wpm-fileupload .template-download .cancel.mbr-btn,
.wpm-fileupload .template-upload .delete.mbr-btn,
.wpm-fileupload .template-upload .cancel.mbr-btn {
  display: inline-block !important;
  width: auto !important;
  font-size: 1.4rem;
  text-transform: none;
  color: #eb0000;
  border-radius: 3px;
  padding: 0 10px !important;
  margin: 0 !important;
  background-color: transparent; }
  .wpm-fileupload .template-download .delete.mbr-btn:hover,
  .wpm-fileupload .template-download .cancel.mbr-btn:hover,
  .wpm-fileupload .template-upload .delete.mbr-btn:hover,
  .wpm-fileupload .template-upload .cancel.mbr-btn:hover {
    color: #6c0000; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wpm-fileupload .template-download .delete.mbr-btn,
    .wpm-fileupload .template-download .cancel.mbr-btn,
    .wpm-fileupload .template-upload .delete.mbr-btn,
    .wpm-fileupload .template-upload .cancel.mbr-btn {
      font-size: 1.4rem; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .wpm-fileupload .template-download .delete.mbr-btn,
    .wpm-fileupload .template-download .cancel.mbr-btn,
    .wpm-fileupload .template-upload .delete.mbr-btn,
    .wpm-fileupload .template-upload .cancel.mbr-btn {
      font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    .wpm-fileupload .template-download .delete.mbr-btn,
    .wpm-fileupload .template-download .cancel.mbr-btn,
    .wpm-fileupload .template-upload .delete.mbr-btn,
    .wpm-fileupload .template-upload .cancel.mbr-btn {
      font-size: 1.6rem; } }
.wpm-fileupload .template-download .cancel.mbr-btn,
.wpm-fileupload .template-upload .cancel.mbr-btn {
  color: #acacac; }
  .wpm-fileupload .template-download .cancel.mbr-btn:hover,
  .wpm-fileupload .template-upload .cancel.mbr-btn:hover {
    color: #929292; }

.ui-progressbar {
  max-width: none !important;
  width: 100% !important;
  border: none !important;
  background: #F5F5F5 !important;
  height: 5px !important;
  border-radius: 2.5px !important;
  margin: 10px 0; }
  .ui-progressbar .ui-progressbar-value {
    background: #65BF49 !important; }

.footer-row {
  background: #f9f9f9;
  border-top: 1px solid #e7e7e7;
  color: #929292;
  padding: 14px 0;
  z-index: 500; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%; } }
@media (min-width: 1200px) {
  .grid-4 > div:nth-child(4n + 5) {
    clear: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-4 > div:nth-child(4n + 5) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  .grid-4 > div:nth-child(4n + 5) {
    clear: none; }
  .grid-4 > div:nth-child(3n + 4) {
    clear: none; }
  .grid-4 > div:nth-child(2n + 3) {
    clear: left; } }

@media (min-width: 1200px) {
  .grid-3 > div:nth-child(3n + 4) {
    clear: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-3 > div:nth-child(3n + 4) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  .grid-3 > div:nth-child(3n + 4) {
    clear: none; }
  .grid-3 > div:nth-child(2n + 3) {
    clear: left; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .grid-2 > div:nth-child(2n + 3) {
    clear: left; } }
@media (min-width: 1200px) {
  .grid-2 > div:nth-child(2n + 3) {
    clear: left; } }

.mbl-remember-row.form-group {
  margin-bottom: 0; }

.mbl-user-agreement-row {
  text-align: center;
  margin-top: 15px; }
  .mbl-user-agreement-row a, .mbl-user-agreement-row a:visited {
    color: #949494; }
    .mbl-user-agreement-row a:focus, .mbl-user-agreement-row a:active, .mbl-user-agreement-row a:hover, .mbl-user-agreement-row a:visited:focus, .mbl-user-agreement-row a:visited:active, .mbl-user-agreement-row a:visited:hover {
      color: #4a4a4a; }

.wpm_generate_pin_code_button,
#wpm_generate_pin_code_button {
  margin-top: 3px;
  color: #868686;
  display: inline-block;
  border-bottom: 1px dashed #868686;
  text-decoration: none;
  box-sizing: border-box;
  height: 21px; }
  .wpm_generate_pin_code_button:hover,
  #wpm_generate_pin_code_button:hover {
    border-bottom: none;
    text-decoration: none;
    color: #999999; }

.input-loader {
  display: none;
  width: 30px;
  height: 30px;
  background: url(/wp-content/plugins/member-luxe/2_0/images/input-spinner.gif) no-repeat;
  position: absolute;
  margin-top: -33px;
  right: 5px; }

.wpm-pin-code-row {
  text-align: center; }

.pin-code-error {
  display: none;
  color: #990000; }

.wpm-registration-form .result {
  display: none; }
.wpm-registration-form .user-agreement label {
  cursor: pointer;
  color: #2e2e2e; }
  .wpm-registration-form .user-agreement label a, .wpm-registration-form .user-agreement label a:visited {
    color: #949494; }
    .wpm-registration-form .user-agreement label a:focus, .wpm-registration-form .user-agreement label a:active, .wpm-registration-form .user-agreement label a:hover, .wpm-registration-form .user-agreement label a:visited:focus, .wpm-registration-form .user-agreement label a:visited:active, .wpm-registration-form .user-agreement label a:visited:hover {
      color: #4a4a4a; }

.aligncenter {
  display: block;
  float: none;
  clear: both;
  text-align: center;
  margin: 10px auto; }

.clear, .clearfix {
  clear: both; }

.fancybox-opened {
  z-index: 99999; }

.iconmoon.icon-search {
  padding-left: 1px; }

.note-editable.panel-body a {
  color: #5395bc; }

/**/
.progress {
  background-color: #e8ebee !important;
  box-shadow: none !important; }
  .progress .progress-bar {
    box-shadow: none !important; }

.wpm-ask-result p {
  text-align: center;
  position: relative;
  top: 20px; }

.login-tabs {
  margin: 50px auto;
  max-width: 460px; }
  .login-tabs .tab-content .tab-pane {
    padding: 50px;
    color: #8f8f8f; }
    @media (max-width: 767px) {
      .login-tabs .tab-content .tab-pane {
        padding: 30px; } }

.mbr-btn {
  border-radius: 0;
  box-shadow: none;
  font-size: 1.6rem;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  /* progress button style */
  /* Animations */ }
  .mbr-btn:active, .mbr-btn:focus {
    outline: none !important;
    box-shadow: none !important; }
  .mbr-btn .iconmoon {
    margin-left: 5px; }
  .mbr-btn.btn-default {
    padding: 15px;
    font-size: 1.4rem;
    text-align: center;
    border: none; }
  .mbr-btn.btn-bordered {
    background-color: transparent;
    border: 1px solid transparent; }
    .mbr-btn.btn-bordered.btn-gray {
      color: #acacac;
      border-color: #c1c1c1; }
      .mbr-btn.btn-bordered.btn-gray:hover, .mbr-btn.btn-bordered.btn-gray:active, .mbr-btn.btn-bordered.btn-gray:focus {
        border-color: #a7a7a7;
        color: #858585; }
    .mbr-btn.btn-bordered.btn-green {
      border-color: #a0b0a1;
      color: #a0b0a1; }
      .mbr-btn.btn-bordered.btn-green:hover:not(:disabled) {
        background: #adbead;
        color: #fff; }
      .mbr-btn.btn-bordered.btn-green:active, .mbr-btn.btn-bordered.btn-green:focus {
        background: #8e9f8f;
        color: #fff; }
  .mbr-btn.btn-solid {
    border: none; }
    .mbr-btn.btn-solid.btn-green {
      background: #a0b0a1;
      color: #fff; }
      .mbr-btn.btn-solid.btn-green:hover {
        background: #adbead;
        color: #fff; }
      .mbr-btn.btn-solid.btn-green:active, .mbr-btn.btn-solid.btn-green:focus {
        background: #8e9f8f;
        color: #fff; }
      .mbr-btn.btn-solid.btn-green:disabled {
        background: #c7cac7;
        color: #fff; }
  .mbr-btn.btn-rounded {
    border-radius: 3px; }
@-webkit-keyframes progress-button-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-button-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
  .mbr-btn.progress-button-active {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    -webkit-background-size: 40px 40px !important;
    -moz-background-size: 40px 40px !important;
    -o-background-size: 40px 40px !important;
    background-size: 40px 40px !important;
    -webkit-animation: progress-button-stripes 1.5s linear infinite;
    -o-animation: progress-button-stripes 1.5s linear infinite;
    animation: progress-button-stripes 1.5s linear infinite; }

.breadcrumbs-wrap {
  border-bottom: 1px solid #e7e7e7;
  display: flex; }
  .breadcrumbs-wrap .breadcrumbs {
    flex: 1;
    position: relative;
    padding: 15px 0 10px;
    color: #8e8e8e;
    font-size: 1.6rem;
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: baseline; }
    .breadcrumbs-wrap .breadcrumbs .item {
      color: #8e8e8e;
      display: inline-block;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 400px;
      margin: 0 10px 5px 0;
      padding: 2px 0 0;
      overflow: hidden;
      vertical-align: baseline;
      line-height: 2rem;
      transition: none !important; }
      @media (max-width: 767px) {
        .breadcrumbs-wrap .breadcrumbs .item {
          max-width: 200px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .breadcrumbs-wrap .breadcrumbs .item {
          max-width: 300px; } }
      .breadcrumbs-wrap .breadcrumbs .item:hover {
        color: #000; }
      .breadcrumbs-wrap .breadcrumbs .item:focus {
        text-decoration: none; }
      .breadcrumbs-wrap .breadcrumbs .item.current span {
        color: #4f4f4f; }
      .breadcrumbs-wrap .breadcrumbs .item .iconmoon,
      .breadcrumbs-wrap .breadcrumbs .item .icon-file-text-o,
      .breadcrumbs-wrap .breadcrumbs .item .icon-folder-open-o {
        display: block;
        float: left;
        position: relative;
        margin-right: 5px;
        font-size: 1.8rem;
        line-height: 2rem;
        vertical-align: baseline; }
        .breadcrumbs-wrap .breadcrumbs .item .iconmoon:before,
        .breadcrumbs-wrap .breadcrumbs .item .icon-file-text-o:before,
        .breadcrumbs-wrap .breadcrumbs .item .icon-folder-open-o:before {
          display: block;
          margin-left: 1px;
          line-height: 2rem; }
      .breadcrumbs-wrap .breadcrumbs .item .icon-home {
        font-size: 1.9rem;
        line-height: 2rem;
        display: block;
        float: left;
        position: relative; }
        .breadcrumbs-wrap .breadcrumbs .item .icon-home:before {
          margin-top: -1px; }
      .breadcrumbs-wrap .breadcrumbs .item .icon-folder-open-o:before {
        margin-top: -1px; }
      .breadcrumbs-wrap .breadcrumbs .item .icon-file-text-o:before {
        margin-top: -3px; }
    .breadcrumbs-wrap .breadcrumbs .separator {
      display: inline-block;
      margin: 4px 10px 0 0;
      line-height: 2rem;
      vertical-align: top; }
    .breadcrumbs-wrap .breadcrumbs .search-query {
      color: #000; }
  .breadcrumbs-wrap .course-progress-wrap {
    width: 90px !important;
    text-align: right;
    padding: 15px 0;
    cursor: default; }
    .breadcrumbs-wrap .course-progress-wrap .progress-bar {
      height: 5px;
      background-color: #65bf49; }

.pagenavi-row {
  margin: -20px 0 50px;
  overflow: hidden; }

.wp-pagenavi {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  color: #7e7e7e;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: right;
  overflow: hidden; }
  @media (max-width: 767px) {
    .wp-pagenavi {
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .wp-pagenavi {
      text-align: center; } }
  .wp-pagenavi .pages {
    display: flex;
    justify-content: space-between;
    order: 2; }
    @media (max-width: 767px) {
      .wp-pagenavi .pages {
        order: 1;
        width: 100%; } }
    .wp-pagenavi .pages a,
    .wp-pagenavi .pages .current,
    .wp-pagenavi .pages .extend {
      display: block; }
  .wp-pagenavi a,
  .wp-pagenavi .current,
  .wp-pagenavi .extend {
    color: #7e7e7e;
    display: block;
    padding: 10px 12px;
    margin: 0 3px;
    border-radius: 5px;
    border: 1px solid transparent; }
    @media (max-width: 767px) {
      .wp-pagenavi a,
      .wp-pagenavi .current,
      .wp-pagenavi .extend {
        margin: 0 3px 10px; } }
  .wp-pagenavi .page {
    border-color: #c1c1c1;
    background: #fbfbfb; }
    .wp-pagenavi .page:hover {
      color: #000;
      border-color: #c1c1c1; }
  .wp-pagenavi .current {
    background: #c1c1c1;
    border-color: #c1c1c1;
    color: #fff; }
  .wp-pagenavi .separator {
    margin: 0 5px; }
  @media (max-width: 767px) {
    .wp-pagenavi .prevpostslink,
    .wp-pagenavi .nextpostslink {
      width: calc(50% - 8px);
      border-color: #c1c1c1;
      box-sizing: border-box;
      padding: 10px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .wp-pagenavi .prevpostslink,
    .wp-pagenavi .nextpostslink {
      border-color: #c1c1c1;
      box-sizing: border-box;
      padding: 10px; } }
  .wp-pagenavi .prevpostslink span,
  .wp-pagenavi .nextpostslink span {
    font-size: 1.1rem; }
  .wp-pagenavi .prevpostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    color: #000; }
  .wp-pagenavi .prevpostslink {
    order: 1; }
    @media (max-width: 767px) {
      .wp-pagenavi .prevpostslink {
        order: 2;
        margin: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .wp-pagenavi .prevpostslink {
        display: inline-block !important; } }
  .wp-pagenavi .nextpostslink {
    order: 3; }
    @media (max-width: 767px) {
      .wp-pagenavi .nextpostslink {
        order: 3;
        margin: 0 3px 0 10px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .wp-pagenavi .nextpostslink {
        display: inline-block !important; } }

.alignleft {
  display: block;
  float: left;
  margin: 5px 15px 5px 0;
  clear: right; }

.alignright {
  display: block;
  float: right;
  margin: 5px 0 5px 15px;
  clear: left; }

.aligncenter {
  display: block;
  float: none;
  clear: both;
  text-align: center;
  margin: 10px auto; }

.no_border,
object {
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: 0 auto; }

.folders-row {
  margin: 30px 0 40px; }

.folder-wrap {
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: none !important; }
  .folder-wrap.folder-with-subfolders {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end; }
    .folder-wrap.folder-with-subfolders .folder-sub-front {
      position: relative;
      width: 100%;
      z-index: 1; }
    .folder-wrap.folder-with-subfolders .folder-sub {
      display: block;
      position: absolute;
      width: 95%;
      bottom: 0;
      right: 0;
      z-index: -2;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .folder-wrap.folder-with-subfolders .folder-sub-back {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 90%;
      z-index: -3; }
  .folder-wrap .label {
    position: absolute;
    right: 15px;
    top: 26%;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    z-index: 10; }
    .folder-wrap .label.magenta {
      background-color: #7e5485; }
    .folder-wrap .label.blue {
      background-color: #6f88c6; }
    .folder-wrap .label.green {
      background-color: #8bbcb5; }
    .folder-wrap .label.brown {
      background-color: #c4a674; }
  .folder-wrap .folder-content {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    overflow: hidden;
    z-index: 2;
    width: 100%; }
    .folder-wrap .folder-content .title {
      float: none;
      clear: both;
      padding: 12px 18px 0;
      margin: 0;
      max-height: 150px;
      overflow: hidden;
      color: #fff !important;
      font-size: 1.7rem;
      line-height: 1.9rem;
      border-bottom: 13px solid rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0.2) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03000000',GradientType=1 );
      /* IE6-9 */ }
    .folder-wrap .folder-content .bottom-icons {
      font-family: "PT Sans", sans-serif;
      font-size: 14px;
      padding: 10px 10px 6px;
      background-color: rgba(255, 0, 0, 0.5);
      color: #fff !important;
      background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#03000000',GradientType=1 );
      /* IE6-9 */ }
      .folder-wrap .folder-content .bottom-icons .bottom-icons-clearfix {
        clear: both;
        display: block;
        height: 1px; }
      .folder-wrap .folder-content .bottom-icons .folder-icon {
        margin-right: 15px; }
      .folder-wrap .folder-content .bottom-icons .rating span {
        margin-right: 2px; }
      .folder-wrap .folder-content .bottom-icons .status {
        font-size: 1.8rem;
        float: right;
        margin-right: 5px;
        margin-left: 15px; }
        .folder-wrap .folder-content .bottom-icons .status .icon-lock {
          color: #cd2a27; }
        .folder-wrap .folder-content .bottom-icons .status .icon-unlock-alt {
          color: #ff9f09; }
        .folder-wrap .folder-content .bottom-icons .status .icon-unlock {
          color: #56bf50; }
      .folder-wrap .folder-content .bottom-icons .course-progress-wrap {
        width: auto; }
        .folder-wrap .folder-content .bottom-icons .course-progress-wrap .progress {
          display: inline-block; }
          @media (min-width: 768px) and (max-width: 991px) {
            .folder-wrap .folder-content .bottom-icons .course-progress-wrap .progress {
              display: none; } }
          @media (min-width: 992px) and (max-width: 1199px) {
            .folder-wrap .folder-content .bottom-icons .course-progress-wrap .progress {
              display: none; } }
          @media (min-width: 1200px) {
            .folder-wrap .folder-content .bottom-icons .course-progress-wrap .progress {
              display: none; } }
          @media (min-width: 1400px) {
            .folder-wrap .folder-content .bottom-icons .course-progress-wrap .progress {
              display: inline-block; } }
  .folder-wrap .folder-front {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1; }
  .folder-wrap .folder-back {
    width: 100%;
    position: relative;
    z-index: -3; }
  .folder-wrap .files-group {
    position: absolute;
    box-sizing: content-box;
    top: 67%;
    left: 5%;
    width: 86%;
    z-index: -1; }
    .folder-wrap .files-group .file {
      position: absolute;
      width: 100%;
      bottom: 0;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .folder-wrap .files-group .file-1 {
      transform: rotate(-2deg); }
    .folder-wrap .files-group .file-2 {
      transform: rotate(4deg) translateX(3%); }
    .folder-wrap .files-group .file-3 {
      transform: rotate(-4deg); }
    .folder-wrap .files-group .file-4 {
      transform: rotate(-1deg) translateX(5%); }
  .folder-wrap:hover .file-1 {
    transform: rotate(-3deg) translateY(-3%) translateX(-3%); }
  .folder-wrap:hover .file-2 {
    transform: rotate(6deg) translateY(-3%) translateX(-3%); }
  .folder-wrap:hover .file-3 {
    transform: rotate(-3deg) translateY(-10%) translateX(4%); }
  .folder-wrap:hover .file-4 {
    transform: rotate(1deg) translateY(-3%) translateX(7%); }
  .folder-wrap:hover .folder-sub {
    transform: translateY(-1.2%); }

.course-progress-wrap {
  display: block;
  float: right;
  width: 70px;
  white-space: nowrap; }
  .course-progress-wrap .progress {
    display: inline-block;
    height: 5px;
    border-radius: 2.5px;
    width: 30px;
    line-height: 1.6rem;
    margin: 0 2px 3px 0;
    overflow: hidden; }
    .course-progress-wrap .progress .progress-bar {
      border-top-left-radius: 2.5px;
      border-bottom-left-radius: 2.5px; }
      .course-progress-wrap .progress .progress-bar.progress-bar-unlock {
        background: #56bf50; }
      .course-progress-wrap .progress .progress-bar.progress-bar-unlock-alt {
        background: #ff9f09; }
      .course-progress-wrap .progress .progress-bar.progress-bar-lock {
        background: #cd2a27; }
  .course-progress-wrap .progress-count {
    display: inline-block;
    line-height: 1.6rem; }

.row-key-categories .folder-wrap {
  z-index: 1; }
  .row-key-categories .folder-wrap.folder-with-files {
    float: left;
    margin: 0 15px 15px 0;
    width: 262.5px;
    height: 237px; }
    .row-key-categories .folder-wrap.folder-with-files .folder-front {
      width: 262.5px;
      height: 198.33px; }
    @media (min-width: 460px) and (max-width: 767px) {
      .row-key-categories .folder-wrap.folder-with-files {
        float: none;
        margin: 0 auto 15px auto; } }
    @media (min-width: 321px) and (max-width: 459px) {
      .row-key-categories .folder-wrap.folder-with-files {
        float: none;
        margin: 0 auto 15px auto; } }
    @media (max-width: 320px) {
      .row-key-categories .folder-wrap.folder-with-files {
        float: none;
        margin: 0 auto 15px auto; } }
  .row-key-categories .folder-wrap.folder-with-subfolders {
    float: left;
    margin: 0 15px 15px 0;
    width: 262.5px;
    height: 236px; }
    .row-key-categories .folder-wrap.folder-with-subfolders .folder-sub-front {
      width: 262.5px;
      height: 222.98px; }
    .row-key-categories .folder-wrap.folder-with-subfolders .folder-sub {
      width: 246.5px;
      height: 227.75px; }
    .row-key-categories .folder-wrap.folder-with-subfolders .folder-sub-back {
      width: 232.3px;
      height: 231.03px; }
    @media (min-width: 460px) and (max-width: 767px) {
      .row-key-categories .folder-wrap.folder-with-subfolders {
        float: none;
        margin: 0 auto 15px auto; } }
    @media (min-width: 321px) and (max-width: 459px) {
      .row-key-categories .folder-wrap.folder-with-subfolders {
        float: none;
        margin: 0 auto 15px auto; } }
    @media (max-width: 320px) {
      .row-key-categories .folder-wrap.folder-with-subfolders {
        float: none;
        margin: 0 auto 15px auto; } }

.materials-row,
.search-result-row {
  margin: 50px 0 30px;
  /* compact view  */
  /* // material-item */ }
  .materials-row.one-in-line .container,
  .search-result-row.one-in-line .container {
    max-width: 750px; }
    @media (max-width: 767px) {
      .materials-row.one-in-line .container,
      .search-result-row.one-in-line .container {
        max-width: 370px; } }
  .materials-row.one-in-line .material-item .col-thumb,
  .materials-row.one-in-line .material-item .col-content,
  .search-result-row.one-in-line .material-item .col-thumb,
  .search-result-row.one-in-line .material-item .col-content {
    height: 220px; }
    @media (max-width: 767px) {
      .materials-row.one-in-line .material-item .col-thumb,
      .materials-row.one-in-line .material-item .col-content,
      .search-result-row.one-in-line .material-item .col-thumb,
      .search-result-row.one-in-line .material-item .col-content {
        height: auto; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .materials-row.one-in-line .material-item .col-thumb,
      .materials-row.one-in-line .material-item .col-content,
      .search-result-row.one-in-line .material-item .col-thumb,
      .search-result-row.one-in-line .material-item .col-content {
        height: 220px; } }
  .materials-row.one-in-line .material-item .flex-wrap,
  .search-result-row.one-in-line .material-item .flex-wrap {
    height: 220px; }
    @media (max-width: 767px) {
      .materials-row.one-in-line .material-item .flex-wrap,
      .search-result-row.one-in-line .material-item .flex-wrap {
        height: auto; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .materials-row.one-in-line .material-item .flex-wrap,
      .search-result-row.one-in-line .material-item .flex-wrap {
        height: 220px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
    .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
    .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments,
    .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
    .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
    .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments {
      display: inline-block;
      margin: 1px 5px;
      font-size: 1.1rem;
      line-height: 1.5rem;
      float: right;
      text-align: left;
      clear: none; } }
  @media (min-width: 1200px) and (max-width: 1399px) {
    .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
    .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
    .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments,
    .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
    .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
    .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments {
      display: inline-block;
      margin: 1px 5px;
      font-size: 1.1rem;
      line-height: 1.5rem;
      float: right;
      text-align: left;
      clear: none; } }
  .materials-row.one-in-line .material-item,
  .search-result-row.one-in-line .material-item {
    overflow: hidden;
    background: #fafafa;
    position: relative;
    transition: none !important;
    border-radius: 5px; }
    .materials-row.one-in-line .material-item .flex-wrap,
    .search-result-row.one-in-line .material-item .flex-wrap {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      height: 220px;
      transition: none !important;
      color: #fff; }
      @media (max-width: 767px) {
        .materials-row.one-in-line .material-item .flex-wrap,
        .search-result-row.one-in-line .material-item .flex-wrap {
          flex-direction: column;
          height: auto; } }
    .materials-row.one-in-line .material-item .col-thumb,
    .materials-row.one-in-line .material-item .col-content,
    .search-result-row.one-in-line .material-item .col-thumb,
    .search-result-row.one-in-line .material-item .col-content {
      position: relative;
      min-height: 1px;
      box-sizing: border-box;
      height: 220px; }
      @media (max-width: 767px) {
        .materials-row.one-in-line .material-item .col-thumb,
        .materials-row.one-in-line .material-item .col-content,
        .search-result-row.one-in-line .material-item .col-thumb,
        .search-result-row.one-in-line .material-item .col-content {
          height: auto; } }
    .materials-row.one-in-line .material-item .col-thumb,
    .search-result-row.one-in-line .material-item .col-thumb {
      width: 45%;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0;
      overflow: hidden; }
      @media (max-width: 767px) {
        .materials-row.one-in-line .material-item .col-thumb,
        .search-result-row.one-in-line .material-item .col-thumb {
          width: 100%;
          border-top-right-radius: 5px;
          border-bottom-left-radius: 0; } }
      .materials-row.one-in-line .material-item .col-thumb.done:after,
      .search-result-row.one-in-line .material-item .col-thumb.done:after {
        content: "\f00c";
        font-family: "icomoon" !important;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8.5rem 0 0 -8rem;
        font-size: 16rem;
        line-height: 16rem;
        color: #fff;
        text-shadow: 0 0 5px #000;
        opacity: 0.4;
        z-index: 5; }
        @media (max-width: 767px) {
          .materials-row.one-in-line .material-item .col-thumb.done:after,
          .search-result-row.one-in-line .material-item .col-thumb.done:after {
            font-size: 12rem;
            margin: -8.5rem 0 0 -6rem; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .materials-row.one-in-line .material-item .col-thumb.done:after,
          .search-result-row.one-in-line .material-item .col-thumb.done:after {
            margin: -10rem 0 0 -8rem; } }
      .materials-row.one-in-line .material-item .col-thumb:before,
      .search-result-row.one-in-line .material-item .col-thumb:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        background: #fff;
        opacity: 0;
        z-index: 5;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
    .materials-row.one-in-line .material-item .col-content,
    .search-result-row.one-in-line .material-item .col-content {
      width: 55%;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid #eaeaea;
      border-left: none;
      position: relative;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
      @media (max-width: 767px) {
        .materials-row.one-in-line .material-item .col-content,
        .search-result-row.one-in-line .material-item .col-content {
          width: 100%;
          border-top-right-radius: 0;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          border-left: 1px solid #eaeaea;
          border-top: none; } }
    .materials-row.one-in-line .material-item .thumbnail-wrap,
    .search-result-row.one-in-line .material-item .thumbnail-wrap {
      display: block;
      min-height: 200px;
      height: 100%;
      position: relative;
      background: #e0eff6 no-repeat center center;
      background-size: cover;
      z-index: 4; }
      .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top,
      .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top .icons,
        .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top .icons {
          margin: 15px; }
        .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top .m-icon,
        .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top .m-icon {
          display: block;
          float: left;
          padding: 10px;
          margin: 0 1px 1px 0;
          background: rgba(0, 0, 0, 0.4);
          font-size: 1.4rem;
          line-height: 1.5rem;
          height: 35px;
          color: #fff; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top .m-icon:hover,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top .m-icon:hover {
            color: #fff; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top .m-icon.count,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top .m-icon.count {
            background: rgba(0, 0, 0, 0.6); }
        .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top .status-icon,
        .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top .status-icon {
          display: block;
          float: right;
          padding: 8px 0;
          font-size: 2rem;
          line-height: 2rem;
          color: #fff; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top .status-icon .icon-lock,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top .status-icon .icon-lock {
            color: #cd2a27; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top .status-icon .icon-unlock-alt,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top .status-icon .icon-unlock-alt {
            color: #ff9f09; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-top .status-icon .icon-unlock,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-top .status-icon .icon-unlock {
            color: #56bf50; }
      .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom,
      .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        color: #fff !important; }
        .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons,
        .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons {
          padding: 15px;
          display: block;
          position: relative;
          overflow: hidden; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status {
            display: block;
            margin-right: 5px;
            font-size: 1.3rem;
            line-height: 1.3rem;
            float: left;
            color: #fff; }
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status.done,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status.done {
              color: #6dc068; }
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status.not-right,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status.not-right {
              color: #db4745; }
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status.retake,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status.retake {
              color: #97ade6; }
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status.checking,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .status.checking {
              color: #f2a843; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views {
            display: block;
            float: right;
            margin: 1px 5px;
            font-size: 1.1rem;
            line-height: 1.5rem; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date {
            display: block;
            margin: 1px 5px;
            font-size: 1.1rem;
            line-height: 1.5rem;
            float: right; }
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date span,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date span {
              margin-right: 3px; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments {
            display: block;
            margin: 1px 5px;
            font-size: 1.1rem;
            line-height: 1.5rem;
            float: right; }
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments span,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments span {
              margin-right: 3px; }
          .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .right-icons,
          .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .right-icons {
            float: right; }
          @media (min-width: 992px) and (max-width: 1199px) {
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments {
              display: block;
              clear: both;
              float: none;
              text-align: right;
              margin-bottom: 5px; } }
          @media (min-width: 1200px) and (max-width: 1399px) {
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
            .materials-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .views,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .date,
            .search-result-row.one-in-line .material-item .thumbnail-wrap .icons-bottom .icons .comments {
              display: block;
              clear: both;
              float: none;
              text-align: right;
              margin-bottom: 5px; } }
    .materials-row.one-in-line .material-item .content-wrap,
    .search-result-row.one-in-line .material-item .content-wrap {
      padding: 25px 20px 0 0;
      margin: 0;
      padding-left: 30px;
      position: relative;
      border-bottom: 25px solid rgba(0, 0, 0, 0);
      max-height: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .materials-row.one-in-line .material-item .content-wrap,
        .search-result-row.one-in-line .material-item .content-wrap {
          padding: 25px 20px 0; } }
      .materials-row.one-in-line .material-item .content-wrap .title,
      .search-result-row.one-in-line .material-item .content-wrap .title {
        font-size: 1.9rem;
        line-height: normal;
        font-weight: normal;
        margin: 0;
        color: #000 !important; }
        .materials-row.one-in-line .material-item .content-wrap .title a,
        .search-result-row.one-in-line .material-item .content-wrap .title a {
          color: #000 !important; }
      .materials-row.one-in-line .material-item .content-wrap .description,
      .search-result-row.one-in-line .material-item .content-wrap .description {
        margin-top: 15px;
        font-size: 1.6rem;
        line-height: normal;
        color: #666666 !important; }
        .materials-row.one-in-line .material-item .content-wrap .description > p,
        .search-result-row.one-in-line .material-item .content-wrap .description > p {
          overflow: hidden; }
    .materials-row.one-in-line .material-item .content-overlay,
    .search-result-row.one-in-line .material-item .content-overlay {
      display: flex;
      position: absolute;
      align-items: center;
      justify-content: center;
      text-align: center;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      z-index: 50; }
      .materials-row.one-in-line .material-item .content-overlay .doc-label,
      .search-result-row.one-in-line .material-item .content-overlay .doc-label {
        display: inline-block;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 15px 30px;
        border-radius: 5px;
        margin: 15px;
        color: #fff !important; }
        .materials-row.one-in-line .material-item .content-overlay .doc-label.locked,
        .search-result-row.one-in-line .material-item .content-overlay .doc-label.locked {
          color: #fff !important;
          background: #d29392; }
        .materials-row.one-in-line .material-item .content-overlay .doc-label.opened,
        .search-result-row.one-in-line .material-item .content-overlay .doc-label.opened {
          color: #fff !important;
          background: #a0b0a1; }
    .materials-row.one-in-line .material-item.material-opened:hover .col-content,
    .search-result-row.one-in-line .material-item.material-opened:hover .col-content {
      background: #dfece0;
      border-color: #cedccf;
      display: flex; }
      .materials-row.one-in-line .material-item.material-opened:hover .col-content:after,
      .search-result-row.one-in-line .material-item.material-opened:hover .col-content:after {
        border-color: #c0c9c0; }
    .materials-row.one-in-line .material-item.material-closed:hover .col-content, .materials-row.one-in-line .material-item.material-locked:hover .col-content,
    .search-result-row.one-in-line .material-item.material-closed:hover .col-content,
    .search-result-row.one-in-line .material-item.material-locked:hover .col-content {
      background: #eed5d5;
      border-color: #ddc4c4;
      display: flex; }
      .materials-row.one-in-line .material-item.material-closed:hover .col-content:after, .materials-row.one-in-line .material-item.material-locked:hover .col-content:after,
      .search-result-row.one-in-line .material-item.material-closed:hover .col-content:after,
      .search-result-row.one-in-line .material-item.material-locked:hover .col-content:after {
        border-color: #ddc4c4; }
    .materials-row.one-in-line .material-item.material-opened:hover .col-thumb:before, .materials-row.one-in-line .material-item.material-closed:hover .col-thumb:before, .materials-row.one-in-line .material-item.material-locked:hover .col-thumb:before,
    .search-result-row.one-in-line .material-item.material-opened:hover .col-thumb:before,
    .search-result-row.one-in-line .material-item.material-closed:hover .col-thumb:before,
    .search-result-row.one-in-line .material-item.material-locked:hover .col-thumb:before {
      visibility: visible;
      opacity: 0.3; }
    .materials-row.one-in-line .material-item.material-opened:hover .content-wrap, .materials-row.one-in-line .material-item.material-closed:hover .content-wrap, .materials-row.one-in-line .material-item.material-locked:hover .content-wrap,
    .search-result-row.one-in-line .material-item.material-opened:hover .content-wrap,
    .search-result-row.one-in-line .material-item.material-closed:hover .content-wrap,
    .search-result-row.one-in-line .material-item.material-locked:hover .content-wrap {
      opacity: 0.3; }
    .materials-row.one-in-line .material-item.material-opened:hover .content-overlay, .materials-row.one-in-line .material-item.material-closed:hover .content-overlay, .materials-row.one-in-line .material-item.material-locked:hover .content-overlay,
    .search-result-row.one-in-line .material-item.material-opened:hover .content-overlay,
    .search-result-row.one-in-line .material-item.material-closed:hover .content-overlay,
    .search-result-row.one-in-line .material-item.material-locked:hover .content-overlay {
      visibility: visible;
      opacity: 1; }
    .materials-row.one-in-line .material-item.material-inaccessible,
    .search-result-row.one-in-line .material-item.material-inaccessible {
      position: relative;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
         supported by Chrome and Opera */ }
      .materials-row.one-in-line .material-item.material-inaccessible:hover:before,
      .search-result-row.one-in-line .material-item.material-inaccessible:hover:before {
        opacity: 0; }
      .materials-row.one-in-line .material-item.material-inaccessible:hover .col-content,
      .search-result-row.one-in-line .material-item.material-inaccessible:hover .col-content {
        background: #d8d8d8;
        border-color: #bebebe; }
        .materials-row.one-in-line .material-item.material-inaccessible:hover .col-content:after,
        .search-result-row.one-in-line .material-item.material-inaccessible:hover .col-content:after {
          border-color: #bebebe; }
      .materials-row.one-in-line .material-item.material-inaccessible:hover .col-thumb:before,
      .search-result-row.one-in-line .material-item.material-inaccessible:hover .col-thumb:before {
        visibility: visible;
        opacity: 0.3; }
      .materials-row.one-in-line .material-item.material-inaccessible:hover .content-wrap,
      .search-result-row.one-in-line .material-item.material-inaccessible:hover .content-wrap {
        opacity: 0.3; }
      .materials-row.one-in-line .material-item.material-inaccessible:hover .content-overlay,
      .search-result-row.one-in-line .material-item.material-inaccessible:hover .content-overlay {
        visibility: visible;
        opacity: 1; }
      .materials-row.one-in-line .material-item.material-inaccessible:before,
      .search-result-row.one-in-line .material-item.material-inaccessible:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: repeating-linear-gradient(-45deg, rgba(193, 193, 193, 0.4), rgba(193, 193, 193, 0.4) 25px, rgba(193, 193, 193, 0.6) 25px, rgba(193, 193, 193, 0.6) 50px);
        border-radius: 6px;
        z-index: 500;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
      .materials-row.one-in-line .material-item.material-inaccessible .content-overlay .doc-label,
      .search-result-row.one-in-line .material-item.material-inaccessible .content-overlay .doc-label {
        background: #838788 !important; }
    .materials-row.one-in-line .material-item .mbl-material-countdown-holder,
    .search-result-row.one-in-line .material-item .mbl-material-countdown-holder {
      position: absolute;
      z-index: 9999;
      background: #fff;
      top: 50%;
      height: 100px;
      margin-top: -50px;
      border-radius: 5px;
      text-align: center;
      width: 230px;
      left: 50%;
      margin-left: -115px;
      padding: 15px;
      display: block; }
      @media (max-width: 767px) {
        .materials-row.one-in-line .material-item .mbl-material-countdown-holder,
        .search-result-row.one-in-line .material-item .mbl-material-countdown-holder {
          height: 120px;
          padding: 25px 15px; } }
      .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-title,
      .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-title {
        font-size: 18px; }
        @media (max-width: 767px) {
          .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-title,
          .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-title {
            padding-left: 30px;
            font-size: 16px; } }
      .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content,
      .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 767px) {
          .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content,
          .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content {
            margin-top: 5px; } }
        .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content i.fa,
        .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content i.fa {
          font-size: 30px;
          margin-right: 15px; }
          @media (max-width: 767px) {
            .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content i.fa,
            .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content i.fa {
              position: absolute;
              left: 25px;
              top: 25px;
              font-size: 21px; } }
        .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown,
        .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown {
          display: none; }
          .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown.is-countdown,
          .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown.is-countdown {
            display: flex; }
          .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-separator,
          .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-separator {
            width: 15px;
            text-align: center; }
            @media (max-width: 767px) {
              .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-separator,
              .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-separator {
                margin-top: 8px; } }
          .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-digit,
          .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-digit {
            font-size: 20px;
            font-weight: bold; }
            @media (max-width: 767px) {
              .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-digit,
              .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-digit {
                font-size: 30px; } }
          .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-legend,
          .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-legend {
            font-size: 12px;
            margin-top: -5px; }
            @media (max-width: 767px) {
              .materials-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-legend,
              .search-result-row.one-in-line .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-legend {
                margin-top: -10px; } }
    .materials-row.one-in-line .material-item .mbl-material-checking-holder,
    .search-result-row.one-in-line .material-item .mbl-material-checking-holder {
      position: absolute;
      z-index: 9999;
      background: #fff;
      top: 50%;
      height: 70px;
      margin-top: -35px;
      border-radius: 5px;
      text-align: center;
      width: 250px;
      left: 50%;
      margin-left: -125px;
      padding: 15px;
      font-size: 18px;
      display: block; }
      @media (max-width: 767px) {
        .materials-row.one-in-line .material-item .mbl-material-checking-holder,
        .search-result-row.one-in-line .material-item .mbl-material-checking-holder {
          height: 90px;
          padding: 20px 15px 15px 70px;
          font-size: 22px;
          text-align: left;
          line-height: 1.2; } }
      .materials-row.one-in-line .material-item .mbl-material-checking-holder i.fa,
      .search-result-row.one-in-line .material-item .mbl-material-checking-holder i.fa {
        font-size: 30px;
        position: relative;
        top: 5px;
        margin-right: 3px; }
        @media (max-width: 767px) {
          .materials-row.one-in-line .material-item .mbl-material-checking-holder i.fa,
          .search-result-row.one-in-line .material-item .mbl-material-checking-holder i.fa {
            position: absolute;
            top: 25px;
            left: 25px;
            font-size: 41px; } }
  .materials-row .material-item,
  .search-result-row .material-item {
    overflow: hidden;
    background: #fafafa;
    position: relative;
    transition: none !important;
    border-radius: 5px;
    height: 100%; }
    .materials-row .material-item .flex-wrap,
    .search-result-row .material-item .flex-wrap {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      transition: none !important;
      color: #fff;
      height: 100%; }
      @media (max-width: 767px) {
        .materials-row .material-item .flex-wrap,
        .search-result-row .material-item .flex-wrap {
          flex-direction: column;
          height: auto; } }
    .materials-row .material-item .col-thumb,
    .materials-row .material-item .col-content,
    .search-result-row .material-item .col-thumb,
    .search-result-row .material-item .col-content {
      position: relative;
      min-height: 1px;
      box-sizing: border-box;
      height: auto; }
    .materials-row .material-item .col-thumb,
    .search-result-row .material-item .col-thumb {
      width: 100%;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0;
      overflow: hidden; }
      .materials-row .material-item .col-thumb.done:after,
      .search-result-row .material-item .col-thumb.done:after {
        content: "\f00c";
        font-family: "icomoon" !important;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8.5rem 0 0 -8rem;
        font-size: 16rem;
        line-height: 16rem;
        color: #fff;
        text-shadow: 0 0 5px #000;
        opacity: 0.4;
        z-index: 5; }
        @media (max-width: 767px) {
          .materials-row .material-item .col-thumb.done:after,
          .search-result-row .material-item .col-thumb.done:after {
            font-size: 12rem;
            margin: -8.5rem 0 0 -6rem; } }
        @media (min-width: 992px) and (max-width: 1199px) {
          .materials-row .material-item .col-thumb.done:after,
          .search-result-row .material-item .col-thumb.done:after {
            margin: -10rem 0 0 -8rem; } }
      .materials-row .material-item .col-thumb:before,
      .search-result-row .material-item .col-thumb:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        background: #fff;
        opacity: 0;
        z-index: 5;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
    .materials-row .material-item .col-content,
    .search-result-row .material-item .col-content {
      flex-grow: 1;
      width: 100%;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border: 1px solid #eaeaea;
      border-top: none;
      position: relative;
      -webkit-transition: all 0.25s ease-out;
      -moz-transition: all 0.25s ease-out;
      -ms-transition: all 0.25s ease-out;
      transition: all 0.25s ease-out; }
    .materials-row .material-item .thumbnail-wrap,
    .search-result-row .material-item .thumbnail-wrap {
      display: block;
      min-height: 150px;
      height: 100%;
      position: relative;
      background: #e0eff6 no-repeat center center;
      background-size: cover;
      z-index: 4; }
      .materials-row .material-item .thumbnail-wrap .icons-top,
      .search-result-row .material-item .thumbnail-wrap .icons-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        .materials-row .material-item .thumbnail-wrap .icons-top .icons,
        .search-result-row .material-item .thumbnail-wrap .icons-top .icons {
          margin: 15px; }
        .materials-row .material-item .thumbnail-wrap .icons-top .m-icon,
        .search-result-row .material-item .thumbnail-wrap .icons-top .m-icon {
          display: block;
          float: left;
          padding: 10px;
          margin: 0 1px 1px 0;
          background: rgba(0, 0, 0, 0.4);
          font-size: 1.4rem;
          line-height: 1.5rem;
          height: 35px;
          color: #fff; }
          .materials-row .material-item .thumbnail-wrap .icons-top .m-icon:hover,
          .search-result-row .material-item .thumbnail-wrap .icons-top .m-icon:hover {
            color: #fff; }
          .materials-row .material-item .thumbnail-wrap .icons-top .m-icon.count,
          .search-result-row .material-item .thumbnail-wrap .icons-top .m-icon.count {
            background: rgba(0, 0, 0, 0.6); }
        .materials-row .material-item .thumbnail-wrap .icons-top .status-icon,
        .search-result-row .material-item .thumbnail-wrap .icons-top .status-icon {
          display: block;
          float: right;
          padding: 8px 0;
          font-size: 2rem;
          line-height: 2rem;
          color: #fff; }
          .materials-row .material-item .thumbnail-wrap .icons-top .status-icon .icon-lock,
          .search-result-row .material-item .thumbnail-wrap .icons-top .status-icon .icon-lock {
            color: #cd2a27; }
          .materials-row .material-item .thumbnail-wrap .icons-top .status-icon .icon-unlock-alt,
          .search-result-row .material-item .thumbnail-wrap .icons-top .status-icon .icon-unlock-alt {
            color: #ff9f09; }
          .materials-row .material-item .thumbnail-wrap .icons-top .status-icon .icon-unlock,
          .search-result-row .material-item .thumbnail-wrap .icons-top .status-icon .icon-unlock {
            color: #56bf50; }
      .materials-row .material-item .thumbnail-wrap .icons-bottom,
      .search-result-row .material-item .thumbnail-wrap .icons-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        color: #fff !important; }
        .materials-row .material-item .thumbnail-wrap .icons-bottom .icons,
        .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons {
          padding: 15px;
          display: block;
          position: relative;
          overflow: hidden; }
          .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .status,
          .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .status {
            display: block;
            margin-right: 5px;
            font-size: 1.3rem;
            line-height: 1.3rem;
            float: left;
            color: #fff; }
            .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .status.done,
            .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .status.done {
              color: #6dc068; }
            .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .status.not-right,
            .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .status.not-right {
              color: #db4745; }
            .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .status.retake,
            .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .status.retake {
              color: #97ade6; }
            .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .status.checking,
            .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .status.checking {
              color: #f2a843; }
          .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .date span,
          .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .date span {
            margin-right: 3px; }
          .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .comments span,
          .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .comments span {
            margin-right: 3px; }
          .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons,
          .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons {
            margin: 0;
            float: right; }
            .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .comments,
            .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .date,
            .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .views,
            .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .comments,
            .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .date,
            .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .views {
              display: block;
              float: right;
              margin: 1px 5px;
              font-size: 1.2rem;
              line-height: 1.5rem; }
              @media (min-width: 768px) and (max-width: 991px) {
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .comments,
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .date,
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .views,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .comments,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .date,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .views {
                  display: block;
                  float: none;
                  text-align: right;
                  margin: 0 0 5px; } }
              @media (min-width: 992px) and (max-width: 1199px) {
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .comments,
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .date,
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .views,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .comments,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .date,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .views {
                  display: block;
                  float: none;
                  text-align: right;
                  margin: 0 0 5px; } }
              @media (min-width: 1200px) {
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .comments,
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .date,
                .materials-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .views,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .comments,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .date,
                .search-result-row .material-item .thumbnail-wrap .icons-bottom .icons .right-icons .views {
                  display: block;
                  float: none;
                  text-align: right;
                  margin: 0 0 5px; } }
    .materials-row .material-item .content-wrap,
    .search-result-row .material-item .content-wrap {
      padding: 25px 20px;
      margin: 0;
      position: relative;
      max-height: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .materials-row .material-item .content-wrap,
        .search-result-row .material-item .content-wrap {
          padding: 25px 20px; } }
      .materials-row .material-item .content-wrap .title,
      .search-result-row .material-item .content-wrap .title {
        font-size: 1.9rem;
        line-height: normal;
        font-weight: normal;
        margin: 0;
        color: #000 !important; }
        .materials-row .material-item .content-wrap .title a,
        .search-result-row .material-item .content-wrap .title a {
          color: #000 !important; }
      .materials-row .material-item .content-wrap .description,
      .search-result-row .material-item .content-wrap .description {
        margin-top: 15px;
        font-size: 1.6rem;
        line-height: normal;
        color: #666666 !important; }
        .materials-row .material-item .content-wrap .description > p,
        .search-result-row .material-item .content-wrap .description > p {
          overflow: hidden; }
        .materials-row .material-item .content-wrap .description p:last-child,
        .search-result-row .material-item .content-wrap .description p:last-child {
          margin-bottom: 0; }
    .materials-row .material-item .content-overlay,
    .search-result-row .material-item .content-overlay {
      display: flex;
      position: absolute;
      align-items: center;
      justify-content: center;
      text-align: center;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      z-index: 50; }
      .materials-row .material-item .content-overlay .doc-label,
      .search-result-row .material-item .content-overlay .doc-label {
        display: inline-block;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 15px 30px;
        border-radius: 5px;
        margin: 15px;
        color: #fff !important; }
        .materials-row .material-item .content-overlay .doc-label.locked,
        .search-result-row .material-item .content-overlay .doc-label.locked {
          color: #fff !important;
          background: #d29392; }
        .materials-row .material-item .content-overlay .doc-label.opened,
        .search-result-row .material-item .content-overlay .doc-label.opened {
          color: #fff !important;
          background: #a0b0a1; }
    .materials-row .material-item.material-opened:hover .col-content,
    .search-result-row .material-item.material-opened:hover .col-content {
      background: #dfece0;
      border-color: #cedccf;
      display: flex; }
      .materials-row .material-item.material-opened:hover .col-content:after,
      .search-result-row .material-item.material-opened:hover .col-content:after {
        border-color: #c0c9c0; }
    .materials-row .material-item.material-closed:hover .col-content, .materials-row .material-item.material-locked:hover .col-content,
    .search-result-row .material-item.material-closed:hover .col-content,
    .search-result-row .material-item.material-locked:hover .col-content {
      background: #eed5d5;
      border-color: #ddc4c4;
      display: flex; }
      .materials-row .material-item.material-closed:hover .col-content:after, .materials-row .material-item.material-locked:hover .col-content:after,
      .search-result-row .material-item.material-closed:hover .col-content:after,
      .search-result-row .material-item.material-locked:hover .col-content:after {
        border-color: #ddc4c4; }
    .materials-row .material-item.material-opened:hover .col-thumb:before, .materials-row .material-item.material-closed:hover .col-thumb:before, .materials-row .material-item.material-locked:hover .col-thumb:before,
    .search-result-row .material-item.material-opened:hover .col-thumb:before,
    .search-result-row .material-item.material-closed:hover .col-thumb:before,
    .search-result-row .material-item.material-locked:hover .col-thumb:before {
      visibility: visible;
      opacity: 0.3; }
    .materials-row .material-item.material-opened:hover .content-wrap, .materials-row .material-item.material-closed:hover .content-wrap, .materials-row .material-item.material-locked:hover .content-wrap,
    .search-result-row .material-item.material-opened:hover .content-wrap,
    .search-result-row .material-item.material-closed:hover .content-wrap,
    .search-result-row .material-item.material-locked:hover .content-wrap {
      opacity: 0.3; }
    .materials-row .material-item.material-opened:hover .content-overlay, .materials-row .material-item.material-closed:hover .content-overlay, .materials-row .material-item.material-locked:hover .content-overlay,
    .search-result-row .material-item.material-opened:hover .content-overlay,
    .search-result-row .material-item.material-closed:hover .content-overlay,
    .search-result-row .material-item.material-locked:hover .content-overlay {
      visibility: visible;
      opacity: 1; }
    .materials-row .material-item.material-inaccessible,
    .search-result-row .material-item.material-inaccessible {
      position: relative;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Safari */
      -khtml-user-select: none;
      /* Konqueror HTML */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently
           supported by Chrome and Opera */ }
      .materials-row .material-item.material-inaccessible:hover:before,
      .search-result-row .material-item.material-inaccessible:hover:before {
        opacity: 0; }
      .materials-row .material-item.material-inaccessible:hover .col-content,
      .search-result-row .material-item.material-inaccessible:hover .col-content {
        background: #d8d8d8;
        border-color: #bebebe; }
        .materials-row .material-item.material-inaccessible:hover .col-content:after,
        .search-result-row .material-item.material-inaccessible:hover .col-content:after {
          border-color: #bebebe; }
      .materials-row .material-item.material-inaccessible:hover .col-thumb:before,
      .search-result-row .material-item.material-inaccessible:hover .col-thumb:before {
        visibility: visible;
        opacity: 0.3; }
      .materials-row .material-item.material-inaccessible:hover .content-wrap,
      .search-result-row .material-item.material-inaccessible:hover .content-wrap {
        opacity: 0.3; }
      .materials-row .material-item.material-inaccessible:hover .content-overlay,
      .search-result-row .material-item.material-inaccessible:hover .content-overlay {
        visibility: visible;
        opacity: 1; }
      .materials-row .material-item.material-inaccessible:before,
      .search-result-row .material-item.material-inaccessible:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: repeating-linear-gradient(-45deg, rgba(193, 193, 193, 0.4), rgba(193, 193, 193, 0.4) 25px, rgba(193, 193, 193, 0.6) 25px, rgba(193, 193, 193, 0.6) 50px);
        border-radius: 6px;
        z-index: 500;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        -ms-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out; }
      .materials-row .material-item.material-inaccessible .content-overlay .doc-label,
      .search-result-row .material-item.material-inaccessible .content-overlay .doc-label {
        background: #838788 !important; }
    .materials-row .material-item .mbl-material-countdown-holder,
    .search-result-row .material-item .mbl-material-countdown-holder {
      position: absolute;
      z-index: 9999;
      background: #fff;
      top: 50%;
      height: 100px;
      margin-top: -50px;
      border-radius: 5px;
      text-align: center;
      width: 230px;
      left: 50%;
      margin-left: -115px;
      padding: 15px;
      display: block; }
      @media (max-width: 767px) {
        .materials-row .material-item .mbl-material-countdown-holder,
        .search-result-row .material-item .mbl-material-countdown-holder {
          height: 120px;
          padding: 25px 15px; } }
      .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-title,
      .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-title {
        font-size: 18px; }
        @media (max-width: 767px) {
          .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-title,
          .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-title {
            padding-left: 30px;
            font-size: 16px; } }
      .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content,
      .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 767px) {
          .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content,
          .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content {
            margin-top: 5px; } }
        .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content i.fa,
        .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content i.fa {
          font-size: 30px;
          margin-right: 15px; }
          @media (max-width: 767px) {
            .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content i.fa,
            .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content i.fa {
              position: absolute;
              left: 25px;
              top: 25px;
              font-size: 21px; } }
        .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown,
        .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown {
          display: none; }
          .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown.is-countdown,
          .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown.is-countdown {
            display: flex; }
          .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-separator,
          .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-separator {
            width: 15px;
            text-align: center; }
            @media (max-width: 767px) {
              .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-separator,
              .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-separator {
                margin-top: 8px; } }
          .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-digit,
          .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-digit {
            font-size: 20px;
            font-weight: bold; }
            @media (max-width: 767px) {
              .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-digit,
              .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-digit {
                font-size: 30px; } }
          .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-legend,
          .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-legend {
            font-size: 12px;
            margin-top: -5px; }
            @media (max-width: 767px) {
              .materials-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-legend,
              .search-result-row .material-item .mbl-material-countdown-holder .mbl-material-countdown-content .mbl-material-countdown .mbl-material-countdown-sector .mbl-material-countdown-legend {
                margin-top: -10px; } }
    .materials-row .material-item .mbl-material-checking-holder,
    .search-result-row .material-item .mbl-material-checking-holder {
      position: absolute;
      z-index: 9999;
      background: #fff;
      top: 50%;
      height: 70px;
      margin-top: -35px;
      border-radius: 5px;
      text-align: center;
      width: 250px;
      left: 50%;
      margin-left: -125px;
      padding: 15px;
      font-size: 18px;
      display: block; }
      @media (max-width: 767px) {
        .materials-row .material-item .mbl-material-checking-holder,
        .search-result-row .material-item .mbl-material-checking-holder {
          height: 90px;
          padding: 20px 15px 15px 70px;
          font-size: 22px;
          text-align: left;
          line-height: 1.2; } }
      .materials-row .material-item .mbl-material-checking-holder i.fa,
      .search-result-row .material-item .mbl-material-checking-holder i.fa {
        font-size: 30px;
        position: relative;
        top: 5px;
        margin-right: 3px; }
        @media (max-width: 767px) {
          .materials-row .material-item .mbl-material-checking-holder i.fa,
          .search-result-row .material-item .mbl-material-checking-holder i.fa {
            position: absolute;
            top: 25px;
            left: 25px;
            font-size: 41px; } }

.no-posts {
  text-align: center;
  padding: 40px 0 110px; }

.lesson-row {
  margin: 45px 0 50px; }
  @media (max-width: 767px) {
    .lesson-row {
      margin: 25px 0 15px; } }
  .lesson-row .container {
    max-width: 820px; }

.lesson-tabs .nav-tabs li .done {
  color: #6dc068 !important; }
.lesson-tabs .nav-tabs li .retake {
  color: #6f88c6 !important; }
.lesson-tabs .nav-tabs li .checking {
  color: #f09300 !important; }
.lesson-tabs .nav-tabs li .not-right {
  color: #db4745 !important; }
@media (max-width: 767px) {
  .lesson-tabs .nav-tabs .tab-label {
    display: none; } }
.lesson-tabs.white-tabs .nav-tabs li.active a {
  background: #fff; }
.lesson-tabs.white-tabs .tab-content .tab-pane {
  background: #fff; }
  .lesson-tabs.white-tabs .tab-content .tab-pane .content-wrap {
    overflow: hidden; }
.lesson-tabs.white-tabs .content-wrap .embed-responsive {
  margin: 0 0 30px; }
.lesson-tabs.white-tabs .content-wrap .wpmjw .embed-responsive {
  margin: 0; }
.lesson-tabs.white-tabs .content-wrap .question-answer-row {
  border: none;
  padding: 0; }
  .lesson-tabs.white-tabs .content-wrap .question-answer-row .response-result {
    clear: both; }
.lesson-tabs.white-tabs .content-wrap .discussion-row {
  border: none;
  border-top: 1px solid #e3e3e3;
  padding: 20px 0 0; }
.lesson-tabs.white-tabs .discussion-form-wrap {
  border-top: 1px solid #e3e3e3;
  padding: 30px 0 0; }

.ui-icon-wrap {
  vertical-align: middle;
  cursor: pointer; }
  .ui-icon-wrap input {
    display: none; }
  .ui-icon-wrap .iconmoon {
    font-size: 2rem;
    margin-right: 5px;
    vertical-align: middle; }
  .ui-icon-wrap .icon-toggle-off {
    color: #65bf49; }
  .ui-icon-wrap .icon-toggle-on {
    color: #65bf49; }

.reading-status-row {
  display: flex;
  margin: 50px 0 30px;
  text-align: right;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .reading-status-row {
      margin: 25px 0 20px; } }
  .reading-status-row .progress-wrap {
    flex: 1;
    padding: 2px 0 0; }
    .reading-status-row .progress-wrap .course-progress-wrap {
      width: 100%; }
    .reading-status-row .progress-wrap .progress {
      box-shadow: none;
      height: 5px;
      width: calc(100% - 45px); }
      .reading-status-row .progress-wrap .progress .progress-bar {
        box-shadow: none;
        height: 5px;
        background-color: #65bf49; }
  .reading-status-row label {
    line-height: 1.6rem;
    font-weight: normal; }
    .reading-status-row label input {
      margin-right: 5px; }
  .reading-status-row .status-toggle-wrap {
    margin: 0 30px 0 0;
    padding: 0;
    color: #9b9b9b; }
    @media (max-width: 767px) {
      .reading-status-row .status-toggle-wrap {
        margin: 0 10px 0 0; } }
    .reading-status-row .status-toggle-wrap:hover {
      color: #555; }
    .reading-status-row .status-toggle-wrap .toggle-label {
      vertical-align: middle; }
  .reading-status-row .next,
  .reading-status-row .prev {
    color: #9b9b9b;
    line-height: 1.6rem;
    vertical-align: middle;
    display: inline-block; }
    @media (max-width: 767px) {
      .reading-status-row .next,
      .reading-status-row .prev {
        padding: 8px 10px;
        border-radius: 3px;
        border: 1px solid #e3e3e3;
        margin-top: -5px; } }
    .reading-status-row .next:hover,
    .reading-status-row .prev:hover {
      color: #555; }
    .reading-status-row .next .iconmoon,
    .reading-status-row .prev .iconmoon {
      display: inline-block;
      font-size: 1.6rem;
      line-height: 1.6rem;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .reading-status-row .next .iconmoon,
        .reading-status-row .prev .iconmoon {
          margin: 0; } }
    @media (max-width: 767px) {
      .reading-status-row .next .arrow-label,
      .reading-status-row .prev .arrow-label {
        display: none; } }
  .reading-status-row .prev {
    margin-right: 30px; }
    @media (max-width: 767px) {
      .reading-status-row .prev {
        margin-right: 10px; } }
  .reading-status-row .next {
    margin-left: 30px; }
    @media (max-width: 767px) {
      .reading-status-row .next {
        margin-left: 12px; } }
    .reading-status-row .next .iconmoon {
      margin-left: 5px;
      margin-right: 0; }
      @media (max-width: 767px) {
        .reading-status-row .next .iconmoon {
          margin: 0; } }

.comments-row .comments-header {
  margin: 10px 0 30px; }
  @media (max-width: 767px) {
    .comments-row .comments-header {
      margin: 0; } }
  .comments-row .comments-header .all-comments-count {
    display: inline-block;
    margin-top: 10px; }
.comments-row .comments-row-title {
  font-size: 2.5rem;
  font-weight: 200; }
@media (max-width: 767px) {
  .comments-row .comments-tabs .nav-tabs li a {
    padding: 10px 10px; } }
@media (max-width: 767px) {
  .comments-row .comments-tabs .nav-tabs li a .tab-label {
    display: none; } }
.comments-row .comments-tabs .wpm-comment-form {
  padding: 30px 30px 0; }
  @media (max-width: 767px) {
    .comments-row .comments-tabs .wpm-comment-form {
      padding: 30px 15px 0; } }
.comments-row .comments-tabs .tab-pane {
  padding: 0 30px 15px; }
  .comments-row .comments-tabs .tab-pane.cackle {
    padding: 30px; }
  .comments-row .comments-tabs .tab-pane.loading {
    opacity: .3; }
.comments-row .add-comment-form {
  margin: 15px 0 15px;
  overflow: hidden; }
  .comments-row .add-comment-form .form-title {
    font-size: 1.4rem;
    font-weight: bold; }
  .comments-row .add-comment-form .comment-text {
    border-radius: 0;
    padding: 15px;
    min-height: 100px;
    box-shadow: none; }
  .comments-row .add-comment-form .mbr-btn {
    width: auto;
    text-transform: uppercase; }
  .comments-row .add-comment-form .file-upload-row {
    overflow: hidden;
    margin-bottom: 0; }
    .comments-row .add-comment-form .file-upload-row .fileupload-buttonbar {
      margin-top: 0; }

.wpm-comment-form {
  overflow: hidden; }
  .wpm-comment-form textarea {
    border-radius: 3px;
    border: 1px solid #c2cbd3; }

.comments-list {
  margin: 15px 0 0;
  padding: 0; }
  .comments-list .comment-item {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .comments-list .comment-item.comment {
      margin: 0;
      padding: 0; }
  .comments-list .comment {
    padding: 15px 15px 10px;
    margin: 0 0 10px; }
    @media (max-width: 767px) {
      .comments-list .comment {
        margin: 0 -15px 10px; } }
    .comments-list .comment.comment-admin {
      background: #f9f9f9;
      border-radius: 4px; }
    .comments-list .comment .comment-meta-wrap .comment-avatar {
      float: left;
      padding-right: 15px; }
      .comments-list .comment .comment-meta-wrap .comment-avatar img {
        width: 70px;
        height: auto; }
        @media (max-width: 767px) {
          .comments-list .comment .comment-meta-wrap .comment-avatar img {
            width: 40px; } }
    .comments-list .comment .comment-meta-wrap .comment-author-name {
      color: #000;
      display: inline-block;
      margin-right: 15px;
      font-weight: bold;
      color: #4c4c4c; }
    .comments-list .comment .comment-meta-wrap .comment-meta {
      display: inline-block;
      margin: 5px 0;
      color: #676767;
      font-size: 1.4rem; }
      .comments-list .comment .comment-meta-wrap .comment-meta > span {
        margin-right: 15px; }
      .comments-list .comment .comment-meta-wrap .comment-meta .iconmoon {
        color: #bbbbbb;
        margin-right: 5px; }
    .comments-list .comment .comment-content {
      margin-left: 85px;
      padding: 5px 0; }
      @media (max-width: 767px) {
        .comments-list .comment .comment-content {
          margin-left: 0; } }
    .comments-list .comment a,
    .comments-list .comment .comment-write {
      color: #5395bc;
      border: 0;
      background: transparent;
      padding: 0;
      outline: none; }
      .comments-list .comment a span,
      .comments-list .comment .comment-write span {
        font-size: 1rem;
        margin-left: 5px; }
  .comments-list .children {
    margin: 0;
    padding: 0 0 0 30px; }
    .comments-list .children .comment .comment-content {
      margin-left: 65px; }
      @media (max-width: 767px) {
        .comments-list .children .comment .comment-content {
          margin-left: 0; } }
    .comments-list .children .comment .comment-avatar img {
      width: 50px; }
      @media (max-width: 767px) {
        .comments-list .children .comment .comment-avatar img {
          width: 40px; } }

.refresh-comments {
  color: #4a4a4a;
  position: relative;
  display: block;
  padding-left: 20px;
  float: right;
  font-size: 16px; }
  @media (max-width: 767px) {
    .refresh-comments {
      margin-bottom: 5px;
      float: left; } }
  .refresh-comments .icon-refresh {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(0deg);
    vertical-align: baseline; }
  .refresh-comments:focus, .refresh-comments:hover {
    color: #4a4a4a; }
  .refresh-comments.active .icon-refresh {
    -webkit-animation: rotating 1s linear infinite;
    -moz-animation: rotating 1s linear infinite;
    -ms-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite; }

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.discussion-list {
  margin: 20px 0 0;
  padding: 0; }
  .discussion-list .comment-item {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    min-height: 90px; }
    .discussion-list .comment-item .comment {
      padding: 10px 15px;
      margin-bottom: 10px; }
      .discussion-list .comment-item .comment .comment-meta-wrap .comment-avatar {
        float: left;
        padding-right: 15px; }
        .discussion-list .comment-item .comment .comment-meta-wrap .comment-avatar img {
          width: 70px;
          height: auto; }
          @media (max-width: 767px) {
            .discussion-list .comment-item .comment .comment-meta-wrap .comment-avatar img {
              width: 40px; } }
      .discussion-list .comment-item .comment .comment-meta-wrap .comment-author-name {
        color: #000;
        margin-right: 15px;
        display: inline-block;
        float: left; }
      .discussion-list .comment-item .comment .comment-meta-wrap .comment-meta {
        display: inline-block;
        margin: 0;
        color: #404040;
        font-size: 1.2rem; }
        .discussion-list .comment-item .comment .comment-meta-wrap .comment-meta > span {
          margin-right: 15px; }
        .discussion-list .comment-item .comment .comment-meta-wrap .comment-meta .iconmoon {
          color: #bbbbbb;
          margin-right: 5px; }
      .discussion-list .comment-item .comment .comment-content {
        margin-left: 85px;
        padding: 10px 0 0; }
        @media (max-width: 767px) {
          .discussion-list .comment-item .comment .comment-content {
            margin-left: 0; } }
      .discussion-list .comment-item .comment .comment-write {
        color: #5395bc;
        border: 0;
        background: transparent;
        padding: 0;
        outline: none; }
        .discussion-list .comment-item .comment .comment-write span {
          font-size: 1rem;
          margin-left: 5px; }
    .discussion-list .comment-item.answer .comment {
      text-align: right; }
      .discussion-list .comment-item.answer .comment .comment-meta-wrap .comment-author-name {
        float: right;
        margin-right: 0;
        margin-left: 15px;
        font-weight: bold;
        color: #4c4c4c; }
      .discussion-list .comment-item.answer .comment .comment-meta-wrap .comment-meta > span {
        margin-right: 0;
        margin-left: 0; }
      .discussion-list .comment-item.answer .comment .comment-meta-wrap .comment-avatar {
        float: right;
        padding-right: 0;
        padding-left: 15px; }
      .discussion-list .comment-item.answer .comment .comment-content {
        margin-left: 0;
        margin-right: 85px;
        padding: 5px 0; }
        @media (max-width: 767px) {
          .discussion-list .comment-item.answer .comment .comment-content {
            margin-left: 0;
            margin-right: 0; } }

.iconmoon.orange {
  color: #f09300 !important; }
.iconmoon.green {
  color: #6dc068 !important; }
.iconmoon.red {
  color: #db4745 !important; }
.iconmoon.blue {
  color: #6f88c6 !important; }

.iconmoon.done {
  color: #6dc068 !important; }
.iconmoon.checking {
  color: #f09300 !important; }
.iconmoon.retake {
  color: #6f88c6 !important; }
.iconmoon.not-right {
  color: #db4745 !important; }

.content-wrap .status-row {
  margin-bottom: 20px; }
  .content-wrap .status-row .iconmoon {
    margin-right: 8px;
    font-size: 1.6rem;
    vertical-align: baseline; }
.content-wrap .question-answer-row {
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 3px;
  background: #fff; }
  @media (max-width: 767px) {
    .content-wrap .question-answer-row {
      padding: 20px 15px; } }
  .content-wrap .question-answer-row .title {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase; }
    .content-wrap .question-answer-row .title .iconmoon {
      color: #2e2e2e;
      margin-right: 10px; }
  .content-wrap .question-answer-row .content {
    padding: 15px 0; }
  .content-wrap .question-answer-row .answer {
    padding-top: 15px;
    clear: both; }
    .content-wrap .question-answer-row .answer .answer-meta {
      background: #f6f6f6;
      padding: 12px 25px;
      margin: 15px 0 0;
      border-radius: 3px;
      color: #404040; }
      .content-wrap .question-answer-row .answer .answer-meta .meta-item {
        margin-right: 10px; }
        @media (max-width: 767px) {
          .content-wrap .question-answer-row .answer .answer-meta .meta-item {
            margin-bottom: 5px; } }
        .content-wrap .question-answer-row .answer .answer-meta .meta-item .iconmoon {
          color: #bbbbbb;
          margin-right: 5px; }
.content-wrap .discussion-row {
  margin: 20px 0 0;
  padding: 20px;
  border: 1px solid #ededed;
  border-radius: 3px;
  background: #fff; }
  @media (max-width: 767px) {
    .content-wrap .discussion-row {
      padding: 20px 15px; } }
  .content-wrap .discussion-row .title {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase; }
    .content-wrap .discussion-row .title .iconmoon {
      color: #2e2e2e;
      margin-right: 10px; }
    .content-wrap .discussion-row .title .note {
      font-weight: normal;
      text-transform: none;
      color: #6f6c6c; }
.content-wrap .mbr-btn {
  text-transform: uppercase;
  padding: 12px 30px; }
.content-wrap .write-message-button {
  margin: 10px 0;
  float: right; }
  @media (max-width: 767px) {
    .content-wrap .write-message-button {
      float: none;
      display: block;
      margin: 10px auto; } }
.content-wrap .discussion-form-wrap {
  padding: 30px 15px;
  position: relative; }
  .content-wrap .discussion-form-wrap .close-message-form {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer; }
  @media (max-width: 767px) {
    .content-wrap .discussion-form-wrap .discussion-form {
      margin-bottom: 15px; } }
  .content-wrap .discussion-form-wrap .discussion-form .form {
    width: calc(100% - 150px);
    float: left; }
    @media (max-width: 767px) {
      .content-wrap .discussion-form-wrap .discussion-form .form {
        float: right;
        width: 100%; } }
  .content-wrap .discussion-form-wrap .discussion-form .author {
    width: 120px;
    margin-left: 30px;
    padding: 50px 0 0;
    text-align: center;
    float: left; }
    @media (max-width: 767px) {
      .content-wrap .discussion-form-wrap .discussion-form .author {
        width: 100%;
        padding: 0 0 30px;
        margin-left: 0; } }
    .content-wrap .discussion-form-wrap .discussion-form .author img {
      max-width: 70px;
      margin: 0 auto 15px; }
      @media (max-width: 767px) {
        .content-wrap .discussion-form-wrap .discussion-form .author img {
          display: none; } }
    .content-wrap .discussion-form-wrap .discussion-form .author .title {
      margin: 0 0 20px;
      font-size: 1.4rem;
      font-weight: normal;
      text-transform: none; }
      @media (max-width: 767px) {
        .content-wrap .discussion-form-wrap .discussion-form .author .title {
          display: none; } }
  .content-wrap .discussion-form-wrap .discussion-form .mbr-btn {
    padding: 12px 15px; }
  .content-wrap .discussion-form-wrap .file-upload-row {
    margin: 25px 0 0; }
.content-wrap .lesson-files-list {
  overflow: hidden;
  position: relative; }
  .content-wrap .lesson-files-list a {
    display: block;
    float: left;
    font-size: 5.8rem;
    line-height: 5.8rem;
    height: 5.8rem;
    vertical-align: baseline;
    color: #8e8e8e;
    margin: 0 14px 15px 0; }
    .content-wrap .lesson-files-list a img {
      border-radius: 3px;
      max-height: 58px;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      display: block; }
    .content-wrap .lesson-files-list a:hover {
      color: #000; }

.comment-image.row {
  padding: 0 15px; }
  .comment-image.row .wpm-comment-image-item {
    display: block;
    height: 150px;
    margin: 0 -10px 5px;
    overflow: hidden;
    vertical-align: top;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat; }
    .comment-image.row .wpm-comment-image-item:hover {
      opacity: 0.7; }

#cancel-comment-reply-link {
  width: auto;
  text-transform: uppercase;
  color: #FFF;
  border: none;
  display: block !important;
  border-radius: 3px;
  box-shadow: none;
  font-size: 1.4rem;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #c1c1c1 none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: translateZ(0);
  float: right !important;
  margin-right: 15px; }
  #cancel-comment-reply-link:hover {
    background: #a7a7a7; }
  #cancel-comment-reply-link:active, #cancel-comment-reply-link:focus {
    background: #8d8d8d; }

#comment {
  visibility: hidden; }

.activation-form-wrap {
  text-align: center;
  padding: 0 0 50px;
  margin: 0 auto; }

.activation-form,
.pincode-form {
  margin: 0 auto; }
  .activation-form .mbr-btn,
  .pincode-form .mbr-btn {
    display: block;
    padding: 14px;
    font-size: 1.4rem;
    line-height: 1.4rem;
    box-sizing: border-box; }
  .activation-form .form-group.form-icon:before,
  .pincode-form .form-group.form-icon:before {
    top: 15px !important;
    left: 15px !important; }
  .activation-form .form-group input[type=text],
  .pincode-form .form-group input[type=text] {
    display: block;
    width: 100%;
    padding: 12px 20px 12px 40px;
    border: 1px solid #e7e7e7; }

.activation-tabs {
  margin: 40px auto; }

.keys-table {
  margin: 0 auto 40px;
  overflow: hidden;
  border-radius: 4px; }
  .keys-table .key-row {
    display: flex;
    padding: 0; }
    @media (max-width: 767px) {
      .keys-table .key-row {
        flex-direction: column;
        margin-top: 5px; } }
    .keys-table .key-row > .col-item {
      padding: 15px;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        .keys-table .key-row > .col-item {
          padding: 0; } }
    .keys-table .key-row .iconmoon {
      color: #f2f2f2;
      margin-right: 5px; }
    .keys-table .key-row.keys-header {
      background: #c1c1c1;
      color: #fff; }
      @media (max-width: 767px) {
        .keys-table .key-row.keys-header {
          width: 50px; } }
      .keys-table .key-row.keys-header > div {
        padding: 10px 15px;
        border-right: 1px solid #aeaeae; }
        .keys-table .key-row.keys-header > div:last-child {
          border-right: none; }
        @media (max-width: 767px) {
          .keys-table .key-row.keys-header > div {
            width: 50px;
            padding: 15px; } }
      @media (max-width: 767px) {
        .keys-table .key-row.keys-header {
          width: 30px;
          flex-wrap: wrap;
          flex-direction: row; } }
    @media (max-width: 767px) {
      .keys-table .key-row .col-item {
        display: flex;
        width: 100%; } }
    .keys-table .key-row .col-item .key-icon {
      display: none;
      background: #c1c1c1;
      border-bottom: 1px solid #aeaeae; }
      @media (max-width: 767px) {
        .keys-table .key-row .col-item .key-icon {
          display: block;
          width: 34px;
          text-align: center;
          padding: 10px; } }
      .keys-table .key-row .col-item .key-icon:last-child {
        border-bottom: none; }
    @media (max-width: 767px) {
      .keys-table .key-row .col-item .key-content {
        flex: 1 0 0;
        padding: 10px; } }
    .keys-table .key-row .col-list {
      width: 60px;
      text-align: center; }
      @media (max-width: 767px) {
        .keys-table .key-row .col-list {
          width: 100%;
          text-align: left;
          display: none; } }
      .keys-table .key-row .col-list .num {
        color: #8a8a8a;
        font-weight: bold; }
    .keys-table .key-row .col-key {
      flex: 1 0 0;
      word-break: break-all; }
      @media (max-width: 767px) {
        .keys-table .key-row .col-key {
          width: 100%;
          flex: none; } }
      .keys-table .key-row .col-key .course {
        font-weight: bold;
        margin-bottom: 5px;
        color: #4a4a4a; }
      .keys-table .key-row .col-key .key {
        color: #8a8a8a; }
    .keys-table .key-row .col-retake {
      width: 130px; }
      @media (max-width: 767px) {
        .keys-table .key-row .col-retake {
          width: 100%; } }
      .keys-table .key-row .col-retake .date {
        color: #8a8a8a; }
        .keys-table .key-row .col-retake .date.ok {
          color: #63856a; }
    .keys-table .key-row .col-start {
      width: 130px; }
      @media (max-width: 767px) {
        .keys-table .key-row .col-start {
          width: 100%;
          display: none; } }
      .keys-table .key-row .col-start .date {
        color: #8a8a8a; }
        .keys-table .key-row .col-start .date.ok {
          color: #63856a; }
    .keys-table .key-row .col-end {
      width: 140px; }
      @media (max-width: 767px) {
        .keys-table .key-row .col-end {
          width: 100%; } }
      @media (min-width: 1200px) {
        .keys-table .key-row .col-end {
          width: 240px; } }
      .keys-table .key-row .col-end .date {
        color: #8a8a8a; }
        @media (max-width: 767px) {
          .keys-table .key-row .col-end .date {
            display: inline-block; } }
        .keys-table .key-row .col-end .date.ok {
          color: #63856a; }
      .keys-table .key-row .col-end .note {
        padding-left: 20px;
        position: relative; }
        @media (max-width: 767px) {
          .keys-table .key-row .col-end .note {
            display: inline-block;
            margin-left: 5px; } }
        @media (max-width: 767px) {
          .keys-table .key-row .col-end .note br {
            display: none; } }
        @media (min-width: 1200px) {
          .keys-table .key-row .col-end .note br {
            display: none; } }
        .keys-table .key-row .col-end .note .iconmoon {
          position: absolute;
          left: 0;
          top: 3px; }
        .keys-table .key-row .col-end .note.red {
          color: #ad6767; }
          .keys-table .key-row .col-end .note.red .iconmoon {
            color: #ad6767; }
    .keys-table .key-row .col-more-info {
      display: none; }
      @media (max-width: 767px) {
        .keys-table .key-row .col-more-info {
          display: flex; } }
    .keys-table .key-row.odd {
      background: #f9f9f9; }
    .keys-table .key-row.even {
      background: #f0f0f0; }
    .keys-table .key-row.disabled {
      position: relative;
      color: #8a8a8a !important; }
      .keys-table .key-row.disabled:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6); }
      .keys-table .key-row.disabled .col-key .course {
        color: #8a8a8a !important; }
      .keys-table .key-row.disabled .col-end .note {
        color: #8a8a8a !important; }
      .keys-table .key-row.disabled .col-end .iconmoon {
        color: #8a8a8a !important; }

.toggle-key-cats {
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  display: block;
  margin: 0 auto;
  text-align: center;
  outline: none; }
  .toggle-key-cats:hover {
    border-color: #c1c1c1; }
  .toggle-key-cats.active {
    border-color: #c1c1c1; }
  .toggle-key-cats .iconmoon {
    color: #c1c1c1 !important;
    margin-right: 0 !important;
    line-height: 0.5rem !important; }
    .toggle-key-cats .iconmoon:after {
      line-height: 0.5rem !important; }

.col-more-info .key-icon {
  border-bottom: none !important; }
.col-more-info .toggle-key-cats {
  padding: 0;
  border: none;
  cursor: pointer; }
  .col-more-info .toggle-key-cats .iconmoon {
    color: #f2f2f2 !important; }
.col-more-info .toggle-key-cats.more-info {
  text-align: left;
  padding: 0;
  border: none;
  text-decoration: underline; }

.row-key-categories {
  height: 0;
  overflow: hidden; }
  .row-key-categories.odd {
    background: #f9f9f9; }
  .row-key-categories.even {
    background: #f0f0f0; }
  .row-key-categories.active {
    height: auto;
    padding: 15px; }

.pincode-form {
  margin: 20px 0; }
  .pincode-form .pincode-input {
    border: 1px solid #ddd; }

.profile-wrap {
  margin: 40px auto;
  max-width: 780px; }
  .profile-wrap .profile-help-text {
    margin-top: 45px; }
    @media (max-width: 767px) {
      .profile-wrap .profile-help-text {
        margin-top: 20px; } }
  .profile-wrap .profile-avatar img {
    max-width: 180px;
    margin: 0 auto;
    display: block; }
  @media (max-width: 767px) {
    .profile-wrap .profile-avatar {
      margin-bottom: 20px; } }

.user-info {
  margin: 30px 0 0; }
  .user-info .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    padding: 0 0 10px;
    border-bottom: 2px solid #e9e9e9; }
  .user-info .info-row,
  .user-info .pass-row {
    display: flex;
    display: -ms-flexbox;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    vertical-align: middle;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
    @media (max-width: 767px) {
      .user-info .info-row,
      .user-info .pass-row {
        flex-direction: column;
        -ms-flex-direction: column; } }
    .user-info .info-row.active,
    .user-info .pass-row.active {
      padding: 30px 0; }
    .user-info .info-row .info-label,
    .user-info .pass-row .info-label {
      width: 140px;
      padding: 5px 5px 5px 0;
      color: #a3a3a3; }
      @media (max-width: 767px) {
        .user-info .info-row .info-label,
        .user-info .pass-row .info-label {
          padding: 5px; } }
    .user-info .info-row .info-value,
    .user-info .pass-row .info-value {
      flex: 1;
      -ms-flex: 1 0 auto;
      padding: 5px;
      margin-right: 20px;
      border: 1px solid transparent;
      outline: none; }
      .user-info .info-row .info-value:disabled,
      .user-info .pass-row .info-value:disabled {
        background: #fff; }
      .user-info .info-row .info-value.active,
      .user-info .pass-row .info-value.active {
        border-color: #d5d5d5; }
        @media (max-width: 767px) {
          .user-info .info-row .info-value.active,
          .user-info .pass-row .info-value.active {
            margin-bottom: 5px; } }
      .user-info .info-row .info-value.disabled,
      .user-info .pass-row .info-value.disabled {
        color: #a3a3a3; }
      @media (max-width: 767px) {
        .user-info .info-row .info-value,
        .user-info .pass-row .info-value {
          margin-right: 0; } }
    .user-info .info-row .buttons,
    .user-info .pass-row .buttons {
      white-space: nowrap; }
      .user-info .info-row .buttons .mbr-btn,
      .user-info .pass-row .buttons .mbr-btn {
        padding: 6px;
        font-size: 1.5rem; }
        .user-info .info-row .buttons .mbr-btn:hover,
        .user-info .pass-row .buttons .mbr-btn:hover {
          background: #efefef; }
      .user-info .info-row .buttons .edit,
      .user-info .pass-row .buttons .edit {
        color: #5395bc; }
      .user-info .info-row .buttons .cancel,
      .user-info .pass-row .buttons .cancel {
        color: #bc583f; }
      .user-info .info-row .buttons .save,
      .user-info .pass-row .buttons .save {
        color: #689f92; }
  .user-info .pass-row .info-value {
    padding: 0; }
    .user-info .pass-row .info-value.active {
      border-color: transparent;
      display: block; }

.pass-row .hide-pass {
  display: none;
  font-family: "PT Sans", sans-serif !important;
  line-height: 1.5rem !important; }
  .pass-row .hide-pass:before {
    font-family: 'icomoon' !important;
    margin-right: 5px; }
.pass-row.active .info-value .user-pasword-wrap {
  display: block !important; }
.pass-row.active .hide-pass {
  display: inline-block; }
.pass-row .info-value .user-pasword-wrap {
  display: none; }
.pass-row .info-value.active {
  border-color: transparent; }
.pass-row .info-value .user-pasword-wrap {
  display: none; }
  .pass-row .info-value .user-pasword-wrap input {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 5px;
    outline: none; }
  .pass-row .info-value .user-pasword-wrap .pass-strength-result {
    display: none;
    padding: 5px;
    border: 1px solid transparent;
    margin-top: -1px; }
  .pass-row .info-value .user-pasword-wrap.short input {
    border-color: #e35b5b; }
  .pass-row .info-value .user-pasword-wrap.short .pass-strength-result {
    background-color: #f1adad;
    border-color: #e35b5b; }
  .pass-row .info-value .user-pasword-wrap.bad input {
    border-color: #f78b53; }
  .pass-row .info-value .user-pasword-wrap.bad .pass-strength-result {
    background-color: #fbc5a9;
    border-color: #f78b53; }
  .pass-row .info-value .user-pasword-wrap.good input {
    border-color: #ffc733; }
  .pass-row .info-value .user-pasword-wrap.good .pass-strength-result {
    background-color: #ffe399;
    border-color: #ffc733; }
  .pass-row .info-value .user-pasword-wrap.strong input {
    border-color: #83c373; }
  .pass-row .info-value .user-pasword-wrap.strong .pass-strength-result {
    background-color: #c1e1b9;
    border-color: #83c373; }
.pass-row.active .info-value .pass-strength-result {
  display: block; }

.contacts {
  margin: 30px 0 20px; }
  .contacts .info-row:last-child {
    border-bottom: none; }

.search-result-row {
  margin: 40px 0 0; }
  .search-result-row.one-in-line .container {
    max-width: 750px; }
    @media (max-width: 767px) {
      .search-result-row.one-in-line .container {
        max-width: 370px; } }
  .search-result-row.one-in-line .material-item .flex-wrap {
    height: 220px; }
    @media (max-width: 767px) {
      .search-result-row.one-in-line .material-item .flex-wrap {
        height: auto; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .search-result-row.one-in-line .material-item .flex-wrap {
        height: 220px; } }
  .search-result-row .folder-name {
    margin: 0 0 30px;
    font-size: 2rem;
    line-height: normal; }
    .search-result-row .folder-name a {
      color: #666666; }
      .search-result-row .folder-name a:hover {
        color: #000; }
  .search-result-row .materials {
    margin-bottom: 0; }

.note-editor .note-editable {
  white-space: normal; }

.homework-attachments {
  overflow: hidden;
  position: relative; }
  .homework-attachments a {
    display: block;
    float: left;
    font-size: 4.8rem;
    line-height: 4.8rem;
    height: 4.8rem;
    vertical-align: baseline;
    color: #8e8e8e;
    margin: 0 14px 15px 0; }
    @media (max-width: 767px) {
      .homework-attachments a {
        font-size: 3.8rem;
        line-height: 3.8rem;
        height: 3.8rem;
        margin: 0 5px 10px 0; } }
    .homework-attachments a .fa {
      color: #8e8e8e; }
    .homework-attachments a img {
      border-radius: 3px;
      max-height: 48px;
      vertical-align: baseline;
      margin: 0;
      padding: 0;
      display: block; }
      @media (max-width: 767px) {
        .homework-attachments a img {
          max-height: 38px; } }
    .homework-attachments a:hover {
      color: #000; }
      .homework-attachments a:hover .fa {
        color: #000; }

.footer-row .footer-user-agreement {
  text-align: center; }
  .footer-row .footer-user-agreement a, .footer-row .footer-user-agreement a:visited {
    color: #949494; }
    .footer-row .footer-user-agreement a:focus, .footer-row .footer-user-agreement a:active, .footer-row .footer-user-agreement a:hover, .footer-row .footer-user-agreement a:visited:focus, .footer-row .footer-user-agreement a:visited:active, .footer-row .footer-user-agreement a:visited:hover {
      color: #4a4a4a; }

.ps_content.mbl-no-access {
  padding: 10px 20px; }
.ps_content .accordion-title {
  color: #000000;
  font-size: 21px;
  line-height: normal;
  margin: 15px 0;
  padding: 0 0 0 15px; }
.ps_content [data-term-id] h3 {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  color: #54626f;
  cursor: pointer;
  display: block;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 15px 0 15px 15px;
  position: relative; }
  .ps_content [data-term-id] h3:after {
    background: url(/wp-content/plugins/member-luxe/2_0/images/arrows.jpg) no-repeat -18px 0;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 11px; }
.ps_content [data-term-id] .term-content {
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
  display: none;
  overflow: auto;
  padding: 10px 15px; }
.ps_content [data-term-id]:last-child h3 {
  border-bottom: none; }
.ps_content [data-term-id]:last-child .term-content {
  border-bottom: none; }
.ps_content [data-term-id].active h3 {
  border-bottom-color: transparent;
  font-weight: bold;
  position: relative; }
  .ps_content [data-term-id].active h3:after {
    background: url(/wp-content/plugins/member-luxe/2_0/images/i/arrows.jpg) no-repeat;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 10px;
    width: 14px; }
.ps_content .term-content.evaluate {
  display: block;
  position: absolute;
  visibility: hidden; }
.ps_content #no-access-content {
  border-top: 1px solid #d8d8d8; }

/* jQuery Countdown styles 2.0.0. */
.countdown-wrap {
  position: relative;
  font-size: 0;
  margin: 15px auto; }
  .countdown-wrap .c-image {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 40; }
  .countdown-wrap .countdown-inner {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
    .countdown-wrap .countdown-inner .timer-background-image {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
      position: relative;
      z-index: 40; }
    .countdown-wrap .countdown-inner .countdown {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 50; }
      .countdown-wrap .countdown-inner .countdown .digits-wrap {
        padding: 0;
        width: 100%;
        height: 100%;
        text-align: center; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap .digit,
        .countdown-wrap .countdown-inner .countdown .digits-wrap .image-sep {
          display: inline-block;
          height: 100%;
          background-repeat: no-repeat;
          background-size: cover; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-0 {
          background-position: 0%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-1 {
          background-position: 10%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-2 {
          background-position: 20%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-3 {
          background-position: 30%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-4 {
          background-position: 40%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-5 {
          background-position: 50%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-6 {
          background-position: 60%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-7 {
          background-position: 70%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-8 {
          background-position: 80%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-9 {
          background-position: 90%; }
        .countdown-wrap .countdown-inner .countdown .digits-wrap span.image-sep {
          background-position: 100%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-0, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-0 {
    background-position: 0%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-1, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-1 {
    background-position: 11.13%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-2, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-2 {
    background-position: 22.26%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-3, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-3 {
    background-position: 33.39%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-4, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-4 {
    background-position: 44.52%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-5, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-5 {
    background-position: 55.65%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-6, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-6 {
    background-position: 66.78%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-7, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-7 {
    background-position: 77.91%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-8, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-8 {
    background-position: 89.04%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-9, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-9 {
    background-position: 100.17%; }
  .countdown-wrap.c-skin-7 .countdown-inner .countdown .digits-wrap span.image-sep, .countdown-wrap.c-skin-8 .countdown-inner .countdown .digits-wrap span.image-sep {
    background-position: 111.3%; }
  .countdown-wrap.c-size-small .countdown-inner {
    max-width: 311px; }
  .countdown-wrap.c-size-medium .countdown-inner {
    max-width: 467px; }

/*  skin 1   */
.c-skin-1 .countdown-inner {
  max-width: 622px; }
.c-skin-1.c-size-big .countdown {
  max-width: 622px; }
.c-skin-1.c-size-big .countdown {
  max-width: 622px; }
.c-skin-1.c-size-big .countdown {
  max-width: 622px; }
.c-skin-1 .countdown {
  max-width: 622px;
  padding: 5.1447% 8.6816% 10.2893%; }
.c-skin-1 .digit,
.c-skin-1 .image-sep {
  width: 8.3652%;
  margin: 0 0.3215%;
  padding: 0; }
.c-skin-1 .image-sep {
  width: 7.8%;
  margin: 0 0.5215%; }
.c-skin-1.c-color-1 .digit,
.c-skin-1.c-color-1 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/1/color-1/digits.png"); }
.c-skin-1.c-color-2 .digit,
.c-skin-1.c-color-2 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/1/color-2/digits.png"); }
.c-skin-1.c-color-3 .digit,
.c-skin-1.c-color-3 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/1/color-3/digits.png"); }
.c-skin-1.c-color-4 .digit,
.c-skin-1.c-color-4 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/1/color-4/digits.png"); }
.c-skin-1.c-color-5 .digit,
.c-skin-1.c-color-5 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/1/color-5/digits.png"); }
.c-skin-1.c-color-6 .digit,
.c-skin-1.c-color-6 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/1/color-6/digits.png"); }
.c-skin-1.c-color-7 .digit,
.c-skin-1.c-color-7 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/1/color-7/digits.png"); }
.c-skin-1.c-color-8 .digit,
.c-skin-1.c-color-8 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/1/color-8/digits.png"); }

/*  skin 2   */
.c-skin-2 .countdown-inner {
  max-width: 624px; }
.c-skin-2 .countdown {
  max-width: 624px;
  padding: 7.0512% 8.4935% 11.3782%; }
.c-skin-2 .digit,
.c-skin-2 .image-sep {
  width: 8.3284%;
  margin: 0 0.3215%;
  padding: 0; }
.c-skin-2.c-color-1 .digit,
.c-skin-2.c-color-1 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/2/color-1/digits.png"); }
.c-skin-2.c-color-2 .digit,
.c-skin-2.c-color-2 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/2/color-2/digits.png"); }
.c-skin-2.c-color-3 .digit,
.c-skin-2.c-color-3 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/2/color-3/digits.png"); }
.c-skin-2.c-color-4 .digit,
.c-skin-2.c-color-4 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/2/color-4/digits.png"); }
.c-skin-2.c-color-5 .digit,
.c-skin-2.c-color-5 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/2/color-5/digits.png"); }
.c-skin-2.c-color-6 .digit,
.c-skin-2.c-color-6 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/2/color-6/digits.png"); }
.c-skin-2.c-color-7 .digit,
.c-skin-2.c-color-7 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/2/color-7/digits.png"); }
.c-skin-2.c-color-8 .digit,
.c-skin-2.c-color-8 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/2/color-8/digits.png"); }

/*  skin 3   */
.c-skin-3 .countdown-inner {
  max-width: 622px; }
.c-skin-3 .countdown {
  max-width: 622px;
  padding: 3.5369% 0 11.5755%; }
.c-skin-3 .digit,
.c-skin-3 .image-sep {
  width: 5.1446%;
  margin: 0 0.8038%;
  padding: 0; }
.c-skin-3 .image-sep {
  width: 4.9446%;
  margin: 0 3.7369%; }
.c-skin-3.c-color-1 .digit,
.c-skin-3.c-color-1 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/3/color-1/digits.png"); }
.c-skin-3.c-color-2 .digit,
.c-skin-3.c-color-2 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/3/color-2/digits.png"); }
.c-skin-3.c-color-3 .digit,
.c-skin-3.c-color-3 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/3/color-3/digits.png"); }
.c-skin-3.c-color-4 .digit,
.c-skin-3.c-color-4 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/3/color-4/digits.png"); }
.c-skin-3.c-color-5 .digit,
.c-skin-3.c-color-5 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/3/color-5/digits.png"); }
.c-skin-3.c-color-6 .digit,
.c-skin-3.c-color-6 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/3/color-6/digits.png"); }
.c-skin-3.c-color-7 .digit,
.c-skin-3.c-color-7 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/3/color-7/digits.png"); }
.c-skin-3.c-color-8 .digit,
.c-skin-3.c-color-8 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/3/color-8/digits.png"); }

/*  skin 4  */
.c-skin-4 .countdown-inner {
  max-width: 620px; }
.c-skin-4 .countdown {
  max-width: 620px;
  padding: 4.0322% 0 11.4516%; }
.c-skin-4 .digit,
.c-skin-4 .image-sep {
  width: 5.9677%;
  margin: 0 0.4838%;
  padding: 0; }
.c-skin-4 .image-sep {
  width: 5.9677%;
  margin: 0 3.7096%; }
.c-skin-4.c-color-1 .digit,
.c-skin-4.c-color-1 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/4/color-1/digits.png"); }
.c-skin-4.c-color-2 .digit,
.c-skin-4.c-color-2 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/4/color-2/digits.png"); }
.c-skin-4.c-color-3 .digit,
.c-skin-4.c-color-3 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/4/color-3/digits.png"); }
.c-skin-4.c-color-4 .digit,
.c-skin-4.c-color-4 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/4/color-4/digits.png"); }
.c-skin-4.c-color-5 .digit,
.c-skin-4.c-color-5 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/4/color-5/digits.png"); }
.c-skin-4.c-color-6 .digit,
.c-skin-4.c-color-6 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/4/color-6/digits.png"); }
.c-skin-4.c-color-7 .digit,
.c-skin-4.c-color-7 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/4/color-7/digits.png"); }
.c-skin-4.c-color-8 .digit,
.c-skin-4.c-color-8 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/4/color-8/digits.png"); }

/*  skin 5  */
.c-skin-5 .countdown-inner {
  max-width: 629px; }
.c-skin-5 .countdown {
  max-width: 629px;
  padding: 4.7694% 0 16.0572%; }
.c-skin-5 .digit,
.c-skin-5 .image-sep {
  width: 4.1335%;
  margin: 0 0.1589%;
  padding: 0; }
.c-skin-5 .image-sep {
  margin: 0 4.9284%; }
.c-skin-5.c-color-1 .digit,
.c-skin-5.c-color-1 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/5/color-1/digits.png"); }
.c-skin-5.c-color-2 .digit,
.c-skin-5.c-color-2 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/5/color-2/digits.png"); }
.c-skin-5.c-color-3 .digit,
.c-skin-5.c-color-3 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/5/color-3/digits.png"); }
.c-skin-5.c-color-4 .digit,
.c-skin-5.c-color-4 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/5/color-4/digits.png"); }
.c-skin-5.c-color-5 .digit,
.c-skin-5.c-color-5 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/5/color-5/digits.png"); }
.c-skin-5.c-color-6 .digit,
.c-skin-5.c-color-6 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/5/color-6/digits.png"); }
.c-skin-5.c-color-7 .digit,
.c-skin-5.c-color-7 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/5/color-7/digits.png"); }
.c-skin-5.c-color-8 .digit,
.c-skin-5.c-color-8 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/5/color-8/digits.png"); }

/*  skin 6  */
.c-skin-6 .countdown-inner {
  max-width: 620px; }
.c-skin-6 .countdown {
  max-width: 620px;
  padding: 0 0 9.6774%; }
.c-skin-6 .digit,
.c-skin-6 .image-sep {
  width: 9.6774%;
  margin: 0 0.6451%;
  padding: 0; }
.c-skin-6 .digit:first-child {
  margin-left: 0; }
.c-skin-6 .digit:last-child {
  margin-right: 0; }
.c-skin-6 .image-sep {
  margin: 0 -2.5806%; }
.c-skin-6.c-color-1 .digit,
.c-skin-6.c-color-1 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/6/color-1/digits.png"); }
.c-skin-6.c-color-2 .digit,
.c-skin-6.c-color-2 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/6/color-2/digits.png"); }
.c-skin-6.c-color-3 .digit,
.c-skin-6.c-color-3 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/6/color-3/digits.png"); }
.c-skin-6.c-color-4 .digit,
.c-skin-6.c-color-4 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/6/color-4/digits.png"); }
.c-skin-6.c-color-5 .digit,
.c-skin-6.c-color-5 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/6/color-5/digits.png"); }
.c-skin-6.c-color-6 .digit,
.c-skin-6.c-color-6 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/6/color-6/digits.png"); }
.c-skin-6.c-color-7 .digit,
.c-skin-6.c-color-7 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/6/color-7/digits.png"); }
.c-skin-6.c-color-8 .digit,
.c-skin-6.c-color-8 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/6/color-8/digits.png"); }

/*  skin 7  */
.c-skin-7 .countdown-inner {
  max-width: 507px; }
.c-skin-7 .countdown {
  max-width: 507px;
  padding: 4.3392% 0 14.9901%; }
.c-skin-7 .digit,
.c-skin-7 .image-sep {
  width: 5.5226%;
  margin: 0 0.3944%;
  padding: 0; }
.c-skin-7 .image-sep {
  margin: 0 4.7337%;
  background: none !important; }
.c-skin-7.c-color-1 .digit,
.c-skin-7.c-color-1 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/7/color-1/digits.png"); }
.c-skin-7.c-color-2 .digit,
.c-skin-7.c-color-2 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/7/color-2/digits.png"); }
.c-skin-7.c-color-3 .digit,
.c-skin-7.c-color-3 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/7/color-3/digits.png"); }
.c-skin-7.c-color-4 .digit,
.c-skin-7.c-color-4 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/7/color-4/digits.png"); }
.c-skin-7.c-color-5 .digit,
.c-skin-7.c-color-5 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/7/color-5/digits.png"); }
.c-skin-7.c-color-6 .digit,
.c-skin-7.c-color-6 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/7/color-6/digits.png"); }
.c-skin-7.c-color-7 .digit,
.c-skin-7.c-color-7 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/7/color-7/digits.png"); }
.c-skin-7.c-color-8 .digit,
.c-skin-7.c-color-8 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/7/color-8/digits.png"); }

/*  skin 8  */
.c-skin-8 .countdown-inner {
  max-width: 623px; }
.c-skin-8 .countdown {
  max-width: 623px;
  padding: 6.5810% 0 2.5682%; }
.c-skin-8 .digit,
.c-skin-8 .image-sep {
  width: 4.4943%;
  margin: 0 0.1605%;
  padding: 0; }
.c-skin-8 .image-sep {
  margin: 0 6.4205%;
  background: none !important; }
.c-skin-8.c-color-1 .digit,
.c-skin-8.c-color-1 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/8/color-1/digits.png"); }
.c-skin-8.c-color-2 .digit,
.c-skin-8.c-color-2 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/8/color-2/digits.png"); }
.c-skin-8.c-color-3 .digit,
.c-skin-8.c-color-3 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/8/color-3/digits.png"); }
.c-skin-8.c-color-4 .digit,
.c-skin-8.c-color-4 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/8/color-4/digits.png"); }
.c-skin-8.c-color-5 .digit,
.c-skin-8.c-color-5 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/8/color-5/digits.png"); }
.c-skin-8.c-color-6 .digit,
.c-skin-8.c-color-6 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/8/color-6/digits.png"); }
.c-skin-8.c-color-7 .digit,
.c-skin-8.c-color-7 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/8/color-7/digits.png"); }
.c-skin-8.c-color-8 .digit,
.c-skin-8.c-color-8 .image-sep {
  background-image: url("//static.wppage.ru/wppage/i/countdown/skins/8/color-8/digits.png"); }

.note-editor.note-frame .note-editing-area .note-editable {
  background-color: transparent;
  border-radius: 3px; }

/* owl */
.wpm-gallery-slider {
  position: relative; }

.owl-carousel .owl-item img {
  box-sizing: content-box;
  transform-style: flat !important;
  transition: all .3s; }

.gallery-item a {
  display: block;
  overflow: visible; }

.gallery-item a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -28px;
  width: 56px;
  height: 57px;
  z-index: 100;
  font-size: 3em;
  color: #fff;
  background: url("/wp-content/plugins/member-luxe/2_0/images/image-zoom.png");
  transition: all 0.3s;
  line-height: 100px;
  text-align: center;
  visibility: hidden; }

.gallery-item:hover a:before {
  visibility: visible; }

.owl-nav {
  /*position: absolute;*/
  /*width: 100%;*/
  /*z-index: 200;*/
  /*top: 50%;*/ }

.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 30%;
  height: 100%;
  top: 0;
  position: absolute; }

.owl-nav .owl-prev {
  left: 0; }

.owl-nav .owl-prev:before,
.owl-nav .owl-next:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin: -18px 0 0 0;
  width: 36px;
  height: 34px;
  background-image: url("/wp-content/plugins/member-luxe/2_0/images/fancybox_sprite.png");
  background-repeat: no-repeat;
  visibility: hidden; }

.owl-nav .owl-prev:before {
  background-position: 0 -36px;
  left: 30px; }

.owl-nav .owl-prev:hover:before {
  visibility: visible; }

.owl-nav .owl-next {
  right: 0; }

.owl-nav .owl-next:before {
  background-position: 0 -72px;
  right: 30px; }

.owl-nav .owl-next:hover:before {
  visibility: visible; }

.owl-dots {
  text-align: center;
  margin: 10px 0 20px; }

.owl-dots .owl-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background: #ccc;
  margin: 0 5px;
  transition: all 0.3s; }

.owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
  background: #222222; }

/*
         xss 320px, 
         xsm 321px - 459px, 
         xsl 460px - 767px, 
         xs  767px, 
         sm  768px - 991px, 
         md  992px - 1199px, 
         lg  1200px, 
         mlg 1200px - 1399px, 
         xlg 1400px

*/
.folders-row .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch; }
  .folders-row .container .row > div {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .folders-row .container .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 0.5px);
        flex: 0 0 calc(100% / 3 - 0.5px);
        max-width: calc(100% / 3 - 0.5px); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .folders-row .container .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 0.5px);
        flex: 0 0 calc(100% / 4 - 0.5px);
        max-width: calc(100% / 4 - 0.5px); } }
    @media (min-width: 1200px) {
      .folders-row .container .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5 - 0.5px);
        flex: 0 0 calc(100% / 5 - 0.5px);
        max-width: calc(100% / 5 - 0.5px); } }

/* Materials row */
.materials-row.one-in-line .container .row > div,
.search-result-row.one-in-line .container .row > div {
  width: 100%;
  min-width: 100%; }
.materials-row .container .row,
.search-result-row .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch; }
  .materials-row .container .row > div,
  .search-result-row .container .row > div {
    width: 100%;
    margin-bottom: 30px;
    box-sizing: border-box !important; }
    @media (min-width: 768px) and (max-width: 991px) {
      .materials-row .container .row > div,
      .search-result-row .container .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 0.5px);
        flex: 0 0 calc(100% / 3 - 0.5px);
        max-width: calc(100% / 3 - 0.5px); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .materials-row .container .row > div,
      .search-result-row .container .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4 - 0.5px);
        flex: 0 0 calc(100% / 4 - 0.5px);
        max-width: calc(100% / 4 - 0.5px); } }
    @media (min-width: 1200px) {
      .materials-row .container .row > div,
      .search-result-row .container .row > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 5 - 0.5px);
        flex: 0 0 calc(100% / 5 - 0.5px);
        max-width: calc(100% / 5 - 0.5px); } }

/* fix side compact menu */
body.menu-opened .mbli3-left-menu .material-item {
  margin-bottom: 0 !important; }

.mbli3-left-menu .one-in-line .container .row > div {
  width: 100%;
  min-width: 100%; }

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