.homeCategories{
  width: 100%;
  float: left;
  margin-top: 33px;
}
ul.homeCategoriesContent{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.homeCategoriesContent li{
  float: left;
  width: 14.285%;
  padding: 7px;
  position: relative;
}
.homeCategoriesContent li .item_block_content{
  display: flex;
  min-height: 180px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homeCategoriesContent li .item_block_content:hover{
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
.homeCategoriesContent li .item_block_content a{
  padding: 10px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.homeCategoriesContent li .item_block_content img{margin-bottom: 12px;}
.homeCategoriesContent li.portrait .item_block_content img{
  width: auto;
  height: 101px;
}
.homeCategoriesContent li.landscape .item_block_content img{
  max-width: 108px;
  height: auto;
}
.homeCategoriesContent li .item_block_content p{
  color: #2b2a29;
  font-size: 14px;
}
.homeCategoriesContent li .item_block_content p:last-child{
  margin-bottom: 0;
}
/*.homeCategoriesContent li .item_block_img img{*/
/*  max-width: 100%;*/
/*}*/
/*.item_block_img{*/
/*  position: relative;*/
/*}*/
/*.item_block_img:before{*/
/*  position: absolute;*/
/*  z-index: 2;*/
/*  display: block;*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0%;*/
/*  left: 0%;*/
/*  background: rgba(255,255,255,.8) none repeat scroll 0 0;*/
/*  opacity: 0.4;*/
/*  -webkit-transition: all 1s ease 0s;*/
/*  -moz-transition: all 1s ease 0s;*/
/*  -ms-transition: all 1s ease 0s;*/
/*  -o-transition: all 1s ease 0s;*/
/*  transition: all 1s ease 0s;*/
/*}*/
/*.homeCategoriesContent li:hover .item_block_img:before{*/
/*  opacity: 0;*/
/*  width: 0;*/
/*  height: 0;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*}*/
/*.homeCategoriesContent li:hover .item_block_img img{*/
/*  transform: scale(1.2);*/
/*  -webkit-transform: scale(1.2);*/
/*  -ms-transform: scale(1.2);*/
/*  -o-transform: scale(1.2);*/
/*  -moz-transform: scale(1.2);*/
/*}*/
/*.homeCategoriesContent li .item_block_img{*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  text-align: center;*/
/*}*/
/*.homeCategoriesContent li .item_block_img img{*/
/*  max-width: 100%;*/
/*  transition: all 600ms ease 0s;*/
/*  -webkit-transition: all 600ms ease 0s;*/
/*  -moz-transition: all 600ms ease 0s;*/
/*  -ms-transition: all 600ms ease 0s;*/
/*  -o-transition: all 600ms ease 0s;*/
/*}*/