.tz-absolute {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}
.tz-table {
    display: table;
    height: 100%;
    width: 100%;
}
.tz-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

/* Style for flexslider */
.TzItemPage .TzRelated .list-item .owl-controls{
    position: static;
}
.TzItemPage .TzRelated .list-item .owl-controls .owl-prev,
.TzItemPage .TzRelated .list-item .owl-controls .owl-next {
    top: 50%;
    font-size: 24px;
    margin-top: -13px;
    position: absolute;
}
.TzItemPage .TzRelated .list-item .owl-controls .owl-prev:hover,
.TzItemPage .TzRelated .list-item .owl-controls .owl-next:hover,
.TzItemPage .TzRelated .list-item .owl-controls .owl-prev:focus,
.TzItemPage .TzRelated .list-item .owl-controls .owl-next:focus {
    color: #0088cc;
}
.TzItemPage .TzRelated .list-item .owl-controls .owl-prev{
    left: -50px;
}
.TzItemPage .TzRelated .list-item .owl-controls .owl-next {
    right: -50px;
}