img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .1em;
  vertical-align: -0.1em;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4 {
  margin: 0;
  padding: 0;
}

h5 {
  margin: 0;
  padding: 0;
}

h6 {
  margin: 0;
  padding: 0;
}

html.boxed .body {
  margin: 0 auto;
  border-radius: 0px;
  border-top: 0px solid #CCC;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.text-nicelabel + label {
  display: inline-block;
}

.shop .noquantity {
  margin: 0 15px 25px 0;
  overflow: hidden;
  position: relative;
  width: 125px;
  height: 40px;
  float: left;
}

.shop .noquantity .minus {
  background: transparent;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5E5E5E;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  width: 40px;
  border-radius: 0.25rem 0 0 0.25rem;
}

.shop .noquantity .plus {
  background: transparent;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #5E5E5E;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 13px;
  margin: 0;
  overflow: visible;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  vertical-align: text-top;
  width: 40px;
  border-radius: 0 0.25rem 0.25rem 0;
  right: 0;
  top: 0;
}

.shop .noquantity .qty {
  border: 1px solid #F0F0F0;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: left;
  height: 40px;
  padding: 0 39px;
  text-align: center;
  width: 125px;
  font-weight: bold;
  font-size: 1em;
  outline: 0;
  border-radius: .25rem;
}

.shop .noquantity .qty::-webkit-inner-spin-button, .shop .noquantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.shop .noquantity .qty::-ms-clear {
  display: none;
}

.shop .noquantity.quantity-lg {
  height: 45px;
}

.shop .noquantity.quantity-lg .minus {
  height: 45px;
  width: 45px;
}

.shop .noquantity.quantity-lg .plus {
  height: 45px;
  width: 45px;
}

.shop .noquantity.quantity-lg .qty {
  height: 45px;
}

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

/* Progress Bar always visible */
/* Set time of transition on animation of progress-bars */
.progress-bar.appear-animation {
  opacity: 1 !important;
}

.progress-bar.custom-transition {
  -webkit-transition: ease all 1000ms !important;
  transition: ease all 1000ms !important;
}

.progress-100 {
  width: 100% !important;
}

.progress-90 {
  width: 90% !important;
}

.progress-80 {
  width: 80% !important;
}

.progress-75 {
  width: 75% !important;
}

.progress-70 {
  width: 70% !important;
}

.progress-60 {
  width: 60% !important;
}

.progress-50 {
  width: 50% !important;
}

.progress-40 {
  width: 40% !important;
}

.progress-30 {
  width: 30% !important;
}

.progress-25 {
  width: 25% !important;
}

.progress-20 {
  width: 20% !important;
}

.progress-10 {
  width: 10% !important;
}

#header .header-nav-main nav > ul > li > a {
  font-size: 1rem;
}

/* Notifications */
.notifications {
  display: inline-block;
  list-style: none;
  margin: 4px -10px 0 0;
  padding: 0;
  vertical-align: middle;
}

.notifications > li {
  float: left;
  margin: 0 10px 0 0;
  position: relative;
}

.notifications > li .notification-icon {
  background: #FFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
  text-align: center;
}

.notifications > li .notification-icon.dropdown-toggle:after {
  content: none;
}

.notifications > li .notification-icon i {
  color: #777;
  line-height: 30px;
  vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
  line-height: 32px;
}

.notifications > li .notification-icon .badge {
  background: #D2312D;
  color: #FFF;
  font-size: 10px;
  font-weight: normal;
  height: 16px;
  padding: 3px 5px 3px 5px;
  position: absolute;
  right: -8px;
  top: -3px;
  border-radius: 100%;
}

.notifications > li > a {
  border: none;
  display: inline-block;
}

.notifications .notification-menu {
  border: none;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin: 10px 0 0 0;
  padding: 0;
  right: -5px;
  width: 245px;
}

@media only screen and (min-width: 768px) {
  .notifications .notification-menu {
    left: auto !important;
  }
}

.notifications .notification-menu.large {
  width: 325px;
}

.notifications .notification-menu .notification-title {
  background: #CCC !important;
  border-radius: 3px 3px 0 0;
  color: #FFF !important;
  font-size: 0.7rem;
  line-height: 1.5rem !important;
  padding: 8px 6px 8px 12px;
  text-transform: uppercase;
}

