/* 
---------------------------------------------
- Preview Page Styling
---------------------------------------------
*/
.page-layout {
    width: 100%;
    height: auto;
}
.layout-title {
    width: 100%;
    height: auto;
    text-align: center;
}
.layout-title h2 {
    width: 100%;
    height: auto;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 700;
    color: #7d7d7d;
    margin: 60px 0px 80px ;
    text-align: center;
}
.preview-img {
    height: auto;
    margin-bottom: 30px;
    text-align: center;
}
.btn-preview {
    background: transparent;
    border: 1px solid #f26522;
    border-radius: 25px;
    color: #f26522 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    padding: 10px 25px;
    margin: auto;
}
.btn-preview:hover {
    background: #f26522;
    color: #fff !important;
    border-color: #f26522 !important;
}
.preview-img a {
    display: table;
    content: "";
}
.preview-footer {
    width: 100%;
    height: 100%;
    padding: 30px 0px;
}
.preview-footer-title {
    color: #999;
    letter-spacing: 2px;
}

/* ----------- Preview Style ------------ */

.preview-filter ul {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.preview-filter ul li {
    display: inline-block;
    margin: 10px;
    cursor: pointer;
}
.preview-filter ul li span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #000;
    padding: 5px 25px;
    background-color: #fafafa;
    z-index: 10;
    margin: 0;
    text-transform: uppercase;
    box-shadow: -1px 3px 6px -4px #b3b2b2;
    -moz-box-shadow: -1px 3px 6px -4px #b3b2b2;
}
.preview-filter ul li span:hover,
.preview-filter .active span {
    color: #fff!important;
    background-color: #f26522!important;
}
.preview-layout .portfolio-items {
    margin-top: 60px;
    width: 100%;
}
.single-preview {
    height: 235px;
    width: 345px;
    /*background-image: url('../img/preview/frame.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    margin: 15px auto;
}
.single-preview-thumb {
    position: absolute;
    height: 67%;
    width: 72%;
    margin: 24px 48px;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 6s cubic-bezier(0.29, 0.15, 0.57, 1.26);
    -moz-transition: all 6s cubic-bezier(0.29, 0.15, 0.57, 1.26);
    -o-transition: all 6s cubic-bezier(0.29, 0.15, 0.57, 1.26);
    -moz-transition: all 6s cubic-bezier(0.29, 0.15, 0.57, 1.26);
    transition: all 6s cubic-bezier(0.29, 0.15, 0.57, 1.26);
}
.single-preview-thumb:hover {
    background-position: center 100% !important;
}
.thumb-title {
    text-align: center;
}
.thumb-title h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #f26522;
    text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
    .hero-wrap-inside h1 {
        font-size: 50px;
    }
    .single-preview {
        height: 180px;
        width: 270px;
    }
    .single-preview-thumb {
        margin: 20px 38px;
    }
}