﻿.portfolio-box .project-post {
    width: 20%;
    position: relative;
}

.portfolio-box .project-post img {
    width: 100%;
}

.portfolio-box .project-post .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.8);
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
}

.portfolio-box .project-post .hover-box .inner-hover {
    position: absolute;
    width: 100%;
    bottom: 52px;
    left: 0;
}

.portfolio-box .project-post .hover-box .inner-hover h2 {
    color: #222222;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 15px;
    color: #f27935;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 400%, 0);
    -moz-transform: translate3d(0, 400%, 0);
    -o-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.portfolio-box .project-post .hover-box .inner-hover p {
    color: #999999;
    margin-bottom: 0;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0, 400%, 0);
    -moz-transform: translate3d(0, 400%, 0);
    -o-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.portfolio-box .project-post .hover-box a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin: 0 5px;
    -webkit-transform: translate3d(0, -400%, 0);
    -moz-transform: translate3d(0, -400%, 0);
    -o-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
    outline: none;
}

.portfolio-box .project-post .hover-box a i {
    font-size: 24px;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.portfolio-box .project-post .hover-box a.link {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    margin-left: 10px;
}

.portfolio-box .project-post .hover-box a.zoom {
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    margin-left: -10px;
}

.portfolio-box .project-post .hover-box a:hover i {
    color: #f27935;
}

.portfolio-box .project-post:hover .hover-box {
    opacity: 1;
}

.portfolio-box .project-post:hover .hover-box .inner-hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-box .project-post:hover .hover-box .inner-hover p {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-box .project-post:hover .hover-box a {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.portfolio-iTabs {
    padding: 10px 0 60px;
}

.portfolio-iTabs  .portfolio-box {}

.portfolio-iTabs  .portfolio-box .project-post {
    margin: 0;
    width: 33.33%;
    padding: 15px;
}

.portfolio-iTabs  .portfolio-box .project-post .project-gal {
    position: relative;
}

.portfolio-iTabs  .portfolio-box .project-post .project-gal .hover-box {
    background: rgba(0, 0, 0, 0.3);
}

.portfolio-iTabs  .portfolio-box .project-post .project-gal .hover-box a i {
    color: #f27935;
}

.portfolio-iTabs  .portfolio-box .project-post .project-gal .hover-box a:hover i {
    color: #999999;
}

.portfolio-iTabs  .portfolio-box .project-post .project-tit-cont {
    background: #f8f8f8;
 padding-top:10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-bottom: 1px solid transparent;
}

.portfolio-iTabs  .portfolio-box .project-post .project-tit-cont h5 {
    font-size: 15px;
    padding: 0px 15px 5px 15px;
    font-size: 13px;
    margin-bottom: 0px !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

.portfolio-iTabs  .portfolio-box .project-post .project-tit-cont p {
    padding: 0 10px 10px 10px;
    color: #999999;
    margin :0;
}

.portfolio-iTabs  .portfolio-box .project-post:hover .project-tit-cont {
    background: transparent;
    border-bottom: 1px solid #f27935;
}

.portfolio-iTabs  .portfolio-box .project-post:hover .project-tit-cont h5 {
    color: #f27935;
}

@media (max-width: 991px) {
    .portfolio-iTabs  .portfolio-box .project-post {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .portfolio-iTabs  .portfolio-box .project-post {
        width: 100%;
    }
}

ul.idTabs {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 25px;
}

ul.idTabs li {
    display: inline-block;
    margin: 0 14px 4px;
}

ul.idTabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
    font-size: 12px;
    font-weight: 600;
    font-family:'Gothic','Open Sans',sans-serif;
    text-transform: uppercase;
    border-bottom: 1px dotted #999999;
    padding-bottom: 2px;
}

ul.idTabs li a:hover,
ul.idTabs li a.selected {
    color: #f27935;
    border-bottom: 1px dotted #f27935;
}