Current File : //home/obabain/css/new-style.css
@charset "UTF-8";
/* CSS Document */

			
			#wrapper, #prev, #next {
				
				height: 170px;
				position:absolute;
				
				margin-top: -85px;
			}
			#wrapper {
				width: 90%;
				left: 5%;
				overflow: hidden;
				
				
			}

			#carousel img {
				margin: 10px 5px;
				border: none;
				display: block;
				float: left;
				border: #CCC solid thin;
				border-radius:8px;
				-webkit-border-radius:8px;
				-moz-border-radius:8px;
			}
			
			#prev, #next {
				background: center center no-repeat;
				width: 5%;
			}
			#prev:hover, #next:hover {
			
			}
			#prev {
				background-image: url( img/gui-prev.png );
				left: 0;
			}
			#next {
				background-image: url( img/gui-next.png );
				right: 0;
			}
			
			#donate-spacer {
				height: 100%;
				margin-bottom: -70px;
			}
			#donate {
				border-top: 1px solid #999;
				width: 750px;
				padding: 50px 75px;
				margin: 0 auto;
				overflow: hidden;
			}
			#donate p, #donate form {
				margin: 0;
				float: left;
			}
			#donate p {
				width: 650px;
			}
			#donate form {
				width: 100px;
			}


.hidden { display: none; }

#filter {
  text-align:center;
  margin-top:10px;
  padding: 15px 15px 15px 0px;
}

#filter button {
  border: 0;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  padding: 5px 20px;
  border:#666666 thin solid;
}

#filter button.active { background-color: #666666;  color:#fff;}

#filter button:focus { outline: 0; }

#posts {
  max-width: 1200px;
  margin: 0 auto;
}

#posts .post {
  width: 24%;
  float: left;
  height: 250px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-right:10px;
  display: inline-block;
  background: #fff;
}

#posts .post img {
  position: relative;
  display: block;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 100%;
}

/*#posts .post:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}*/

#posts .post .post-content {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#posts .post .post-content::before,
#posts .post .post-content::after { }

#posts .post .post-content,
#posts .post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#posts .post a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#posts .post h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  position: absolute;
  right: 0;
  line-height:25px;
  bottom: 0;
  width:100%;
  text-align:left;
  background:url(../images/protfolio-bg.PNG) repeat;
  font-size:14px;
  padding:10px 0px 10px 10px;
  text-transform:none;
}
.plus {
	background:#955ba5;
	padding:10px 15px;
	float:right;
	position:absolute;
	bottom:0;
	right:0;
	z-index:999;	
}
.plus:hover {
	background:#068894 !important;
}

#posts .post h2,
#posts .post p { margin: 0; }

#posts .post p {
  letter-spacing: 1px;
  font-size: 68.5%;
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

#posts .post:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
 @media screen and (max-width: 600px) {

#posts .post { width: 50%; }
}