/* no padding for some rows */
.no_gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.no_gutter .no_gutter {
    margin-left: 0;
    margin-right: 0;
}
/* end no padding for some rows */

.lookbook-items-container{
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.lookbook-items{
    margin-left: auto;
    margin-right: auto;
}
.lookbook-items-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: none;
}
.lookbook-items-overlay.visible{
    display: block;
}
.lookbook-items-overlay.visible .loader{
    position: fixed;
    height: 100%;
    width: 100%;
    background: transparent url('../../../../packages/muntz_lookbook/css/images/loading.gif') center no-repeat;
    left: 0;
    top: 0;
    z-index: 1;
}
#infscr-loading{
    position: fixed;
    height: 32px;
    width: 32px;
    background: transparent url('../../../../packages/muntz_lookbook/css/images/loading.gif') center no-repeat;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    z-index: 1;
    display: none;
}
#infscr-loading > *{
    display: none;
}
.lookbook-pagination{
    width: 1px;
    height: 0px;
    overflow: hidden;
}
.lookbook-menu-list,
.lookbook-menu-list ul{
    list-style: none;
    padding: 0;
    z-index: 2;
    position: relative;
}
.lookbook-menu-option{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.lookbook-menu-parent input[type="checkbox"]{
    min-height: 32px;
}

.lookbook-thumb {
    float: none;
    overflow: hidden;
    position: relative;
    width: 300px;
    margin: 0 auto 1px;
}
.lookbook-image {
    position: relative;
}
.lookbook-thumb img {
    display: block;
    width: 100%;
    transition: all 1s ease 0s;
}
.lookbook-thumb:hover img {
    transform: scale(1.05, 1.07);
}
.lookbook-thumb .lookbook-image-description {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .5);
    padding: 2px 10px;
    transition: all 1s ease 0s;
}



/* Single image view */
.lookbook-item-full-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    display: none;
    font-size: 20px;
}
.lookbook-item-full-container .lookbook-image {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 0;
    height: 100%;
}
.lookbook-item-full-container .lookbook-image .lookbook-image-full {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: bottom 0.5s ease;
}
.lookbook-item-full-container .lookbook-image img.bottom_margin {
    bottom: 97px;
    transition: bottom 0.5s ease;
}
.lookbook-full {
    height: 100%;
}

.lookbook-image-menu {
    position: fixed;
    bottom: 0; left: 0;
    width: 100%;
    background: rgba(206, 192, 187, 0.8);
    color: #fff;
    padding: 20px 35px;
}
.lookbook-image-pagination {
    float: left;
    margin-right: 10px;
    height: 57px;
    line-height: 57px;
}
.lookbook-image-info{
    /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    border-left: 1px solid #fff;
    height: 57px;
}
.lookbook-image-title{
    font-weight: bold;
}
.lookbook-image-info .lookbook-image-description{
    font-size: 14px;
}
.lookbook-image-profile-holder {
    text-align: right;
}
.lookbook-image-profile {
    display: inline-block;
    height: 54px;
    background: transparent url(../../../../packages/muntz_lookbook/css/images/icon-profile.png) center left no-repeat;
    padding-left: 65px;
    margin-right: 54px;
}
.lookbook-image-details {
    display: inline-block;
    height: 54px;
    background: transparent;
}
.lookbook-image-profile-holder a{
    display: table-cell;
    height: 54px;
    vertical-align: middle;
    color: #fff;
}
.lookbook-image-mininize,
.lookbook-image-maximize
{
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
}
.lookbook-image-maximize{
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    display: none;
    background: rgba(206, 192, 187, 0.8);
    padding: 5px 10px;    
}
.lookbook-image-spacer-horiz{
    height: 20px;
}
.lookbook-full-social{
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(157, 157, 157, 0.5);
    padding: 15px;
    font-size: 16px;
}
.lookbook-full-social ul{
    margin: 0;
    padding: 0;
}
.lookbook-full-social ul li{
    display: inline-block;
    padding-right: 5px;
}
.lookbook-full-social ul li:last-child{
    padding-right: 0;
}
.lookbook-full-social ul li a{
    display: block;
    color: #fff;
}
.lookbook-full-social ul li a:after{
    content: '-';
    color: transparent;
}
.lookbook-full-social ul li:first-child a:after{
    content: '';
}
.lookbook-full-social ul li a *
{
    display: none !important;
}
.lookbook-full-social a.icon-overview{
    background: transparent url(../../../../packages/muntz_lookbook/css/images/icon-overview.png) center left no-repeat;
    height: 21px;
    padding-left: 20px;
    text-decoration: underline;
}
.lookbook-full-social a.icon-twitter{
    background: transparent url(../../../../packages/muntz_lookbook/css/images/icon-share-twitter.png) center no-repeat;
    background-size: 80% 80%;
    width: 15px; height: 21px;
}
.lookbook-full-social a.icon-fb{
    background: transparent url(../../../../packages/muntz_lookbook/css/images/icon-share-fb.png) center no-repeat;
    background-size: 80% 80%;
    width: 21px; height: 21px;
}
.lookbook-full-social a.icon-pinterest{
    background: transparent url(../../../../packages/muntz_lookbook/css/images/icon-share-pinterest.png) center no-repeat;
    background-size: 80% 80%;
    width: 21px; height: 21px;
}
.lookbook-full-social a.icon-gplus{
    background: transparent url(../../../../packages/muntz_lookbook/css/images/icon-share-gplus.png) center no-repeat;
    background-size: 80% 80%;
    width: 18px; height: 21px;
}
.lookbook-full-social a.icon-mail{
    background: transparent url(../../../../packages/muntz_lookbook/css/images/icon-share-mail.png) center no-repeat;
    background-size: 80% auto;
    width: 20px; height: 21px;
}
.has-pretty-child{
    min-height: 32px;
}

.lookbook-thumb-overlay{
    position: absolute; top: 0; left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(56, 183, 203, 0.5) url("/application/images/lookbook/hover-image.png") no-repeat scroll center center;
    z-index: 1;
}
.lookbook-thumb:hover .lookbook-thumb-overlay{
    display: block;
}
.lookbook-thumb-overlay-view{
    display: inline-block;
    width: 20px; height: 20px;
    background: #38b7cb;
}

.lookbook-image-pagination-item.prev,
.lookbook-image-pagination-item.next
{
    position: absolute;
    top: 42%;
    left: 10px;
    display: block;
    width: 50px; height: 50px;
    background: transparent url(../../../../packages/muntz_lookbook/css/images/icon-prev.png) center no-repeat;
    background-color: rgba(255,255,255, 0.6);
    outline: none;
}

.lookbook-image-pagination-item.next{
    left: auto;
    right: 10px;
    background-image: url(../../../../packages/muntz_lookbook/css/images/icon-next.png);
}

.lookbook-image-pagination-item.prev:hover,
.lookbook-image-pagination-item.next:hover
{
    background-color: rgba(255,255,255, 1);
}

