.card-footer[data-style="4"] ul, .card-footer[data-style="4"] ol, .card-footer[data-style="4"] li, .card-footer[data-style="4"] .footer-nav ul, .card-footer[data-style="4"] .footer-nav ol, .card-footer[data-style="4"] .footer-nav li, .card-footer[data-style="4"] .footer-nav a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none; }

.card-footer[data-style="4"] .footer-nav .nav-menu, .card-footer[data-style="4"] .footer-nav .nav-menu a, .card-footer[data-style="4"] .footer-nav .nav-menu li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.card-footer[data-style="4"], .card-footer[data-style="4"] .footer-nav, .card-footer[data-style="4"] .goTop {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.card-footer[data-style="4"] .footer-main > .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card-footer[data-style="4"] .footer-main > .footer-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.card-footer[data-style="4"] .footer-nav .sub-menu {
  visibility: hidden;
  opacity: 0;
  height: auto;
  top: -100%;
  -webkit-transition: all 0.4s ease-in-out 0.25s;
  -o-transition: all 0.4s ease-in-out 0.25s;
  transition: all 0.4s ease-in-out 0.25s;
  color: #000000; }

.card-footer[data-style="4"] .footer-nav .open > .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%; }

.card-footer[data-style="4"] {
  font-size: 15px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  position: relative; }
  .card-footer[data-style="4"] a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 5px; }
    .card-footer[data-style="4"] a:focus, .card-footer[data-style="4"] a:active, .card-footer[data-style="4"] a:hover {
      color: #000000; }
  .card-footer[data-style="4"] .footer-main {
    position: absolute;
    width: 100%;
    bottom: 0; }
    .card-footer[data-style="4"] .footer-main > .footer-wrapper {
      padding: 20px 20px 7vh;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (max-width: 580px) {
        .card-footer[data-style="4"] .footer-main > .footer-wrapper {
          padding-bottom: 0px; } }
      .card-footer[data-style="4"] .footer-main > .footer-wrapper > div {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        @media only screen and (max-width: 580px) {
          .card-footer[data-style="4"] .footer-main > .footer-wrapper > div {
            -webkit-box-flex: 50%;
                -ms-flex: 50%;
                    flex: 50%;
            margin-bottom: 25px; } }
      .card-footer[data-style="4"] .footer-main > .footer-wrapper ul > li {
        margin-bottom: 3px; }
      .card-footer[data-style="4"] .footer-main > .footer-wrapper > .footer-main {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      .card-footer[data-style="4"] .footer-main > .footer-wrapper > .footer-copyright {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
  .card-footer[data-style="4"] .footer-copyright {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    padding: 30px 0 30px;
    text-align: center;
    line-height: 1.5; }
  .card-footer[data-style="4"] .footer-wrapper {
    position: relative;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto; }
  .card-footer[data-style="4"] .footer-info {
    font-size: 18px; }
  .card-footer[data-style="4"] .footer-nav {
    width: 100%;
    font-size: 24px;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .card-footer[data-style="4"] .footer-nav {
        z-index: 1;
        font-size: 16px; } }
    .card-footer[data-style="4"] .footer-nav a {
      white-space: nowrap;
      letter-spacing: 0.5px;
      color: #000000; }
      .card-footer[data-style="4"] .footer-nav a:focus, .card-footer[data-style="4"] .footer-nav a:active, .card-footer[data-style="4"] .footer-nav a:hover {
        color: rgba(0, 0, 0, 0.5); }
    .card-footer[data-style="4"] .footer-nav .sub-menu {
      position: absolute;
      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      z-index: 2; }
      @media only screen and (max-width: 800px) {
        .card-footer[data-style="4"] .footer-nav .sub-menu {
          display: none; } }
      .card-footer[data-style="4"] .footer-nav .sub-menu .sub-menu {
        bottom: 20px;
        left: 95%; }
    .card-footer[data-style="4"] .footer-nav .open > .sub-menu .open .sub-menu {
      bottom: 10px;
      left: 95%; }
    .card-footer[data-style="4"] .footer-nav .nav-menu {
      width: 100%;
      text-align: center;
      display: inline-block;
      line-height: 24px;
      font-size: 0; }
      @media only screen and (max-width: 800px) {
        .card-footer[data-style="4"] .footer-nav .nav-menu {
          padding: 20px 15px;
          border-bottom: none; } }
      .card-footer[data-style="4"] .footer-nav .nav-menu > li {
        display: inline-block;
        padding: 30px 0; }
        .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul li:focus, .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul li:active, .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul li:hover {
          background-color: #616161; }
          .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul li:focus > a, .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul li:active > a, .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul li:hover > a {
            color: #ffffff; }
        .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul a {
          padding: 6px 8px; }
          .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul a:focus, .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul a:active, .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul a:hover {
            color: #ffffff; }
        .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul > li {
          position: relative; }
          .card-footer[data-style="4"] .footer-nav .nav-menu > li > ul > li ul {
            position: absolute;
            left: 100%;
            min-width: 100%; }
      .card-footer[data-style="4"] .footer-nav .nav-menu a {
        display: block;
        width: 100%;
        font-size: 16px; }
        @media only screen and (max-width: 580px) {
          .card-footer[data-style="4"] .footer-nav .nav-menu a {
            font-size: 14px; } }
      .card-footer[data-style="4"] .footer-nav .nav-menu li {
        padding: 5px 15px;
        text-align: center;
        line-height: 1; }
        .card-footer[data-style="4"] .footer-nav .nav-menu li li {
          background-color: #757575; }
        .card-footer[data-style="4"] .footer-nav .nav-menu li a {
          padding: 0px; }
      @media only screen and (max-width: 580px) {
        .card-footer[data-style="4"] .footer-nav .nav-menu > li {
          width: 33.33%;
          padding: 5px 0; } }
  .card-footer[data-style="4"] .goTop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 5%;
    bottom: 0;
    cursor: pointer;
    line-height: 50px;
    font-size: 35px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.53);
    opacity: 0;
    z-index: -1; }
    .card-footer[data-style="4"] .goTop::after {
      font-family: "FontCCwork";
      content: "\ea05";
      display: block; }
    .card-footer[data-style="4"] .goTop:hover {
      background-color: rgba(0, 0, 0, 0.73); }
    .card-footer[data-style="4"] .goTop#back-to-top.show {
      opacity: 1;
      z-index: 30; }
  .card-footer[data-style="4"] svg {
    margin-bottom: -10px; }
