.primary-color {
  background-color: #009795 !important; }

.secondary-color {
  background-color: #009795 !important; }

.primary-color-hover {
  background-color: #01a2a0 !important; }

.primary-color-cta {
  background-color-cta: #ffb81c !important; }

.primary-color-cta-hover {
  background-color-cta: #ff9a19 !important; }

.default-bg-color {
  default-bg-color: #e9e9e9 !important; }

.shades.black {
  background-color: #000000 !important; }

.shades-text.text-black {
  color: #000000 !important; }

.shades.white {
  background-color: #FFFFFF !important; }

.shades-text.text-white {
  color: #FFFFFF !important; }

.shades.transparent {
  background-color: transparent !important; }

.shades-text.text-transparent {
  color: transparent !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

.danger-color {
  background-color: #ff4444 !important; }

.danger-color-dark {
  background-color: #CC0000 !important; }

.warning-color {
  background-color: #ffbb33 !important; }

.warning-color-dark {
  background-color: #FF8800 !important; }

.success-color {
  background-color: #00C851 !important; }

.success-color-dark {
  background-color: #007E33 !important; }

.info-color {
  background-color: #33b5e5 !important; }

.info-color-dark {
  background-color: #0099CC !important; }

.default-color {
  background-color: #2BBBAD !important; }

.default-color-dark {
  background-color: #00695c !important; }

.elegant-color {
  background-color: #2E2E2E !important; }

.elegant-color-dark {
  background-color: #212121 !important; }

.stylish-color {
  background-color: #4B515D !important; }

.stylish-color-dark {
  background-color: #3E4551 !important; }

.special-color {
  background-color: #37474F !important; }

.special-color-dark {
  background-color: #263238 !important; }

.unique-color {
  background-color: #3F729B !important; }

.unique-color-dark {
  background-color: #1C2331 !important; }

.md-color {
  background-color: #45526E !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.blue {
  background-color: #2196F3 !important; }

.green {
  background-color: #4CAF50 !important; }

.deep-orange {
  background-color: #da0474 !important; }

.light-green {
  background-color: #8bc34a !important; }

.text-muted {
  color: #1e1e1e; }

/*** Images ***/
/*** Fonts ***/
/*** Typography ***/
/*** Cards ***/
/*** Global ***/
/*** Forms ***/
/*** Buttons ***/
/*** Dropdown ***/
/*** Tabs ***/
.main-banner {
  margin: 15px 0 0; }
  .main-banner .carousel-inner {
    min-height: 320px; }
    @media (max-width: 768px) {
      .main-banner .carousel-inner {
        min-height: auto; } }
    .main-banner .carousel-inner .carousel-item {
      background-color: #FFFFFF;
      min-height: 300px;
      padding: 0px; }
      @media (max-width: 768px) {
        .main-banner .carousel-inner .carousel-item {
          min-height: auto; } }
      .main-banner .carousel-inner .carousel-item img {
        width: 100%; }
  .main-banner .carousel-indicators {
    bottom: -15px; }
    .main-banner .carousel-indicators li {
      border-color: #009795; }
      .main-banner .carousel-indicators li.active {
        background: #009795; }
  .main-banner .carousel-control {
    width: 30px;
    background: transparent;
    color: #000000;
    opacity: .7; }
    .main-banner .carousel-control:hover {
      opacity: 1; }
    .main-banner .carousel-control .icon-next, .main-banner .carousel-control .icon-prev {
      color: #FFFFFF;
      width: 25px;
      height: 37px;
      margin-top: -25px;
      font-size: 3rem; }
    .main-banner .carousel-control .icon-prev {
      margin-left: -15px;
      border-radius: 0 5px 5px 0; }
    .main-banner .carousel-control .icon-next {
      margin-right: -15px;
      border-radius: 5px 0 0 5px; }

.app-download-bg {
  background: rgba(62, 61, 64, 0.05);
  padding: 10px 25px;
  margin: .9375rem; }
  @media (max-width: 768px) {
    .app-download-bg {
      padding: 0px; } }
  .app-download-bg .wraper {
    padding: 10px 0px 7px;
    margin: 0 auto;
    text-align: center; }
    .app-download-bg .wraper br {
      display: none; }
    @media (min-width: 1280px) and (max-width: 1920px) {
      .app-download-bg .wraper {
        width: 1200px; } }
    @media (max-width: 1024px) {
      .app-download-bg .wraper {
        padding: 0px;
        text-align: center; }
        .app-download-bg .wraper br {
          display: block; } }
    @media (max-width: 768px) {
      .app-download-bg .wraper {
        margin-top: 40px; } }
    .app-download-bg .wraper .text {
      font-weight: 400;
      margin-right: 25px;
      color: rgba(62, 61, 64, 0.7);
      text-transform: none;
      vertical-align: top;
      display: inline-block;
      padding-top: 0px;
      font-size: 18px;
      line-height: 22px; }
      @media (max-width: 1024px) {
        .app-download-bg .wraper .text {
          padding: 0; } }
      @media (max-width: 768px) {
        .app-download-bg .wraper .text {
          font-size: 0.9rem;
          display: block;
          padding: 10px 0; } }
      .app-download-bg .wraper .text span.download-text {
        font-size: 16px; }
    .app-download-bg .wraper .app-btn {
      display: inline-block; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn-animated, .home .tab-content.stack-view .card-group {
  -webkit-animation: fadeIn 2s;
  -moz-animation: fadeIn 2s;
  -ms-animation: fadeIn 2s;
  -o-animation: fadeIn 2s;
  animation: fadeIn 2s; }

.home {
  margin: 0; }
  .home .middle-section {
    margin: 15px 0 0;
    background: #FFFFFF; }
    .home .middle-section .tab-content.stack-view .tab-pane .card-group .card {
      min-height: 480px; }
  .home .nav-tabs {
    position: relative; }
    .home .nav-tabs .nav-link {
      border: 0;
      padding: 1rem 2rem;
      font-size: 0.9rem;
      font-weight: 400;
      text-transform: uppercase;
      color: #3e3d40; }
      .home .nav-tabs .nav-link:hover {
        color: #009795; }
      .home .nav-tabs .nav-link.active {
        border-bottom: 2px solid #FFFFFF;
        color: #009795;
        font-weight: 300;
        font-size: 16px; }
        .home .nav-tabs .nav-link.active .label {
          background: #009795; }
          .home .nav-tabs .nav-link.active .label::before {
            border-right-color: #009795; }
  .home .actions {
    float: right; }
    @media (max-width: 768px) {
      .home .actions {
        float: none;
        padding-top: 50px;
        text-align: right; } }
    .home .actions a {
      margin: 2px 2px 0 0;
      padding: 7px 7px 0px 7px;
      display: inline-block;
      color: #3e3d40;
      vertical-align: bottom; }
      .home .actions a:hover, .home .actions a.active {
        background: rgba(151, 255, 254, 0.3);
        border-radius: 2px;
        color: #009795; }
    .home .actions .filter-dropdown {
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      border-radius: 2px;
      padding-right: 10px;
      border-right: 1px solid rgba(0, 151, 149, 0.1);
      margin-right: 15px; }
      @media (max-width: 768px) {
        .home .actions .filter-dropdown {
          clear: both; } }
      .home .actions .filter-dropdown a {
        padding: 7px;
        border-radius: 2px;
        background: #FFFFFF;
        color: #3e3d40; }
        .home .actions .filter-dropdown a .material-icons {
          font-size: 1.2rem;
          vertical-align: middle; }
        .home .actions .filter-dropdown a:hover {
          color: #009795; }
      .home .actions .filter-dropdown:hover a, .home .actions .filter-dropdown a.active {
        background: #fff; }
      .home .actions .filter-dropdown .dropdown-menu {
        border: 1px solid #e4ffff;
        padding: 13px 20px 20px;
        min-width: 250px;
        top: 35px;
        box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1), 1px 1px 15px 0px rgba(0, 0, 0, 0.1); }
        .home .actions .filter-dropdown .dropdown-menu h2.title {
          background: #cafffe;
          font-size: 14px;
          font-weight: 300;
          padding: 0 0 7px 0;
          margin: 0; }
        .home .actions .filter-dropdown .dropdown-menu label {
          display: block;
          padding: 5px 5px 5px 30px;
          margin: 0;
          line-height: 20px; }
          .home .actions .filter-dropdown .dropdown-menu label:nth-child(odd) {
            border-top: 1px solid rgba(0, 151, 149, 0.1);
            border-bottom: 1px solid rgba(0, 151, 149, 0.1); }
          .home .actions .filter-dropdown .dropdown-menu label .c-indicator {
            left: 7px;
            top: 7px;
            width: 1.2rem;
            height: 1.2rem;
            background-color: #fff;
            border: 1px solid #009795;
            box-shadow: none;
            border-radius: 50%; }
          .home .actions .filter-dropdown .dropdown-menu label input:checked ~ .c-indicator {
            background-color: #009795;
            border: 1px solid rgba(0, 151, 149, 0.1); }
          .home .actions .filter-dropdown .dropdown-menu label input:checked ~ .text {
            font-weight: 300; }
          .home .actions .filter-dropdown .dropdown-menu label:hover {
            background: #e4ffff; }
    .home .actions .search-sort-wrap {
      padding: 0 10px 0 0;
      display: inline-block;
      position: relative;
      margin-right: 10px;
      border-right: 1px solid #009795; }
      .home .actions .search-sort-wrap .sort-dropdown {
        display: inline-block;
        vertical-align: middle;
        border-radius: 2px; }
        .home .actions .search-sort-wrap .sort-dropdown a {
          padding: 7px 7px 0 7px;
          border-radius: 2px;
          color: #252525;
          margin: 2px 2px 0 0; }
          .home .actions .search-sort-wrap .sort-dropdown a .material-icons {
            color: #252525; }
          .home .actions .search-sort-wrap .sort-dropdown a:hover {
            color: #009795; }
          .home .actions .search-sort-wrap .sort-dropdown a:active {
            background: rgba(220, 242, 252, 0.3); }
        .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu {
          border: 1px solid #c7c7c7;
          top: 35px;
          padding: 12px 0;
          min-width: 240px;
          border-radius: 2px;
          box-shadow: none;
          box-sizing: border-box; }
          @media (max-width: 576px) {
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu {
              right: -10px; } }
          .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu h3.title {
            font-size: 14px;
            font-weight: normal;
            padding-bottom: 12px;
            border-bottom: 1px solid #d9d9d9;
            padding: 0px 24px 14px; }
          .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label {
            display: block;
            padding: 8px 0 0 30px;
            margin: 0;
            line-height: 18px;
            font-size: 12px; }
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label .c-indicator {
              left: 7px;
              top: 7px;
              width: 1.2rem;
              height: 1.2rem;
              background-color: #FFFFFF;
              border: 1px solid #009795;
              box-shadow: none;
              border-radius: 50%; }
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .c-indicator {
              background-color: #009795;
              border: 1px solid #009795; }
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label input:checked ~ .text {
              font-weight: 300; }
            .home .actions .search-sort-wrap .sort-dropdown .dropdown-menu label:hover {
              background: #e9e9e9; }
  .home .tab-content {
    min-height: 500px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 11px 11px 0 rgba(0, 0, 0, 0.1), 0 12px 15px 0 rgba(0, 0, 0, 0.09); }
    .home .tab-content.stack-view .card-group .card {
      box-shadow: none;
      width: 25%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 2.5em 2em 1em;
      margin: 0;
      float: left;
      max-height: 440px;
      min-height: 440px; }
      @media (max-width: 1024px) {
        .home .tab-content.stack-view .card-group .card {
          padding: 1.5em; } }
      @media (max-width: 768px) {
        .home .tab-content.stack-view .card-group .card {
          width: 50%; } }
      @media (max-width: 480px) {
        .home .tab-content.stack-view .card-group .card {
          width: 100%; } }
      .home .tab-content.stack-view .card-group .card .cover-img {
        position: relative;
        margin: 0 0 1em 0;
        width: 100%;
        text-align: center;
        height: 220px;
        border: 1px solid #d9d9d9; }
        .home .tab-content.stack-view .card-group .card .cover-img img {
          display: inline-block;
          max-width: 100%;
          height: auto;
          max-height: 220px;
          padding: .25rem;
          line-height: 1.5;
          border: 1px solid rgba(37, 37, 37, 0.1);
          border-radius: .25rem;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out; }
      .home .tab-content.stack-view .card-group .card .card-block {
        padding: 0; }
        .home .tab-content.stack-view .card-group .card .card-block .content-type {
          display: none; }
        .home .tab-content.stack-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: -webkit-box;
          display: block;
          height: 43.2px;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0;
          font-size: 20px;
          line-height: 26px;
          height: 55px;
          color: #3e3d40; }
          .home .tab-content.stack-view .card-group .card .card-block .card-title a {
            color: #3e3d40;
            font-size: 20px;
            line-height: 26px; }
            .home .tab-content.stack-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (max-width: 320px) {
            .home .tab-content.stack-view .card-group .card .card-block .card-title {
              font-size: 18px;
              line-height: 24px; } }
        .home .tab-content.stack-view .card-group .card .card-block .sub-title {
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          height: 14px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .home .tab-content.stack-view .card-group .card .card-block .description {
          display: -webkit-box;
          display: block;
          /* Fallback for non-webkit */
          height: 42px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1.5;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; }
        .home .tab-content.stack-view .card-group .card .card-block .action-items {
          margin: 20px 0 0;
          position: absolute;
          bottom: 0px;
          width: 85%; }
          .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn, .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
            margin: 0 0 25px 0;
            min-width: 122px;
            color: #FFFFFF;
            padding: .375rem 1rem;
            border-radius: 2px;
            height: 36px; }
            @media (max-width: 1200px) {
              .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn, .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
                min-width: 80px; } }
            @media (max-width: 768px) {
              .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn, .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn {
                min-width: 100px; } }
            .home .tab-content.stack-view .card-group .card .card-block .action-items button.btn:hover, .home .tab-content.stack-view .card-group .card .card-block .action-items a.btn:hover {
              color: #FFFFFF; }
          .home .tab-content.stack-view .card-group .card .card-block .action-items a {
            color: rgba(62, 61, 64, 0.5);
            padding: 0px;
            width: 24%;
            text-align: center; }
            @media (max-width: 1024px) {
              .home .tab-content.stack-view .card-group .card .card-block .action-items a {
                width: 22%; } }
            .home .tab-content.stack-view .card-group .card .card-block .action-items a:hover, .home .tab-content.stack-view .card-group .card .card-block .action-items a.active {
              color: #009795; }
            .home .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .home .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link:hover, .home .tab-content.stack-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }
      .home .tab-content.stack-view .card-group .card .ebook {
        min-height: 470px; }
        .home .tab-content.stack-view .card-group .card .ebook .card-block p .text-muted {
          font-size: 14px;
          line-height: 18px;
          font-weight: 300;
          color: #1e1e1e; }
          .home .tab-content.stack-view .card-group .card .ebook .card-block p .text-muted a {
            font-size: 14px; }
        .home .tab-content.stack-view .card-group .card .ebook .card-block .card-text.isbn {
          display: none; }
    @media (min-width: 544px) {
      .home .tab-content.stack-view .card-group {
        display: table;
        width: 100%;
        table-layout: fixed; } }
    .home .tab-content.list-view .card-group .card {
      box-shadow: none;
      width: 50%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 2.5em 2em 2em 1.5em;
      margin: 0;
      float: left; }
      @media (max-width: 768px) {
        .home .tab-content.list-view .card-group .card {
          width: 100%;
          padding: 1rem; } }
      .home .tab-content.list-view .card-group .card .cover-img {
        position: relative;
        float: left;
        margin-right: 1.5em; }
        @media (max-width: 560px) {
          .home .tab-content.list-view .card-group .card .cover-img {
            width: 100%;
            margin: 0 auto;
            text-align: center;
            clear: both;
            float: none; } }
        .home .tab-content.list-view .card-group .card .cover-img img {
          max-width: 100%;
          width: 180px;
          height: 240px;
          margin: auto; }
          @media (max-width: 767px) {
            .home .tab-content.list-view .card-group .card .cover-img img {
              width: 150px;
              height: auto;
              margin: 0 auto;
              text-align: center; } }
      .home .tab-content.list-view .card-group .card .card-block {
        padding: 0; }
        .home .tab-content.list-view .card-group .card .card-block .content-type {
          display: none !important; }
        .home .tab-content.list-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: block;
          /* Fallback for non-webkit */
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          margin: 0 0 5px 0;
          font-size: 20px;
          line-height: 26px;
          height: 30px;
          color: #3e3d40; }
          .home .tab-content.list-view .card-group .card .card-block .card-title a {
            color: #3e3d40;
            font-size: 20px;
            line-height: 26px; }
            .home .tab-content.list-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (max-width: 320px) {
            .home .tab-content.list-view .card-group .card .card-block .card-title {
              font-size: 18px;
              line-height: 24px; } }
        .home .tab-content.list-view .card-group .card .card-block .sub-title {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          height: 14px;
          /* Fallback for non-webkit */
          font-size: 14px;
          line-height: 1;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .home .tab-content.list-view .card-group .card .card-block .description {
          display: -webkit-box;
          height: 14px;
          font-size: 14px;
          line-height: 1;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .home .tab-content.list-view .card-group .card .card-block .action-items {
          margin: 30px 0 0;
          float: left; }
          .home .tab-content.list-view .card-group .card .card-block .action-items .clearfix {
            height: 1px; }
          .home .tab-content.list-view .card-group .card .card-block .action-items button.btn, .home .tab-content.list-view .card-group .card .card-block .action-items a.btn {
            margin: 0 0 15px 0;
            color: #FFFFFF;
            padding: .375rem 1rem;
            border-radius: 2px; }
            .home .tab-content.list-view .card-group .card .card-block .action-items button.btn:last-child, .home .tab-content.list-view .card-group .card .card-block .action-items a.btn:last-child {
              clear: right; }
            .home .tab-content.list-view .card-group .card .card-block .action-items button.btn:hover, .home .tab-content.list-view .card-group .card .card-block .action-items a.btn:hover {
              color: #FFFFFF; }
          .home .tab-content.list-view .card-group .card .card-block .action-items a {
            color: rgba(62, 61, 64, 0.5);
            padding: 0px;
            width: 48px;
            text-align: center; }
            .home .tab-content.list-view .card-group .card .card-block .action-items a:hover, .home .tab-content.list-view .card-group .card .card-block .action-items a.active {
              color: #009795; }
            .home .tab-content.list-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .home .tab-content.list-view .card-group .card .card-block .action-items a.icon-link:hover, .home .tab-content.list-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }
    .home .tab-content.title-view .card-group .card {
      box-shadow: none;
      width: 100%;
      border: 0;
      border-right: 1px solid #e8e8e8;
      border-bottom: 1px solid #e8e8e8;
      padding: 2em 2em;
      margin: 0;
      float: left; }
      .home .tab-content.title-view .card-group .card .cover-img {
        position: relative;
        float: left;
        margin-right: 1.5em;
        display: none; }
        .home .tab-content.title-view .card-group .card .cover-img img {
          max-width: 100%;
          width: 180px;
          height: 220px;
          margin: auto; }
      .home .tab-content.title-view .card-group .card .card-block {
        padding: 0; }
        .home .tab-content.title-view .card-group .card .card-block .content-type {
          display: none !important; }
        .home .tab-content.title-view .card-group .card .card-block .card-title {
          font-weight: 300;
          display: block;
          /* Fallback for non-webkit */
          margin-bottom: 5px;
          font-size: 20px;
          color: #3e3d40;
          line-height: 26px; }
          .home .tab-content.title-view .card-group .card .card-block .card-title a {
            color: #3e3d40;
            font-size: 20px;
            line-height: 26px; }
            .home .tab-content.title-view .card-group .card .card-block .card-title a:hover {
              color: #009795; }
          @media (max-width: 320px) {
            .home .tab-content.title-view .card-group .card .card-block .card-title {
              font-size: 18px;
              line-height: 24px; } }
        .home .tab-content.title-view .card-group .card .card-block .sub-title {
          margin-bottom: 5px; }
        .home .tab-content.title-view .card-group .card .card-block .description {
          display: block;
          /* Fallback for non-webkit */
          display: -webkit-box;
          font-size: 14px; }
        .home .tab-content.title-view .card-group .card .card-block .action-items {
          margin: 20px 0 0;
          bottom: 5px;
          width: 90%; }
          .home .tab-content.title-view .card-group .card .card-block .action-items .clearfix {
            display: none; }
          .home .tab-content.title-view .card-group .card .card-block .action-items button.btn, .home .tab-content.title-view .card-group .card .card-block .action-items a.btn {
            margin: 0 0 15px 0;
            color: #FFFFFF;
            padding: .375rem 1rem;
            border-radius: 2px; }
            .home .tab-content.title-view .card-group .card .card-block .action-items button.btn:last-child, .home .tab-content.title-view .card-group .card .card-block .action-items a.btn:last-child {
              clear: right; }
            .home .tab-content.title-view .card-group .card .card-block .action-items button.btn:hover, .home .tab-content.title-view .card-group .card .card-block .action-items a.btn:hover {
              color: #FFFFFF; }
          .home .tab-content.title-view .card-group .card .card-block .action-items a {
            color: rgba(62, 61, 64, 0.5);
            padding: 0px;
            width: 48px;
            text-align: center; }
            .home .tab-content.title-view .card-group .card .card-block .action-items a:hover, .home .tab-content.title-view .card-group .card .card-block .action-items a.active {
              color: #009795; }
            .home .tab-content.title-view .card-group .card .card-block .action-items a.icon-link {
              padding: 0;
              margin: 0;
              display: inline-block;
              border-right: 0;
              vertical-align: middle; }
              .home .tab-content.title-view .card-group .card .card-block .action-items a.icon-link:hover, .home .tab-content.title-view .card-group .card .card-block .action-items a.icon-link.active {
                color: #009795; }

/*# sourceMappingURL=home.css.map */
