


.portfolio-module .portfolio-item .navbar-default {
    background-color: transparent;
}

.portfolio-module .portfolio-item .nav-slide {
    font-family: 'fontello';
    position: absolute;
    bottom: 40px;
    left: 50%;
}

    .portfolio-module .portfolio-item .nav-slide a {
        margin: 0 -46px;
    }

        .portfolio-module .portfolio-item .nav-slide a.btn {
            padding: 2px 9px;
            -webkit-box-shadow: 0 4px 0 #bdc3c7;
            box-shadow: 0 4px 0 #bdc3c7;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-clip: padding-box;
            background-color: #e3e9eb;
            position: relative;
            top: 0;
            color: #8c9899;
        }

            .portfolio-module .portfolio-item .nav-slide a.btn:hover {
                background-color: #1abc9c;
                text-decoration: none;
                color: #ffffff;
                -webkit-box-shadow: 0 4px 0 #148f77;
                box-shadow: 0 4px 0 #148f77;
            }

                .portfolio-module .portfolio-item .nav-slide a.btn:hover p,
                .portfolio-module .portfolio-item .nav-slide a.btn:hover h1,
                .portfolio-module .portfolio-item .nav-slide a.btn:hover h2,
                .portfolio-module .portfolio-item .nav-slide a.btn:hover span,
                .portfolio-module .portfolio-item .nav-slide a.btn:hover i {
                    color: #ffffff;
                }

            .portfolio-module .portfolio-item .nav-slide a.btn:active {
                top: 3px;
                -webkit-box-shadow: 0 0 0 #148f77;
                box-shadow: 0 0 0 #148f77;
            }
/*
.portfolio-module .portfolio-item #featured-work-2 {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .portfolio-module .portfolio-item #featured-work-2 {
    padding: 0 20px;
  }
}

*/

.portfolio-module .portfolio-item {
    max-width: 373px;
}

    .portfolio-module .portfolio-item .top-image {
        position: relative;
    }

        .portfolio-module .portfolio-item .top-image img {
            height: auto;
            width: 100%;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-clip: padding-box;
        }

    .portfolio-module .portfolio-item .top-image,
    .portfolio-module .portfolio-item .description {
        position: relative;
    }

    .portfolio-module .portfolio-item h4 {
        line-height: 1.7;
        font-weight: 300;
        color: #ffffff;
    }

    .portfolio-module .portfolio-item .description {
        background: rgba(26, 188, 156, 0.6);
        opacity: 1;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-clip: padding-box;
    }

.portfolio-module .portfolio-item {
    overflow: hidden;
    text-align: center;
    margin: 20px 0px;
    padding: 0px;
}

    .portfolio-module .portfolio-item .slide-content {
        padding: 40px 40px;
        color: #fff;
    }

@media (min-width: 1024px) and (max-width: 1200px) {
    .portfolio-module .portfolio-item .slide-content {
        padding: 1px 10px;
    }
}

@media (min-width: 480px) and (max-width: 1023px) {
    .portfolio-module .portfolio-item .slide-content {
        padding: 30px 10px;
    }
}

@media (max-width: 480px) {
    .portfolio-module .portfolio-item .slide-content {
        padding: 10px;
    }
}

@media (max-width: 319px) {
    .portfolio-module .portfolio-item .slide-content {
        padding-top: 30px;
    }
}

@media (min-width: 480px) and (max-width: 1023px) {
    .portfolio-module .portfolio-item .slide-content p {
        display: none;
    }
}

@media (max-width: 319px) {
    .portfolio-module .portfolio-item .slide-content p {
        display: none;
    }
}




/* blog masonry post */
.blog-masonry-container {
    padding-bottom: 0px;
}

.blog-masonry hr {
    margin-top: 20px;
    color: #ecf0f1;
}

