/* ============================================ *
 * Footer
 * ============================================ */
/* -------------------------------------------- *
 * Footer
 */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* -------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #4AC0E0; }

.theme-color {
  color: #4AC0E0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #4AC0E0;
  padding: 30px 29px;
  margin-bottom: 60px; }

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0; }

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500; }

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px; } }
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px; }
.table-bordered th, .table-bordered td {
  border: solid 1px #dfdfdf; }

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999; }

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear; }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px; }

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png); }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px; } }
.footer .footer-col h4,
.footer .footer-col .block-title strong, .footer .block-title strong {
  font-family: "Roag W05 Black", sans-serif;
  color: #ffffff;
  font-size: 24px;
  display: block;
  padding: 0 0 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400; }

.footer {
  clear: both;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #ffffff;
  /* ==================================back-top ================================================== */ }
  @media only screen and (max-width: 479px) {
    .footer {
      padding-top: 15px; } }
  .footer .footer-cols-wrapper {
    padding-bottom: 25px;
    position: relative; }
  .footer .footer-col a {
    color: #ffffff !important; }
  .footer .block-title {
    border: 0;
    padding: 0;
    margin-bottom: 0; }
  .footer .block-title,
  .footer address {
    color: #8A8B8A; }
  .footer .links,
  .footer .footer-col ul {
    padding: 0; }
    .footer .links li,
    .footer .footer-col ul li {
      word-break: break-all;
      line-height: 1.4;
      padding: 4px 0; }
    .footer .links a,
    .footer .footer-col ul a {
      color: #4AC0E0; }
      .footer .links a:hover,
      .footer .footer-col ul a:hover {
        color: #ffffff; }
  .footer .block {
    border: none;
    padding: 0;
    margin: 0; }
  .footer .block-subscribe {
    margin: 0 0 30px 0; }
  .footer .form-subscribe-header {
    display: none; }
  .footer #back-top {
    position: fixed;
    bottom: 40px;
    z-index: 999;
    right: 1%;
    display: none;
    width: 41px;
    height: 41px; }
    .footer #back-top span {
      display: block;
      text-align: center;
      width: 45px;
      height: 45px;
      background-color: #4AC0E0;
      color: #fff;
      -webkit-transition: all, 0.2s, ease-in-out;
      -o-transition: all, 0.2s, ease-in-out;
      transition: all, 0.2s, ease-in-out; }
      .footer #back-top span::before {
        display: inline-block;
        font-family: FontAwesome;
        font-size: inherit;
        line-height: normal;
        font-weight: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        content: "\f106";
        font-size: 45px;
        line-height: 40px; }
      .footer #back-top span:hover {
        background-color: #209cbd; }
  .footer .block-subscribe .input-box {
    float: left;
    width: 100%;
    background: #191919;
    border: 1px solid  #303030;
    padding: 0 150px 0 200px;
    padding-top: 0; }
    @media only screen and (max-width: 569px) {
      .footer .block-subscribe .input-box {
        padding: 0 150px 0 10px; } }
    .footer .block-subscribe .input-box .validation-advice {
      position: absolute;
      background: #fff;
      border: solid 1px #dfdfdf;
      padding: 10px; }
  .footer .block-subscribe .input-text {
    width: 100%;
    border-right: 0;
    height: 37px;
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
  .footer .block-subscribe .block-content {
    position: relative; }
    .footer .block-subscribe .block-content:after {
      content: '';
      display: table;
      clear: both; }
  .footer .block-subscribe .nwl-title {
    position: absolute;
    top: 0;
    left: 20px;
    text-transform: uppercase;
    line-height: 37px;
    font-size: 16px;
    color: #ffffff;
    z-index: 9;
    font-weight: 400; }
    @media only screen and (max-width: 569px) {
      .footer .block-subscribe .nwl-title {
        display: none; } }
  .footer .block-subscribe .actions {
    float: left;
    width: auto;
    margin: 0; }
  .footer .block-subscribe .actions .button {
    line-height: 17px;
    position: absolute;
    top: 1px;
    right: 0; }
  .footer .block-instagram_user .block-content {
    border: none; }
  .footer .bugs,
  .footer address {
    clear: both; }
  .footer .bugs {
    display: none; }
  .footer .form-language,
  .footer .currency-switcher,
  .footer .store-switcher {
    clear: both;
    margin-bottom: 10px; }
  .footer .form-language,
  .footer .currency-switcher {
    display: none; }
  .footer address {
    text-align: center;
    width: 100%;
    font-size: 11px;
    margin-top: 30px;
    padding: 30px 0; }
  .footer .footer-support {
    color: #ffffff; }
    .footer .footer-support li {
      display: inline-block;
      vertical-align: top; }
    .footer .footer-support h5 {
      font-size: 20px;
      color: #ffffff; }
    .footer .footer-support .icon {
      padding: 9px 9px 0 0;
      font-size: 18px; }
  @media only screen and (max-width: 1199px) {
    .footer .block-subscribe {
      clear: both;
      float: none;
      margin: 0 auto 30px auto; } }
  @media only screen and (max-width: 991px) {
    .footer .footer-col {
      margin-bottom: 40px; }
    .footer .footer-col:nth-child(3) {
      clear: left; }
    .footer .footer-col:nth-child(4) {
      margin-right: 0; }
    .footer .block-subscribe {
      clear: both;
      float: none;
      margin: 0 auto 30px auto; } }
  @media only screen and (max-width: 767px) {
    .footer .footer-col {
      margin-bottom: 0; }
      .footer .footer-col h4,
      .footer .footer-col .block-title strong {
        margin: 0;
        margin-bottom: 10px;
        color: #000000;
        font-family: "Roag W05 Black", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #4AC0E0;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #000000;
        display: block;
        width: 100%;
        cursor: pointer; }
        .footer .footer-col h4:after,
        .footer .footer-col .block-title strong:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #8A8B8A;
          border-right: none;
          left: 10px;
          top: 50%;
          margin-top: -3px; } }
    @media only screen and (max-width: 767px) and (max-width: 767px) {
      .footer .footer-col h4,
      .footer .footer-col .block-title strong {
        color: #ffffff;
        font-weight: normal;
        border: none;
        border-bottom: none; }
        .footer .footer-col h4:hover,
        .footer .footer-col .block-title strong:hover {
          background-color: #000000; } }
  @media only screen and (max-width: 767px) {
        .footer .footer-col h4.active,
        .footer .footer-col .block-title strong.active {
          margin: 0;
          margin-bottom: 10px;
          color: #000000;
          font-family: "Roag W05 Black", sans-serif;
          font-size: 16px;
          font-weight: 500;
          font-style: normal;
          line-height: 1.4;
          text-rendering: optimizeSpeed;
          text-transform: uppercase;
          -moz-user-select: none;
          -ms-user-select: none;
          -webkit-user-select: none;
          -o-user-select: none;
          user-select: none;
          color: #4AC0E0;
          font-weight: 500;
          margin-bottom: 0px;
          padding: 7px 10px 7px 24px;
          border-top: solid 1px #dfdfdf;
          position: relative;
          background-color: #000000; }
          .footer .footer-col h4.active:after,
          .footer .footer-col .block-title strong.active:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            display: block;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            border-top: 4px solid #8A8B8A;
            border-bottom: none;
            left: 10px;
            top: 50%;
            margin-top: -3px; } }
      @media only screen and (max-width: 767px) and (max-width: 767px) {
        .footer .footer-col h4.active,
        .footer .footer-col .block-title strong.active {
          color: #ffffff;
          font-weight: normal;
          border: none;
          border-bottom: none; }
          .footer .footer-col h4.active:hover,
          .footer .footer-col .block-title strong.active:hover {
            background-color: #000000; } }
  @media only screen and (max-width: 767px) {
      .footer .footer-col.last .block-subscribe .block-title strong {
        border-bottom: solid 1px #dfdfdf; }
      .footer .footer-col.last .block-subscribe .block-content {
        border: solid 1px #dfdfdf;
        border-top: none; }
    .footer .footer-col-content,
    .footer .block-content {
      padding: 10px;
      margin-top: 0;
      border-width: 0;
      border-style: solid;
      border-color: #dfdfdf;
      color: #ffffff;
      font-family: "DIN2014-Regular", sans-serif;
      font-size: 16px; }
    .footer .block-subscribe {
      margin-bottom: 10px; }
      .footer .block-subscribe .block-content {
        padding: 0;
        border: none; } }
  .footer .contact-f-block p {
    line-height: 20px; }
  .footer .contact-f-block i {
    font-size: 20px;
    color: #4AC0E0;
    position: relative;
    top: 3px; }
  .footer .contact-f-block a:hover {
    color: #ffffff; }
  .footer .soc-icon a {
    display: inline-block;
    color: #fff;
    margin-right: 16px;
    text-align: center;
    font-size: 23px; }
    .footer .soc-icon a:hover {
      opacity: 1; }
  .footer .left-side {
    float: left; }
  .footer .right-side {
    float: right;
    margin-top: 20px; }
    .footer .right-side address {
      float: left;
      width: auto;
      padding: 17px 30px 10px 10px;
      margin: 0;
      color: #888888; }
    .footer .right-side .paypal-logo {
      float: right; }
  .footer address {
    float: none;
    text-align: center;
    width: auto;
    padding: 60px 30px 10px 10px;
    margin: 0;
    font-size: 16px;
    color: #F6F6F6; }
