.site-navbar{
  z-index: 1460;
  background-color: #fff;
}
.site-navbar .navbar-header {
  color: #8db600;
    /*
  background-color: #fff;
  border-right: 1px solid #e4eaec;
  border-right: 2px solid #f9f9f9;
  border-bottom: 2px solid #8db600;
  */
}
.site-navbar .navbar-header .navbar-toggle {
  color: #8db600;
}
.site-navbar .navbar-header .hamburger:before,
.site-navbar .navbar-header .hamburger:after,
.site-navbar .navbar-header .hamburger .hamburger-bar {
  background-color: #8db600;
}
.site-navbar .navbar-header .navbar-brand {
  color: #7d8179;
  cursor: pointer;
}
html,
body {
  height: 100%;
  background-color: #f0f0f0;
  font-family: "Lato", sans-serif !important;
}
b, strong {
  font-weight: 600 !important;
}
.site-menubar {
  position: fixed;
  top: 66px;
  z-index: 1400;
  height: 100%;
  height: -webkit-calc(100% - 66px);
  height:         calc(100% - 66px);
  color: rgba(163, 175, 183, .9);
  background: #f8f8f8;
  border-right: 1px solid #e4eaec;
  /*background: #333;*/
}
.site-menubar-body {
  height: 100%;
  height: -webkit-calc(100% - 76px);
  height:         calc(100% - 76px);
}
.site-menubar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-menubar a {
  outline: none;
}
.site-menubar a:hover,
.site-menubar a:focus {
  text-decoration: none;
}
.site-menubar-section {
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.site-menubar-section > h4,
.site-menubar-section > h5 {
  color: #b0b5ae;
}
.site-menubar-section .progress:last-child {
  margin-bottom: 0;
}
.site-menubar-footer {
  position: fixed;
  bottom: 0;
  z-index: 1400;
  display: none;
}
.site-menubar-footer > a {
  display: block;
  float: left;
  width: 33.33333333%;
  height: 76px;
  padding: 26px 0;
  font-size: 16px;
  color: #5a5d58;
  text-align: center;
  background-color: #242424;
}
.site-menubar-footer > a:hover,
.site-menubar-footer > a:focus {
  background-color: #1b1c1a;
}
.site-menu {
  padding-bottom: 20px;
  overflow-y: hidden;
  font-size: 14px;
}
.site-menu-item > a {
  white-space: nowrap;
  cursor: pointer;
}
.site-menu-icon {
  display: inline-block;
  width: 1em;
  text-align: center;
}
.site-menu-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.site-menu-arrow {
  position: relative;
  display: inline-block;
  font-family: 'Web Icons';
  font-style: normal;
  font-weight: normal;
  -webkit-transition: -webkit-transform .15s;
       -o-transition:      -o-transform .15s;
          transition:         transform .15s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-menu-arrow:before {
  content: '\f17f';
}
.site-menu-arrow,
.site-menu-badge,
.site-menu-label {
  position: absolute;
  right: 30px;
  display: inline-block;
  vertical-align: middle;
}
.site-menu .badge,
.site-menu .label {
  padding: 2px 5px 3px;
  font-size: 12px;
  font-weight: 300;
}
.site-menu-item {
  position: relative;
  white-space: nowrap;
}
.site-menu-item a {
  display: block;
  /*color: rgba(181, 185, 178, .9);*/
  color: #363636;
}
.site-menu-item.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(-30px, 0, 0);
      -ms-transform: translate(-30px, 0);
      -ms-transform: translate3d(-30px, 0, 0);
          transform: translate3d(-30px, 0, 0);
}
.site-menu-item.is-shown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate(0, 0);
      -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.site-menu-item.is-shown:nth-child(1) {
  -webkit-transition-delay: .02s;
       -o-transition-delay: .02s;
          transition-delay: .02s;
}
.site-menu-item.is-shown:nth-child(2) {
  -webkit-transition-delay: .04s;
       -o-transition-delay: .04s;
          transition-delay: .04s;
}
.site-menu-item.is-shown:nth-child(3) {
  -webkit-transition-delay: .06s;
       -o-transition-delay: .06s;
          transition-delay: .06s;
}
.site-menu-item.is-shown:nth-child(4) {
  -webkit-transition-delay: .08s;
       -o-transition-delay: .08s;
          transition-delay: .08s;
}
.site-menu-item.is-shown:nth-child(5) {
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
}
.site-menu-item.is-shown:nth-child(6) {
  -webkit-transition-delay: .12s;
       -o-transition-delay: .12s;
          transition-delay: .12s;
}
.site-menu-item.is-shown:nth-child(7) {
  -webkit-transition-delay: .14s;
       -o-transition-delay: .14s;
          transition-delay: .14s;
}
.site-menu-item.is-shown:nth-child(8) {
  -webkit-transition-delay: .16s;
       -o-transition-delay: .16s;
          transition-delay: .16s;
}
.site-menu-item.is-shown:nth-child(9) {
  -webkit-transition-delay: .18s;
       -o-transition-delay: .18s;
          transition-delay: .18s;
}
.site-menu-item.is-shown:nth-child(10) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.site-menu-item.is-shown:nth-child(11) {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}
.site-menu-item.is-shown:nth-child(12) {
  -webkit-transition-delay: .24s;
       -o-transition-delay: .24s;
          transition-delay: .24s;
}
.site-menu-item.is-shown:nth-child(13) {
  -webkit-transition-delay: .26s;
       -o-transition-delay: .26s;
          transition-delay: .26s;
}
.site-menu-item.is-shown:nth-child(14) {
  -webkit-transition-delay: .28s;
       -o-transition-delay: .28s;
          transition-delay: .28s;
}
.site-menu-item.is-shown:nth-child(15) {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}
.site-menu-item.is-shown:nth-child(16) {
  -webkit-transition-delay: .32s;
       -o-transition-delay: .32s;
          transition-delay: .32s;
}
.site-menu-item.is-shown:nth-child(17) {
  -webkit-transition-delay: .34s;
       -o-transition-delay: .34s;
          transition-delay: .34s;
}
.site-menu-item.is-shown:nth-child(18) {
  -webkit-transition-delay: .36s;
       -o-transition-delay: .36s;
          transition-delay: .36s;
}
.site-menu-item.is-shown:nth-child(19) {
  -webkit-transition-delay: .38s;
       -o-transition-delay: .38s;
          transition-delay: .38s;
}
.site-menu-item.is-shown:nth-child(20) {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}
.site-menu-item.is-shown:nth-child(21) {
  -webkit-transition-delay: .42s;
       -o-transition-delay: .42s;
          transition-delay: .42s;
}
.site-menu-item.is-shown:nth-child(22) {
  -webkit-transition-delay: .44s;
       -o-transition-delay: .44s;
          transition-delay: .44s;
}
.site-menu-item.is-shown:nth-child(23) {
  -webkit-transition-delay: .46s;
       -o-transition-delay: .46s;
          transition-delay: .46s;
}
.site-menu-item.is-shown:nth-child(24) {
  -webkit-transition-delay: .48s;
       -o-transition-delay: .48s;
          transition-delay: .48s;
}
.site-menu-item.is-shown:nth-child(25) {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}
.site-menu-item.is-shown:nth-child(26) {
  -webkit-transition-delay: .52s;
       -o-transition-delay: .52s;
          transition-delay: .52s;
}
.site-menu-item.is-shown:nth-child(27) {
  -webkit-transition-delay: .54s;
       -o-transition-delay: .54s;
          transition-delay: .54s;
}
.site-menu-item.is-shown:nth-child(28) {
  -webkit-transition-delay: .56s;
       -o-transition-delay: .56s;
          transition-delay: .56s;
}
.site-menu-item.is-shown:nth-child(29) {
  -webkit-transition-delay: .58s;
       -o-transition-delay: .58s;
          transition-delay: .58s;
}
.site-menu-item.is-shown:nth-child(30) {
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}
.site-menu > .site-menu-item {
  padding: 0;
}
.site-menu > .site-menu-item.open {
  /*background: #242424;*/
}
.site-menu > .site-menu-item.open > a {
  color: #8db600;
  background: inherit;
  font-weight: 500;
}
.site-menu > .site-menu-item.open.hover > a {
  background: inherit;
}
.site-menu > .site-menu-item.hover > a,
.site-menu > .site-menu-item:hover > a {
  /*
  color: rgba(181, 185, 178, .9);
  background-color: rgba(255, 255, 255, .02);
  */
  color: #8db600;
  background-color: rgba(255, 255, 255, 0.089);
}
.site-menu > .site-menu-item.active {
  background: #8db600;
  /*
  background: #242424;
  border-top: 1px solid rgba(0, 0, 0, .04);
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  */
}

.site-menu > .site-menu-item.active > a,
.site-menu > .site-menu-item.active > a > i.site-menu-icon{
  color: #FFF;
}

.site-menu > .site-menu-item.active.hover > a {
  background: inherit;
}
.site-menu .site-menu-sub {
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
  background: transparent;
  position: relative;
}
.site-menu .site-menu-sub::before{
  content: '';
  height: 100%;
  opacity: 1;
  width: 3px;
  background: #8db600;
  position: absolute;
  left: 35px;
  top: 0;
  border-radius: 15px;
}
.site-menu .site-menu-sub .site-menu-item {
  line-height: 36px;
  color: rgba(163, 175, 183, .9);
  background: transparent;
}
.site-menu .site-menu-sub .site-menu-item.has-sub {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.site-menu .site-menu-sub .site-menu-item.has-sub.open {
  border-top-color: rgba(0, 0, 0, .03);
  border-bottom-color: rgba(0, 0, 0, .03);
}

.site-menu .site-menu-sub .site-menu-item.has-sub.open > a > i{
  color: #8db600;
}

.site-menu .site-menu-sub .site-menu-item.has-sub > a > i::before{
  margin-left: 12px;
}

.site-menu .site-menu-sub .site-menu-item.has-sub .site-menu-sub::before{
  display: none;
}

.after-run .site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub .site-menu-item.has-sub > a > i::before{
  margin-left: -7px;
}
.site-menu .site-menu-sub .site-menu-item > a {
  padding: 0 30px;
}
.site-menu .site-menu-sub .site-menu-item.open {
  background: rgba(0, 0, 0, .06);
}
.site-menu .site-menu-sub .site-menu-item.open > a {
  color: #8db600;
  font-weight: 500;
}
.site-menu .site-menu-sub .site-menu-item.open.hover > a {
  background-color: transparent;
}
.site-menu .site-menu-sub .site-menu-item.hover > a,
.site-menu .site-menu-sub .site-menu-item:hover > a {
  /*
  color: rgba(181, 185, 178, .9);
  background-color: rgba(255, 255, 255, .02);
  */
  color: #8db600;
  background-color: rgba(255, 255, 255, 0.089);
}
.site-menu .site-menu-sub .site-menu-item.active {
  /*background: rgba(0, 0, 0, .09);*/
}
.site-menu .site-menu-sub .site-menu-item.active > a {
  color: #8db600;
  /*background-color: rgb(140 182 0 / 19%);*/
  font-weight: 500;
}
.site-menu .site-menu-sub .site-menu-item.active.hover > a {
  background-color: transparent;
}
.site-gridmenu {
  position: fixed;
  top: 66px;
  z-index: 1500;
  height: 100%;
  padding: 20px 0;
  visibility: hidden;
  background-color: #263238;
  opacity: 0;
  -webkit-transition: opacity .5s ease 0s, visibility 0s ease .5s;
       -o-transition: opacity .5s ease 0s, visibility 0s ease .5s;
          transition: opacity .5s ease 0s, visibility 0s ease .5s;
}
.site-gridmenu-active > .site-gridmenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .5s ease 0s;
       -o-transition: opacity .5s ease 0s;
          transition: opacity .5s ease 0s;
}
.site-gridmenu-active > .site-gridmenu ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
.site-gridmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: .4;
  -webkit-transition: -webkit-transform .5s ease 0s, opacity .5s ease 0s;
       -o-transition:      -o-transform .5s ease 0s, opacity .5s ease 0s;
          transition:         transform .5s ease 0s, opacity .5s ease 0s;
  -webkit-transform: translateY(-25%) rotateX(35deg);
          transform: translateY(-25%) rotateX(35deg);
}
.site-gridmenu li {
  float: left;
  width: 50%;
  text-align: center;
}
.site-gridmenu li > a {
  display: block;
  padding: 30px 15px;
  color: #a3afb7;
}
.site-gridmenu li .icon {
  display: block;
  margin-bottom: 10px;
  font-size: 32px;
}
.site-gridmenu li:hover > a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .02);
}
.site-gridmenu-toggle:after {
  position: relative;
  top: -1px;
  right: -3px;
  display: inline-block;
  font-family: 'Web Icons';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  content: '\f183';
  opacity: 0;
  -webkit-transition: opacity .15s;
       -o-transition: opacity .15s;
          transition: opacity .15s;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-gridmenu-active .site-gridmenu-toggle:after {
  opacity: 1;
}
.site-sidebar {
  z-index: 1210;
}
.site-sidebar.slidePanel {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.site-sidebar-content {
  height: 100%;
}

.site-sidebar-tab-content {
  height: 100%;
  height: -webkit-calc(100% - 90px);
  height:         calc(100% - 90px);
}
.site-sidebar-tab-content > .tab-pane {
  height: 100%;
  padding: 20px 30px;
}
.site-sidebar-tab-content > .tab-pane.scrollable {
  padding: 0;
}
.site-sidebar-tab-content > .tab-pane .scrollable-content {
  padding: 20px 30px;
}
.site-sidebar-tab-content > .tab-pane .list-group {
  margin-right: -30px;
  margin-left: -30px;
}
.site-sidebar-tab-content > .tab-pane .list-group > .list-group-item {
  padding-right: 30px;
  padding-left: 30px;
}
.site-sidebar .conversation {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 1700;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}
.site-sidebar .conversation.active {
  right: 0;
}
.site-sidebar .conversation-header {
  border-bottom: 1px solid #e4eaec;
}
.site-sidebar .conversation-header > * {
  padding: 0 30px;
  margin: 0;
  line-height: 90px;
}
.site-sidebar .conversation-more,
.site-sidebar .conversation-return {
  color: rgba(55, 71, 79, .4);
  cursor: pointer;
}
.site-sidebar .conversation-more:hover,
.site-sidebar .conversation-return:hover,
.site-sidebar .conversation-more:focus,
.site-sidebar .conversation-return:focus {
  color: rgba(55, 71, 79, .6);
}
.site-sidebar .conversation-more:active,
.site-sidebar .conversation-return:active {
  color: #333;
}
.site-sidebar .conversation-title {
  position: relative;
  top: 1px;
  z-index: -1;
  color: #333;
  text-align: center;
}
.site-sidebar .conversation-content {
  padding: 30px 15px;
}
@media (max-width: 767px) {
  .site-navbar-collapse-show .slidePanel.slidePanel-right,
  .site-navbar-collapse-show .slidePanel.slidePanel-left {
    height: -webkit-calc(100% - 135px);
    height:         calc(100% - 135px);
    margin-top: 135px;
  }
}

.site-action {
  position: fixed;
  right: 32px;
  bottom: 55px;
  z-index: 1290;
}
.site-action input {
  display: none;
}
.site-action .btn {
  -webkit-box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
          box-shadow: 0 10px 10px 0 rgba(60, 60, 60, .1);
}
.site-action .back-icon {
  display: none;
}
.site-action-buttons {
  position: absolute;
  top: -130px;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}
.site-action-buttons .btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.site-action-toggle .back-icon {
  display: block;
}
.site-action-toggle .front-icon {
  display: none;
}
.site-action-toggle .site-action-buttons {
  display: block;
}
@media (max-width: 480px) {
  .site-action-buttons {
    top: -100px;
  }
  .site-action .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 15px;
    -webkit-box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
            box-shadow: 0 6px 6px 0 rgba(60, 60, 60, .1);
  }
}
.page {
  position: relative;
  min-height: -webkit-calc(100% - 44px);
  min-height:         calc(100% - 44px);
  /*background: #f9f9f9;*/
  background: #f0f0f0;
}
.page-nav-tabs {
  padding: 0 30px;
}
.page-content {
  padding: 20px 30px;
}
.page-content-actions {
  padding: 0 30px 20px;
}
.page-content-actions .dropdown {
  display: inline-block;
}
.page-content-actions:before,
.page-content-actions:after {
  display: table;
  content: " ";
}
.page-content-actions:after {
  clear: both;
}
.page-content-table {
  max-width: 100%;
  padding: 0;
  overflow-x: auto;
}
.page-content-table .table > thead > tr > th,
.page-content-table .table > tbody > tr > th,
.page-content-table .table > thead > tr > td,
.page-content-table .table > tbody > tr > td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-content-table .table > thead > tr > th:first-child,
.page-content-table .table > tbody > tr > th:first-child,
.page-content-table .table > thead > tr > td:first-child,
.page-content-table .table > tbody > tr > td:first-child {
  padding-left: 30px;
}
.page-content-table .table > thead > tr > th:last-child,
.page-content-table .table > tbody > tr > th:last-child,
.page-content-table .table > thead > tr > td:last-child,
.page-content-table .table > tbody > tr > td:last-child {
  padding-right: 30px;
}
.page-content-table .table > tbody > tr:hover > td {
  background-color: #f3f7f9;
}
.page-content-table .table > tbody > tr > td {
  cursor: pointer;
}
.page-content-table .table > tbody > tr:last-child td {
  border-bottom: 1px solid #e4eaec;
}
.page-content-table .table.is-indent > thead > tr > th.pre-cell,
.page-content-table .table.is-indent > tbody > tr > th.pre-cell,
.page-content-table .table.is-indent > thead > tr > td.pre-cell,
.page-content-table .table.is-indent > tbody > tr > td.pre-cell,
.page-content-table .table.is-indent > thead > tr > th.suf-cell,
.page-content-table .table.is-indent > tbody > tr > th.suf-cell,
.page-content-table .table.is-indent > thead > tr > td.suf-cell,
.page-content-table .table.is-indent > tbody > tr > td.suf-cell {
  width: 30px;
  padding: 0;
  border-top: none;
  border-bottom: none;
}
.page-content-table .table.is-indent > tbody > tr:first-child td {
  border-top: none;
}
.page-content-table .table.is-indent > tbody > tr:last-child td.pre-cell,
.page-content-table .table.is-indent > tbody > tr:last-child td.suf-cell {
  border-bottom: none;
}
.page-content-table .table.is-indent > tfoot > tr > td {
  border-top: none;
}
.page-content-table .pagination {
  margin-right: 30px;
  margin-left: 30px;
}
.page-copyright {
  margin-top: 60px;
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
}
.page-copyright .social a {
  margin: 0 10px;
  text-decoration: none;
}
.page-copyright .social .icon {
  font-size: 16px;
  color: rgba(55, 71, 79, .6);
}
.page-copyright .social .icon:hover,
.page-copyright .social .icon:focus {
  color: rgba(55, 71, 79, .8);
}
.page-copyright .social .icon.active,
.page-copyright .social .icon:active {
  color: #333;
}
.page-header + .page-content {
  padding-top: 0;
}
.page-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}
.page-title > .icon {
  margin-right: .3em;
}
.page-description {
  color: #a3afb7;
}
.page-header {
  position: relative;
  padding: 15px 0px;
  margin-top: 0;
  margin-bottom: 15px;
  background: #f0f0f0 !important;
  border-bottom: none;
}
.page-header-actions {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-header-actions .btn-icon {
  margin-left: 6px;
}
.page-header-actions > * {
  margin-bottom: 0;
}
.page-header .breadcrumb {
  padding: 0;
  margin: 0;
}
.page-header-bordered {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid #e4eaec;
}
.page-aside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 260px;
  background: #fff;
  border-right: 1px solid #e4eaec;
  -webkit-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
.page-aside + .page-main {
  margin-left: 260px;
}
.page-aside-fixed {
  position: fixed;
}
.page-aside-section {
  position: relative;
}
.page-aside-section:first-child {
  padding-top: 22px;
}
.page-aside-section:last-child {
  margin-bottom: 22px;
}
.page-aside-section:after {
  position: relative;
  display: block;
  margin: 22px;
  content: '';
  border-bottom: 1px solid #e4eaec;
}
.page-aside-section:last-child:after {
  display: none;
}
.page-aside-switch {
  position: absolute;
  top: -webkit-calc(50% - 25px);
  top:         calc(50% - 25px);
  left: -webkit-calc(100% - 1px);
  left:         calc(100% - 1px);
  display: none;
  padding: 15px 8px 15px 4px;
  line-height: 1;
  cursor: pointer;
  background-color: white;
  border-radius: 0 100px 100px 0;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
          box-shadow: 1px 0 3px rgba(0, 0, 0, .2);
}
.page-aside-title {
  padding: 10px 30px;
  margin: 20px 0 10px;
  overflow: hidden;
  font-weight: 500;
  color: #526069;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}
.page-aside .list-group {
  margin-bottom: 22px;
}
.page-aside .list-group-item {
  padding: 13px 30px;
  margin-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: none;
}
.page-aside .list-group-item .icon {
  color: #a3afb7;
}
.page-aside .list-group-item .item-right {
  float: right;
}
.page-aside .list-group-item:hover,
.page-aside .list-group-item:focus {
  color: #8db600;
  background-color: #f3f7f9;
  border: none;
}
.page-aside .list-group-item:hover > .icon,
.page-aside .list-group-item:focus > .icon {
  color: #8db600;
}
.page-aside .list-group-item.active {
  color: #8db600;
  background-color: transparent;
}
.page-aside .list-group-item.active > .icon {
  color: #8db600;
}
.page-aside .list-group-item.active:hover,
.page-aside .list-group-item.active:focus {
  color: #8db600;
  background-color: #f3f7f9;
  border: none;
}
.page-aside .list-group-item.active:hover > .icon,
.page-aside .list-group-item.active:focus > .icon {
  color: #8db600;
}
.page-aside .list-group.has-actions .list-group-item .item-actions {
  position: absolute;
  top: 6px;
  right: 20px;
  display: none;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon {
  padding-right: 2px;
  padding-left: 2px;
  background-color: transparent;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .btn-icon:hover .icon {
  color: #8db600;
}
.page-aside .list-group.has-actions .list-group-item .item-actions .icon {
  margin: 0;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-right {
  display: none;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions {
  display: block;
}
.page-aside .list-group.has-actions .list-group-item:hover .item-actions .icon {
  color: #b0b5ae;
}
@media (max-width: 1199px) {
  .page-aside {
    width: 220px;
  }
  .page-aside + .page-main {
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  .page-aside {
    position: fixed;
    z-index: 1100;
    width: 0;
    height: -webkit-calc(100% - 66px);
    height:         calc(100% - 66px);
    margin-top: 66px;
    border-color: transparent;
  }
  .page-aside .page-aside-inner {
    height: 100%;
    overflow: auto;
    background-color: white;
    border-right: 1px solid #e4eaec;
    opacity: 0;
  }
  .page-aside.open {
    width: 260px;
  }
  .page-aside.open .page-aside-inner {
    opacity: 1;
  }
  .page-aside.open .page-aside-switch .wb-chevron-right {
    display: none;
  }
  .page-aside.open .page-aside-switch .wb-chevron-left {
    display: inline;
  }
  .page-aside + .page-main {
    margin-left: 0;
  }
  .page-aside-switch {
    display: block;
  }
  .page-aside-switch .wb-chevron-left {
    display: none;
  }
  .site-navbar-collapse-show .page-aside {
    height: -webkit-calc(100% - 132px);
    height:         calc(100% - 132px);
    margin-top: 132px;
  }
}
.site-footer {
  height: 44px;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, .0);
  border-top: 1px solid #e4eaec;
}
.site-footer:before,
.site-footer:after {
  display: table;
  content: " ";
}
.site-footer:after {
  clear: both;
}
.site-footer-actions {
  float: right;
}
.site-footer-right {
  float: right;
}
.site-footer .scroll-to-top {
  color: #b0b5ae;
}
.site-footer .scroll-to-top,
.site-footer .scroll-to-top:hover,
.site-footer .scroll-to-top:active {
  text-decoration: none;
}

.layout-full .page {
  height: 100%;
  padding: 0;
  margin: 0 !important;
  background-color: transparent;
}
.layout-full > .loader {
  margin-left: 0 !important;
}
@media (min-width: 1200px) {

  .layout-boxed,
  .layout-boxed .site-navbar {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
}

.site-print {
  padding-top: 0;
}
.site-print .site-navbar,
.site-print .site-menubar,
.site-print .site-gridmenu,
.site-print .site-footer {
  display: none;
}
.site-print .page {
  margin: 0 !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .before-run .page,
  .before-run .site-footer {
    margin-left: 90px;
  }
  .before-run .site-navbar .navbar-brand {
    float: none;
    text-align: center;
  }
  .before-run .site-navbar .navbar-brand-text {
    display: none;
  }
  .before-run .site-menu {
    overflow: visible;
  }
  .before-run .site-menu-category {
    height: 2px;
    margin: 0;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background: #242f35;
  }
  .before-run .site-menu-category:first-child {
    visibility: hidden;
  }
  .before-run .site-menu > .site-menu-item {
    font-size: 14px;
  }
  .before-run .site-menu > .site-menu-item > a {
    height: 60px;
    line-height: 60px;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-title,
  .before-run .site-menu > .site-menu-item > a .site-menu-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    text-align: center;
    -webkit-transition: visibility .25s, opacity .25s;
         -o-transition: visibility .25s, opacity .25s;
            transition: visibility .25s, opacity .25s;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-arrow {
    visibility: hidden;
    -webkit-transition: visibility 0;
         -o-transition: visibility 0;
            transition: visibility 0;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-title {
    visibility: hidden;
    opacity: 0;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-icon {
    margin-right: 0;
    font-size: 24px;
    visibility: visible;
    opacity: 1;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-badge {
    top: -15px;
    left: 50px;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-label {
    display: none;
  }
  .before-run .site-menu > .site-menu-item.active {
    border-top: none;
    border-bottom: none;
  }
  .before-run .site-menu > .site-menu-item.hover > a .site-menu-icon,
  .before-run .d6d6d6 .site-menu-icon,
  .before-run .site-menu > .site-menu-item.open > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
  }
  .before-run .site-menu > .site-menu-item.hover > a .site-menu-title,
  .before-run .d6d6d6 .site-menu-title,
  .before-run .site-menu > .site-menu-item.open > a .site-menu-title {
    visibility: visible;
    opacity: 1;
  }
  .before-run .site-menu > .site-menu-item.hover > a .site-menu-badge,
  .before-run .d6d6d6 .site-menu-badge,
  .before-run .site-menu > .site-menu-item.open > a .site-menu-badge {
    display: none;
  }
  .before-run .site-menu .site-menu-sub .site-menu-sub {
    display: none;
  }
  .before-run .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .before-run .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
    display: block;
  }
  .before-run .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .before-run .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
  }
  .before-run .site-menu > .site-menu-item > .site-menu-sub {
    position: absolute;
    top: 0;
    left: 90px;
    width: 240px;
    visibility: hidden;
    background: #242f35;
    opacity: 0;
    -webkit-transition: visibility .25s, opacity .25s;
         -o-transition: visibility .25s, opacity .25s;
            transition: visibility .25s, opacity .25s;
  }
  .before-run .site-menu > .site-menu-item > .site-menu-sub-up {
    top: auto;
    bottom: 0;
  }
  .before-run .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
    padding: 0 20px;
  }
  .before-run .site-menu > .site-menu-item.hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
  }
  .before-run .site-menubar {
    width: 90px;
  }
  .before-run .site-menubar-section {
    padding: 30px;
    margin-top: 0;
    border-top: 2px solid #242f35;
    border-bottom: 2px solid #242f35;
  }
  .before-run .site-menubar-section > h4,
  .before-run .site-menubar-section > h5 {
    display: none;
  }
  .before-run .site-gridmenu {
    width: 90px;
  }
  .before-run .site-gridmenu li {
    float: none;
    width: 100%;
  }
  .before-run .site-gridmenu li > a {
    padding: 15px 0;
  }
  .before-run .site-gridmenu-toggle:after {
    display: none;
  }
  .before-run .site-menubar-footer {
    width: 90px;
  }
  .before-run .site-menubar-footer > a {
    display: none;
  }
  .before-run .site-menubar-footer > a.fold-show {
    display: block;
    float: none;
    width: 100%;
  }
  .before-run .site-menu > .site-menu-item:hover > a .site-menu-icon {
    visibility: hidden;
    opacity: 0;
  }
  .before-run .site-menu > .site-menu-item:hover > a .site-menu-title {
    visibility: visible;
    opacity: 1;
  }
  .before-run .site-menu > .site-menu-item:hover > a .site-menu-badge {
    display: none;
  }
  .before-run .site-menu-item:hover > .site-menu-sub {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .before-run .site-navbar .navbar-header {
    width: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .before-run .site-navbar .navbar-container {
    margin-left: 90px;
  }
}
.after-run .site-menubar-fold .page,
.after-run .site-menubar-fold .site-footer {
  margin-left: 90px;
}
@media (min-width: 768px) {
  .after-run .site-menubar-fold .site-navbar .navbar-header {
    width: 90px;
  }
}
@media (min-width: 768px) {
  .after-run .site-menubar-fold .site-navbar .navbar-container {
    margin-left: 90px;
  }
}
.after-run .site-menubar-fold .site-navbar .navbar-brand {
  float: none;
  text-align: center;
}
.after-run .site-menubar-fold .site-navbar .navbar-brand-text {
  display: none;
}
.after-run .site-menubar-fold .site-menu {
  overflow: visible;
}
.after-run .site-menubar-fold .site-menu-category {
  height: 2px;
  margin: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background: #242424;
}
.after-run .site-menubar-fold .site-menu-category:first-child {
  visibility: hidden;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item {
  font-size: 14px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a {
  height: 60px;
  line-height: 60px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title,
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  text-align: center;
  -webkit-transition: visibility .25s, opacity .25s;
       -o-transition: visibility .25s, opacity .25s;
          transition: visibility .25s, opacity .25s;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-arrow {
  visibility: hidden;
  -webkit-transition: visibility 0;
       -o-transition: visibility 0;
          transition: visibility 0;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title {
  visibility: hidden;
  opacity: 0;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon {
  margin-right: 0;
  font-size: 24px;
  visibility: visible;
  opacity: 1;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon.fa{
  line-height: 60px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-badge {
  top: -15px;
  left: 50px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-label {
  display: none;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.active {
  border-top: none;
  border-bottom: none;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-icon,
.after-run .site-menubar-fold .d6d6d6 .site-menu-icon,
.after-run .site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-icon {
  visibility: hidden;
  opacity: 0;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-title,
.after-run .site-menubar-fold .d6d6d6 .site-menu-title,
.after-run .site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-title {
  visibility: visible;
  opacity: 1;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.hover > a .site-menu-badge,
.after-run .site-menubar-fold .d6d6d6 .site-menu-badge,
.after-run .site-menubar-fold .site-menu > .site-menu-item.open > a .site-menu-badge {
  display: none;
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-sub {
  display: none;
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > a .site-menu-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-item.open > .site-menu-sub {
  display: block;
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > a .site-menu-arrow {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.after-run .site-menubar-fold .site-menu .site-menu-sub .site-menu-item:not(.open) > .site-menu-sub {
  display: none;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub {
  position: absolute;
  top: 0;
  left: 90px;
  width: 240px;
  visibility: hidden;
  background: #f8f8f8;
  opacity: 0;
  -webkit-transition: visibility .25s, opacity .25s;
       -o-transition: visibility .25s, opacity .25s;
          transition: visibility .25s, opacity .25s;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub::before{
  display: none;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub-up {
  top: auto;
  bottom: 0;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item > .site-menu-sub .site-menu-item > a {
  padding: 0 20px;
}
.after-run .site-menubar-fold .site-menu > .site-menu-item.hover > .site-menu-sub {
  visibility: visible;
  opacity: 1;
}
.after-run .site-menubar-fold .site-menubar {
  width: 90px;
}
.after-run .site-menubar-fold .site-menubar-section {
  padding: 30px;
  margin-top: 0;
  border-top: 2px solid #242424;
  border-bottom: 2px solid #242424;
}
.after-run .site-menubar-fold .site-menubar-section > h4,
.after-run .site-menubar-fold .site-menubar-section > h5 {
  display: none;
}
.after-run .site-menubar-fold .site-gridmenu {
  width: 90px;
}
.after-run .site-menubar-fold .site-gridmenu li {
  float: none;
  width: 100%;
}
.after-run .site-menubar-fold .site-gridmenu li > a {
  padding: 15px 0;
}
.after-run .site-menubar-fold .site-gridmenu-toggle:after {
  display: none;
}
.after-run .site-menubar-fold .site-menubar-footer {
  width: 90px;
}
.after-run .site-menubar-fold .site-menubar-footer > a {
  display: none;
}
.after-run .site-menubar-fold .site-menubar-footer > a.fold-show {
  display: block;
  float: none;
  width: 100%;
}
.after-run .site-menubar-fold.site-menubar-changing .site-menu > .site-menu-item > .site-menu-sub {
  display: none;
}
@media screen and (max-width: 767px), screen and (min-width: 1200px) {
  .before-run .site-menu-category {
    padding: 0 24px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 46px;
    color: #b0b5ae;
    text-transform: uppercase;
    -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
         -o-transition: all .25s, font .1s .15s, color .1s .15s;
            transition: all .25s, font .1s .15s, color .1s .15s;
  }
  .before-run .site-menu > .site-menu-item > a .site-menu-title {
    font-size: 16px;
  }
  .before-run .site-menu-icon {
    margin-right: 16px;
  }
  .before-run .site-menu .site-menu-sub {
    display: none;
  }
  .before-run .site-menu-item {
    line-height: 36px;
    -webkit-transition: -webkit-transform .1s, all .25s;
         -o-transition:      -o-transform .1s, all .25s;
            transition:         transform .1s, all .25s;
  }
  .before-run .site-menu-item.open > a .site-menu-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .before-run .site-menu-item.open > .site-menu-sub {
    display: block;
  }
  .before-run .site-menu-item:not(.open) > a .site-menu-arrow {
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
  .before-run .site-menu-item:not(.open) > .site-menu-sub {
    display: none;
  }
  .before-run .site-menu > .site-menu-item > a {
    padding: 0 30px;
    line-height: 46px;
  }
  .before-run .site-menu > .site-menu-item .site-menu-title {
    display: inline-block;
    max-width: 140px;
  }
  .before-run .site-menubar {
    width: 260px;
  }
  .before-run .site-gridmenu {
    width: 260px;
  }
  .before-run .site-menubar-footer {
    width: 260px;
  }
  .before-run [data-toggle="menubar"] .hamburger-arrow-left {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .before-run [data-toggle="menubar"] .hamburger-arrow-left:before {
    width: .6em;
    -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
            transform: translate3d(.45em, .1em, 0) rotate(45deg);
  }
  .before-run [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
    border-radius: .2em;
  }
  .before-run [data-toggle="menubar"] .hamburger-arrow-left:after {
    width: .6em;
    -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
            transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
  }
  .before-run .site-menu-item:hover > .site-menu-sub {
    display: block;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .before-run .site-navbar .navbar-header {
    width: 260px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .before-run .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .before-run .page,
  .before-run .site-footer {
    margin-left: 260px;
  }
}
.after-run .site-menubar-unfold .page,
.after-run .site-menubar-unfold .site-footer {
  margin-left: 260px;
}
@media (min-width: 768px) {
  .after-run .site-menubar-unfold .site-navbar .navbar-header {
    width: 260px;
  }
}
@media (min-width: 768px) {
  .after-run .site-menubar-unfold .site-navbar .navbar-container {
    margin-left: 260px;
  }
}
.after-run .site-menubar-unfold .site-menu-category {
  padding: 0 24px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 46px;
  color: #929a90;
  text-transform: uppercase;
  -webkit-transition: all .25s, font .1s .15s, color .1s .15s;
       -o-transition: all .25s, font .1s .15s, color .1s .15s;
          transition: all .25s, font .1s .15s, color .1s .15s;
}
.after-run .site-menubar-unfold .site-menu > .site-menu-item > a .site-menu-title {
  font-size: 16px;
}
.after-run .site-menubar-unfold .site-menu-icon {
  margin-right: 16px;
  color: #c3c3c3;
}
.site-menu > .site-menu-item.open > a > i.site-menu-icon{
  color: #8db600;
}
.after-run .site-menubar-unfold .site-menu .site-menu-sub {
  display: none;
}
.after-run .site-menubar-unfold .site-menu-item {
  line-height: 36px;
  -webkit-transition: -webkit-transform .1s, all .25s;
       -o-transition:      -o-transform .1s, all .25s;
          transition:         transform .1s, all .25s;
}
.after-run .site-menubar-unfold .site-menu-item.open > a .site-menu-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.after-run .site-menubar-unfold .site-menu-item.open > .site-menu-sub {
  display: block;
}
.after-run .site-menubar-unfold .site-menu-item:not(.open) > a .site-menu-arrow {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}
.after-run .site-menubar-unfold .site-menu-item:not(.open) > .site-menu-sub {
  display: none;
}
.after-run .site-menubar-unfold .site-menu > .site-menu-item > a {
  padding: 0 30px;
  line-height: 46px;
}
.after-run .site-menubar-unfold .site-menu > .site-menu-item .site-menu-title {
  display: inline-block;
  max-width: 160px;
}
.after-run .site-menubar-unfold .site-menubar {
  width: 260px;
}
.after-run .site-menubar-unfold .site-gridmenu {
  width: 260px;
}
.after-run .site-menubar-unfold .site-menubar-footer {
  width: 260px;
  display: none;
}
.after-run .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.after-run .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.after-run .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left .hamburger-bar {
  border-radius: .2em;
}
.after-run .site-menubar-unfold [data-toggle="menubar"] .hamburger-arrow-left:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
@media (max-width: 767px) {
  .after-run .site-menubar-unfold .page,
  .after-run .site-menubar-unfold .site-footer {
    margin-left: auto;
  }
  .after-run .site-menubar-open .page,
  .after-run .site-menubar-open .site-footer {
    -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
  }
  .after-run .site-menubar-changing .page,
  .after-run .site-menubar-changing .site-footer {
    -webkit-transition: -webkit-transform .25s;
         -o-transition:      -o-transform .25s;
            transition:         transform .25s;
  }
  .after-run .site-gridmenu {
    width: 100% !important;
    background: rgba(38, 50, 56, .9);
  }
  .site-menubar-hide .site-menubar,
  .site-menubar-open .site-menubar {
    -webkit-transition: -webkit-transform .25s, top .35s, height .35s;
         -o-transition:      -o-transform .25s, top .35s, height .35s;
            transition:         transform .25s, top .35s, height .35s;
  }
  .site-menubar-open .site-menubar {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767px) {
  .site-navbar-collapsing {
    -webkit-transition: padding-top .35s;
         -o-transition: padding-top .35s;
            transition: padding-top .35s;
  }
  body.site-navbar-collapse-show {
    /*padding-top: 132px;*/
  }
}
@media (max-width: 767px) {
  .site-navbar .brand {
    display: none;
  }
  .site-navbar .brand-mobile {
    display: block;
  }
  .site-menubar {
    top: 66px;
    height: -webkit-calc(100% - 66px);
    height:         calc(100% - 66px);
    -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
            transform: translate3d(-260px, 0, 0);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .site-navbar-collapse-show .site-menubar {
    top: 132px;
    height: -webkit-calc(100% - 132px);
    height:         calc(100% - 132px);
  }
  .site-menubar-footer {
    visibility: hidden;
  }
  .site-menubar-open .site-menubar-footer {
    visibility: visible;
  }
  body.site-menubar-open {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .site-menubar-flipped .navbar-header {
    float: right;
  }
}
.site-menubar-flipped .site-menubar,
.site-menubar-flipped .site-menubar-footer {
  right: 0;
  left: auto;
}
.site-menubar-flipped .site-gridmenu {
  right: 0;
  left: auto;
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:before,
.site-menubar-flipped .hamburger-arrow-left.unfolded:before {
  -webkit-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
      -ms-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
       -o-transform: translateX(-.1em) translateY(.1em) rotate(135deg);
          transform: translateX(-.1em) translateY(.1em) rotate(135deg);
}
.site-menubar-flipped .hamburger-arrow-left.collapsed:after,
.site-menubar-flipped .hamburger-arrow-left.unfolded:after {
  -webkit-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
      -ms-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
       -o-transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
          transform: translateX(-.1em) translateY(-.1em) rotate(45deg);
}
@media screen and (max-width: 767px) and (min-width: 768px), screen and (min-width: 1200px) and (min-width: 768px) {
  .before-run .site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 260px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .before-run .site-menubar-flipped .page,
  .before-run .site-menubar-flipped .site-footer {
    margin-right: 260px;
    margin-left: 0;
  }
}
.after-run .site-menubar-unfold.site-menubar-flipped .page,
.after-run .site-menubar-unfold.site-menubar-flipped .site-footer {
  margin-right: 260px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .after-run .site-menubar-unfold.site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 260px;
    margin-left: 0;
  }
  body {
    padding-top: 66px;
  }
}
@media (max-width: 767px) {
  .after-run .site-menubar-flipped.site-menubar-unfold .page,
  .after-run .site-menubar-flipped.site-menubar-unfold .site-footer {
    margin-right: auto;
    margin-left: 0;
  }
  .after-run .site-menubar-flipped.site-menubar-open .page,
  .after-run .site-menubar-flipped.site-menubar-open .site-footer {
    -webkit-transform: translate3d(-260px, 0, 0);
        -ms-transform: translate(-260px, 0);
        -ms-transform: translate3d(-260px, 0, 0);
            transform: translate3d(-260px, 0, 0);
  }
  .after-run .site-menubar-flipped.site-menubar-open .site-menubar {
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .before-run .site-menubar-flipped .page,
  .before-run .site-menubar-flipped .site-footer {
    margin-right: 90px;
    margin-left: 0;
  }
  .before-run .site-menubar-flipped .site-menu > .site-menu-item > .site-menu-sub {
    right: 90px;
    left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) {
  .before-run .site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 90px;
    margin-left: 0;
  }
}
.after-run .site-menubar-fold.site-menubar-flipped .page,
.after-run .site-menubar-fold.site-menubar-flipped .site-footer {
  margin-right: 90px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .after-run .site-menubar-fold.site-menubar-flipped .site-navbar .navbar-container {
    margin-right: 90px;
    margin-left: 0;
  }
}
.after-run .site-menubar-fold.site-menubar-flipped .site-menu > .site-menu-item > .site-menu-sub {
  right: 90px;
  left: auto;
}
@media (max-width: 767px) {
  .site-menubar-flipped .site-menubar {
    -webkit-transform: translate3d(260px, 0, 0);
        -ms-transform: translate(260px, 0);
        -ms-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
  }
}
.radio-custom,
.checkbox-custom {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio-custom label,
.checkbox-custom label {
  min-height: 22px;
  margin-bottom: 0;
  font-weight: 300;
  cursor: pointer;
}
.radio-custom input[type="radio"],
.checkbox-custom input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio-custom.disabled label,
.checkbox-custom.disabled label,
fieldset[disabled] .radio-custom label,
fieldset[disabled] .checkbox-custom label {
  cursor: not-allowed;
}
.input-group-addon .radio-custom,
.input-group-addon .checkbox-custom {
  margin: 0;
}
.checkbox-custom {
  padding-left: 20px;
}
.checkbox-custom label {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
.checkbox-custom label:empty {
  padding-left: 0;
}
.checkbox-custom label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -20px;
  content: "";
  background-color: #fff;
  border: 1px solid #e4eaec;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out 0s;
       -o-transition: all .3s ease-in-out 0s;
          transition: all .3s ease-in-out 0s;
}
.checkbox-custom label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 1px;
  margin-left: -20px;
  font-size: 12px;
  line-height: 20px;
  color: #b0b5ae;
  text-align: center;
}
.checkbox-custom input[type="checkbox"],
.checkbox-custom input[type="radio"] {
  z-index: 1;
  opacity: 0;
}
.checkbox-custom input[type="checkbox"]:focus + label::before,
.checkbox-custom input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox-custom input[type="checkbox"]:checked + label::before,
.checkbox-custom input[type="radio"]:checked + label::before {
  border-color: #e4eaec;
  border-width: 10px;
  -webkit-transition: all 300ms ease-in-out 0s;
       -o-transition: all 300ms ease-in-out 0s;
          transition: all 300ms ease-in-out 0s;
}
.checkbox-custom input[type="checkbox"]:checked + label::after,
.checkbox-custom input[type="radio"]:checked + label::after {
  font-family: "Web Icons";
  content: "\f192";
}
.checkbox-custom input[type="checkbox"]:disabled + label,
.checkbox-custom input[type="radio"]:disabled + label {
  opacity: .65;
}
.checkbox-custom input[type="checkbox"]:disabled + label::before,
.checkbox-custom input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
  background-color: #f3f7f9;
  border-color: #e4eaec;
  border-width: 1px;
}
.checkbox-custom.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox-custom.checkbox-inline {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
.checkbox-default input[type="checkbox"]:checked + label::before,
.checkbox-default input[type="radio"]:checked + label::before {
  background-color: #fff;
  border-color: #e4eaec;
  border-width: 1px;
}
.checkbox-default input[type="checkbox"]:checked + label::after,
.checkbox-default input[type="radio"]:checked + label::after {
  color: #8db600;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #8db600;
  border-color: #8db600;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #f96868;
  border-color: #f96868;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f2a654;
  border-color: #f2a654;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #46be8a;
  border-color: #46be8a;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-sm {
  padding-left: 18px;
}
.checkbox-sm label {
  padding-left: 8px;
}
.checkbox-sm label:empty {
  padding-left: 0;
}
.checkbox-sm label::before,
.checkbox-sm label::after {
  width: 18px;
  height: 18px;
  margin-left: -18px;
}
.checkbox-sm label::after {
  font-size: 10px;
  line-height: 18px;
}
.checkbox-sm input[type="checkbox"]:checked + label::before,
.checkbox-sm input[type="radio"]:checked + label::before {
  border-width: 9px;
}
.checkbox-lg {
  padding-left: 24px;
}
.checkbox-lg label {
  padding-left: 12px;
}
.checkbox-lg label:empty {
  padding-left: 0;
}
.checkbox-lg label::before,
.checkbox-lg label::after {
  width: 24px;
  height: 24px;
  margin-left: -24px;
}
.checkbox-lg label::after {
  font-size: 14px;
  line-height: 24px;
}
.checkbox-lg input[type="checkbox"]:checked + label::before,
.checkbox-lg input[type="radio"]:checked + label::before {
  border-width: 12px;
}
@media (min-width: 768px) {

  .form-inline .radio-custom,
  .form-inline .checkbox-custom {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio-custom label,
  .form-inline .checkbox-custom label {
    padding-left: 0;
  }
  .form-inline .radio-custom input[type="radio"],
  .form-inline .checkbox-custom input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .checkbox-custom label {
    padding-left: 10px;
  }
  .form-inline .checkbox-custom input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
  }
}

.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio-custom,
.form-horizontal .checkbox-custom {
  min-height: 29px;
}

.form-material .form-control {
  padding: 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center bottom, center -webkit-calc(100% - 1px);
  background-position: center bottom, center calc(100% - 1px);
  -webkit-background-size: 0 2px, 100% 1px;
          background-size: 0 2px, 100% 1px;
  -webkit-transition: background 0s ease-out;
       -o-transition: background 0s ease-out;
          transition: background 0s ease-out;
}
.form-material .form-control,
.form-material .form-control:focus,
.form-material .form-control.focus {
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8db600), to(#8db600)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#8db600, #8db600), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#8db600, #8db600), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#8db600, #8db600), linear-gradient(#e4eaec, #e4eaec);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.no-cssgradients .form-material .form-control {
  border-bottom: 2px solid #e4eaec;
}
.form-material .form-control::-webkit-input-placeholder {
  color: #a3afb7;
}
.form-material .form-control::-moz-placeholder {
  color: #a3afb7;
}
.form-material .form-control:-ms-input-placeholder {
  color: #a3afb7;
}
.form-material .form-control:disabled::-webkit-input-placeholder {
  color: #ccd5db;
}
.form-material .form-control:disabled::-moz-placeholder {
  color: #ccd5db;
}
.form-material .form-control:disabled:-ms-input-placeholder {
  color: #ccd5db;
}
.form-material .form-control:focus,
.form-material .form-control.focus {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
  outline: none;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}
.no-cssgradients .form-material .form-control:focus,
.no-cssgradients .form-material .form-control.focus {
  background: transparent;
  border-bottom: 2px solid #8db600;
}
.form-material .form-control:disabled,
.form-material .form-control[disabled],
fieldset[disabled] .form-material .form-control {
  background: transparent;
  background: rgba(0, 0, 0, 0);
  border-bottom: 1px dashed #ccd5db;
}
.form-material .form-control:disabled ~ .floating-label,
.form-material .form-control[disabled] ~ .floating-label,
fieldset[disabled] .form-material .form-control ~ .floating-label {
  color: #ccd5db;
}

.form-material .form-control ~ .floating-label {
  top: 7.99999998px;
  font-size: 14px;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
  top: -11.2px;
  font-size: 11.2px;
}

.form-material .form-control.input-sm:focus ~ .floating-label,
.form-material .form-control.input-sm.focus ~ .floating-label,
.form-material .form-control.input-sm:not(.empty) ~ .floating-label {
  top: -9.6px;
  font-size: 9.6px;
}

.form-material .form-control.input-lg:focus ~ .floating-label,
.form-material .form-control.input-lg.focus ~ .floating-label,
.form-material .form-control.input-lg:not(.empty) ~ .floating-label {
  top: -14.4px;
  font-size: 14.4px;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label,
.form-material .form-control:not(.empty) ~ .floating-label {
  font-weight: 500;
}
.form-material .form-control:focus ~ .floating-label,
.form-material .form-control.focus ~ .floating-label {
  color: #8db600;
}
.form-material textarea.form-control {
  padding-bottom: 6px;
  resize: none;
}
.form-material.floating textarea.form-control {
  padding-top: 6px;
}
.form-material select.form-control {
  border: 0;
  border-radius: 0;
}

.form-material .form-control:focus ~ .hint,
.form-material .form-control.focus ~ .hint {
  display: block;
}
.form-material .form-control:not(.empty):invalid ~ .floating-label,
.form-material .form-control.focus:invalid ~ .floating-label {
  color: #f96868;
}
.form-material .form-control:invalid {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}
.form-material.form-group.has-warning .form-control:focus,
.form-material.form-group.has-warning .form-control.focus,
.form-material.form-group.has-warning .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2a654), to(#f2a654)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f2a654, #f2a654), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f2a654, #f2a654), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f2a654, #f2a654), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-warning .form-control:focus,
.no-cssgradients .form-material.form-group.has-warning .form-control.focus,
.no-cssgradients .form-material.form-group.has-warning .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #f2a654;
}
.form-material.form-group.has-warning .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}

.form-material.form-group.has-warning .form-control:focus ~ .floating-label,
.form-material.form-group.has-warning .form-control.focus ~ .floating-label,
.form-material.form-group.has-warning .form-control:not(.empty) ~ .floating-label {
  color: #f2a654;
}
.form-material.form-group.has-error .form-control:focus,
.form-material.form-group.has-error .form-control.focus,
.form-material.form-group.has-error .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f96868), to(#f96868)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#f96868, #f96868), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#f96868, #f96868), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#f96868, #f96868), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-error .form-control:focus,
.no-cssgradients .form-material.form-group.has-error .form-control.focus,
.no-cssgradients .form-material.form-group.has-error .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #f96868;
}
.form-material.form-group.has-error .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-error .control-label {
  color: #f96868;
}
.form-material.form-group.has-error .form-control:focus ~ .floating-label,
.form-material.form-group.has-error .form-control.focus ~ .floating-label,
.form-material.form-group.has-error .form-control:not(.empty) ~ .floating-label {
  color: #f96868;
}
.form-material.form-group.has-success .form-control:focus,
.form-material.form-group.has-success .form-control.focus,
.form-material.form-group.has-success .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#46be8a), to(#46be8a)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#46be8a, #46be8a), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#46be8a, #46be8a), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#46be8a, #46be8a), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-success .form-control:focus,
.no-cssgradients .form-material.form-group.has-success .form-control.focus,
.no-cssgradients .form-material.form-group.has-success .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #46be8a;
}
.form-material.form-group.has-success .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}
.form-material.form-group.has-success .control-label {
  color: #46be8a;
}
.form-material.form-group.has-success .form-control:focus ~ .floating-label,
.form-material.form-group.has-success .form-control.focus ~ .floating-label,
.form-material.form-group.has-success .form-control:not(.empty) ~ .floating-label {
  color: #46be8a;
}
.form-material.form-group.has-info .form-control:focus,
.form-material.form-group.has-info .form-control.focus,
.form-material.form-group.has-info .form-control:not(.empty) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#57c7d4), to(#57c7d4)), -webkit-gradient(linear, left top, left bottom, from(#e4eaec), to(#e4eaec));
  background-image: -webkit-linear-gradient(#57c7d4, #57c7d4), -webkit-linear-gradient(#e4eaec, #e4eaec);
  background-image:      -o-linear-gradient(#57c7d4, #57c7d4), -o-linear-gradient(#e4eaec, #e4eaec);
  background-image:         linear-gradient(#57c7d4, #57c7d4), linear-gradient(#e4eaec, #e4eaec);
}
.no-cssgradients .form-material.form-group.has-info .form-control:focus,
.no-cssgradients .form-material.form-group.has-info .form-control.focus,
.no-cssgradients .form-material.form-group.has-info .form-control:not(.empty) {
  background: transparent;
  border-bottom: 2px solid #57c7d4;
}
.form-material.form-group.has-info .form-control:not(.empty) {
  -webkit-background-size: 100% 2px, 100% 1px;
          background-size: 100% 2px, 100% 1px;
}

.form-material.form-group.has-info .form-control:focus ~ .floating-label,
.form-material.form-group.has-info .form-control.focus ~ .floating-label,
.form-material.form-group.has-info .form-control:not(.empty) ~ .floating-label {
  color: #57c7d4;
}

.form-material .input-group .form-control-wrap .form-control {
  float: none;
}

.form-material .input-group .input-group-btn .btn {
  margin: 0;
  border-radius: 4px;
}

.loader {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 40px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
}
.loader.loader-default {
  width: 1em;
  height: 1em;
  background-color: #a3afb7;
  border-radius: 100%;
  -webkit-animation: loader-default 1s infinite ease-in-out;
       -o-animation: loader-default 1s infinite ease-in-out;
          animation: loader-default 1s infinite ease-in-out;
}

.side-panel-loading,
body > .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
}
.site-menubar-unfold > .loader {
  margin-left: 130px;
}
.site-menubar-fold > .loader {
  margin-left: 45px;
}
.site-menubar-hide.site-menubar-unfold > .loader {
  margin-left: 0;
}
@-webkit-keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-default {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    -webkit-box-shadow: 0 0 #a3afb7;
            box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    -webkit-box-shadow: 0 -.25em #a3afb7;
            box-shadow: 0 -.25em #a3afb7;
  }
}
@-o-keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    box-shadow: 0 -.25em #a3afb7;
  }
}
@keyframes default-grill {
  0%,
  80%,
  100% {
    height: 1em;
    -webkit-box-shadow: 0 0 #a3afb7;
            box-shadow: 0 0 #a3afb7;
  }
  40% {
    height: 1.2em;
    -webkit-box-shadow: 0 -.25em #a3afb7;
            box-shadow: 0 -.25em #a3afb7;
  }
}
@-webkit-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-circle {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-round-circle {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@-o-keyframes loader-round-circle {
  0%,
  100% {
    box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@keyframes loader-round-circle {
  0%,
  100% {
    -webkit-box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 .2em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 .2em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 0 #a3afb7, 3em 0 0 .2em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 0 #a3afb7, 2em 2em 0 .2em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 -.5em #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 0 #a3afb7, 0 3em 0 .2em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 -.5em #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 0 #a3afb7, -2em 2em 0 .2em #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 -.5em #a3afb7;
  }
  75% {
    -webkit-box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
            box-shadow: 0 -3em 0 -.5em #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 .2em #a3afb7, -2em -2em 0 0 #a3afb7;
  }
  87.5% {
    -webkit-box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
            box-shadow: 0 -3em 0 0 #a3afb7, 2em -2em 0 -.5em #a3afb7, 3em 0 0 -.5em #a3afb7, 2em 2em 0 -.5em #a3afb7, 0 3em 0 -.5em #a3afb7, -2em 2em 0 0 #a3afb7, -3em 0 0 0 #a3afb7, -2em -2em 0 .2em #a3afb7;
  }
}
@-webkit-keyframes loader-tadpole {
  0% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-tadpole {
  0% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-tadpole {
  0% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  5%,
  95% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
  }
  10%,
  59% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.087em -.825em 0 -.42em #a3afb7, -.173em -.812em 0 -.44em #a3afb7, -.256em -.789em 0 -.46em #a3afb7, -.297em -.775em 0 -.477em #a3afb7;
  }
  20% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.338em -.758em 0 -.42em #a3afb7, -.555em -.617em 0 -.44em #a3afb7, -.671em -.488em 0 -.46em #a3afb7, -.749em -.34em 0 -.477em #a3afb7;
  }
  38% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, -.377em -.74em 0 -.42em #a3afb7, -.645em -.522em 0 -.44em #a3afb7, -.775em -.297em 0 -.46em #a3afb7, -.82em -.09em 0 -.477em #a3afb7;
  }
  100% {
    -webkit-box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
            box-shadow: 0 -.83em 0 -.4em #a3afb7, 0 -.83em 0 -.42em #a3afb7, 0 -.83em 0 -.44em #a3afb7, 0 -.83em 0 -.46em #a3afb7, 0 -.83em 0 -.477em #a3afb7;
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
            box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    -webkit-box-shadow: 0 .625em 0 0 #a3afb7;
            box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@-o-keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@keyframes loader-ellipsis {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 .625em 0 -.325em #a3afb7;
            box-shadow: 0 .625em 0 -.325em #a3afb7;
  }
  40% {
    -webkit-box-shadow: 0 .625em 0 0 #a3afb7;
            box-shadow: 0 .625em 0 0 #a3afb7;
  }
}
@-webkit-keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-dot-rotate {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-dot-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes loader-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
[class*=animation-] {
  -webkit-animation-duration: .5s;
       -o-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
       -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;

  -webkit-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-hover:not(:hover),
.animation-hover:not(:hover) [class*=animation-],
.touch .animation-hover:not(.hover),
.touch .animation-hover:not(.hover) [class*=animation-] {
  -webkit-animation-name: none;
       -o-animation-name: none;
          animation-name: none;
}

.animation-scale-up {
  -webkit-animation-name: fade-scale-02;
       -o-animation-name: fade-scale-02;
          animation-name: fade-scale-02;
}

.animation-slide-bottom {
  -webkit-animation-name: slide-bottom;
       -o-animation-name: slide-bottom;
          animation-name: slide-bottom;
}

.animation-delay-100 {
  -webkit-animation-delay: 100ms;
       -o-animation-delay: 100ms;
          animation-delay: 100ms;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes scale-12 {
  0% {
    -o-transform: scale(1.2);
       transform: scale(1.2);
  }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes scale-12 {
  0% {
    -webkit-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2);
            transform: scale(.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -o-transform: scale(.2);
       transform: scale(.2);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2);
         -o-transform: scale(.2);
            transform: scale(.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-o-keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
       transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1);
  }
}
@keyframes fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
         -o-transform: scale(1.8);
            transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
       transform: translateX(0);
  }
  10% {
    -o-transform: translateX(-9px);
       transform: translateX(-9px);
  }
  20% {
    -o-transform: translateX(8px);
       transform: translateX(8px);
  }
  30% {
    -o-transform: translateX(-7px);
       transform: translateX(-7px);
  }
  40% {
    -o-transform: translateX(6px);
       transform: translateX(6px);
  }
  50% {
    -o-transform: translateX(-5px);
       transform: translateX(-5px);
  }
  60% {
    -o-transform: translateX(4px);
       transform: translateX(4px);
  }
  70% {
    -o-transform: translateX(-3px);
       transform: translateX(-3px);
  }
  80% {
    -o-transform: translateX(2px);
       transform: translateX(2px);
  }
  90% {
    -o-transform: translateX(-1px);
       transform: translateX(-1px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
         -o-transform: translateX(-9px);
            transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
         -o-transform: translateX(8px);
            transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
         -o-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
         -o-transform: translateX(6px);
            transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
         -o-transform: translateX(4px);
            transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
         -o-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
         -o-transform: translateX(2px);
            transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
         -o-transform: translateX(-1px);
            transform: translateX(-1px);
  }
}

.red-600, .red {
  color: #f96868 !important;
}

.cyan-600 {
  color: #57c7d4 !important;
}

.green-600 {
  color: #46be8a !important;
}

.orange-600 {
  color: #f2a654 !important;
}

.hlbs-grey-400 {
  color: #b0b5ae !important;
}

.hlbs-grey-700 {
  color: #333 !important;
}

.bg-hlbs-600 {
  background-color: #8db600 !important;
}

.bg-grey-200 {
  background-color: #f9f9f9 !important;
}

.black {
  color: #000 !important;
}
.white {
  color: #fff !important;
}
.bg-white {
  color: #b0b5ae;
  background-color: #fff;
}
.bg-dark{
  background-color: #343a40 !important;
}

.social-facebook:active,
.social-facebook.active {
  color: #fff;
  background-color: #8db600 !important;
}

.social-twitter:active,
.social-twitter.active {
  color: #fff;
  background-color: #2795e9 !important;
}

.social-google-plus:active,
.social-google-plus.active {
  color: #fff;
  background-color: #c23321 !important;
}

.social-linkedin:active,
.social-linkedin.active {
  color: #fff;
  background-color: #075683 !important;
}

.social-flickr:active,
.social-flickr.active {
  color: #fff;
  background-color: #cc006a !important;
}

.social-tumblr:active,
.social-tumblr.active {
  color: #fff;
  background-color: #222d3c !important;
}

.social-xing:active,
.social-xing.active {
  color: #fff;
  background-color: #011b1b !important;
}

.social-github:active,
.social-github.active {
  color: #fff;
  background-color: #3269a0 !important;
}

.social-html5:active,
.social-html5.active {
  color: #fff;
  background-color: #bf3c18 !important;
}

.social-openid:active,
.social-openid.active {
  color: #fff;
  background-color: #e26309 !important;
}

.social-stack-overflow:active,
.social-stack-overflow.active {
  color: #fff;
  background-color: #c55601 !important;
}

.social-css3:active,
.social-css3.active {
  color: #fff;
  background-color: #105588 !important;
}

.social-youtube:active,
.social-youtube.active {
  color: #fff;
  background-color: #850d11 !important;
}

.social-dribbble:active,
.social-dribbble.active {
  color: #fff;
  background-color: #981b4b !important;
}

.social-instagram:active,
.social-instagram.active {
  color: #fff;
  background-color: #305777 !important;
}

.social-pinterest:active,
.social-pinterest.active {
  color: #fff;
  background-color: #a01a1f !important;
}

.social-vk:active,
.social-vk.active {
  color: #fff;
  background-color: #2c415b !important;
}

.social-yahoo:active,
.social-yahoo.active {
  color: #fff;
  background-color: #1f0145 !important;
}

.social-behance:active,
.social-behance.active {
  color: #fff;
  background-color: #0050e3 !important;
}

.social-dropbox:active,
.social-dropbox.active {
  color: #fff;
  background-color: #0062b2 !important;
}

.social-reddit:active,
.social-reddit.active {
  color: #fff;
  background-color: #cc3700 !important;
}

.social-spotify:active,
.social-spotify.active {
  color: #fff;
  background-color: #588500 !important;
}

.social-vine:active,
.social-vine.active {
  color: #fff;
  background-color: #008161 !important;
}

.social-foursquare:active,
.social-foursquare.active {
  color: #fff;
  background-color: #0992af !important;
}

.social-vimeo:active,
.social-vimeo.active {
  color: #fff;
  background-color: #1295bf !important;
}

.social-skype:active,
.social-skype.active {
  color: #fff;
  background-color: #45a3fc !important;
}

.social-evernote:active,
.social-evernote.active {
  color: #fff;
  background-color: #369c71 !important;
}

a:focus {
  outline: none;
}
.blocks,
[class*="blocks-"] {
  padding: 0;
  margin: 0;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
}
.blocks:before,
[class*="blocks-"]:before,
.blocks:after,
[class*="blocks-"]:after {
  display: table;
  content: " ";
}
.blocks:after,
[class*="blocks-"]:after {
  clear: both;
}
.blocks > li,
[class*="blocks-"] > li {
  position: relative;
  float: left;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 22px;
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1600px) {
}

.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  vertical-align: bottom;
  border-radius: 1000px;
}
.avatar i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.avatar-100 {
  width: 100px;
}

.avatar-150 {
  width: 150px;
}

.avatar-200 {
  width: 200px;
}

.avatar-sm {
  width: 30px;
}
.avatar-sm i {
  width: 8px;
  height: 8px;
}

.status {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.icon {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);

  text-rendering: auto;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon.pull-left {
  margin-right: .3em;
}

.icon-color.active,
.icon-color:active {
  color: #333;
}

.icon-color-alt.active,
.icon-color-alt:active {
  color: #333;
}
:root-rotate-90,
:root-rotate-180,
:root-rotate-270,
:root-flip-horizontal,
:root-flip-vertical {
          filter: none;

  -webkit-filter: none;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-o-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
         -o-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@-o-keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
         -o-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
@keyframes icon-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
         -o-transform: rotate(-359deg);
            transform: rotate(-359deg);
  }
}
.hamburger {
  font-size: 20px;
  vertical-align: middle;
}
.hamburger,
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  -webkit-transition: -webkit-transform .2s ease-in-out;
       -o-transition:      -o-transform .2s ease-in-out;
          transition:         transform .2s ease-in-out;
}
.hamburger:before,
.hamburger:after {
  content: "";
}
.hamburger:before,
.hamburger .hamburger-bar,
.hamburger:after {
  display: block;
  width: 1em;
  height: .1em;
  margin: 0;
  background: #b0b5ae;
  border-radius: 1px;
}
.navbar-default .hamburger:before,
.navbar-default .hamburger .hamburger-bar,
.navbar-default .hamburger:after {
  background: #333;
}
.navbar-inverse .hamburger:before,
.navbar-inverse .hamburger .hamburger-bar,
.navbar-inverse .hamburger:after {
  background: #fff;
}
.hamburger .hamburger-bar {
  margin: .2em 0;
}
.hamburger-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close .hamburger-bar {
  opacity: 0;
}
.hamburger-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 8%;
      -ms-transform-origin: 8%;
       -o-transform-origin: 8%;
          transform-origin: 8%;
}
.hamburger-close.hided:before,
.hamburger-close.collapsed:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-close.hided .hamburger-bar,
.hamburger-close.collapsed .hamburger-bar {
  opacity: 1;
}
.hamburger-close.hided:after,
.hamburger-close.collapsed:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
}
.hamburger-arrow-left.collapsed {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-arrow-left.collapsed:before {
  width: .6em;
  -webkit-transform: translate3d(.45em, .1em, 0) rotate(45deg);
          transform: translate3d(.45em, .1em, 0) rotate(45deg);
}
.hamburger-arrow-left.collapsed .hamburger-bar {
  border-radius: .2em;
}
.hamburger-arrow-left.collapsed:after {
  width: .6em;
  -webkit-transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
          transform: translate3d(.45em, -.1em, 0) rotate(-45deg);
}
.counter {
  text-align: center;
}
.counter > .counter-number,
.counter .counter-number-group {
  font-size: 20px;
  color: #333;
}
.counter-label {
  display: block;
}

.counter-number-group .counter-number-related + .counter-number,
.counter-number-group .counter-number + .counter-number-related {
  margin-left: 5px;
}
.counter-lg > .counter-number,
.counter-lg .counter-number-group {
  font-size: 40px;
}

.counter-inverse {
  color: #fff;
}
.counter-inverse > .counter-number,
.counter-inverse .counter-number-group {
  color: #fff;
}

.widget {
  position: relative;
  margin-bottom: 22px;
}

.widget-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.widget-radius {
  border-radius: 3px;
}

.widget-actions a.icon,
.widget-actions a .icon {
  text-decoration: none;
}
.widget-actions a.icon + span,
.widget-actions a .icon + span {
  margin-left: 2px;
}
.widget-actions a.active,
.widget-actions a:hover,
.widget-actions a:focus {
  color: #ccd5db;
  text-decoration: none;
}
@media (max-width: 767px) {
}

.panel-group .panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-group .panel-title {
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
}
.panel-group .panel-title:before,
.panel-group .panel-title:after {
  position: absolute;
  top: 15px;
  right: 20px;
  font-family: "Web Icons";
  -webkit-transition: all 300ms linear 0s;
       -o-transition: all 300ms linear 0s;
          transition: all 300ms linear 0s;
}
.panel-group .panel-title:before {
  content: "\f197";
}
.panel-group .panel-title:after {
  content: "\f199";
}
.panel-group .panel-title[aria-expanded="false"]:before {
  opacity: .4;
}
.panel-group .panel-title[aria-expanded="false"]:after {
  opacity: 0;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.panel-group .panel-title[aria-expanded="true"]:before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.panel-group .panel-title[aria-expanded="true"]:after {
  opacity: 1;
}
.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
  color: #b0b5ae;
  text-decoration: none;
}
.panel-group .panel-title:focus {
  outline: none;
}
.panel-group .panel-heading + .panel-collapse {
  margin: 0;
}
.panel-group .panel-collapse .panel-body {
  padding: 15px 20px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel-group-continuous .panel {
  border-radius: 0;
}
.panel-group-continuous .panel:first-child {
  border-radius: 4px 4px 0 0;
}
.panel-group-continuous .panel:last-child {
  border-radius: 0 0 4px 4px;
}
.panel-group-continuous .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #e4eaec;
}
.panel-group-simple .panel {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel-group-simple .panel-title {
  padding-bottom: 10px;
  padding-left: 0;
}
.panel-group-simple .panel-title:before,
.panel-group-simple .panel-title:after {
  right: 5px;
}
.panel-group-simple .panel-collapse .panel-body {
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
}
.panel-group-simple .panel + .panel {
  margin-top: 0;
}
.cover {
  overflow: hidden;
}

.overlay > :first-child,
.overlay .overlay-figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
/* Sub-object `overlay-panel`
 ========================================================================== */

.overlay-icon .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
/* Sub-object `overlay-anchor`
 ========================================================================== */

[class*='overlay-slide'] {
  opacity: 0;
}
/* Top */

.comments .comment {
  border: none;
  border-bottom: 1px solid #e4eaec;
}
.comments .comment .comment:first-child {
  border-top: 1px solid #e4eaec;
}
.comments .comment .comment:last-child {
  border-bottom: none;
}
.comment {
  padding: 20px 0;
  margin: 0;
}
.comment .comment {
  padding-bottom: 20px;
  margin-top: 20px;
}
.comment .comment:last-child {
  padding-bottom: 0;
}

.comment-actions a.icon {
  text-decoration: none;
}

.comment-reply .form-group:last-child {
  margin-bottom: 0;
}

.steps.row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}
.step {
  position: relative;
  padding: 12px 20px;
  margin: 0;
  font-size: inherit;
  color: #a3afb7;
  vertical-align: top;
  background-color: #f3f7f9;
  border-radius: 0;
}

.steps-vertical .step {
  display: block;
  padding: 18px 20px;
}
.steps-vertical .step[class*="col-"] {
  float: none;
  width: 100%;
}
.step.current {
  color: #fff;
  background-color: #8db600;
}
.step.current .step-title {
  color: #fff;
}
.step.current .step-number {
  color: #8db600;
  background-color: #fff;
}
.step.disabled {
  color: #ccd5db;
  pointer-events: none;
  cursor: auto;
}
.step.disabled .step-title {
  color: #ccd5db;
}
.step.disabled .step-number {
  background-color: #ccd5db;
}
.step.error {
  color: #fff;
  background-color: #f96868;
}
.step.error .step-title {
  color: #fff;
}
.step.error .step-number {
  color: #f96868;
  background-color: #fff;
}
.step.done {
  color: #fff;
  background-color: #46be8a;
}
.step.done .step-title {
  color: #fff;
}
.step.done .step-number {
  color: #46be8a;
  background-color: #fff;
}
.steps-lg .step {
  padding: 20px 20px;
  font-size: 16px;
}

.steps-sm .step {
  font-size: 12px;
}

.steps-xs .step {
  font-size: 10px;
}

.pearls.row {
  display: block;
}

.pearl.current:before,
.pearl.current:after {
  background-color: #8db600;
}
.pearl.current .pearl-number,
.pearl.current .pearl-icon {
  color: #8db600;
  background-color: #fff;
  border-color: #8db600;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}
.pearl.disabled {
  pointer-events: none;
  cursor: auto;
}
.pearl.disabled:before,
.pearl.disabled:after {
  background-color: #f3f7f9;
}
.pearl.disabled .pearl-number,
.pearl.disabled .pearl-icon {
  color: #fff;
  background-color: #ccd5db;
  border-color: #ccd5db;
}
.pearl.error:before {
  background-color: #8db600;
}
.pearl.error:after {
  background-color: #f3f7f9;
}
.pearl.error .pearl-number,
.pearl.error .pearl-icon {
  color: #f96868;
  background-color: #fff;
  border-color: #f96868;
}
.pearl.done:before,
.pearl.done:after {
  background-color: #8db600;
}
.pearl.done .pearl-number,
.pearl.done .pearl-icon {
  color: #fff;
  background-color: #8db600;
  border-color: #8db600;
}
@media screen and (max-width: 767px) {
}

.timeline-footer .icon {
  margin-right: .3em;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) {
}

.testimonial.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.testimonial.carousel .testimonial-item {
  position: relative;
  display: none;
  width: 100%;
  padding: 10px;
  -webkit-transition: left .6s ease-in-out 0s;
       -o-transition: left .6s ease-in-out 0s;
          transition: left .6s ease-in-out 0s;
}
.testimonial.carousel .testimonial-item.active,
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
  display: block;
}
.testimonial.carousel .testimonial-item.next,
.testimonial.carousel .testimonial-item.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.testimonial.carousel .testimonial-item.next {
  left: 100%;
}
.testimonial.carousel .testimonial-item.prev {
  left: -100%;
}
.testimonial.carousel .testimonial-item.next.left,
.testimonial.carousel .testimonial-item.prev.right {
  left: 0;
}
.testimonial.carousel .testimonial-item.active {
  left: 0;
}
.testimonial.carousel .testimonial-item.active.left {
  left: -100%;
}
.testimonial.carousel .testimonial-item.active.right {
  left: 100%;
}
.testimonial.carousel .testimonial-content {
  padding: 10px;
}
.testimonial.carousel .testimonial-control {
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.testimonial.carousel .testimonial-control > * {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1200px) {
}

.rating.hover .icon.active {
  opacity: .5;
}
.rating .icon {
  width: 1em;
  height: auto;
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  color: #ccd5db;
  vertical-align: middle;
  cursor: pointer;
}
.rating .icon:before {
  -webkit-transition: color .3s ease,
  opacity .3s ease;
       -o-transition: color .3s ease,
  opacity .3s ease;
          transition: color .3s ease,
  opacity .3s ease;
}
.rating .icon.active {
  color: #f2a654 !important;
}
.rating .icon.active.hover {
  color: #f2a654 !important;
  opacity: 1;
}
.rating .icon.hover {
  color: #f2a654 !important;
  opacity: 1;
}
.rating .icon:last-child {
  margin-right: 0;
}
.rating-disabled .icon {
  cursor: default;
}
.rating-sm .icon {
  font-size: 12px;
}
.rating-lg .icon {
  font-size: 18px;
}

.ribbon-inner .icon {
  font-size: 16px;
}

.ribbon-corner.ribbon-xs .ribbon-inner > .icon {
  font-size: 12px;
}

.ribbon-corner.ribbon-sm .ribbon-inner > .icon {
  font-size: 12px;
}

.ribbon-corner.ribbon-lg .ribbon-inner > .icon {
  font-size: 18px;
}

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

.dotnav-scaleup > li.active > a {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
}

.dotnav-stroke > li.active > a {
  background-color: transparent;
  border-color: #fff;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

.dotnav-fillin > li.active > a {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
          box-shadow: 0 0 0 8px #fff inset;
}

.dotnav-dotstroke > li.active > a {
  background-color: rgba(255, 255, 255, .3);
  -webkit-box-shadow: 0 0 0 2px #fff inset;
          box-shadow: 0 0 0 2px #fff inset;
}

.dotnav-fall > li.active:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform .3s ease 0s, opacity .3s ease 0s;
       -o-transition:      -o-transform .3s ease 0s, opacity .3s ease 0s;
          transition:         transform .3s ease 0s, opacity .3s ease 0s;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
       -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
.dotnav-fall > li.active > a {
  opacity: 0;
  -webkit-transform: translate(0, 200%);
      -ms-transform: translate(0, 200%);
       -o-transform: translate(0, 200%);
          transform: translate(0, 200%);
}

.width-full {
  width: 100% !important;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}

.border-0{
  border: 0 !important;
}


.border-gray{
  border-color: #dee2e6;
}
.margin-0{
  margin: 0 !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-40 {
  margin: 40px !important;
}

.margin-right-0{
  margin-right: 0px !important;
}
.margin-right-5{
  margin-right: 5px !important;
}
.margin-right-10{
  margin-right: 10px !important;
}
.margin-right-15{
  margin-right: 15px !important;
}
.margin-right-20{
  margin-right: 20px !important;
}
.margin-right-30{
  margin-right: 30px !important;
}
.margin-right-40{
  margin-right: 40px !important;
}

.margin-left-0{
  margin-left: 0px !important;
}
.margin-left-5{
  margin-left: 5px !important;
}
.margin-left-10{
  margin-left: 10px !important;
}
.margin-left-15{
  margin-left: 15px !important;
}
.margin-left-20{
  margin-left: 20px !important;
}
.margin-left-30{
  margin-left: 30px !important;
}
.margin-left-40{
  margin-left: 40px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}



@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

.padding-0{
  padding: 0px !important;
}
.padding-5{
  padding: 5px !important;
}
.padding-10{
  padding: 10px !important;
}
.padding-15 {
  padding: 15px !important;
}
.padding-20 {
  padding: 20px !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-40 {
  padding: 40px !important;
}

.padding-horizontal-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.example-wrap {
  margin-bottom: 80px;
}

.example {
  margin-top: 20px;
  margin-bottom: 20px;
}
.example:before,
.example:after {
  display: table;
  content: " ";
}
.example:after {
  clear: both;
}
.example-title {
  text-transform: uppercase;
}
.example-title,
h4.example-title {
  font-size: 14px;
}
.panel-body > .example-wrap:last-child {
  margin-bottom: 0;
}
.panel-body > .row:last-child > [class*="col-"]:last-child .example-wrap:last-child {
  margin-bottom: 0;
}

.example-well .center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.example-dropdown .dropdown:before,
.example-dropdown .dropup:before,
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
  display: table;
  content: " ";
}
.example-dropdown .dropdown:after,
.example-dropdown .dropup:after {
  clear: both;
}
.example-dropdown .dropdown > .dropdown-toggle,
.example-dropdown .dropup > .dropdown-toggle {
  float: left;
}
.example-dropdown .dropdown > .dropdown-menu,
.example-dropdown .dropup > .dropdown-menu {
  position: static;
  display: block;
  clear: left;
}
.example-dropdown .dropdown > .dropdown-menu-right,
.example-dropdown .dropup > .dropdown-menu-right {
  float: right;
  clear: right;
}

.example-tooltip .tooltip {
  position: relative;
  margin-right: 25px;
  opacity: 1;
}

.example-popover .popover {
  position: relative;
  display: block;
  margin-right: 25px;
}
.example-buttons .btn,
.example-buttons .btn-group,
.example-buttons .btn-group-vertical {
  margin-right: 15px;
  margin-bottom: 20px;
}
.example-buttons .btn-group-vertical .btn,
.example-buttons .btn-group .btn {
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
}

/* ------------------------------------------------------------------------------
 *
 *  # PNotify notifications
 *
 *  Styles for pnotify.min.js - a flexible JavaScript notification plugin
 *
 *  Version: 1.0
 *  Latest update: May 25, 2015
 *
 * ---------------------------------------------------------------------------- */
.ui-pnotify, #floatmsg {
  top: 20px;
  right: 20px;
  position: fixed;
  height: auto;
  z-index: 9999;
  border-radius: 3px;
}
.ui-pnotify.alert-rounded > .alert {
  border-radius: 5px;
}
.ui-pnotify[class*=bg-] > .alert {
  background-color: inherit;
  border-color: transparent;
  color: #fff;
}
.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
  left: 20px;
  right: auto;
}
.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
  bottom: 20px;
  top: auto;
}
.ui-pnotify.stack-custom-right {
  top: auto;
  left: auto;
  bottom: 200px;
  right: 200px;
}
.ui-pnotify.stack-custom-left {
  top: 200px;
  left: 200px;
  right: auto;
  bottom: auto;
}
.ui-pnotify.stack-custom-top {
  right: 0;
  left: 0;
  top: 0;
}
.ui-pnotify.stack-custom-bottom {
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
}
.ui-pnotify-container {
  height: 100%;
  margin: 0;
  overflow: visible!important;
}
h4.ui-pnotify-title {
  display: block;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
}
.ui-pnotify-icon {
  display: block;
  float: left;
  margin-right: 10px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
  float: right;
  margin-left: 5px;
  font-size: 10px;
  margin-top: 4px;
  line-height: 1;
}
.ui-pnotify-closer > span,
.ui-pnotify-sticker > span {
  font-size: 12px;
}
.ui-pnotify-sharp {
  border-radius: 0;
}
.ui-pnotify-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.ui-pnotify-history-container {
  position: absolute;
  top: 0;
  right: 18px;
  width: 70px;
  border-top: 0;
  padding: 0;
  z-index: 10000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ui-pnotify-history-container.ui-pnotify-history-fixed {
  position: fixed;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
  padding: 2px;
  text-align: center;
}
.ui-pnotify-history-container button {
  cursor: pointer;
  display: block;
  width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
  display: block;
  margin: 0 auto;
}

.member-active { background-color: #5cb85c; font-weight: 500;}
.member-last-active { background-color: #d9534f; font-weight: 500;}
.member-not-active { background-color: #8e8e8e; }
.member-inactive {  }
.member-deleted { background-color: #d9534f; }
.member-pending { background-color: rgb(0, 21, 255); }
.member-will-active { background-color: #99b7d1; }

.junior-active { background-color: #f3be6a; }
.customer-active { background-color: #a77bca; }

#floatmsg{
  top: 200px;
  left: 300px;
  right: auto;
  bottom: auto;
  border: 1px solid #808080;
  background-color: #dedede;
  
}

.nav-tabs.nav-tabs-solid>.active>a,
.nav-tabs.nav-tabs-solid>.active>a:hover,
.nav-tabs.nav-tabs-solid>.active>a:focus {
    background-color:#8db600;
    border-color:#8db600;
    color:#fff;
}
.nav-tabs {
    margin-bottom: 0;
}
hr {
    border-top: 1px solid #BBB;
}
.note-box {
    border: 1px solid lightgray;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 2px 2px lightgrey;
}

.start_package { border: 1px solid #808080; padding: 5px;}
.sp-selected { border: 2px solid #80a080; padding: 5px; color: #80aa80; font-weight: 700;}


.fill-error::-ms-input-placeholder {
  color: red!important;
  background: gainsboro;
}
.fill-error::-webkit-input-placeholder {
  color: red!important;
  background: gainsboro;
}
.fill-error::-moz-placeholder {
  color: red!important;
  background: gainsboro;
}
.fill-error {
  border-color: red!important;
}
.dt-process>div {
  padding: 10px;
  height: 54px;
  border: 1px solid gray;
  background-color: #238612;
  font-size: 22px;
  z-index: 1000;
}

/* Orders statuses */
.orders-status {padding: 7px; color:white; background-color:#505050;}

.orders-status-paid, .orders-status-10 {background-color:#505050;}
.orders-status-deleted, .orders-status-13 {background-color:#FF0000;}
.orders-status-expired, .orders-status-11 {background-color:#FF0000;}
.orders-status-waitingforpayment, .orders-status-1 {background-color:#882E50;}
.orders-status-ordered, .orders-status-2 {background-color:#949A9C;}
.orders-status-pickingup, .orders-status-3 {background-color:#659be0;}
.orders-status-pickedup, .orders-status-4 {background-color:#F1C40F;}
.orders-status-waitfordelivery, .orders-status-5 {background-color:#8E44AD;}
.orders-status-ontheway, .orders-status-6 {background-color:#67809F;}
.orders-status-delivered, .orders-status-8 {background-color:#36c6d3;}
.orders-status-pending, .orders-status-7 {background-color:#e1e5ec;}
.orders-status-disputed, .orders-status-7 {background-color:#2f353b;}
/* Orders statuses end */


.swal2-container {
  z-index: 20000 ! important;
}

.mail-folders li.active a {
    color: #8db600;
    background-color: #f3f7f9;
}

#select2-drop {
  border: 1px solid #303030;
  background-color: #e0e0e0;
}

.page-header .page-title{
  color: #000000;
  padding: 10px 20px;
  /*margin-bottom:10px;*/
  border-radius: .3rem;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
  position: relative;
  display: inline-block;
  align-items: center;
  font-weight: 600;
}

/* Login */
.wologin-container .login-logo > img{
  max-width: 80%;
}

.wologin-container .forgot-pw{
	font-size: .8em;
	margin-left: 1em;
  padding-top: .2em;
	display: inline-block;
	text-decoration: underline;
}

.wologin-container .login-btn{
  width: 100%;
  padding: 15px !important;
}

.wologin-container .login-btn > i.fa{
  margin-left: 5px;
}

.wologin-container .register-section{
  margin-top: 1em;
}

.wologin-container .form-control{
  color: #555;
  border: 1px solid #e6e6e6;
  line-height: 1.2;
  font-size: 16px;
  display: block;
  width: 100%;
  background: 0 0;
  height: 55px;
  padding: 0 25px;
}

.wologin-container .focus-input {
  position: absolute;
  display: block;
  width: calc(100% - 30px);
  height: calc(100%);
  top: 0px;
  left: 15px;
  pointer-events: none;
  border: 1px solid #8db600;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.wologin-container .form-control:focus+.focus-input{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.wologin-container .panel{
  border-color: transparent;
  box-shadow: 0 4px 8px rgb(0 0 0 / 5%);
}

.wologin-container .panel-title{
  font-weight: 400;
}

.wologin-container .form-group{
  min-height: 94px;
}

.wologin-container .fade-effect{
  transition: all .4s;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
}

.wologin-container .fade-effect:hover{
  color: #000;
}

@media screen and (max-width: 350px) {
  .wologin-container .panel-title{
    font-size: 22px;
    padding: 0 0 25px 0;
  }
}

/* Forgot pw */
.fp-container .breadcrumb{
  background: transparent;
}
.fp-container .breadcrumb .fa{
  margin-right: 5px;
  color: #8db600;
}
@media (min-width: 768px){
  .fp-container {
      padding-top: 66px;
  }
}

.dash-card{
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  border-width: 0;
}

.dash-card::after{
  content: "";
  clear: both;
}

.dash-card-title{
  display: flex;
  align-items: center;
  /*min-height: 3.5rem;*/

  text-transform: uppercase;
  color: rgba(13,27,62,0.7);
  font-size: 1.1em;

  padding: .75rem 1.25rem;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid rgba(26,54,126,0.125);
}

.dash-card-title .dash-card-title-icon{
  margin-right: 10px;
}

.dash-card-hover{
  transition: all .2s;
}

.dash-card-hover:hover{
  box-shadow: 0 0.46875rem 4.1875rem rgb(4 9 20 / 5%), 0 0.9375rem 2.40625rem rgb(4 9 20 / 5%), 0 0.25rem 1.3125rem rgb(4 9 20 / 6%), 0 0.125rem 1.1875rem rgb(4 9 20 / 6%);
  cursor: pointer;
  background: #fff;
  z-index: 1401;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.text-wrap {
  white-space: normal!important;
}

.text-break {
  word-wrap: break-word!important;
  word-break: break-word!important;
}

.bg-purple{
  background-color: #a77bca;
  border-color: #a77bca;
  color: #fff;
}

/* Dash */
.main-dashboard .dash-list-view{
  width: 100% !important;
  max-width: 1440px;
  margin:0 auto;
}

.main-dashboard .dash-list-view .dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
  background-color: #f3f2f2;
}

.main-dashboard .well .btn-group > a.active{
  color: #ffffff;
  background: #8db600;
  border-color: #8db600;
}

.main-dashboard .base-info{
  background-color: #fff;
}

@media (max-width: 768px){
  .main-dashboard .base-info {
    text-align: center !important;
  }
}

.main-dashboard .base-info .avatar .label{
  display: block;
  margin-top: 5px;
}

.main-dashboard .di-in-go .counter-number {
  font-weight: bold;
  font-size: 4.5rem;
  display: block;
  line-height: 1;
  margin: 1rem auto;
}

.main-dashboard .di-in-go .counter-label {
  font-size: .4em;
}

.main-dashboard .di-in-go [class*="col-"] {
    border-right: #dee2e6 solid 0;
    border-bottom: #dee2e6 solid 1px;
}

@media (min-width: 576px){
  .main-dashboard .di-in-go [class*="col-"]:nth-child(1n) {
    border-right-width: 1px;
  }
  .main-dashboard .di-in-go [class*="col-"]:nth-child(2n) {
    border-right-width: 1px;
  }
}

.main-dashboard .di-in-go .counter-box:last-child{
  border: 0;
}

.main-dashboard .di-in-go .counter-ico{
  font-size: 1.3em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.main-dashboard .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.03);
}

.main-dashboard .commission-table .table-hover>tbody>tr:hover {
  background-color: #e0f3ff;
}

@media (max-width: 1830px) {
  .a-p-container:not(.dash-list-view) .a-p-block{
    width: 100% !important;
  }
}

.main-dashboard .commission-block{
  background: #FFF;
  border: 2px dashed #8db600;
}

.main-dashboard .dash-card-title.dash-card-title-commission-block{
  background: transparent;
  color: white;
  border-bottom: 1px solid #e2e6ef;
  margin-bottom: 15px;
}

.main-dashboard .dash-card-title.dash-card-title-commission-block i{
  color: white;
}

.main-dashboard .commission-block-available-title,
.main-dashboard .commission-block-pending-title{
  background-color: #ffffff !important;
  border-bottom: 2px solid #cbe477;
  color: #8db600 !important;
}

.main-dashboard .commission-table > .panel{
  display: none;
}

.main-dashboard .commission-table .panel-title > .label.label-success,
.main-dashboard .commission-table .panel-title > .label.label-danger{
  background: #f6f6f6;
  padding: 3px;
  line-height: normal;
}

.main-dashboard .commission-table .panel-title{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.main-dashboard .commission-table .panel-title:hover{
  background: #e2e2e2;
}

.main-dashboard .commission-table .panel-collapse{
  background: #f9f9f9;
}

.main-dashboard .commission-table .panel:first-child .panel-title{
  background: #e2e2e2;
}

.main-dashboard .commission-table .panel-title:not(.collapsed){
  background: #e2e2e2 !important;
}

.main-dashboard .commission-table .panel:first-child .panel-title.collapsed{
  background: transparent;
}

.main-dashboard .commission-table .panel-title:not(.collapsed) > i::before{
  content: '\f068' !important;
}

.main-dashboard .commission-table .table-striped > tbody > tr:nth-child(odd)>td {
  background-color: transparent;
}
.main-dashboard .commission-table .table-striped > tbody > tr:nth-child(even)>td{
  background-color: #ffffff;
}

/* Invite */
.invite .invite-card-title{
  font-weight: 400;
  border-left: 2px solid transparent;
  padding: 5px;
  display: inline-block;
  background: #f9f9f9;
  font-size: 24px;
}

.invite .invite-card-title.eu{
  border-color: #003399;
  background-color: #003399;
  color: #FFFFFF;
}

.invite .invite-card-title.usa{
  border-color: #3c3b63;
  background-color: #3c3b63;
  color: #FFFFFF;
}

.invite .invite-card-title.china{
  border-color: #de2910;
  background-color: #de2910;
  color: #FFFFFF;
}

.invite input{
  border: 1px solid #d1d1d1;
  padding: 10px;
  height: auto;
}

/* Member tree */
.member-tree-circle-icon{
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.member-tree-list .jstree a{
  color: #000;
  background: transparent;
  border: 0;
}

.member-tree-list .jstree a.member-active > i{
  color: #5cb85c;
  border-left: 4px solid #5cb85c;
}
.member-tree-list .jstree a.member-not-active > i{
  color: #8e8e8e;
  border-left: 4px solid #8e8e8e;
}

.member-tree-list .jstree a.customer-active > i{
  color: #a77bca;
  border-left: 4px solid #a77bca;
}

.member-tree-list .jstree a.member-last-active > i{
  color: #d9534f;
  border-left: 4px solid #d9534f;
}

.member-tree-list .jstree a.member-will-active > i { 
  color: #99b7d1; 
  border-left: 4px solid #99b7d1;
}

.member-tree-list .jstree a.junior-active > i{
  color: #f3be6a;
  border-left: 4px solid #f3be6a;
}

.member-tree-page #select2-drop{
  border: 0;
}

.member-tree-page .select2-results{
  transition: 0.3s;
}
.member-tree-page  .select2-results .select2-highlighted{
  background-color: #8db600;
  color: #fff;
}

/* member-level-current */ 
.member-level-current-page .chart-container .has-fixed-height > div{
  overflow: auto !important;
}

/* Datatables btns fix + add icons */
.dataTables_wrapper .datatable-header .dt-buttons{
  clear: both;
  margin-bottom: 25px;
}

.dataTables_wrapper .datatable-header .dt-buttons .dt-button{
  margin-top: 10px
}

.dataTables_wrapper .datatable-header .dt-buttons .dt-button span{
  display: inline-block; 
}

.dataTables_wrapper .datatable-header .dt-buttons .dt-button span::before{
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome"; 
  font-weight: 900;
  padding-right: 10px;
}

.dataTables_wrapper .datatable-header .dt-buttons .dt-button.buttons-print span::before{
  content: "\f02f";
}
.dataTables_wrapper .datatable-header .dt-buttons .dt-button.buttons-copy span::before{
  content: "\f0c5";
}
.dataTables_wrapper .datatable-header .dt-buttons .dt-button.buttons-csv span::before{
  content: "\f0ce";
}
.dataTables_wrapper .datatable-header .dt-buttons .dt-button.buttons-excel span::before{
  content: "\f1c3";
}
/*
@media (max-width: 555px) {
  .dataTables_wrapper .datatable-header{
    margin-top: 100px;
  }
  .dataTables_wrapper .datatable-header .dt-buttons{
    top: -100px;
  }
}
*/
/* Event list page */
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.event-list .event-icon{
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  font-size: 35px;
  margin-bottom: 20px;
}

.event-list .event-info{
  display: inline-block;
  border-left: 1px solid #e2e6ef;
  vertical-align: middle;
  margin-bottom: 20px;
}

.event-list .event-info .event-date{
  font-size: 20px;
}

.event-list .event-info .event-tickets{
  font-size: 25px;
  display: block;
  line-height: normal;
}

.event-list .event-tickets-table > thead > tr > th{
  font-size: 14px;
}

@media (max-width: 992px){
  .event-list .event-info {
    border: 0;
  }
}

/* Impressum page*/
.impressum-block{
  position: relative;
}

.impressum-block .update-meta {
  z-index: 2;
  min-width: 75px;
}

.impressum-block:after {
  content: "";
  position: absolute;
  background: #ddd;
  height: 100%;
  width: 1px;
  top: 0;
  left: 40px;
  z-index: 1;
}

.impressum-block .impressum-icon{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  padding: 12px 13px;
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.frow{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.fcol {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.fcol-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (max-width: 575px){
  .impressum-block:after{
    display: none;
  }
  .impressum-block .update-meta {
    z-index: 2;
    min-width: 100%;
    text-align: left !important;
    margin-bottom: 15px;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
  }
}

@media (max-width: 445px){
  .impressum-logo{
    width: 100%;
  }
}

/* Member network order list */
.member-network-order-list .badge-success{
  background-color: #dff0d8;
}

.member-network-order-list .badge-delete{
  background-color: #f2dede;
}

/* Mmember tree modal */
.member-tree-profile-modal .mtpm-header-content{
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  align-content: center;
  align-items: center;
  text-align: left;
}

.member-tree-profile-modal .mtpm-header-content .mtpm-header-title {
  font-weight: 500;
  font-size: 24px;
  margin: 0;
}

.member-tree-profile-modal .mtpm-header-content .mtpm--header-subtitle {
  margin: 5px 0 0;
  opacity: .8;
}

.member-tree-profile-modal .mtpm-header-content .mtpm-header-contact-info{
 border-left: 1px solid gray;
}

.member-tree-profile-modal .di-in-go .counter-number {
  font-weight: bold;
  font-size: 4.5rem;
  display: block;
  line-height: 1;
  margin: 1rem auto;
}

.member-tree-profile-modal .di-in-go .counter-label {
  font-size: .4em;
}

.member-tree-profile-modal .di-in-go .counter-ico {
  font-size: 1.3em;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Activity page */
.activity-webshop-page .activity-webshop-list .thumbnail{
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  border: 1px solid #f0f0f0;
}

.activity-webshop-page .activity-webshop-list .thumbnail:hover{
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  border-width: 0;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.activity-webshop-page .activity-webshop-cart-notice{
  position: absolute;
  top: -12px;
  right: -3px;
  background: #8db600;
  color: #fff;
  padding: 3px 5px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
}

.activity-webshop-page .activity-webshop-cart-title-container{
  vertical-align: middle;
  /*border-right: 1px solid #eeeeee;*/
  margin-right: 15px;
  padding-right: 20px;
}

.activity-webshop-page .activity-webshop-cart-title{
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.activity-webshop-page .activity-webshop-cart-title > i.fa{
  background: #f0f0f0;
  color: #8db600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.activity-webshop-page .cart_total_table{
  overflow: auto;
}

.activity-webshop-page .sticky{
  position: fixed;
  top: 0;
  right: 0;
}
/*
.activity-webshop-page .activity-mini-cart{
  position: fixed;
  right: 0;
  top: 0;
  padding: 10px;
  z-index: 99999;
  background: white;
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  border-width: 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.activity-webshop-page .activity-mini-cart .activity-mini-cart-head{
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #eeeeee;
  margin-right: 10px;
  padding-right: 15px;
}

.activity-webshop-page .activity-mini-cart .activity-mini-cart-head > i.fa {
  background: #f0f0f0;
  color: #8db600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 6px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.activity-webshop-page .activity-mini-cart .activity-mini-cart-head .activity-webshop-cart-notice {
  position: absolute;
  top: -8px;
  right: 15px;
  background: #8db600;
  color: #fff;
  padding: 3px 5px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
}


*/

.activity-webshop-page .activity-mini-cart{
  position: fixed;
  right: 183px;
  top: 0 !important;
  padding: 10px;
  z-index: 9991;
  border-width: 0;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px){
  .activity-webshop-page .activity-mini-cart{
      top: 70px !important;
      right: 0;
      background: white;
      box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
  }
}

.activity-webshop-page .activity-mini-cart .activity-mini-cart-head{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.activity-webshop-page .activity-mini-cart .activity-mini-cart-head > i.fa {
  background: #333333;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 6px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.activity-webshop-page .activity-mini-cart .activity-mini-cart-head .activity-webshop-cart-notice {
  position: absolute;
  top: -8px;
  right: -6px;
  background: #8db600;
  color: #fff;
  padding: 3px 5px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
}

.activity-webshop-page .activity-mini-cart .activity-mini-cart-content{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.activity-webshop-page .activity-mini-cart p{
  display: inline-block;
  font-size: 12px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}

.activity-webshop-page .activity-webshop-filters {
  border: 1px solid #f0f0f0;
}

.activity-webshop-page .activity-webshop-filters .activity-search,
.activity-webshop-page .activity-webshop-filters .activity-categories{
  display: inline-block;
  vertical-align: middle;
}

.activity-webshop-page .activity-webshop-filters .activity-categories ul li a{
  padding: 10px;
  display: inline-block;
  margin: 5px;
  color: black;

  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.activity-webshop-page .activity-webshop-filters .activity-categories ul li a.active-category,
.activity-webshop-page .activity-webshop-filters .activity-categories ul li a:hover{
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #8db600;
  color: white;
}

.activity-webshop-page .activity-webshop-filters .activity-search{
  border-right: 1px solid #eeeeee;
  padding-right: 20px
}

.activity-webshop-page .activity-webshop-filters .activity-search #product-search-start {
  background: #8db600;
  border: 0;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  display: inline-block;
  color: white;
  vertical-align: top;
  cursor: pointer;
}

.activity-webshop-page .activity-webshop-filters .activity-search label{
  display: block;
}

.activity-webshop-page .activity-webshop-filters .activity-search input{
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
  border-radius: 3px;
}

.activity-webshop-page .activity-webshop-filters .activity-webshop-filters-title{
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.activity-webshop-page .activity-webshop-filters .activity-webshop-filters-title::after{
  content: "";
  height: 2px;
  width: 30px;
  background-color: #5e9cd1;
  display: none;
  margin-left: 5px;
}

.webshop-cart-link-container{
  position: relative;
  text-align: center;
}

.webshop-cart-link-container > a{
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #8db600;
  color: #8db600;
  padding: 8px 15px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.webshop-cart-link-container > a:hover{
  box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
  background: #8db600;
  color: #FFFFFF;
}

.webshop-cart-link-container > a > span{
  display: inline-block;
  vertical-align: middle;
}

.activity-webshop-page .activity-cart .cart-total-container{
  vertical-align: middle;
}

.activity-webshop-page .activity-cart .cart-total-container h3{
  margin: 0 0 5px 0;
}

.activity-webshop-page [data-activity-cart-open="true"]{
  cursor: pointer;
}

.activity-webshop-page .activity-cart .activity-cart-btns{
  margin-top: 10px;
}

@media (max-width: 1600px){
  .activity-webshop-page .activity-webshop-filters .activity-search{
    border: 0;
    padding-right: 0px;
  }
}

@media (max-width: 560px){
  /*
  .activity-webshop-page .activity-cart .activity-webshop-cart-title-container{
    border: 0;
    padding-right: 0;
    margin-right: 0;
    font-size: 13px;
  }
  .activity-webshop-page .activity-cart .cart-total-container{

  }
  */
/*
  .activity-webshop-page .activity-cart .activity-webshop-cart-title-text{
    display: none;
  }
*/
  .activity-webshop-page .activity-webshop-cart-title,
  .activity-webshop-page .activity-cart .cart-total-container h3{
    font-size: 16px;
  }

  .activity-webshop-page .activity-cart .cart_total_table table{
    font-size: 12px;
  }
  .activity-webshop-page .activity-cart .cart_total_table table.table>thead>tr>th{
    font-size: 14px;
  }

  .activity-webshop-page .activity-cart .activity-cart-btns #back, 
  .activity-webshop-page .activity-cart .activity-cart-btns #next{
    font-size: 12px;
  }
}

/* Membership new register */
.membership-new-register #product-box .thumbnail{
  border: 1px solid #eeeeee;
}

.membership-new-register #cart_summary_container{
  background-color: #f8f8f8;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: auto;
}

.membership-new-register #cart_summary_container .fa-shopping-cart{
  background: #8db600;
  padding: 10px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: #ffffff;
}

.membership-new-register .start_package{
  display: block;
  margin-bottom: 10px;
  border: none;
  padding: 15px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  transition: transform 0.25s ease-in-out;
}

.membership-new-register .start_package h2{
  font-size: 24px;
  font-weight: 500;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 0;
}

.membership-new-register .start_package > p{
  margin:0;
  padding: 0;
  line-height: 27px;
  color: #9c9c9c;
}

.membership-new-register .start_package td:nth-child(2) label{
  font-weight: bold;
}

.membership-new-register .start_package:hover{
  background-color: #f8f8f8;
  transform: translate(0, -4px);
  z-index: 10;
}

.membership-new-register .start_package.active{
  background-color: #8db600;
}

.membership-new-register .start_package.active >h2{
  color: white;
}

.membership-new-register .start_package.active >p{
  color: #3c3c3c;
}

.membership-new-register .start_package.active{
  -webkit-box-shadow: 0 0 10px rgb(141 182 0);
  box-shadow: 0 0 10px rgb(141 182 0);
}

@media (max-width: 992px){
  [id*='start_package-']{
    width: 50%;
    float: left;
  }
}

@media (max-width: 570px){
  [id*='start_package-']{
    width: 100%;
  }
}

.membership-new-register .packageBoxPart > table{
  border: 0;
}

.membership-new-register .start_package .check-icon{
  display: none;
  font-size: 52px;
  color: white;
  margin-top: 5px;
  vertical-align: middle;
}

.membership-new-register .packageBoxPart .table > tbody > tr > td:nth-child(2){
  width: 150px;
}

.membership-new-register .packageBoxPart .table > tfooter > tr > td, 
.membership-new-register .packageBoxPart .table > tbody > tr > td, 
.membership-new-register .packageBoxPart .table > tbody > tr > th,
.membership-new-register .packageBoxPart .table > thead > tr > th{
  border: 0;
}

.membership-new-register .packageBoxPart .startPackageRadio{
  width: 15px !important;
}

.membership-new-register .packageBoxPart > .table > tbody > tr > td  > label{
 margin: 0;
}

@media (max-width: 530px){
  .membership-new-register .packageBoxPart .table > tbody > tr > td{
    display: block;
  }
}

.membership-new-register #product-box .row .col-sm-3,
.membership-new-register #product-box .row .col-md-3{
  display: inline-block;
  float: inherit;
}


.membership-new-register .activity-mini-cart{
  position: fixed;
  right: 183px;
  top: 0 !important;
  padding: 10px;
  z-index: 9991;
  border-width: 0;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px){
  .membership-new-register .activity-mini-cart{
      top: 70px !important;
      right: 0;
      background: white;
      box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
  }
}

.membership-new-register .activity-mini-cart .activity-mini-cart-head{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.membership-new-register .activity-mini-cart .activity-mini-cart-head > i.fa {
  background: #333333;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 6px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.membership-new-register .activity-mini-cart .activity-mini-cart-head .activity-webshop-cart-notice {
  position: absolute;
  top: -8px;
  right: -6px;
  background: #8db600;
  color: #fff;
  padding: 3px 5px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
}

.membership-new-register .activity-mini-cart .activity-mini-cart-content{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.membership-new-register .activity-mini-cart p{
  display: inline-block;
  font-size: 12px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}


.membership-new-register .activity-webshop-filters {
  border: 1px solid #f0f0f0;
}

.membership-new-register .activity-webshop-filters .activity-search,
.membership-new-register .activity-webshop-filters .activity-categories{
  display: inline-block;
  vertical-align: middle;
}

.membership-new-register .activity-webshop-filters .activity-categories ul li a{
  padding: 10px;
  display: inline-block;
  margin: 5px;
  color: black;

  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.membership-new-register .activity-webshop-filters .activity-categories ul li a.active-category,
.membership-new-register .activity-webshop-filters .activity-categories ul li a:hover{
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #8db600;
  color: white;
}

.membership-new-register .activity-webshop-filters .activity-search{
  border-right: 1px solid #eeeeee;
  padding-right: 20px
}

.membership-new-register .activity-webshop-filters .activity-search #product-search-start {
  background: #8db600;
  border: 0;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  display: inline-block;
  color: white;
  vertical-align: top;
  cursor: pointer;
}

.membership-new-register .activity-webshop-filters .activity-search label{
  display: block;
  font-weight: 300;
  line-height: 1.2;
  color: #333;
  text-shadow: rgb(0 0 0 / 15%) 0 0 1px;
  letter-spacing: -0.015em;
}

.membership-new-register .activity-webshop-filters .activity-search input{
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
  border-radius: 3px;
}

@media (max-width: 350px){
  .membership-new-register .activity-webshop-filters .activity-search input{
    width: 150px;
  }
}

.membership-new-register .activity-webshop-filters .activity-webshop-filters-title{
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  font-weight: 300;
  line-height: 1.2;
  color: #333;
  text-shadow: rgb(0 0 0 / 15%) 0 0 1px;
  letter-spacing: -0.015em;
}

.membership-new-register .activity-webshop-filters .activity-webshop-filters-title::after{
  content: "";
  height: 2px;
  width: 30px;
  background-color: #5e9cd1;
  display: none;
  margin-left: 5px;
}

@media (max-width: 1200px){
  .membership-new-register .activity-webshop-filters .activity-search{
    border: 0;
    padding-right: 0px;
  }
  .membership-new-register .activity-webshop-filters .activity-categories{
    display: block;
  }
}

.membership-new-register .customer_reg_type label{
  color: #4d4d4d;
}

@media (max-width: 420px){
  .membership-new-register .customer_reg_type label{
    display: block;
    margin-left: 0;
  }
}

.membership-new-register h1,
.membership-new-register h2,
.membership-new-register h3,
.membership-new-register h4,
.membership-new-register h5,
.membership-new-register h6{
  font-family: "Lato", sans-serif !important;
}

/* Start pool */
.start-pool .start-pool-directs-number{
  display: inline-block;
  background: #f0f0f0;
  padding: 2px 10px;
  border-radius: 5px;
}

.register-tabs.nav-pills.nav-justified >li{
  /*width: 100%;
  display: block;*/
  display: inline-block;
  white-space: initial;
  overflow: hidden;
  height: auto;
  border: none;
  line-height: normal;
  cursor: inherit;
  text-align: left;
  padding: 10px !important;
  text-align: center;
  width: 31.5%;
}

.register-tabs.nav-pills.nav-justified >li:not(.active):hover{
  background: transparent;
  color: inherit;
  box-shadow: none;
}

.register-tabs.nav-pills.nav-justified .nav-pills-text{
  display: none;
}

@media (min-width: 769px){
  .register-tabs.nav-pills.nav-justified>li {
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 10px !important;
  }
  .register-tabs.nav-pills.nav-justified .nav-pills-text{
    display: inline-block;
  }
}

/* Upgrade */
.member-upgrade #product-box .thumbnail{
  border: 1px solid #eeeeee;
}

.member-upgrade #cart_summary_container{
  background-color: #f8f8f8;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.member-upgrade .start_package{
  border: none;
}

.member-upgrade #product-box .row .col-sm-3,
.member-upgrade #product-box .row .col-md-3{
  display: inline-block;
  float: inherit;
}


.member-upgrade .activity-mini-cart{
  position: fixed;
  right: 183px;
  top: 0 !important;
  padding: 10px;
  z-index: 9991;
  border-width: 0;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 768px){
  .member-upgrade .activity-mini-cart{
      top: 70px !important;
      right: 0;
      background: white;
      box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
  }
}

.member-upgrade .activity-mini-cart .activity-mini-cart-head{
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.member-upgrade .activity-mini-cart .activity-mini-cart-head > i.fa {
  background: #333333;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 6px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.member-upgrade .activity-mini-cart .activity-mini-cart-head .activity-webshop-cart-notice {
  position: absolute;
  top: -8px;
  right: -6px;
  background: #8db600;
  color: #fff;
  padding: 3px 5px;
  border-radius: 2px;
  text-align: center;
  font-size: 11px;
}

.member-upgrade .activity-mini-cart .activity-mini-cart-content{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.member-upgrade .activity-mini-cart p{
  display: inline-block;
  font-size: 12px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}


.member-upgrade .activity-webshop-filters {
  border: 1px solid #f0f0f0;
}

.member-upgrade .activity-webshop-filters .activity-search,
.member-upgrade .activity-webshop-filters .activity-categories{
  display: inline-block;
  vertical-align: middle;
}

.member-upgrade .activity-webshop-filters .activity-categories ul li a{
  padding: 10px;
  display: inline-block;
  margin: 5px;
  color: black;
  
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;

  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.member-upgrade .activity-webshop-filters .activity-categories ul li a.active-category,
.member-upgrade .activity-webshop-filters .activity-categories ul li a:hover{
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #8db600;
  color: white;
}

.member-upgrade .activity-webshop-filters .activity-search{
  border-right: 1px solid #eeeeee;
  padding-right: 20px
}

.member-upgrade .activity-webshop-filters .activity-search #product-search-start {
  background: #8db600;
  border: 0;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  display: inline-block;
  color: white;
  vertical-align: top;
  cursor: pointer;
}

.member-upgrade .activity-webshop-filters .activity-search label{
  display: block;
}

.member-upgrade .activity-webshop-filters .activity-search input{
  border: 1px solid #cdcdcd;
  padding: 5px 10px;
  border-radius: 3px;
}

.member-upgrade .activity-webshop-filters .activity-webshop-filters-title{
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}

.member-upgrade .activity-webshop-filters .activity-webshop-filters-title::after{
  content: "";
  height: 2px;
  width: 30px;
  background-color: #5e9cd1;
  display: none;
  margin-left: 5px;
}

@media (max-width: 1600px){
  .member-upgrade .activity-webshop-filters .activity-search{
    border: 0;
    padding-right: 0px;
  }
}

.activity-webshop-categories-list-title{
  display: inline-block;
  cursor: pointer;
}

.activity-webshop-categories-list-title i{
  color: #999;
}
.activity-webshop-categories-list-title i:hover{
  color: #333;
}

.activity-webshop-categories-list-title i.rotated{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.outside-new-reg-container{
  margin: 2em auto 0 auto;
  max-width: 1200px;
}

.outside-new-reg-container .logo > img{
  width: 80%;
  max-width: 288px;
}

.outside-new-reg-container .breadcrumb{
  background: transparent;
}

.outside-new-reg-container nav{
  display: inline-block;
  background: transparent;
  box-shadow: none;
}

.outside-new-reg-container .dropdown-toggle{
  line-height: normal;
  padding: 5px;
  margin-left: 10px;
}

.outside-new-reg-container .heading-elements,
.outside-new-reg-container .navbar-collapse.collapse{
  display: block !important;
  box-shadow: none;
  border: none;
}

.outside-new-reg-container .dropdown-menu{
  right: 0 !important;
  left: auto !important;
  text-align: left;
  overflow: hidden !important;
}

.outside-new-reg-container .activity-mini-cart-head{
  font-size: 25px;
}

.outside-new-reg-container .navbar-toolbar > li{
  float: none;
  vertical-align: middle;
  display: inline-block;
}

.outside-new-reg-container .container{
  width: 100% !important;
}

.customer-type-border{
  border: 5px solid transparent;
}

.outside-new-reg-container .panel,
.membership-new-register .panel{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.outside-new-reg-container .btn-default:focus, 
.outside-new-reg-container .btn-default.focus, 
.outside-new-reg-container .btn-default:hover,
.membership-new-register .btn-default:focus,
.membership-new-register .btn-default.focus, 
.membership-new-register .btn-default:hover{
  color: #000;
}

.membership-new-register #payment_methods .form-group,
.membership-new-register #deliverytype .radio{
  display: inline-block;
  background: #f8f8f8;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin: 0 15px 15px 0;
}

.membership-new-register #deliverytype .radio label, 
.membership-new-register #deliverytype .checkbox label {
  padding-left: 5px;
}

.membership-new-register #deliverytype input{
  margin-top: 7px;
}

.membership-new-register #payment_methods  input[name='paymenttype_id']{
  margin: 0 5px 0 0;
}

.membership-new-register .section-title{
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.membership-new-register #ordered-product-list{
  padding: 10px;
  background: #f8f8f8;
}

.membership-new-register #ordered-product-list #cart_total{
  margin-top: 15px;
}

.membership-new-register #free_productcatalogs .form-group{
  display: inline-block;
  background: #f8f8f8;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin: 0 15px 15px 0;
}

.membership-new-register .terms-conditions-box-step-3 label{
  padding-left: 7px;
}

.membership-new-register .terms-conditions-box-step-3 input{
  margin-top: 7px;
}