.blog-masonry .masonry-item {
    margin: 20px 0px;
    background: #ecf0f1;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

@media (max-width: 768px) {
    .blog-masonry .masonry-item {
        max-width: 480px;
        position: relative;
    }
}

@media (max-width: 320px) {
    .blog-masonry .masonry-item {
        /*            max-width:240px; */
        position: relative;
    }
}

.blog-masonry .masonry-item .top-image img {
    width: 100%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}

.blog-masonry figure img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    -ms-transition: -ms-transform 0.8s;
    -o-transition: -o-transform 0.8s;
    transition: transform 0.8s;
}

.blog-masonry figure:hover img,
.blog-masonry figure.cs-hover img {
    -webkit-transform: translateY(-170%);
    -moz-transform: translateY(-170%);
    -ms-transform: translateY(-170%);
    -o-transform: translateY(-170%);
    transform: translateY(-170%);
}

.blog-masonry figcaption {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -ms-transition: -ms-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
}

.blog-masonry figure:hover .thumb-image,
.blog-masonry figure.cs-hover .thumb-image {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

@media (min-width: 768px) and (max-width: 992px) {
    .blog-masonry figure:hover .thumb-image,
    .blog-masonry figure.cs-hover .thumb-image {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .blog-masonry figure:hover .thumb-image,
    .blog-masonry figure.cs-hover .thumb-image {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@media (max-width: 320px) {
    .blog-masonry figure:hover .thumb-image,
    .blog-masonry figure.cs-hover .thumb-image {
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }
}

.blog-masonry figure:hover figcaption,
.blog-masonry figure.cs-hover figcaption {
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    -o-transform: translateY(-140px);
    transform: translateY(-140px);
    -webkit-transition: -webkit-transform 1.2s;
    -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
    -ms-transition: -ms-transform 1.2s;
    transition: transform 1.2s;
}

@media (max-width: 320px) {
    .blog-masonry figure:hover figcaption,
    .blog-masonry figure.cs-hover figcaption {
        -webkit-transform: translateY(-90px);
        -moz-transform: translateY(-90px);
        -ms-transform: translateY(-90px);
        -o-transform: translateY(-90px);
        transform: translateY(-90px);
    }
}

.blog-masonry .thumb-image {
    text-align: center;
}

    .blog-masonry .thumb-image img {
        height: 80px;
        margin-top: -40px;
        border: 5px solid #fff;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        background-clip: padding-box;
    }

.blog-masonry .description {
    height: 135px;
    padding: 0 15px;
    margin-top: -10px;
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    -ms-transition: -ms-transform 0.8s;
    -o-transition: -o-transform 0.8s;
    transition: transform 0.8s;
}

    .blog-masonry .description p {
        font-size: 14px;
        color: #a4a8a9;
    }

    .blog-masonry .description h4 {
        line-height: 1.7;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .blog-masonry .description a.post-title {
        line-height: 1.7;
        font-size: 16px;
        display: block;
        margin-top: 16px;
        color: #2a2929;
    }


/* Recent Post */
#recent-post {
    text-align: left;
    line-height: 1.4em;
}

    #recent-post img {
        width: 53px;
        height: auto;
        display: inline-block;
        float: left;
        margin: 0px 15px;
    }

    #recent-post a {
        text-decoration: none;
    }

    #recent-post p {
        padding-left: 15px;
        margin: 0px;
    }

        #recent-post p a.post-title {
            color: #fff;
            font-weight: 300;
        }

    #recent-post a.author,
    #recent-post date,
    #recent-post .date {
        font-size: 75%;
        line-height: 1.4em;
    }

    #recent-post date,
    #recent-post .date {
        color: #908d8d;
        font-family: 'Lora';
        font-style: italic;
    }

    #recent-post hr {
        clear: both;
    }

        #recent-post hr:after {
            width: 0px;
        }

    #recent-post .owl-slide {
        padding-right: 10px;
    }

    #recent-post .owl-item {
        overflow: hidden;
    }

    #recent-post .owl-controls .owl-page {
        float: left;
        margin: 0 0px;
        color: #fff;
    }

        #recent-post .owl-controls .owl-page span {
            width: 6px;
            height: 6px;
            margin: 5px 2px;
            border-radius: 10px;
            background: #fff;
            color: #fff;
            opacity: 1;
        }

            #recent-post .owl-controls .owl-page span:hover {
                background-color: #1abc9c;
            }

        #recent-post .owl-controls .owl-page.active span {
            background-color: #1abc9c;
        }


