﻿#owl-demo .item {
    text-align: center;
    margin: 0;
    position: relative;
    width: 100%;
}
.item:hover {
    transform: translateY(-100px);
}
.item a img {
    display: block;
    position: relative;
    z-index: 10;
}
.info {
    background: #101b27 none repeat scroll 0 0;
    backface-visibility: hidden;
    height: 90px;
    top: auto;
    width: 100%;
    color: #ed4e6e;
    left: 0;
    padding: 10px;
    position: absolute;
    color: #ed4e6e;
    box-sizing: border-box;
    text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.owl-item, .item, .item a, .item a img {
	z-index: 100;
    transition: transform 0.4s ease 0s;
}
.info a{
	color: #6eb1f5;
}