@charset "utf-8";
/** 2.19 Text Alignment System */
.page .text-left {
  text-align: left; }

.page .text-center {
  text-align: center; }

.page .text-right {
  text-align: right; }

.page .text-middle {
  vertical-align: middle; }

@media (min-width: 480px) {
  html:not(.lt-ie10) .page .text-xs-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-xs-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-xs-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-xs-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-xs-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-xs-normal {
    white-space: normal; } }

@media (min-width: 768px) {
  html:not(.lt-ie10) .page .text-sm-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-sm-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-sm-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-sm-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-sm-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-sm-normal {
    white-space: normal; } }

@media (min-width: 992px) {
  html:not(.lt-ie10) .page .text-md-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-md-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-md-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-md-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-md-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-md-normal {
    white-space: normal; } }

@media (min-width: 1200px) {
  html:not(.lt-ie10) .page .text-lg-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-lg-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-lg-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-lg-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-lg-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-lg-normal {
    white-space: normal; } }

@media (min-width: 1800px) {
  html:not(.lt-ie10) .page .text-xl-left {
    text-align: left; }
  html:not(.lt-ie10) .page .text-xl-center {
    text-align: center; }
  html:not(.lt-ie10) .page .text-xl-right {
    text-align: right; }
  html:not(.lt-ie10) .page .text-xl-justify {
    text-align: justify; }
  html:not(.lt-ie10) .page .text-xl-nowrap {
    white-space: nowrap; }
  html:not(.lt-ie10) .page .text-xl-normal {
    white-space: normal; } }

/** 2.20 Text Styling System */
.page .text-italic {
  font-style: italic; }

.page .text-normal {
  font-style: normal; }

.page .text-underline {
  text-decoration: underline; }

.page .text-strike {
  text-decoration: line-through; }

.page .text-thin {
  font-weight: 100; }

.page .text-light {
  font-weight: 300; }

.page .text-regular {
  font-weight: 400; }

.page .text-medium {
  font-weight: 500; }

.page .text-sbold {
  font-weight: 600; }

.page .text-bold, .page strong {
  font-weight: 700; }

.page .text-ubold {
  font-weight: 900; }

.page .text-spacing-0 {
  letter-spacing: 0; }

.page .text-spacing-20 {
  letter-spacing: 0.02em; }

.page .text-spacing-40 {
  letter-spacing: 0.04em; }

.page .text-spacing-60 {
  letter-spacing: 0.06em; }

.page .text-spacing-120 {
  letter-spacing: 0.12em; }

/** 2.21 Navs Addons */
.nav-tabs > li, .nav-tabs > li:last-child {
  margin-bottom: -1px; }

.nav-stacked > li + li {
  margin-top: 4px; }

@media (min-width: 992px) {
  .nav-stacked-container .tab-content,
  .nav-stacked-container .nav-stacked {
    display: table-cell;
    vertical-align: top; }
  .nav-stacked-container .nav-stacked {
    width: 25%; }
  .nav-stacked-container .tab-content {
    width: 73%;
    padding-left: 20px; } }

/** 2.22 Navbar Addons */
.navbar {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  border: none;
  text-align: left; }
  .navbar-brand {
    padding-left: 30px;
    padding-right: 30px; }
  .navbar .navbar-toggle {
    margin-top: 9px;
    margin-bottom: 9px; }
  .navbar .navbar-text {
    margin-top: 14px;
    margin-bottom: 14px; }
  .navbar .navbar-form {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px; }
    .navbar .navbar-form .form-search-submit {
      right: 15px; }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 2px; }
  .navbar-nav > li > a {
    transition: .3s;
    font-weight: 400;
    font-size: 14px; }
    .navbar-nav > li > a .badge {
      margin-top: -17px;
      margin-left: -5px;
      margin-right: -5px; }

