/* -----------------------------------
Template:  Theme Name

NOTE: This is Slider style file. All Slider related style included in this file.

--------------------------------------*/

.portfolio img {
    width: 100%;
}
.portfolio {
    margin-bottom: 30px;
    position: relative;
}
.portfolio-menu {} .portfolio-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-family: "Dosis", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}
.portfolio-left-menu {} .portfolio-left-menu button:first-child {
    margin-left: 0
}
.portfolio-menu button::before {
    background: #464646 none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 2px;
    position: absolute;
    transform: scaleX(0);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.portfolio-menu button:hover:before,
.portfolio-menu button.active:before {
    transform: scaleX(1);
}
.portfolio-title {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}
.hover-style > .portfolio-img:before {
    background: rgba(0, 0, 0, 0.8);
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.4s ease-in-out 0s;
}
.hover-style:hover .portfolio-img {
    opacity: 1;
}
.portfolio-title h3 {
    font-size: 19px;
    font-weight: 500;
    transform: translateY(-10px);
    transition: all 0.4s ease-in-out 0s;
    color: #fff;
}
.portfolio-title span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transform: translateY(10px);
    transition: all 0.4s ease-in-out 0s;
}
.portfolio:hover .portfolio-title {
    opacity: 1
}
.portfolio:hover .portfolio-title h3,
.portfolio:hover .portfolio-title span {
    transform: translateY(0px);
}
.view-more {} .view-more a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px 9px;
    text-transform: uppercase;
}
.view-more a:hover {
    background: #444;
    color: #fff;
    border-color: #444
}
.title-style-1 {
    bottom: 0;
    padding: 0 20px;
    top: inherit;
}
.title-style-1 h3 {
    color: #fff;
}
.title-style-1 span {
    color: #fff;
}
.portfolio-img {
    display: block;
    position: relative
}
/* portfolio-style-2 */

.portfolio-style-2 {} .portfolio-style-2 .portfolio {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.portfolio-style-2 .portfolio-title h3,
.portfolio-style-3 .portfolio-title h3 {
    transform: translateY(0px);
}
.portfolio-style-2 .portfolio-title span,
.portfolio-style-3 .portfolio-title span {
    transform: translateY(0px);
}
.portfolio-style-2 .another-portfolio-title {
    opacity: 1;
    padding: 25px 18px;
    position: static;
    transform: translateY(0%);
}
.another-portfolio-title h3 {
    font-size: 19px;
    font-weight: 500;
    transition: all 0.4s ease-in-out 0s;
}
.another-portfolio-title span {
    color: #424242;
    display: inline-block;
    font-size: 15px;
    line-height: 16px;
    transition: all 0.4s ease-in-out 0s;
}
.hover-style .portfolio-img::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
}
.hover-style:hover .portfolio-img:before {
    opacity: 0.8;
}
.portfolio-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.hover-style .img-poppu {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 55px;
    opacity: 0;
    text-align: center;
    width: 60px;
    z-index: 99;
    font-size: 20px;
    border-radius: 50%;
    background-color: transparent;
}
.hover-style .img-poppu:hover {
    background-color: #fff;
    color: #333;
}
.portfolio:hover .img-poppu {
    opacity: 1;
}
.hover-style .img-poppu:after {
    height: 1px;
    width: 30px;
}
/* portfolio-style-3 */

.portfolio-style-3 {} .portfolio-style-3 .portfolio-title {
    left: 0;
    opacity: 0;
    padding: 35px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}
.portfolio-style-3 .portfolio:hover .portfolio-title {
    opacity: 1;
}
.portfolio-style-3 .hover-style > a::before {
    display: none;
}
.portfolio-style-3 .portfolio-title h3 {
    color: #000;
}
.portfolio-style-3 .portfolio-title span {
    color: #000;
}
.portfolio-style-7 .portfolio {
    margin: 0
}
/* no gutter portfolio-column-4 */

.view-more.text-center.gutt-view {
    display: block;
    float: left;
    width: 100%;
}
.no-gutte .portfolio,
.no-gutte .grid-item {
    margin: 0;
    padding: 0;
}
/* portfolio details */

.portfolio-meta {} .portfolio-meta ul {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 0 20px;
}
.portfolio-meta ul li {
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    padding: 15px 0;
}
.portfolio-meta ul li:last-child {
    border-bottom: 0 none;
}
.portfolio-meta ul > li i {
    color: #444;
    font-size: 16px;
    line-height: normal;
    margin-right: 20px;
}
.portfolio-meta ul li span {
    color: #444;
    font-weight: bold;
    margin-right: 5px;
}
.portfolio-meta ul li {} .project-desc {
    margin-bottom: 30px;
}
.project-desc h3 {
    border-bottom: 1px solid #e5e5e5;
    color: #444;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 22px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.post-share ul {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 10px 0;
}
.post-share li {
    float: left;
    margin-right: 18px;
}
.post-share li a {
    display: block;
    font-size: 16px;
}
.portfolio-img > img {
    width: 100%;
}
. {} . {} . {} .grid.no-gutte {
    margin: 0 15px;
}