
/*start home Category*/
component-grid-category-db .home .category .hidden-text .title {
    margin-bottom: 15px;
}
component-grid-category-db .home .category .hidden-text .title-xxs {
    font-size: 36px;
    line-height: 1.23;
}
component-grid-category-db .home .category .hidden-text .t-title {
    font-family: 'Comfortaa',sans-serif;
    font-weight: 600;
    color: #000;
}
component-grid-category-db .home .category{
  padding: 30px 0;
}
component-grid-category-db .home .paddingtop90{
  padding-top: 90px;
  padding-bottom: 0px;
}
component-grid-category-db .home .category a{
  text-decoration: none;
}
component-grid-category-db .home .category a .table{
  display: table;
    width: 100%;
    height: 200px;
    vertical-align: middle;
    background-color: #000;
    position: relative;
    overflow: hidden;
}
component-grid-category-db .home .category a .table .cell{
  display: table-cell;
    width: 100%;
    height: 100%;
}
component-grid-category-db .home .category a .table .cell:hover .bg-animated {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
component-grid-category-db .home .category a .table .valign-middle {
    vertical-align: middle;
}
component-grid-category-db .home .category a .table .valign-middle .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
component-grid-category-db .home .category a .table .valign-middle .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
component-grid-category-db .home .category a .table .valign-middle .animation-slow {
    -webkit-transition: all ease-in-out .45s;
    -moz-transition: all ease-in-out .45s;
    -o-transition: all ease-in-out .45s;
    transition: all ease-in-out .45s;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper {
    padding: 20px 40px;
    position: relative;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper-content {
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper-content {
    margin: 30px auto;
    position: relative;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper-content .title {
    color: #fff;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper-content .name-xl {
    font-size: 24px;
    line-height: 1.35;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper-content .name {
    font-family: 'Comfortaa',sans-serif;
    font-weight: 600;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper-content .text {
    color: #fff;
    margin-top: 20px;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper-content .descr-xs {
    font-size: 16px;
    line-height: 1.55;
}
component-grid-category-db .home .category a .table .valign-middle .textwrapper-content .descr {
    font-family: 'Comfortaa',sans-serif;
    font-weight: 300;
}
/*end home Category*/