
.bg-portfolio{
    background: #333;
    color: #A3A3A3 !important;
}
.bg-portfolio h1, .bg-portfolio h3{
    color: #A3A3A3 !important;
}
/*===================================================================================*/
/*  WRAPPER                                                                            */
/*===================================================================================*/

#portfolio-wrap.modal{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: 8000;
    display: none;
    overflow: auto;
}

#portfolio-wrap.modal .loading{
    background: #FFF url('../img/loading.gif') center center no-repeat;
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    text-align: center;
    overflow: hidden;
}
#portfolio-page{
    height: 100%;
    width: 100%;
    display: table;
}

#portfolio-page #portfolio-content{
    vertical-align: middle;
    display: table-cell;
    color: #A3A3A3 !important;
}
#portfolio-control{
    margin: 30px 0;
}

#protfolio-control #prev-project,
#protfolio-control #close-project,
#protfolio-control #next-project{
    display: inline-block;
    font-size: 35px;
    margin: 0 30px;
}

#protfolio-control .disabled{
    cursor: default;
    pointer-events: none;
    color: #f1f1f1 !important;
}
/*===================================================================================*/
/*  PROJECT DETAILS                                                                  */
/*===================================================================================*/

.project-desc h4, .project-details h4{
    margin: 20px 0;
    text-align: center;
}
.project-desc.full h4, .project-details.full h4{
    margin: 40px 0 20px 0;
    text-align: left;
}
.project-details .list-details{
    margin: 0;
    padding: 0;
    list-style: none;
}
.project-details .list-details li{
    padding: 10px 0;
    border-bottom: 1px dashed #CCC;
}


.project-details .list-details li i{
    margin-right: 10px;
}



/*===================================================================================*/
/*  PROJECT FILLER                                                                   */
/*===================================================================================*/

#portfolio-filter{
    margin: 50px 0 30px;
}

.portfolio-filter-list {
	padding:0;
    margin: 0;
    overflow: hidden;
}

.portfolio-filter-list li {
    text-transform: uppercase;
    margin: 5px;
    display: inline-block;
}

.portfolio-filter-list a {
    color: #A3A3A3;
    font-size: 11px;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.15em;
    font-weight: 300;
    text-decoration: none !important;
    border: 1px solid #333;
}

.portfolio-filter-list a:hover,
.portfolio-filter-list a.active{
    border: 1px solid #A3A3A3;
}


/*===================================================================================*/
/*  ITEMS DO PORTIFOLIO                                                                         */
/*===================================================================================*/


.portfolio-items {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.portfolio-items article {
    float: left;
    overflow: hidden;
    position: relative;
    width: 25%;
}
.portfolio-items article a{
    color: #FFF !important;
}
.portfolio-items article img
{
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.portfolio-items article:hover img
{

    -moz-transform: rotate(-5deg) scale(1.3);
    -ms-transform: rotate(-5deg) scale(1.3);
    -webkit-transform: rotate(-5deg) scale(1.3);
    transform: rotate(-5deg) scale(1.3);
}

.portfolio-items article .overlay
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    top:0;
    left:0;
    opacity: 0;
    text-align: center;
    padding: 0px 0px;
    z-index: 10;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.portfolio-items article:hover .overlay
{
    opacity: 0.9;
}

.portfolio-items article .overlay-content
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:50%;
    left:0;
    text-align: center;
    opacity: 0;
    z-index: 20;
    color: #FFF;
}
.portfolio-items article:hover .overlay-content
{
    opacity: 1;
}
.portfolio-items article .overlay-content *
{
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.portfolio-items article .overlay-content i{
    display: block;
    font-size: 40px;
    margin-top: -80px;
}
.portfolio-items article:hover .overlay-content i
{
    margin-top: -45px;
}

.portfolio-items article .overlay-content .cat
{
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px;
    margin-top: -28px;
    text-transform: uppercase;
}

.portfolio-items article:hover .overlay-content .cat
{
    margin-top: 0;
}

.portfolio-items article .overlay-content .title
{
    display: block;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
.portfolio-items article:hover .overlay-content .title
{
    margin-top: 0px;
}
.portfolio-items article .overlay-content .title:after
{
    border-bottom: 1px solid #FFF;
    content: " ";
    display: block;
    margin: 10px auto;
    width: 50px;
}




/*===================================================================================*/
/*  ISOTOPE                                                                          */
/*===================================================================================*/


.isotope-hidden.isotope-item{
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item{
    z-index: 2;

    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
        -ms-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
}

.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
        -ms-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: top, left, opacity;
         -o-transition-property: top, left, opacity;
            transition-property: transform, opacity;
}

