#fieldblockcategories .field_content .item-inner-cate .right-block-cate a.more-cate{
    font-size:14px;
    color:#fff;
    line-height: 50px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
#fieldblockcategories .field_content ul li .item-inner-cate {
    display: inline-block;
    position: relative;
    min-width: 210px;
}
#fieldblockcategories .field_content ul li img {
    position: relative;
    display: inline-block;
}
#fieldblockcategories .field_content h3 {
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: rgba(255,255,255,0.25);
    font-weight:400;
}
#fieldblockcategories .field_content .item-inner-cate .left-block-cate a:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.2);
    max-width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 0;
    cursor: pointer;
}
#fieldblockcategories .field_content .item-inner-cate:hover .left-block-cate a:before {
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
}
.text2-border {
    text-align: center;
    color: #fff;
    padding-top: 57px;
    padding-bottom: 57px;
}
.text2-border h2 a{
    color: #fff; 
}
#fieldblockcategories .overlay_pallax{
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    padding-bottom: 50px;
}
#fieldblockcategories .owl-buttons{
    position: relative;
    margin-top: 38px;
    display: inline-block;
    text-align: center;
    width: 80px;
}
#fieldblockcategories h2{
    font-size: 18px;
    border: none;
    margin-bottom: 7px;
    padding-bottom: 0;

}
#fieldblockcategories .owl-buttons [class^="carousel-"] span {
    border: none;
}
ul#block_categories {
    position: relative;
    margin: 0;
}
#fieldblockcategories .container {
    overflow: hidden;
}
#fieldblockcategories {
    text-align: center;
    margin-bottom: 52px;
}
@media(max-width:1199px) and (min-width:992px){
    #fieldblockcategories .field_content .item-content-inner-cate{padding:10px;}
}
