<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#social_block {
  float: left;
  /*width: 50%;*/
  padding: 22px 15px 0 15px;
}
@media (max-width: 767px) {
  /*.footer-container #footer */
  #social_block {
    /*width: 100%;*/
    float: left;
    padding-top: 5px;
  }
}
/*.footer-container #footer */
#social_block ul {
  float: right;
}
@media (max-width: 767px) {
  /*.footer-container #footer */
  #social_block ul {
    float: none;
  }
}
/*.footer-container #footer */
#social_block ul li {
  float: left;
  width: 40px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  /*.footer-container #footer */
  #social_block ul li {
    width: 30px;
  }
}
/*.footer-container #footer */
#social_block ul li a {
  display: inline-block;
  color: #908f8f;
  font-size: 18px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  /*.footer-container #footer */
  #social_block ul li a {
    font-size: 20px;
  }
}
/*.footer-container #footer */
#social_block ul li a span {
  display: none;
}
/*.footer-container #footer #social_block ul li a:before {
              display: inline-block;
              font-family: "FontAwesome";
              vertical-align: -5px;
              font-weight: normal;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }*/
.footer-container #footer #social_block ul li a:hover {
  color: white;
}
/*.footer-container #footer #social_block ul li.facebook a:before {
            content: "\f09a"; }
          .footer-container #footer #social_block ul li.twitter a:before {
            content: "\f099"; }
          .footer-container #footer #social_block ul li.rss a:before {
            content: "\f09e"; }
          .footer-container #footer #social_block ul li.youtube a:before {
            content: "\f167"; }
          .footer-container #footer #social_block ul li.google-plus a:before {
            content: "\f0d5"; }
          .footer-container #footer #social_block ul li.pinterest a:before {
            content: "\f0d2"; }
          .footer-container #footer #social_block ul li.instagram a:before {
            content: "\f16d"; }*/
/*.footer-container #footer */
#social_block h4 {
  float: right;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 25px;
  text-transform: none;
  padding: 0 10px 0 0;
}
@media (max-width: 767px) {
  /*.footer-container #footer */
  #social_block h4 {
    display: none;
    text-align: center;
  }
}</pre></body></html>