.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #0b0b0b;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
    overflow-x:hidden;
}
.lightbox {
    position: fixed;
    left: 0;
    top:50px !important;
    width: 100%;
    z-index: 99999;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius:0px;
        -webkit-box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
    box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 0;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-container {
    padding: 4px;
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('../images/loading.gif') no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    background-color: #505050 !important;
    width:10%;
    height:15%;
    text-align: center;
    float: left;
    background: url('../images/prv1.png') 32% 48% no-repeat;
    background-size:30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: relative;
    left:-200px;
    top:200px;
}
.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    background-color: #505050 !important;
    width:10%;
    height:15%;
    text-align: center;
    float: right;
    background: url(../images/nxt1.png) 68% 49% no-repeat;
    background-size:30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    position: relative;
    right: -200px;
    top:200px;
}
.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
    display:none !important;
}
 .lb-data .lb-close {
    display: block;
    float: right;
    width: 50px;
    height: 50px;
    background: url(../images/close.png) 53% 48% no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    background-size: 20px;
    position: absolute;
    top: -42px;
    right: 4px;
     background-color: #505050 !important;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.area-head-two {
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.area-head-two .heading {
    padding-top: 7px;
}
.work-filter .mix {
    display: none;
}
.mixitup-content {
    overflow: hidden;
}
.mixitup-button li {
    cursor: pointer;
    display: inline;
    padding: 5px 22px;
    color: #787272;
    margin: 0 13px;
    border-radius: 38px;
    font-size: 15px;
    font-weight: 400;
    border: 0px solid #f0f0f0;
}
ul.mixitup-button li:last-child {
    border-right: none;
}
.mixitup-filter {
    overflow: hidden;
}
.mix {
    /* margin: 30px 0 0; */
    padding: 3px !important;
    border: 1px solid #ffffff;
    margin: 0px;
}
.work-filter {
    text-align: center;
}
.mixitup-button {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    margin: 50px 0 30px;
    padding: 5px 66px;
    text-align: center;
    text-transform: uppercase;
}
.mixitup-button li:hover, .mixitup-button li.active {
    color: #c62828;
    text-decoration: underline;
}
.filter {
    position: relative
}
.ovdb{
    position: relative;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    /*z-index: 2;*/
    top: 0;
    left: 0;
    opacity: 0;
    background: #90be54;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
.overlay span {
    position: absolute;
    z-index: 3;
    display: block;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 44px;
    height: 44px;
    margin-left: 0px;
    margin-top: 0px;
    opacity: 1;
}
.overlay span:after {
    content: '';
    width: 2px;
    height: 0px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
.overlay span:before {
    content: '';
    height: 2px;
    width: 0px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
.mix:hover .overlay span:after, .mix:hover .overlay span:before {
    background: #ffffff;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
.mix:hover .overlay {
    opacity: 0.8;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}
.mix:hover .overlay span:after {
    height: 44px;
    top: 0;
    left: 50%;
}
.mix:hover .overlay span:before {
    width: 44px;
    top: 50%;
    left: 0;
}
.mix:hover .overlay::before {
    opacity: 0.5;
}
.work-icon {
    left: 0;
    margin-top: -26px;
    position: absolute;
    top: -30%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 100%;
    text-align: center;
}
.work-des {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.mix .mix-wrapper:hover .work-icon {
    opacity: 1;
    top: 150px;
}
.work-des p {
    margin-bottom: 10px;
    font-size: 20px;
}
.mix-wrapper {
    overflow: hidden;
    position: relative;
    /* padding: 20px 20px 0 20px; */
    /*background: rgba(0,0,0,0.03);*/
}
.mix-wrapper > img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    height: 100%;
}
.portfolio_text{
    font-weight: bold;
    padding: 15px 0 20px 0;
    display: block;
    text-align: center;
    color: #000;
}
.portfolio_text a{
    text-transform: none;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
