﻿img{max-width:100%;}
	*{transition: all .5s ease;-moz-transition: all .5s ease;-webkit-transition: all .5s ease}
.my-list {
    width: 100%;
    padding: 10px;
    border: 1px solid #c6c4c4;
    float: left;
    margin: 33px 0;
    border-radius: 5px;
    position:relative;
    overflow:hidden;
}
.my-list h3{
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    margin-top: 10px;
    font-family: sans-serif;
    text-transform: uppercase;
    padding: 0px;
    color: azure;
    margin-bottom: -2px;
    padding-bottom: 0px;
    }
	.my-list span{float:left;/* font-weight: bold; */}
	.my-list span:last-child{float:right;}
	.my-list .offer{
    width: 100%;
    float: left;
    margin: 0px 0;
    border-top: 1px solid #f5efef;
    margin-top: 5px;
    padding-top: 6px;
    color: #337dca;
    font-size: 12px;
    }
	.detail {
    position: absolute;
    top: -100%;
    left: 0;
    text-align: center;
    background: #fff;height: 100%;width:100%;
	
}
	
.my-list:hover .detail{top:0;}