/** 2.23 Panels Addons */
.panel-title,
.panel-heading,
.panel-footer {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.panel-group .panel-title {
  padding-right: 25px; }

.panel-group.accordion .panel-heading {
  position: relative;
  padding: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }
  .panel-group.accordion .panel-heading a {
    display: inline-block;
    width: 100%;
    padding: 13px 22px;
    transition: .2s; }
    .panel-group.accordion .panel-heading a:after {
      position: absolute;
      top: 10px;
      bottom: 0;
      right: 20px;
      width: 20px;
      font-family: "Material Design Icons";
      font-size: 21px;
      font-weight: 400;
      color: #787878;
      content: '\f465'; }
    .panel-group.accordion .panel-heading a.collapsed:after {
      content: '\f504'; }

.panel-group.accordion .panel-body {
  padding: 8px 25px 15px 20px;
  font-size: 16px;
  line-height: 1.5625; }

.panel-group.accordion .panel + .panel {
  margin-top: 10px; }

@media (min-width: 992px) {
  .panel-group.accordion .panel-heading {
    font-size: 16px; }
    .panel-group.accordion .panel-heading a:after {
      right: 15px; } }

/** 2.24 Icons */
.icon {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 54px;
  line-height: 56px;
  font-style: normal; }
  .icon:before {
    display: inline-block;
    position: relative; }

a.icon {
  transition: .3s; }

.icon-rect,
.icon-circle,
.icon-rounded,
.icon-outlined {
  width: 70px;
  height: 70px;
  font-size: 32px;
  line-height: 70px;
  text-align: center;
  border: 2px solid; }

.icon-circle {
  border-radius: 50%; }

.icon-rounded {
  border-radius: 5px; }

.icon-outlined {
  position: relative; }
  .icon-outlined, .icon-outlined:after {
    border-radius: 50%; }
  .icon-outlined:after {
    position: absolute;
    top: -7px;
    right: -7px;
    bottom: -7px;
    left: -7px;
    content: '';
    border: 2px solid #f5f5f5; }

.icon-xxs {
  font-size: 20px;
  line-height: 20px; }
  .icon-xxs.icon-rect, .icon-xxs.icon-rounded, .icon-xxs.icon-circle, .icon-xxs.icon-outlined {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px; }

.icon-xs {
  font-size: 22px;
  line-height: 22px; }
  .icon-xs.icon-rect, .icon-xs.icon-rounded, .icon-xs.icon-circle, .icon-xs.icon-outlined {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px; }

.icon-sm {
  font-size: 42px;
  line-height: 42px; }
  .icon-sm.icon-rect, .icon-sm.icon-rounded, .icon-sm.icon-circle, .icon-sm.icon-outlined {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 26px; }

.icon-lg {
  font-size: 72px;
  line-height: 72px; }
  .icon-lg.icon-rect, .icon-lg.icon-rounded, .icon-lg.icon-circle, .icon-lg.icon-outlined {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 36px; }

.icon-xlg {
  font-size: 96px;
  line-height: 96px; }
  .icon-xlg.icon-rect, .icon-xlg.icon-rounded, .icon-xlg.icon-circle, .icon-xlg.icon-outlined {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 48px; }

.icon-default {
  color: #434345;
  border-color: #d9d9d9; }

.icon-darker {
  color: #434345;
  border-color: #434345; }

.icon-primary {
  color: #82c650;
  border-color: #82c650; }

.icon-deluge {
  color: #8668ad;
  border-color: #8668ad; }

.icon-picton-blue {
  color: #55bbeb;
  border-color: #55bbeb; }

.icon-success {
  color: #44b872;
  border-color: #44b872; }

.icon-warning {
  color: #ffea00;
  border-color: #ffea00; }

.icon-danger {
  color: #f54b0f;
  border-color: #f54b0f; }

.icon-info {
  color: #79ccf2;
  border-color: #79ccf2; }

.icon-darker-filled, .icon-darkest-filled, .icon-shark-filled, .icon-mantis-filled, .icon-pink-filled, .icon-malibu-filled, .icon-carrot-filled, .icon-red-filled, .icon-blue-gray-filled, .icon-chestnut-roze-filled {
  color: #fff;
  border: none; }

.icon-darker-filled {
  background: #4e4e4e; }

.icon-darkest-filled {
  background: #212121; }

.icon-shark-filled {
  background: -moz-linear-gradient(45deg, #191919 0%, #434345 100%);
  background: -webkit-linear-gradient(45deg, #191919 0%, #434345 100%);
  background: -o-linear-gradient(45deg, #191919 0%, #434345 100%);
  background: -ms-linear-gradient(45deg, #191919 0%, #434345 100%);
  background: linear-gradient(45deg, #191919 0%, #434345 100%); }

.icon-mantis-filled {
  background: -moz-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -webkit-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -o-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: -ms-linear-gradient(45deg, #82c650 0%, #44b872 100%);
  background: linear-gradient(45deg, #82c650 0%, #44b872 100%); }

.icon-pink-filled {
  background: -moz-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -webkit-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -o-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: -ms-linear-gradient(45deg, #8668ad 0%, #695999 100%);
  background: linear-gradient(45deg, #8668ad 0%, #695999 100%); }

.icon-malibu-filled {
  background: -moz-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
  background: -webkit-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
  background: -o-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
  background: -ms-linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%);
  background: linear-gradient(45deg, #55bbeb 0%, #79ccf2 100%); }

.icon-carrot-filled {
  background: -moz-linear-gradient(45deg, #ffea00 0%, #F3A43D 100%);
  background: -webkit-linear-gradient(45deg, #ffea00 0%, #F3A43D 100%);
  background: -o-linear-gradient(45deg, #ffea00 0%, #F3A43D 100%);
  background: -ms-linear-gradient(45deg, #ffea00 0%, #F3A43D 100%);
  background: linear-gradient(45deg, #ffea00 0%, #F3A43D 100%); }

.icon-red-filled {
  background: -moz-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -webkit-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -o-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: -ms-linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%);
  background: linear-gradient(45deg, #f54b0f 0%, #e50a0a 100%); }

.icon-blue-gray-filled {
  background: -moz-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -webkit-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -o-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: -ms-linear-gradient(45deg, #8668ad 0%, #55bbeb 100%);
  background: linear-gradient(45deg, #8668ad 0%, #55bbeb 100%); }

.icon-chestnut-roze-filled {
  background: -moz-linear-gradient(45deg, #d96262 0%, #ba5151 100%);
  background: -webkit-linear-gradient(45deg, #d96262 0%, #ba5151 100%);
  background: -o-linear-gradient(45deg, #d96262 0%, #ba5151 100%);
  background: -ms-linear-gradient(45deg, #d96262 0%, #ba5151 100%);
  background: linear-gradient(45deg, #d96262 0%, #ba5151 100%); }

.icon.icon-xs.mdi-monitor {
  font-size: 28px; }

.icon.icon-sm.mdi-monitor {
  font-size: 36px; }

.icon.icon-sm.mdi-code-brackets, .icon.icon-sm.mdi-clock, .icon.icon-sm.mdi-vector-arrange-below {
  font-size: 45px; }

.icon-rect.mdi-vector-arrange-below, .icon-rect.mdi-share-variant, .icon-rect.mdi-magnify, .icon-rect.mdi-monitor,
.icon-circle.mdi-vector-arrange-below,
.icon-circle.mdi-share-variant,
.icon-circle.mdi-magnify,
.icon-circle.mdi-monitor,
.icon-rounded.mdi-vector-arrange-below,
.icon-rounded.mdi-share-variant,
.icon-rounded.mdi-magnify,
.icon-rounded.mdi-monitor,
.icon-outlined.mdi-vector-arrange-below,
.icon-outlined.mdi-share-variant,
.icon-outlined.mdi-magnify,
.icon-outlined.mdi-monitor {
  font-size: 36px; }

.icon-rect.mdi-brush,
.icon-circle.mdi-brush,
.icon-rounded.mdi-brush,
.icon-outlined.mdi-brush {
  font-size: 38px; }

.icon-rect.mdi-cube-outline, .icon-rect.mdi-palette,
.icon-circle.mdi-cube-outline,
.icon-circle.mdi-palette,
.icon-rounded.mdi-cube-outline,
.icon-rounded.mdi-palette,
.icon-outlined.mdi-cube-outline,
.icon-outlined.mdi-palette {
  font-size: 40px; }

.icon-rect.mdi-format-bold, .icon-rect.mdi-spellcheck, .icon-rect.mdi-rocket, .icon-rect.mdi-xml,
.icon-circle.mdi-format-bold,
.icon-circle.mdi-spellcheck,
.icon-circle.mdi-rocket,
.icon-circle.mdi-xml,
.icon-rounded.mdi-format-bold,
.icon-rounded.mdi-spellcheck,
.icon-rounded.mdi-rocket,
.icon-rounded.mdi-xml,
.icon-outlined.mdi-format-bold,
.icon-outlined.mdi-spellcheck,
.icon-outlined.mdi-rocket,
.icon-outlined.mdi-xml {
  font-size: 42px; }

a.icon-rect.fa-facebook:hover, a.icon-circle.fa-facebook:hover, a.icon-outlined.fa-facebook:hover, a.icon-rounded.fa-facebook:hover {
  color: #fff;
  background: #0956b5; }

a.icon-rect.fa-twitter:hover, a.icon-circle.fa-twitter:hover, a.icon-outlined.fa-twitter:hover, a.icon-rounded.fa-twitter:hover {
  color: #fff;
  background: #28d4f9; }

a.icon-rect.fa-google-plus:hover, a.icon-circle.fa-google-plus:hover, a.icon-outlined.fa-google-plus:hover, a.icon-rounded.fa-google-plus:hover {
  color: #fff;
  background: #f96a23; }

a.icon-rect.fa-linkedin:hover, a.icon-circle.fa-linkedin:hover, a.icon-outlined.fa-linkedin:hover, a.icon-rounded.fa-linkedin:hover {
  color: #fff;
  background: #0E7EB5; }

a.icon-rect.fa-500px:hover, a.icon-circle.fa-500px:hover, a.icon-outlined.fa-500px:hover, a.icon-rounded.fa-500px:hover {
  color: #fff;
  background: #bebebe; }

a.icon-rect.fa-behance:hover, a.icon-circle.fa-behance:hover, a.icon-outlined.fa-behance:hover, a.icon-rounded.fa-behance:hover {
  background: #64aae1;
  color: #fff; }

.fontawesome-icon-list {
  text-align: left; }
  .fontawesome-icon-list .icon-list-item {
    padding: 15px 0 15px 20px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .fontawesome-icon-list .icon-list-item i {
      padding-right: 15px;
      font-size: 22px;
      line-height: 22px;
      float: left; }
    .fontawesome-icon-list .icon-list-item:hover {
      background: #82c650;
      color: #fff;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
      .fontawesome-icon-list .icon-list-item:hover i {
        -webkit-transform: scale(1.5);
        transform: scale(1.5); }

/** 2.25 Progress Bars Addons */
.progress-linear {
  position: relative;
  height: 12px; }
  .progress-linear .progress-bar-linear-wrap, .progress-linear .progress-bar-linear {
    height: 100%;
    border-radius: 5px; }
  .progress-linear .progress-bar-linear-wrap {
    background: #f5f5f5; }
  .progress-linear .progress-bar-linear {
    width: 0;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .progress-linear .progress-value:after {
    content: "%"; }

.progress-bar-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2; }
  .progress-bar-circle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74%;
    height: 74%;
    content: '';
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #cbcbcb; }
  .progress-bar-circle canvas {
    vertical-align: middle; }
  .progress-bar-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #434345;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    transform: translate(-50%, -50%); }
    .progress-bar-circle span:after {
      content: "%"; }

.progress {
  height: 20px; }

.progress-bar {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress-bar-dark {
  background-color: #212121; }
  .progress-striped .progress-bar-dark {
    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);
    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);
    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); }

/** 2.26 Media Addons */
.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

@media (min-width: 480px) {
  .media-right,
  .media > .pull-right {
    padding-left: 20px; }
  .media-left,
  .media > .pull-left {
    padding-right: 20px; } }

/** 2.27 List Groups Addons */
.list-group-item > .badge {
  margin-top: 5px;
  margin-bottom: 5px; }

.list-group-item-success {
  color: #fff;
  background-color: #44b872; }

a.list-group-item-success,
button.list-group-item-success {
  color: #fff; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #fff;
    background-color: #3da566; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }

.list-group-item-info {
  color: #fff;
  background-color: #79ccf2; }

a.list-group-item-info,
button.list-group-item-info {
  color: #fff; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #fff;
    background-color: #62c3f0; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }

.list-group-item-warning {
  color: #fff;
  background-color: #ffea00; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fff; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #fff;
    background-color: #e6d300; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }

.list-group-item-danger {
  color: #fff;
  background-color: #f54b0f; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #fff; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #fff;
    background-color: #e14209; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #fff;
    border-color: #fff; }

/** 2.28 Breadcrumbs Addons */
.breadcrumb-classic {
  position: relative; }
  .breadcrumb-classic {
    fill: #55bbeb;
    background: #55bbeb;
    background: -moz-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: -webkit-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: -o-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: -ms-linear-gradient(90deg, #55bbeb 0%, #84c450 100%);
    background: linear-gradient(90deg, #55bbeb 0%, #84c450 100%); }
  .breadcrumb-classic:before {
    fill: #55bbeb;
    background: #55bbeb;
    background: -moz-linear-gradient(270deg, #55bbeb 0%, #84c450 100%);
    background: -webkit-linear-gradient(270deg, #55bbeb 0%, #84c450 100%);
    background: -o-linear-gradient(270deg, #55bbeb 0%, #84c450 100%);
    background: -ms-linear-gradient(270deg, #55bbeb 0%, #84c450 100%);
    background: linear-gradient(270deg, #55bbeb 0%, #84c450 100%); }
  .breadcrumb-classic, .breadcrumb-classic a {
    color: #fff; }
  .breadcrumb-classic:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    animation: fadeBoth 6s infinite; }
  .breadcrumb-classic > *:not(svg) {
    position: relative;
    z-index: 1; }
  .breadcrumb-classic .svg-triangle-bottom {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 60px;
    height: 30px;
    margin-top: -1px;
    margin-left: -30px;
    z-index: 2; }

.breadcrumb-default {
  padding: 28px 15px;
  background: #f7f7f7; }
  .breadcrumb-default > li {
    display: inline-block; }
    .breadcrumb-default > li a {
      color: #787878;
      font-size: 15px; }
      .breadcrumb-default > li a:hover {
        color: #55bbeb; }
    .breadcrumb-default > li + li {
      margin-left: 3px; }
      .breadcrumb-default > li + li:before {
        content: "";
        font-family: "Material Design Icons";
        color: #787878;
        padding-right: 4px; }

/** 2.29 Input Groups Addons */
.input-group-addon {
  transition: .3s;
  color: #fff; }
  .input-group-addon > .input-group-icon {
    position: relative;
    display: inline-block; }

.input-group-addon-inverse {
  background: #fff;
  border-color: #d9d9d9;
  color: #434345; }

.input-group .form-control {
  color: #212121;
  background: #fff; }

.input-group > .input-group-addon > .input-group-icon {
  font-size: 28px; }

.input-group.input-group-sm > .input-group-addon > .input-group-icon {
  font-size: 19px;
  line-height: 1; }
  .input-group.input-group-sm > .input-group-addon > .input-group-icon.mdi {
    top: 2px; }

.input-group.input-group-sm > .input-group-btn > .btn, .pagination-classic.input-group.input-group-sm > li.input-group-btn > a, .pagination-classic.input-group.input-group-sm > li.input-group-btn > span {
  font-size: 12px; }

.input-group-lg > .input-group-addon > .input-group-icon {
  font-size: 32px; }

.input-group .form-control:not(:first-child):not(:last-child).form-control-last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.input-group-btn > .btn + .btn, .pagination-classic > li.input-group-btn > a + .btn,
.pagination-classic > li.input-group-btn > span + .btn, .pagination-classic > li.input-group-btn > .btn + a, .pagination-classic > li.input-group-btn > a + a,
.pagination-classic > li.input-group-btn > span + a,
.pagination-classic > li.input-group-btn > .btn + span, .pagination-classic > li.input-group-btn > a + span,
.pagination-classic > li.input-group-btn > span + span {
  margin-left: 0; }

/** 2.30 Dropcaps */
.dropcap:first-letter {
  float: left;
  padding-right: 8px;
  margin-left: -10px;
  margin-top: 2px;
  font-size: 120px;
  font-weight: 300;
  line-height: 0.7; }

.dropcap-dark:first-letter {
  color: #787878; }

/** 2.31 Alerts Addons */
.alert-classic {
	padding-right: 22px;
	padding-left: 22px;
	margin-top: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	text-align: left;
	padding-top: 17px;
	padding-bottom: 17px;
}
.alert-classic h1, .alert-classic h2, .alert-classic h3, .alert-classic h4, .alert-classic h5, .alert-classic h6 {
    font-weight: 700; }

.snackbars {
  max-width: 280px;
  padding: 9px 16px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: left;
  background-color: #212121;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }
  .snackbars .icon-xxs {
    font-size: 20px; }
  .snackbars p span:last-child {
    padding-left: 14px; }
  .snackbars-left {
    display: inline-block;
    margin-bottom: 0; }
  .snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase; }
    .snackbars-right:hover {
      text-decoration: underline; }
  @media (min-width: 480px) {
    .snackbars {
      max-width: 370px;
      padding: 14px 17px; } }

.alert {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: left; }
  .alert .close {
    top: 0;
    right: -9px;
    opacity: 1;
    text-shadow: none;
    outline: none; }
    .alert .close:focus, .alert .close:hover {
      color: #fff;
      opacity: 1; }

.alert-classic-lg {
	padding-top: 23px;
	padding-bottom: 28px;
	border-left-width: 4px;
}
  .alert-classic-lg h4, .alert-classic-lg .icon {
    font-size: 21px; }
  .alert-classic-lg .btn-sm, .alert-classic-lg .btn-group-sm > .btn, .alert-classic-lg .pagination-classic > li > a, .alert-classic-lg
  .pagination-classic > li > span {
    padding: 7px 15px;
    min-width: 80px;
    border-width: 1px; }
  @media (min-width: 768px) {
	.alert-classic-lg h4 {
      font-size: 24px; }
    .alert-classic-lg .icon {
      font-size: 30px; } 
}
.alert-classic-sm {
  padding-top: 7px;
  padding-bottom: 7px;
  border-left-width: 2px; }

.alert-classic-danger {
  border-left-color: #f54b0f; }
  .alert-classic-danger h1, .alert-classic-danger h2, .alert-classic-danger h3, .alert-classic-danger h4, .alert-classic-danger h5, .alert-classic-danger h6 {
    color: #e50a0a; }

.alert-classic-info {
  border-left-color: #ff6600; }
  .alert-classic-info h1, .alert-classic-info h2, .alert-classic-info h3, .alert-classic-info h4, .alert-classic-info h5, .alert-classic-info h6 {
    color: #ff6600; }
	

.alert-classic-success {
  border-left-color: #44b872; }
  .alert-classic-success h1, .alert-classic-success h2, .alert-classic-success h3, .alert-classic-success h4, .alert-classic-success h5, .alert-classic-success h6 {
    color: #84c450; }

.alert-classic-warning {
  border-left-color: #ffea00; }
  .alert-classic-warning h1, .alert-classic-warning h2, .alert-classic-warning h3, .alert-classic-warning h4, .alert-classic-warning h5, .alert-classic-warning h6 {
    color: #F3A43D; }

.alert-success {
  background-color: #44b872;
  border-color: #44b872;
  color: #fff; }
  .alert-success hr {
    border-top-color: #3da566; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #79ccf2;
  border-color: #79ccf2;
  color: #fff; }
  .alert-info hr {
    border-top-color: #62c3f0; }
  .alert-info .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #ffea00;
  border-color: #ffea00;
  color: #fff; }
  .alert-warning hr {
    border-top-color: #e6d300; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-danger {
  background-color: #f54b0f;
  border-color: #f54b0f;
  color: #fff; }
  .alert-danger hr {
    border-top-color: #e14209; }
  .alert-danger .alert-link {
    color: #e6e6e6; }

/** 2.32 Animations Addons */
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    width: 375px;
    height: 375px; } }

@keyframes criss-cross-left {
  0% {
    left: -20px; }
  50% {
    left: 50%;
    width: 20px;
    height: 20px; }
  100% {
    left: 50%;
    width: 375px;
    height: 375px; } }

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    width: 375px;
    height: 375px; } }

@keyframes criss-cross-right {
  0% {
    right: -20px; }
  50% {
    right: 50%;
    width: 20px;
    height: 20px; }
  100% {
    right: 50%;
    width: 375px;
    height: 375px; } }

@-webkit-keyframes anim-naira-1 {
  50% {
    -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
    transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
    transform: translateY(0%) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-1 {
  50% {
    -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
    transform: translateY(-50%) rotate3d(0, 0, 1, -10deg);
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
    transform: translateY(0%) rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes anim-naira-2 {
  50% {
    -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
    transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
    transform: translateY(0%) rotate3d(0, 0, 1, 0deg); } }

@keyframes anim-naira-2 {
  50% {
    -webkit-transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
    transform: translateY(50%) rotate3d(0, 0, 1, 10deg);
    animation-timing-function: ease-out; }
  100% {
    -webkit-transform: translateY(0%) rotate3d(0, 0, 1, 0deg);
    transform: translateY(0%) rotate3d(0, 0, 1, 0deg); } }

@-webkit-keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm;
  animation-duration: .4s; }

@-webkit-keyframes fadeOutDownSm {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

@keyframes fadeOutDownSm {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); } }

.fadeOutDownSm {
  -webkit-animation-name: fadeOutDownSm;
  animation-name: fadeOutDownSm;
  animation-duration: .4s; }

@-webkit-keyframes fadeBoth {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

@keyframes fadeBoth {
  0%,
  100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

/** 2.33 Groups */
html .group {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -15px;
  margin-left: -15px; }
  html .group > *:not(.group-item) {
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px; }
  html .group > .group-item {
    display: inline-block;
    padding-top: 15px;
    padding-left: 15px; }

html .group-xs {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  margin-bottom: -5px;
  margin-left: -5px; }
  html .group-xs > *:not(.group-item) {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px; }
  html .group-xs > .group-item {
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px; }

html .group-sm {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: -10px;
  margin-left: -10px; }
  html .group-sm > *:not(.group-item) {
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px; }
  html .group-sm > .group-item {
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px; }

html .group-lg {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  margin-bottom: -20px;
  margin-left: -20px; }
  html .group-lg > *:not(.group-item) {
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px; }
  html .group-lg > .group-item {
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px; }

html .group-xl {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-bottom: -30px;
  margin-left: -30px; }
  html .group-xl > *:not(.group-item) {
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px; }
  html .group-xl > .group-item {
    display: inline-block;
    padding-top: 30px;
    padding-left: 30px; }

html .group-top > *, html .group-top > *:first-child {
  vertical-align: top; }

html .group-middle > *, html .group-middle > *:first-child {
  vertical-align: middle; }

html .group-bottom > *, html .group-bottom > *:first-child {
  vertical-align: bottom; }

/** 2.34 Comment Boxes */
.box-comment-meta {
  margin-bottom: 0;
  font-size: 12px; }
  .box-comment-meta a:hover {
    color: #55bbeb; }
  .box-comment-meta-icon {
    font-size: 14px; }

.box-comment-title {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400; }

.box-comment-img {
  width: 40px;
  height: 40px;
  border-radius: 50%; }

.box-comment-body {
  font-size: 15px; }

@media (min-width: 480px) {
  .box-comment-img {
    width: 60px;
    height: 60px; } }

.box-comment-classic {
  position: relative; }
  .box-comment-classic:before, .box-comment-classic:after {
    content: '';
    position: absolute;
    left: 19px;
    background: #d9d9d9;
    width: 1px; }
  .box-comment-classic:before {
    top: 48px;
    bottom: -8px; }
  .box-comment-classic:last-child:before {
    display: none; }
  @media (max-width: 480px) {
    .box-comment-classic > .box-comment .box-comment-img {
      width: 30px;
      height: 30px;
      margin-top: 5px;
      margin-left: 5px; } }
  @media (min-width: 480px) {
    .box-comment-classic:after {
      display: none; }
    .box-comment-classic + .box-comment-classic:after,
    .box-comment-classic .media + .box-comment-classic:after {
      display: block; }
    .box-comment-classic .media + .box-comment-classic:after {
      bottom: auto;
      top: 29px;
      right: 100%;
      left: auto;
      height: 1px;
      margin-right: 8px;
      width: 42px; }
    .box-comment-classic .box-comment-header {
      margin-top: 5px; }
    .box-comment-classic > .box-comment {
      margin-left: 80px; }
    .box-comment-classic:before {
      top: 68px; }
    .box-comment-classic:before, .box-comment-classic:after {
      left: 29px; } }

.box-comment-classic + .box-comment-classic,
.box-comment-classic > .box-comment {
  margin-top: 16px; }

.box-comment-boxed .box-comment-img {
  margin-top: 15px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 2px;
  margin-right: -30px; }

.box-comment-boxed .box-comment-body {
  margin-top: 10px; }

.box-comment-boxed .media-body {
  padding: 15px 20px 15px 30px;
  border-radius: 3px;
  border: 1px solid #d9d9d9; }

@media (min-width: 480px) {
  .box-comment-boxed .box-comment-img {
    margin-right: -50px;
    padding: 4px; }
  .box-comment-boxed .media-body {
    padding: 20px 30px 20px 50px; } }

@media (min-width: 1200px) {
  .box-comment-boxed > .box-comment-boxed {
    margin-left: 30px; }
  .box-comment-boxed .box-comment-meta {
    float: right; }
  .box-comment-boxed > .box-comment-outboxed {
    margin-left: 80px; } }

.box-comment-boxed + .box-comment-boxed,
.box-comment-boxed > .box-comment {
  margin-top: 20px; }

.box-comment-outboxed .box-comment-body {
  margin-top: 5px; }

@media (min-width: 1200px) {
  .box-comment-outboxed .box-comment-body {
    margin-top: 10px; }
  .box-comment-outboxed .box-comment-img {
    margin-top: 10px; }
  .box-comment-outboxed .media-body {
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #d9d9d9; }
  .box-comment-outboxed .box-comment-meta > li:first-child {
    float: right;
    margin-left: 20px; }
  .box-comment-outboxed > .box-comment-outboxed {
    margin-left: 80px; } }

.box-comment-outboxed + .box-comment-outboxed,
.box-comment-outboxed > .box-comment {
  margin-top: 20px; }

/** 2.35 Quotes */
.quote {
  border: none;
  margin: 0;
  padding: 0;
  font-size: inherit; }

.quote-variant-2 {
  position: relative; }
  .quote-variant-2 q {
    quotes: none; }
  @media (min-width: 992px) {
    .quote-variant-2 {
      padding-left: 50px; }
      .quote-variant-2:before {
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 2px;
        top: 16px;
        left: 0px;
        background: #434345;
        content: ''; } }

.quote-classic {
  text-align: left;
  position: relative; }
  .quote-classic q {
    quotes: none; }
  .quote-classic .quote-body {
    padding: 20px 20px 40px; }
  .quote-classic .quote-meta {
    margin-left: -20px;
    margin-bottom: -40px; }
  .quote-classic .quote-desc {
    font-size: 13px;
    font-weight: 400; }
  .quote-classic .quote-author {
    margin-bottom: 4px; }
  .quote-classic .quote-desc {
    margin-top: 4px; }
  .quote-classic > * {
    position: relative;
    z-index: 1; }
  .quote-classic:before {
    position: absolute;
    top: -8px;
    left: -12px;
    z-index: 0;
    font-family: "Material Design Icons";
    font-size: 54px;
    line-height: 54px;
    color: #f5f5f5;
    content: "";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1); }

.quote-classic-boxed .quote-body {
  padding: 24px 20px 0 27px;
  margin-bottom: 56px;
  border-radius: 3px;
  border: 1px solid #f5f5f5; }

.quote-classic-boxed .quote-meta {
  margin-left: -4px;
  margin-bottom: -40px; }

.quote-classic-boxed .quote-author,
.quote-classic-boxed .quote-desc {
  padding-left: 24px; }

.quote-classic-boxed:before {
  top: 4px;
  right: 4px;
  left: auto;
  -webkit-transform: none;
  transform: none; }

.quote-classic-boxed-2 .quote-body {
  padding: 60px 25px 20px 30px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15); }

.quote-classic-boxed-2 .quote-meta {
  margin-left: 25px;
  position: relative;
  z-index: 3; }

.quote-classic-boxed-2 .quote-author {
  margin-top: 20px; }

.quote-classic-boxed-2:before {
  top: 50px;
  right: 15px;
  left: auto;
  z-index: 2;
  font-family: "Material Design Icons";
  font-size: 54px;
  line-height: 54px;
  color: #82c650;
  content: "";
  -webkit-transform: none;
  transform: none; }

.ie-edge .quote-classic-boxed-2 .quote-body {
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15); }

.quote-simple-2 .quote-body {
  margin-bottom: 0; }

.quote-simple-2 .quote-author {
  margin-top: 12px; }

.quote-slider-2 .divider {
  margin-top: 20px;
  margin-bottom: 0; }

.quote-slider-2 .quote-body {
  margin-top: 24px; }

.quote-slider-2 .quote-author {
  margin-top: 16px;
  margin-bottom: 0;
  color: #f54b0f;
  text-transform: uppercase; }

.quote-slider-2 .quote-desc {
  margin-top: -2px; }

.quote-slider-3:before {
  margin-bottom: 20px;
  font-family: "Material Design Icons";
  font-size: 54px;
  line-height: 54px;
  color: #55bbeb;
  content: "";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.quote-slider-3 .quote-body {
  margin-top: 14px; }

.quote-slider-3 .quote-author {
  margin-top: 16px;
  margin-bottom: 0;
  text-transform: uppercase; }

.quote-slider-3 .quote-desc {
  margin-top: -2px; }

.quote-slider-4 {
  will-change: transform; }
  .quote-slider-4 q {
    font-style: italic; }
    .quote-slider-4 q:before, .quote-slider-4 q:after {
      display: none; }
  .quote-slider-4 .quote-author {
    position: relative; }
    .quote-slider-4 .quote-author:before {
      content: "—"; }

.quote-outboxed:before {
  display: none; }

.quote-outboxed .divider {
  margin-top: 20px;
  margin-bottom: 0; }

.quote-outboxed .quote-body {
  position: relative;
  padding: 26px 21px 25px 30px;
  background: #f5f5f5;
  border-radius: 3px; }
  .quote-outboxed .quote-body:before {
    position: absolute;
    top: 6px;
    left: 8px;
    font-family: "Material Design Icons";
    font-size: 54px;
    line-height: 54px;
    color: #d9d9d9;
    content: "";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1; }
  .quote-outboxed .quote-body:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f5f5f5 transparent transparent transparent; }

.quote-outboxed .quote-author {
  margin: 0 0 6px;
  text-transform: uppercase; }

.quote-outboxed .quote-desc {
  margin-top: -2px; }

.quote-outboxed .quote-meta {
  margin: 24px 0 0 3px; }

.quote-outboxed:before {
  color: #d9d9d9;
  top: 0;
  left: 0;
  z-index: 6; }

/** 2.36 Pagination Addons */
.pagination-classic {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  font-size: 0; }
  .pagination-classic > li {
    display: inline-block;
    margin-left: 5px; }
    .pagination-classic > li > a,
    .pagination-classic > li > span {
      min-width: 40px; }
    .pagination-classic > li:first-child > a:hover,
    .pagination-classic > li:first-child > span:hover, .pagination-classic > li:last-child > a:hover,
    .pagination-classic > li:last-child > span:hover {
      color: #55bbeb; }
    .pagination-classic > li:first-child > a,
    .pagination-classic > li:first-child > span {
      padding-left: 0; }
    .pagination-classic > li:last-child > a,
    .pagination-classic > li:last-child > span {
      padding-right: 0; }
    .pagination-classic > li + li:not(:last-child).active > a,
    .pagination-classic > li + li:not(:last-child).active > span {
      color: #fff;
      background: #44b872;
      border-color: #44b872;
      cursor: default; }

.pagination > li > a,
.pagination > li > span {
  padding: 7px 6px;
  font-size: 12px;
  line-height: 24px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination > li > a,
.pagination > li > span {
  min-width: 40px;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  transition: .3s;
  text-align: center; }

.pagination > li:first-child a > .mdi,
.pagination > li:last-child a > .mdi {
  position: relative;
  font-size: 16px;
  line-height: 1; }

.pagination > li:first-child a > .mdi-chevron-double-right,
.pagination > li:first-child a > .mdi-chevron-double-left,
.pagination > li:last-child a > .mdi-chevron-double-right,
.pagination > li:last-child a > .mdi-chevron-double-left {
  top: 2px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 6px;
  font-size: 12px;
  line-height: 20px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  min-width: 34px; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 9px 8px;
  font-size: 14px;
  line-height: 28px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  min-width: 48px; }

.pagination-lg > li:first-child > .mdi,
.pagination-lg > li:first-child > a > .mdi,
.pagination-lg > li:last-child > .mdi,
.pagination-lg > li:last-child > a > .mdi {
  font-size: 20px; }

/** 2.37 Pager Addons */
.pager li > a,
.pager li > span {
  transition: .3s;
  padding: 7px 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em; }

.pager li > a:hover,
.pager li > a:focus,
.pager li > a:active,
.pager li > a:active:focus {
  color: #fff;
  background-color: #212121;
  border-color: #212121; }

.pager .icon-left,
.pager .icon-right {
  font-size: 16px;
  line-height: 24px; }

.pager .icon-left {
  float: left;
  padding-right: 10px; }

.pager .icon-right {
  float: right;
  padding-left: 10px; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #d9d9d9;
  background-color: transparent;
  border-color: #d9d9d9; }

.pager-sm li > a,
.pager-sm li > span {
  padding: 6px 6px;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px; }

.pager-sm .icon-left,
.pager-sm .icon-right {
  line-height: 20px; }

.pager-lg li > a,
.pager-lg li > span {
  padding: 9px 16px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px; }

.pager-lg .icon-left,
.pager-lg .icon-right {
  font-size: 14px;
  line-height: 28px; }

