/* Preload images */
body:after {
    content: url('../images/close.png') url('../images/loading.gif') url('../images/prv1.png') url('../images/nxt1.png');
    display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
    overflow-x:hidden;

}

.lightbox {
  position: fixed;
  left: 0;
  top:38px !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: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border: 0px;
  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 {
  width: 34%;
  left: 0;
  float: left;
  background: url('../image/prv1.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('../image/nxt1.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.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;
}

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url('../image/close.png') top right 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;
    }

.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: 15px 0;
}
.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
}
.overlay::before {
    content: "";
    background: linear-gradient(to bottom, rgba(64, 60, 60, 0) 0%,#000000 100%);
    /* mix-blend-mode: multiply; */
    -webkit-mix-blend-mode: multiply;
    -webkit-transition: all .2s ease-out .1s;
    -o-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    backface-visibility: hidden;
}

.work-icon {
    /* left: 30px; */
    margin-bottom: 0;
    /* position: absolute; */
    /* bottom: -20%; */
    /* transition: all 0.3s; */
    /* -webkit-transition: all 0.3s; */
    -moz-transition: all 0.3s;
    width: 100%;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 0rem;
    left: 0rem;
    right: 1rem;
    padding: 13px 20px;
}
.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;
    display: inline-block;
    float: left;
}
/*.mix .mix-wrapper:hover .work-icon {
    opacity: 1;
    bottom: 50px;
}*/
.work-des p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.work-icon > a {
    border: 1px solid #ffffff;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    /* margin: 0 3px; */
    text-align: center;
    width: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: absolute;
    right: 13px;
    top: 9px;
}
.sptm{
	/* margin-bottom: 10px; */
	/* font-size: 16px; */
	/* color: #0a0a0a; */
	/* margin-left: 10px; */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f8e751;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	/* transform: rotate(30deg); */
	/* border-radius: 50px; */
}
.sptm a{
    font-size: 14px;
    color: #080808;
    font-weight: bold;
}
.work-icon > a:hover {
    background: #dbd7d7 none repeat scroll 0 0;
    color: #080101;
}
.mix-wrapper {
    overflow: hidden;
    position: relative;
}
.mix-wrapper img {
    width: 100%;
    height: 100%;
    transition: all 700ms cubic-bezier(.19,1,.22,1);
	transform: scale(1.2);
}
.mix-wrapper:hover img {
    transform: scale(1.15,1.15);
}
