/******************************************************
 * @package Version Theme Framework for Vinovatheme
 * @version 1.0
 * @author http://www.vinovathemes.com
 * @copyright Copyright (coffee) Augus 2013 vinovathemes.com <@emai:vinovathemes@gmail.com>.All rights reserved.
 * @license   GNU General Public License version 2
*******************************************************/
.nov-lookbook .item {
    margin-bottom: 20px;
}
.nov-content-lookbook{
    display : inline-block;
    position : relative;
}
.nov-content-lookbook img {
    width: 100%;
}
.info-lookbook {
    margin-top: 15px;
    text-align: center;
}
.info-lookbook .title-lookbook {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.info-lookbook .description-lookbook {
    font-size: 12px;
    font-weight: normal;
}
.item-lookbook{
    position : absolute;
    width: 35px;
    height: 35px;
}
.content-lookbook {
    width: 180px;
    background: #fff;
    display: none;
    position: absolute;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-size: 12px;
}
.content-lookbook.with-link {
    width: auto;
    padding: 3px 15px;
}
.content-lookbook .item-thumb {
    margin-bottom: 7px;
}
.content-lookbook .item-title {
    font-size: 13px;
}
.item-lookbook:hover .content-lookbook{
    display: block;
}

.number-lookbook {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background: #e3e3e3;
    border: 4px solid #fff;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    display: block;
	cursor: pointer;
}