
.logoshowcase-col-lg-1 {
    width: 100%;
}
.logoshowcase-col-lg-2 {
    width: 50%;
}
.logoshowcase-col-lg-3 {
    width: 33.2222%;
}
.logoshowcase-col-lg-4 {
    width: 24.9%;
}
.logoshowcase-col-lg-5 {
    width: 19.9%;
}
.logoshowcase-col-lg-6 {
    width: 16.6667%;
}
/* md */

@media (min-width: 992px) and (max-width: 1100px) {
    .logoshowcase-col-md-1 {
        width: 100%;
    }
    .logoshowcase-col-md-2 {
        width: 50%;
    }
    .logoshowcase-col-md-3 {
        width: 33.22222222%;
    }
    .logoshowcase-col-md-4 {
        width: 24.9%;
    }
    .logoshowcase-col-md-5 {
        width: 19.9%;
    }
    .logoshowcase-col-md-6 {
        width: 16.66666666666667%;
    }
}
/* sm */

@media (min-width: 650px) and (max-width: 991px) {
    .logoshowcase-col-sm-1 {
        width: 100%;
    }
    .logoshowcase-col-sm-2 {
        width: 49.9%;
    }
    .logoshowcase-col-sm-3 {
        width: 33.22222222%;
    }
    .logoshowcase-col-sm-4 {
        width: 24.9%;
    }
    .logoshowcase-col-sm-5 {
        width: 19.9%;
    }
    .logoshowcase-col-sm-6 {
        width: 16.66666666666667%;
    }
}
/* xs */

@media (max-width: 651px) {
    .logoshowcase-col-xs-1 {
        width: 100%;
    }
    .logoshowcase-col-xs-2 {
        width: 49.9%;
    }
    .logoshowcase-col-xs-3 {
        width: 33.22222222%;
    }
    .logoshowcase-col-xs-4 {
        width: 24.9%;
    }
    .logoshowcase-col-xs-5 {
        width: 19.9%;
    }
    .logoshowcase-col-xs-6 {
        width: 16.66666666666667%;
    }
}






.lsw_logo_container a.lsw_logo_link img {
  box-shadow: none;
  width: 100%;
}


.box-content {
  bottom: 0;
  padding: 0;
  position: absolute;
  transform: translateY(100%);
  transition: all 0.3s ease 0s;
  width: 94%;
}
.lsw_container:hover .box-content {
  transform: translateY(-6px);
}
.box-content .title {
  color: #000;
  display: block;
  font-size: 12px;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
}
.box-content .read{
    float: right;
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #1dcfd1;
}
.box-content .read:hover{
    text-decoration: none;
}







.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #28F;
}

.button.is-checked {
  color: white;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- grid ---- */

.grid {
  border: 1px solid #333;
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }
