body {
  background: #fff!important;
}

body:after {
  display: none;
}

.style-list {
  width: 870px;
  margin: 40px auto;
}


.style-list ul {
  list-style: none;
  margin: 0 0 0 -15px;
  padding: 0;
  text-align: left;
  width: 100%;
}

.style-list li {
  width: 275px;
  height: 400px;
  overflow: hidden;
  float: left;
  display: block;
  margin: 0 0 25px 15px;
  padding: 0;
  position: relative;
}

.style-list .overflow-block {
  width: 275px;
  height: 380px;
  overflow: hidden;
  position: relative;
  background: #000;
  margin: 0 0 5px 0;
}


.style-list .overflow-block:hover li {
  display: inline-block;
}

.category_list li:first-child {
  display: none!important;
  visibility: hidden;
}


.style-list ul ul {
  list-style: none;
  margin: 0 0px 10px 5px!important;
  padding: 0 10px!important;
  position: absolute;
  z-index: 40;
  bottom: 0;
  width: 100%!important;
  float: none!important;
  text-align: left;
}

.style-list li li {
  line-height: 1em;
  display: none;
  float: left!important;
  margin: 0 4px 4px 0px;
  width: auto!important;
  height: auto!important;
  background: transparent;
}

.style-list .overflow-block:hover li {
  display: block;
}

.group-item li:first-child {
  margin-left: -4px;
  position: absolute;

}

.style-list li li a {
  font-size: .8em;
  color: #333;
  text-transform: capitalize;
  background: #fff;
  padding: 5px;
  float: left;
}

.style-list ul a:hover {
  text-decoration: underline;
  color: #333;
}

.style-list ul h3 {
  display: none;
}

.style-list ul  .more {
  display: block;
  position: relative;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  margin: 15px 0 0 0;
}

.style-list ul .more:before {
  width: 1px;
  height: 20px;
  border-left: 1px solid #333;
  content: ' ';
  position: absolute;
  left: 25px;
}

.style-list ul .more:after {
  width: 20px;
  height: 1px;
  border-top: 1px solid #333;
  content: ' ';
  position: absolute;
  left: 15px;
  top: 10px;
}


.style-list li img {
  width: 100%;
  height: auto;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  opacity: .9;
}

.style-list .overflow-block:hover img {
  opacity: .5;
}


.style-list li.style-big {
  width: 855px;
  height: auto;
  float: none!important;
  margin: 0 0 20px 15px!important;
  clear: both;
}

.style-list li.style-big .overflow-block {
  width: 855px;
  height: auto;
  overflow: hidden;
  clear: both;
}

.style-list .credit {
  z-index: 99999;
  display: block;
  margin: 5px 0 0px 0;
  font-size: 11px;
  position: relative;
  line-height: 20px;
}
.style-list .credit a {
  color: #000;
}

.style-list .credit a:hover {
  text-decoration: underline;
}

