body {  
  margin-top: 0px;  
  margin-right: 0px;  
  margin-bottom: 0px;  
  margin-left: 0px;  
  font-family: "Microsoft Yi Baiti", sans-serif;  
  font-size: 20px;  
  line-height: 22px;  
  color: #999;  
  background-color: black;
  text-align:center;
}

a {  
  color: #999;  
  text-decoration: none;
}

a:hover, a:focus {  
  color: black;  
  text-decoration: none;
}
#wrapper {
  max-width: 1400px;
  margin:0 auto;
  padding: 1px;
  border: none;
}
#wrapper_blk {
  max-width: 1400px;
  margin:0 auto;
  padding-left: 1px;
  border: none;
  background-color: black;
}
.albert {
	padding-left: 21%;
	padding-right: 21%;
	text-align: center;
	font-family: "Microsoft Yi Baiti", sans-serif;
	font-size: 22px;
	color: #FFF;
}
.clearfix {
}

.clearfix:before, .clearfix:after {  
  display: table;  
  content: "";  
  line-height: 0;
}

.clearfix:after {  
  clear: both;
}
.portfolioFilter {
	
}
.portfolioFilter a { 
	
	color:#FFF;
	text-decoration:none;
	
}
.portfolioFilter a.current { 
    color:#FFF;
	text-decoration:underline;
}
.portfolioFilter a:hover{color:#FFF;text-decoration:underline;}

.footerz {  
  position: relative;  
  bottom: 0px;  
  width: 100%;  
  height: 50px;  
  border-top-width: 1px;  
  border-top-style: solid;  
  border-top-color: #dddddd;  
  margin-top: 5px;  
  padding-top: 6px;  
  padding-bottom: 6px;  
  text-align: center;  
  font-size: 16px;
}

.headerz {  
  padding-bottom: 10px;   
  border-bottom-width: 1px;  
  border-bottom-style: solid;  
  border-bottom-color: #dddddd;
  background-color:white;
}

img {
    margin:5px;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.formz {width:500px;margin-top:20px;margin-bottom:20px;}