.notifications .notification-menu .notification-title .badge {
  font-size: 0.65rem;
  font-weight: 200;
  line-height: 14px;
  margin-left: 10px;
  margin-top: 2px;
  min-width: 35px;
}

.notifications .notification-menu .notification-title .badge-default {
  background: #006697;
  color: #FFF;
}

.notifications .notification-menu .content {
  padding: 12px;
}

.notifications .notification-menu hr {
  background: #E6E6E6;
  height: 1px;
  margin: 12px 0;
}

.notifications .notification-menu .view-more {
  color: #ACACAC;
  font-size: 0.7rem;
  line-height: 1.1rem !important;
  text-transform: uppercase;
}

/* notification menu - pin */
.notifications .notification-menu:before,
.notifications .notification-icon:before {
  border-bottom: 6px solid #CCC;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  height: 0;
  margin-right: -3px;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.notifications .notification-menu:before {
  bottom: 100%;
  right: 16px;
}

.notifications .notification-icon:before {
  display: none;
  right: 11px;
  top: 35px;
  z-index: 9999;
}

/* notification menu - emails */
.notification-menu {
  color: #ACACAC;
}

.notification-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notification-menu li {
  margin: 0 0 12px;
}

.notification-menu li:last-child {
  margin-bottom: 0;
}

.notification-menu a {
  display: block;
  text-decoration: none;
}

.notification-menu .image {
  float: left;
  margin: 0 10px 0 0;
}

.notification-menu .image i {
  border-radius: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.notification-menu .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-menu .title {
  color: #000011;
  display: block;
  font-size: 0.8rem;
  line-height: 1.1rem;
  padding: 2px 0 0;
}

.notification-menu .message {
  color: #ACACAC;
  display: block;
  font-size: 0.7rem;
  line-height: 1.1rem;
  padding: 0;
}

html.dark .notifications > li .notification-icon,
html.header-dark .notifications > li .notification-icon {
  background: #282d36;
}

html.dark .notifications > li .notification-icon i,
html.header-dark .notifications > li .notification-icon i {
  color: #C3C3C3;
}

/* Notifications Mobile */
@media only screen and (max-width: 767px) {
  .notifications {
    float: right;
    margin: 16px 8px 0 0;
  }
  .notifications > li {
    position: static;
  }
  .notifications > li.show .notification-icon:before {
    display: block;
  }
  .notifications > li .notification-menu {
    left: 15px;
    top: auto;
    width: 94vw !important;
    left: 50% !important;
    -webkit-transform: translate3d(-50%, 109px, 0px) !important;
            transform: translate3d(-50%, 109px, 0px) !important;
  }
  .notifications > li .notification-menu:before {
    display: none;
  }
}

/* Notification */
.ui-pnotify {
  right: 15px;
  top: 15px;
}

.ui-pnotify .notification {
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px 15px 15px 75px;
}

.ui-pnotify .notification .ui-pnotify-icon {
  left: 0;
  position: absolute;
  top: 0;
  width: 75px;
  text-align: center;
}

.ui-pnotify .notification .ui-pnotify-icon > span {
  border: 2px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  float: none;
  font-size: 35px;
  height: 50px;
  line-height: 48px;
  margin: 8px 0 0;
  padding: 0;
  width: 50px;
  text-align: center;
}

.ui-pnotify .notification .ui-pnotify-title {
  font-size: 14px;
  letter-spacing: 0;
}

.ui-pnotify .notification .ui-pnotify-text {
  font-size: 12px;
  line-height: 1.3em;
}

.ui-pnotify .notification.notification-danger .ui-pnotify-icon > span.fa-times {
  line-height: 47px;
}

.ui-pnotify .ui-pnotify-shadow {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.4);
}

.ui-pnotify.ui-pnotify-no-icon .notification {
  padding-left: 15px;
}

.ui-pnotify .ui-pnotify-sharp {
  border-radius: 0;
}

body .ui-pnotify.icon-nb .notification .ui-pnotify-icon > span {
  border-color: transparent;
  border-radius: 0;
}

.ui-pnotify.stack-bar-top {
  right: 0;
  top: 0;
}

.ui-pnotify.stack-bar-top .notification {
  border-radius: 0;
}

.ui-pnotify.stack-bar-top .notification .ui-pnotify-icon > span {
  margin-top: 7px;
}

.ui-pnotify.stack-bar-bottom {
  bottom: 0;
  left: auto;
  margin-left: 15%;
  right: auto;
  top: auto;
}

.ui-pnotify.stack-bar-bottom .notification {
  border-radius: 0;
}

.ui-pnotify.stack-bar-bottom .notification .ui-pnotify-icon > span {
  margin-top: 9px;
}

.ui-pnotify.click-2-close {
  cursor: pointer;
}

/* Notification States */
.ui-pnotify .notification-primary {
  background: rgba(204, 204, 204, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-primary .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-primary, .ui-pnotify.stack-bar-bottom .notification-primary {
  background: #CCC;
}

.ui-pnotify.notification-primary .notification,
.ui-pnotify.notification-primary .notification-primary {
  background: rgba(204, 204, 204, 0.95) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.ui-pnotify.notification-primary .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-primary .notification-primary .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-primary.stack-bar-top .notification,
.ui-pnotify.notification-primary.stack-bar-top .notification-primary, .ui-pnotify.notification-primary.stack-bar-bottom .notification,
.ui-pnotify.notification-primary.stack-bar-bottom .notification-primary {
  background: #CCC;
}

.ui-pnotify .notification-success {
  background: rgba(40, 167, 69, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-success .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-success, .ui-pnotify.stack-bar-bottom .notification-success {
  background: #28a745;
}

.ui-pnotify.notification-success .notification,
.ui-pnotify.notification-success .notification-success {
  background: rgba(40, 167, 69, 0.95) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.ui-pnotify.notification-success .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-success .notification-success .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-success.stack-bar-top .notification,
.ui-pnotify.notification-success.stack-bar-top .notification-success, .ui-pnotify.notification-success.stack-bar-bottom .notification,
.ui-pnotify.notification-success.stack-bar-bottom .notification-success {
  background: #28a745;
}

.ui-pnotify .notification-warning {
  background: rgba(255, 193, 7, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-warning .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-warning, .ui-pnotify.stack-bar-bottom .notification-warning {
  background: #ffc107;
}

.ui-pnotify.notification-warning .notification,
.ui-pnotify.notification-warning .notification-warning {
  background: rgba(255, 193, 7, 0.95) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.ui-pnotify.notification-warning .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-warning .notification-warning .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-warning.stack-bar-top .notification,
.ui-pnotify.notification-warning.stack-bar-top .notification-warning, .ui-pnotify.notification-warning.stack-bar-bottom .notification,
.ui-pnotify.notification-warning.stack-bar-bottom .notification-warning {
  background: #ffc107;
}

.ui-pnotify .notification-danger {
  background: rgba(220, 53, 69, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-danger .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-danger, .ui-pnotify.stack-bar-bottom .notification-danger {
  background: #dc3545;
}

.ui-pnotify.notification-danger .notification,
.ui-pnotify.notification-danger .notification-danger {
  background: rgba(220, 53, 69, 0.95) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.ui-pnotify.notification-danger .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-danger .notification-danger .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-danger.stack-bar-top .notification,
.ui-pnotify.notification-danger.stack-bar-top .notification-danger, .ui-pnotify.notification-danger.stack-bar-bottom .notification,
.ui-pnotify.notification-danger.stack-bar-bottom .notification-danger {
  background: #dc3545;
}

.ui-pnotify .notification-info {
  background: rgba(23, 162, 184, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-info .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-info, .ui-pnotify.stack-bar-bottom .notification-info {
  background: #17a2b8;
}

.ui-pnotify.notification-info .notification,
.ui-pnotify.notification-info .notification-info {
  background: rgba(23, 162, 184, 0.95) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.ui-pnotify.notification-info .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-info .notification-info .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-info.stack-bar-top .notification,
.ui-pnotify.notification-info.stack-bar-top .notification-info, .ui-pnotify.notification-info.stack-bar-bottom .notification,
.ui-pnotify.notification-info.stack-bar-bottom .notification-info {
  background: #17a2b8;
}

.ui-pnotify .notification-dark {
  background: rgba(33, 37, 41, 0.95);
  color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify .notification-dark .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.stack-bar-top .notification-dark, .ui-pnotify.stack-bar-bottom .notification-dark {
  background: #212529;
}

.ui-pnotify.notification-dark .notification,
.ui-pnotify.notification-dark .notification-dark {
  background: rgba(33, 37, 41, 0.95) !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.ui-pnotify.notification-dark .notification .ui-pnotify-icon > span,
.ui-pnotify.notification-dark .notification-dark .ui-pnotify-icon > span {
  border-color: rgba(255, 255, 255, 0.7);
}

.ui-pnotify.notification-dark.stack-bar-top .notification,
.ui-pnotify.notification-dark.stack-bar-top .notification-dark, .ui-pnotify.notification-dark.stack-bar-bottom .notification,
.ui-pnotify.notification-dark.stack-bar-bottom .notification-dark {
  background: #212529;
}

/* Notification Responsive */
@media only screen and (max-width: 767px) {
  html > body > .ui-pnotify {
    bottom: auto !important;
    left: 0 !important;
    margin: 0 !important;
    right: 0 !important;
    top: 60px !important;
    width: auto !important;
  }
  html > body > .ui-pnotify .notification {
    border-radius: 0 !important;
    height: auto !important;
    position: static !important;
    width: 100%;
  }
  html > body > .ui-pnotify .notification .ui-pnotify-title,
  html > body > .ui-pnotify .notification .ui-pnotify-text {
    padding-right: 35px !important;
  }
  html > body > .ui-pnotify .notification .ui-pnotify-sticker {
    display: none !important;
  }
  html > body > .ui-pnotify .notification .ui-pnotify-closer {
    display: block !important;
    font-size: 24px !important;
    visibility: visible !important;
  }
}

/** Bootstrap 5 column equal grid
 ******************************** **/
.col-xs-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}

.col-sm-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}

.col-md-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}

.col-lg-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}

.col-5-th {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 992px) {
  .col-md-5th {
    width: 33%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-md-5th.col-sm-5th {
    width: 20%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-5th.col-sm-5th {
    width: 50%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.mdbanner {
  min-height: 1px;
  _height: 1px;
}

.mdbanner_t {
  position: relative;
  font-size: 12px;
}

.mdbanner_t_l,
.mdbanner_t_r {
  position: absolute;
  top: 0px;
  font-size: 1px;
  overflow: hidden;
}

.mdbanner_t_l {
  left: 0;
}

.mdbanner_t_r {
  right: 0;
  float: right;
}

.mdbanner_t_m {
  position: absolute;
  text-align: left;
  height: 20px;
  line-height: 20px;
}

.mdbanner_t_m h3 {
  font-size: 14px;
  width: 120px;
}

.mdbanner_t_c {
  position: relative;
  text-align: left;
  overflow: hidden;
}

.mdbanner_t_c span.a_a {
  text-decoration: none;
}

.mdbanner_c {
  position: relative;
  overflow: hidden;
}

.mdbanner_c .mdbanner_m_t,
.mdbanner_c .mdbanner_m_c,
.mdbanner_c .mdbanner_m_b {
  padding: 0 0px;
}

.mdbanner_c .mdbanner_m_t,
.mdbanner_c .mdbanner_m_b {
  text-align: left;
}

.mdbanner_c_l,
.mdbanner_c_r {
  position: absolute;
  top: 0;
  font-size: 1px;
}

.mdbanner_c_l {
  left: 0;
}

.mdbanner_c_r {
  right: 0;
}

.mdbanner_c_c {
  position: relative;
  zoom: 1;
}

.mdbanner_b {
  position: relative;
  overflow: hidden;
}

.mdbanner_b_l,
.mdbanner_b_r {
  position: absolute;
  top: 0;
  font-size: 1px;
}

.mdbanner_b_l {
  left: 0;
}

.mdbanner_b_r {
  right: 0;
}

.mdmiddle {
  min-height: 1px;
  _height: 1px;
}

.mdmiddle_t {
  position: relative;
  font-size: 12px;
}

.mdmiddle_t_l,
.mdmiddle_t_r {
  position: absolute;
  top: 0px;
  font-size: 1px;
  overflow: hidden;
}

.mdmiddle_t_l {
  left: 0;
}

.mdmiddle_t_r {
  right: 0;
  float: right;
}

.mdmiddle_t_m {
  position: absolute;
  text-align: left;
  height: 20px;
  line-height: 20px;
}

.mdmiddle_t_m h3 {
  font-size: 14px;
  width: 120px;
}

.mdmiddle_t_c {
  position: relative;
  text-align: left;
  overflow: hidden;
}

.mdmiddle_t_c span.a_a {
  text-decoration: none;
}

.mdmiddle_c {
  position: relative;
}

.mdmiddle_c .mdmiddle_m_t,
.mdmiddle_c .mdmiddle_m_c,
.mdmiddle_c .mdmiddle_m_b {
  padding: 0 0px;
}

.mdmiddle_c .mdmiddle_m_t,
.mdmiddle_c .mdmiddle_m_b {
  text-align: left;
}

.mdmiddle_c_l,
.mdmiddle_c_r {
  position: absolute;
  top: 0;
  font-size: 1px;
}

.mdmiddle_c_l {
  left: 0;
}

.mdmiddle_c_r {
  right: 0;
}

.mdmiddle_c_c {
  position: relative;
  zoom: 1;
}

.mdmiddle_b {
  position: relative;
  overflow: hidden;
}

.mdmiddle_b_l,
.mdmiddle_b_r {
  position: absolute;
  top: 0;
  font-size: 1px;
}

.mdmiddle_b_l {
  left: 0;
}

.mdmiddle_b_r {
  right: 0;
}

.mdtitle {
  min-height: 1px;
  _height: 1px;
}

.mdtitle_t {
  position: relative;
  font-size: 12px;
}

.mdtitle_t_l,
.mdtitle_t_r {
  position: absolute;
  top: 0px;
  font-size: 1px;
  overflow: hidden;
}

.mdtitle_t_l {
  left: 0;
}

.mdtitle_t_r {
  right: 0;
  float: right;
}

.mdtitle_t_m {
  position: absolute;
  text-align: left;
  height: 20px;
  line-height: 20px;
}

.mdtitle_t_m h3 {
  font-size: 14px;
  width: 120px;
}

.mdtitle_t_c {
  position: relative;
  text-align: left;
  overflow: hidden;
}

.mdtitle_t_c span.a_a {
  text-decoration: none;
}

.mdtitle_c {
  position: relative;
}

.mdtitle_c .mdtitle_m_t,
.mdtitle_c .mdtitle_m_c,
.mdtitle_c .mdtitle_m_b {
  padding: 0 0px;
}

.mdtitle_c .mdtitle_m_t,
.mdtitle_c .mdtitle_m_b {
  text-align: left;
}

.mdtitle_c_l,
.mdtitle_c_r {
  position: absolute;
  top: 0;
  font-size: 1px;
}

.mdtitle_c_l {
  left: 0;
}

.mdtitle_c_r {
  right: 0;
}

.mdtitle_c_c {
  position: relative;
  zoom: 1;
}

.mdtitle_b {
  position: relative;
  overflow: hidden;
}

.mdtitle_b_l,
.mdtitle_b_r {
  position: absolute;
  top: 0;
  font-size: 1px;
}

.mdtitle_b_l {
  left: 0;
}

.mdtitle_b_r {
  right: 0;
}

.mdviewline {
  min-height: 1px;
  _height: 1px;
}

.mdviewline_t {
  position: relative;
  font-size: 12px;
}

.mdviewline_t_l,
.mdviewline_t_r {
  position: absolute;
  top: 0px;
  font-size: 1px;
  overflow: hidden;
}

.mdviewline_t_l {
  left: 0;
}

.mdviewline_t_r {
  right: 0;
  float: right;
}

.mdviewline_t_m {
  position: absolute;
  text-align: left;
  height: 20px;
  line-height: 20px;
}

.mdviewline_t_m h3 {
  font-size: 14px;
  width: 120px;
}

.mdviewline_t_c {
  position: relative;
  text-align: left;
  overflow: hidden;
}

.mdviewline_t_c span.a_a {
  text-decoration: none;
}

.mdviewline_c {
  position: relative;
  overflow: hidden;
}

.mdviewline_c .mdviewline_m_t,
.mdviewline_c .mdviewline_m_c,
.mdviewline_c .mdviewline_m_b {
  padding: 0 0px;
}

.mdviewline_c .mdviewline_m_t,
.mdviewline_c .mdviewline_m_b {
  text-align: left;
}

.mdviewline_c_l,
.mdviewline_c_r {
  position: absolute;
  top: 0;
  font-size: 1px;
}

.mdviewline_c_l {
  left: 0;
}

.mdviewline_c_r {
  right: 0;
}

.mdviewline_c_c {
  position: relative;
  zoom: 1;
}

.mdviewline_b {
  position: relative;
  overflow: hidden;
}

.mdviewline_b_l,
.mdviewline_b_r {
  position: absolute;
  top: 0;
  font-size: 1px;
}

.mdviewline_b_l {
  left: 0;
}

.mdviewline_b_r {
  right: 0;
}

.g_p_fill {
  margin-bottom: -32767px;
  min-height: 100%;
}

.g_p_hide {
  display: block !important;
  display: inline-block;
}

/** 46. Side Nav
**************************************************************** **/
/* side nav sub categs */
div.side-nav ul {
  border: 0 !important;
}

div.side-nav ul > li {
  border: 0 !important;
  background-color: transparent !important;
}

div.side-nav ul > li > a {
  color: #000;
  display: block;
  padding: 4px 0 4px 0;
  color: #777;
  text-decoration: none;
}

div.side-nav ul > li:before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-size: 15px;
  left: 0;
  top: 4px;
  color: #999;
}

div.side-nav ul > li:hover > a {
  color: #111 !important;
}

div.side-nav ul > li > ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 4px 0;
}

div.side-nav ul > li > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.side-nav ul > li > ul > li > a {
  padding: 4px 0 4px 0px;
}

div.side-nav ul > li > a.dropdown-toggle:before {
  color: #999;
  font-family: 'Font Awesome 5 Free';
  content: "\f107";
  font-weight: 900;
  position: absolute;
  top: 50%;
  font-size: 0.5rem;
  opacity: 0.7 !important;
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: block !important;
}

div.side-nav ul > li > a.dropdown-toggle:after {
  display: none;
}

div.side-nav ul > li.active > a {
  color: #111 !important;
}

div.side-nav ul > li.active > a.dropdown-toggle:before {
  content: "\f106";
  top: 20px;
}

div.side-nav ul > li.active > ul {
  display: block;
}

div.side-nav li.list-group-item {
  padding: 0 4px 0 4px;
}

div.side-nav ul.list-group-noicon > li {
  padding-left: 0;
}

div.side-nav ul.list-group-noicon > li:before {
  content: '';
  display: none;
}

div.side-nav ul.list-group-noicon > li > ul > li:before {
  content: '';
  display: none;
}

div.side-nav .side-nav-head {
  position: relative;
}

div.side-nav .side-nav-head h4 {
  font-size: 16px;
}

div.side-nav .side-nav-head button {
  display: none;
  font-size: 21px;
  height: 44px;
  width: 44px;
}

div.side-nav ul.list-group-bordered > li > a {
  display: block;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  padding: 6px;
}

div.side-nav ul.list-group-bordered > li > a > span.pull-left {
  margin-top: 3px;
}

div.side-nav ul.list-group-bordered > li > a > span.pull-right {
  margin-top: 3px;
}

div.side-nav ul.menu-vertical .dropdown-menu {
  top: -1px;
  left: auto;
  right: -230px;
  padding: 0;
  width: 230px;
}

div.side-nav ul.menu-vertical .dropdown-menu > li > a {
  border-bottom: #eee 1px solid;
  padding: 7px 0px;
  font-size: 12px;
  text-transform: uppercase;
}

div.side-nav ul.menu-vertical .dropdown-menu > .active > a {
  background-color: rgba(0, 0, 0, 0.01);
}

div.side-nav ul.menu-vertical .dropdown-menu > .active > a:focus {
  background-color: rgba(0, 0, 0, 0.01);
}

div.side-nav ul.menu-vertical .dropdown-menu > .active > a:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

div.side-nav ul.menu-vertical li.dropdown.open > a {
  background-color: transparent !important;
  color: #111;
}

div.side-nav ul.menu-vertical .active > a {
  background-color: rgba(0, 0, 0, 0.01);
}

div.side-nav ul.menu-vertical li:hover > a {
  background-color: rgba(0, 0, 0, 0.01);
}

.noboard {
  border: none !important;
}

.noopacity {
  background-color: white !important;
}

div.heading-title {
  margin-bottom: 20px;
}

div.heading-title h1 {
  background-color: transparent;
}

div.heading-title h2 {
  background-color: transparent;
}

div.heading-title h3 {
  background-color: transparent;
}

div.heading-title h4 {
  background-color: transparent;
}

div.heading-title h5 {
  background-color: transparent;
}

div.heading-title h6 {
  background-color: transparent;
}

button.page-side-nav-mobile {
  display: none;
}

ul.side-nav > li > a > i {
  margin-right: 8px;
}

div.side-nav ul.menu-vertical > li > a.dropdown-toggle:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054" !important;
  font-weight: 900;
  position: absolute;
  top: 50%;
  font-size: 0.5rem;
  opacity: 0.7 !important;
  left: auto;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  display: block !important;
}

div.side-nav ul.menu-vertical > li > ul > li > a.dropdown-toggle:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
}

div.side-nav ul.menu-vertical > li.active > a.dropdown-toggle:before {
  content: "";
}

div.side-nav ul.menu-vertical li.dropdown:hover > ul.dropdown-menu {
  display: block;
}

@media (max-width: 480px) {
  div.side-nav ul.menu-vertical li.dropdown:hover > ul.dropdown-menu {
    display: none;
  }
}

/* Header Nav Main Custom */
@media (max-width: 991px) {
  #header.header-user .header-nav-main nav > ul > li.active > a {
    color: #FFF !important;
  }
}

@media (min-width: 992px) {
  #header.header-user .header-nav-main.header-nav-main-user nav > ul > li {
    text-align: center;
    margin-left: 0 !important;
  }
  #header.header-user .header-nav-main.header-nav-main-user nav > ul > li > a {
    border-radius: 0 !important;
  }
  #header.header-user .header-nav-main.header-nav-main-user nav > ul > li.dropdown .thumb-info, #header.header-user .header-nav-main.header-nav-main-user nav > ul > li.dropdown .thumb-info-wrapper {
    border-radius: 0 !important;
  }
  #header.header-user .header-nav-main.header-nav-main-user nav > ul > li.open > a, #header.header-user .header-nav-main.header-nav-main-user nav > ul > li:hover > a {
    border-radius: 4px 4px 0 0;
    position: relative;
  }
  #header.header-user .header-nav-main.header-nav-main-user nav > ul > li.open > a:before, #header.header-user .header-nav-main.header-nav-main-user nav > ul > li:hover > a:before {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    border-bottom: 5px solid #CCC;
  }
  #header.header-user .header-nav-main.header-nav-main-user nav > ul > li.open > .dropdown-menu, #header.header-user .header-nav-main.header-nav-main-user nav > ul > li:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  #header.header-user .header-nav-main.header-nav-main-user nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 0 !important;
  }
  #header.header-user .header-nav-main.header-nav-main-user nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
    border-radius: 0 !important;
  }
}

/* 5.12 Plugin - Parsley */
.parsley-error {
  background: #fff !important;
  border-color: #ff5b57 !important;
  color: #2d353c !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.parsley-error:focus {
  border-color: #cc4946 !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(204, 73, 70, 0.3) !important;
          box-shadow: 0 0 0 0.125rem rgba(204, 73, 70, 0.3) !important;
  color: #2d353c !important;
}

.parsley-success {
  background: #fff !important;
  border-color: #00acac !important;
  color: #2d353c !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.parsley-success:focus {
  border-color: #008a8a !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 172, 172, 0.3) !important;
          box-shadow: 0 0 0 0.125rem rgba(0, 172, 172, 0.3) !important;
  color: #2d353c !important;
}

.parsley-errors-list {
  padding: 0 !important;
  list-style-type: none !important;
  margin: 0 !important;
  color: #e5603b;
  font-size: 12px !important;
  line-height: inherit !important;
}

.parsley-errors-list.filled {
  margin-top: 5px !important;
}

.shape-divider {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 0;
  bottom: 0;
  top: auto;
  left: 0;
}

.shape-divider svg {
  width: 100%;
  height: auto;
  display: block;
}

.shape-divider[data-position="bottom"] {
  bottom: 0;
  top: auto;
}

.shape-divider[data-position="top"] {
  bottom: auto;
  top: 0;
}

.shape-divider[data-flip-horizontal="true"] {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.shape-divider[data-flip-vertical="true"] {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.shape-divider[data-flip-horizontal="true"][data-flip-vertical="true"] {
  -webkit-transform: rotateY(180deg) rotateX(180deg);
          transform: rotateY(180deg) rotateX(180deg);
}

#header .header-nav-main nav > ul > li > a {
	font-size: 1rem;
  }