/* profile team */
.profile_team .profile {
    margin-bottom: 40px;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    -o-perspective: 1700px;
    -ms-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    -o-perspective-origin: 0 50%;
    -ms-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
}

@media (max-width: 767px) {
    .profile_team .profile {
        max-width: 320px;
        position: relative;
        margin: 40px auto;
    }
}

@media (max-width: 319px) {
    .profile_team .profile {
        width: 300px;
        margin: 40px auto;
    }
}

.profile_team .profile h3 {
    margin-top: 0px;
    margin-bottom: 0;
}

.profile_team .profile ul.profile-scocial {
    position: absolute;
    bottom: 10px;
    padding-left: 0px;
}

    .profile_team .profile ul.profile-scocial li {
        display: inline-block;
        padding-right: 5px;
    }

@media (max-width: 768px) {
    .profile_team .profile ul.profile-scocial li {
        padding-right: 0px;
    }
}

.profile_team .profile ul.profile-scocial li a {
    color: #34495e;
}

    .profile_team .profile ul.profile-scocial li a:hover {
        color: #1abc9c;
        text-decoration: none;
    }

.profile_team .profile p {
    font-size: 14px;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .profile_team .profile p {
        display: block;
    }
}

.profile_team .profile .profile-heading {
    font-size: 26px;
}

.profile_team .profile .profile-heading,
.profile_team .profile p {
    color: #fff;
}

.profile_team .profile .profile-subheading {
    color: #1abc9c;
    font-family: 'Lora';
    font-style: italic;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .profile_team .profile .profile-subheading {
        margin-top: 20px;
    }
}

.profile_team .profile figure {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .profile_team .profile figure > div {
        overflow: hidden;
    }

    .profile_team .profile figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        -ms-transition: -ms-transform 0.4s;
        -o-transition: -o-transform 0.4s;
        transition: transform 0.4s;
    }

    .profile_team .profile figure:hover img,
    .profile_team .profile figure.cs-hover img {
        -webkit-transform: translateX(25%);
        -moz-transform: translateX(25%);
        -ms-transform: translateX(25%);
        -o-transform: translateX(25%);
        transform: translateX(25%);
    }

.profile_team .profile .figcaption1 {
    height: 100%;
    width: 85%;
    opacity: 0;
    background-color: #EE4037;
    position: absolute;
    padding: 0 15px;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    text-align: center;
}

.profile_team .profile .figcaption2 {
    height: 100%;
    width: 85%;
    opacity: 0;
    background-color: #F79323;
    position: absolute;
    padding: 0 15px;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    text-align: center;
}

.profile_team .profile .figcaption3 {
    height: 100%;
    width: 85%;
    opacity: 0;
    background-color: #8CC540;
    position: absolute;
    padding: 0 15px;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    text-align: center;
}

.profile_team .profile .figcaption4 {
    height: 100%;
    width: 85%;
    opacity: 0;
    background-color: #92268C;
    position: absolute;
    padding: 0 15px;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
    text-align: center;
}

.profile_team .profile .figcap {
    position: absolute;
    top: 50%;
    left: 95%;
    width: 15px;
    height: 15px;
    background-color: inherit;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.profile_team .profile figcaption::before {
    content: '';
    display: inline-block;
    /*width: 15px;
          height: 15px;*/
    background-color: inherit;
}

.profile_team .profile figure:hover figcaption,
.profile_team .profile figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s;
    -o-transition: -o-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
