.isotope-item {
    z-index: 2;
}
.isotope-item img{
   width: 100%;
    display: block;
    transition: all .4s ease-in-out;
}
.isotope-image{
    position: relative;
display: block;
float: left;
overflow: hidden;
height: auto;
}
.isotope-image .thumbImage{
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    height: 100%;
}

.thumbImage .thumbTextWrap {
position: absolute;
top: 0;
height: 100%;
max-width: 100%;
min-width: 100%;
opacity: 0;
background: #000000;
text-align: center;
transition: all 1s ease-in-out;
-webkit-user-select: none;
}
.thumbImage:hover .thumbTextWrap {
filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}
.thumbText {
text-align: center;
-webkit-transform: scale(0);
transition: all .7s ease-in-out;
display: inline-block;
vertical-align: middle;
width: 90%;
position: relative;
}
.thumbImage .thumbText h3 {
margin-bottom: 0px;
padding-top: 10px;
transition: all 1s ease-in-out;
}
.thumbImage .thumbText p {
margin-bottom: 10px;
color: #fff;
transition: all 1s ease-in-out;
}
.thumbImage:hover .thumbText {
-webkit-transform: scale(1);
}
h3.sectionTitle {
font-size: 24px;
line-height: 30px;
margin-bottom: 0px;
padding: 26px 0 6px;
text-transform: uppercase;
}
.thumbImage a,.thumbImage a:hover{
    color: #ffffff;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.thumbImage .thumbTextWrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.5em;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.workContainer{
    float: left;
clear: both;
width: 100%;
}
.isotope {
    -webkit-transition-property: top,left,opacity;
    -moz-transition-property: top,left,opacity;
    transition-property: top,left,opacity;
    display: block;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.popupholder{
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 100000;
	left: 0;
	display: none;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	background-color: #000000;
}
.popupholder .popup{
	margin: 40px auto;
width: 60%;
min-height: 400px;
}
.popupholder .closebar{
	position: absolute;
	width: 100%;
	float: left;
	margin-top: 4%;
}
.popupholder .closebar a{
	position: absolute;
	right: 10px;
}
.popupholder .closebar a img{
	max-width: 100%;
}
.flexslider li {
line-height: 1.3;
}
.slides .postcontent{
	margin-top: 10px;
}