.lsow-clients {
  overflow: hidden;
  margin: 0 auto; }
  .lsow-clients .lsow-client {
    position: relative;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    overflow: hidden; }
    .lsow-dark-bg .lsow-clients .lsow-client {
      border-color: #505050 !important; }
    .lsow-clients .lsow-client.lsow-twocol:nth-child(6n + 1) {
      border-left: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-twocol:nth-child(-n + 6) {
      border-top: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-onefifth:nth-child(5n + 1) {
      border-left: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-onefifth:nth-child(-n + 5) {
      border-top: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-threecol:nth-child(4n + 1) {
      border-left: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-threecol:nth-child(-n + 4) {
      border-top: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-fourcol:nth-child(3n + 1) {
      border-left: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-fourcol:nth-child(-n + 3) {
      border-top: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-sixcol:nth-child(2n + 1) {
      border-left: 1px solid #ddd; }
    .lsow-clients .lsow-client.lsow-sixcol:nth-child(-n + 2) {
      border-top: 1px solid #ddd; }
    @media only screen and (max-width: 800px) {
      .lsow-clients .lsow-client.lsow-twocol:nth-child(n), .lsow-clients .lsow-client.lsow-threecol:nth-child(n), .lsow-clients .lsow-client.lsow-fourcol:nth-child(n), .lsow-clients .lsow-client.lsow-onefifth:nth-child(n), .lsow-clients .lsow-client.lsow-sixcol:nth-child(n) {
        border-left: none;
        border-top: none;
        width: 50%;
        float: left; }
      .lsow-clients .lsow-client.lsow-twocol:nth-child(2n + 1), .lsow-clients .lsow-client.lsow-threecol:nth-child(2n + 1), .lsow-clients .lsow-client.lsow-fourcol:nth-child(2n + 1), .lsow-clients .lsow-client.lsow-onefifth:nth-child(2n + 1), .lsow-clients .lsow-client.lsow-sixcol:nth-child(2n + 1) {
        border-left: 1px solid #ddd; }
      .lsow-clients .lsow-client.lsow-twocol:nth-child(-n + 2), .lsow-clients .lsow-client.lsow-threecol:nth-child(-n + 2), .lsow-clients .lsow-client.lsow-fourcol:nth-child(-n + 2), .lsow-clients .lsow-client.lsow-onefifth:nth-child(-n + 2), .lsow-clients .lsow-client.lsow-sixcol:nth-child(-n + 2) {
        border-top: 1px solid #ddd; } }
    .lsow-clients .lsow-client img {
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      width: 100%;
      margin: 0;
      display: block; }
    .lsow-clients .lsow-client .lsow-client-name {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 0;
      text-align: center;
      width: 100%;
      height: 100%;
      margin-top: -12px;
      color: #fff;
      font-size: 18px;
      line-height: 26px;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s;
      opacity: 0; }
      .lsow-clients .lsow-client .lsow-client-name a {
        color: #fff;
        text-decoration: none; }
    .lsow-clients .lsow-client .lsow-image-overlay {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background: #000;
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      opacity: 0;
      -webkit-transition: opacity .4s ease-in-out 0s;
      transition: opacity .4s ease-in-out 0s; }
    .lsow-clients .lsow-client:hover .lsow-image-overlay {
      opacity: 0.7; }
      .lsow-dark-bg .lsow-clients .lsow-client:hover .lsow-image-overlay {
        opacity: 0.8; }
    .lsow-clients .lsow-client:hover .lsow-client-name {
      opacity: 1; }

/*# sourceMappingURL=style.css.map */