/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 25, 2015, 11:36:21 AM
    Author     : ThanhHust
*/
// FIXED TEXT STYLE
.m-t-60{
    margin-top: 0px!important;
}
.portfolio .fixed-text .item {
    margin-bottom: 10px;
}
.portfolio-gallery .blog-masonry .item{
    width: 48%;
    max-width: 580px;
    padding: 10px;
}
.blog-masonry .item img{
    width: 100%;
    height: inherit;

}
.no-space.blog-masonry .item{padding: 0px }

/*PAGE INFINITE*/
.display_none{display:none!important}
#views_infinite_scroll_button {
    width: 100%;
}
#views_infinite_scroll_button a {
    display: block;
    width: 160px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: none;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding: 9px 20px;
    background-color: #1e2426;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 20px auto;
}
#views_infinite_scroll_button a:hover{    
    opacity: .8;                                    
    color: #fff;
}
.p-t-60.bg-gray-light {
    margin-top: 0px!important;
}
.section-portfolio.portfolio-list {
    margin-top: 0px;
    padding: 35px;
}
.portfolioContainer figure{display: block}

.small-portfolio .field {
    margin-top: 20px;
}
.section-portfolio figure.effect-jazz .see-more a {padding: 0px;}

/*CSS PORTFOLIO GRID */
.container-fluid .portfolioContainer.grid-3.have-space figure {
    margin: .6%;
    width: 31.9%;
}
.container-fluid .portfolioContainer.grid-4.have-space figure {
   width: 23.8%;
   margin: .5%;
}
.container-fluid .portfolioContainer.grid-5.have-space figure {
    width: 19.05%;
    margin: .4%;
    overflow: hidden;
}

/* Related slider */
a.related-port {
    position: absolute;
    z-index: 9999999;
    left: 0px;
    width: 100%;
}
.portfolio-list figure figcaption > p{
    margin-top: 60px;
}