.gshometopcategories_block .section_title { text-align: center; font-family: Trajan,Georgia,sans-serif;  overflow: hidden; font-size: 21px;  line-height: 26px; margin: 20px 0; color: #665754;}
.gshometopcategories_block .section_title span { display: inline-block; position: relative; text-transform: uppercase; color: inherit;  font-family: Trajan,Georgia,sans-serif;  color: #665754;}
.gshometopcategories_block .section_title span:before, .gshometopcategories_block .section_title span:after { content: ""; position: absolute;  height: 1px; border-bottom: 1px solid rgba(102, 87, 84, 0.25);  top: 36%;  width: 300%;}
.gshometopcategories_block .section_title span:before { right: 100%;  margin-right: 20px;}
.gshometopcategories_block .section_title span:after { left: 100%;  margin-left: 20px;}
.gshometopcategories_block .categories_block{text-align:center;}
.gshometopcategories_block .categories_block .cat_item{display:inline-block;vertical-align:top;width:12.5%;margin-bottom:10px;}
.gshometopcategories_block .categories_block .cat_item a{display:block;}
.gshometopcategories_block .categories_block .cat_item img{max-width:100%;height:auto;transition: all .5s ease-out;}
.gshometopcategories_block .categories_block .cat_item .name_block{text-align: center; text-transform: uppercase;  font-size: 12px; color: #5f5762;  transition: color .5s ease-out; line-height: 16px;   font-weight: normal;}
.gshometopcategories_block .categories_block .cat_item a:hover img{transform: translateY(-5px); opacity: .9; transition: all .1s ease-out;}
.gshometopcategories_block .categories_block .cat_item a:hover .name_block{color:#004684;}

@media (max-width:575px)
{
	body .gshometopcategories_block .categories_block .cat_item{width:25%;}
}