
@import url("fancybox.css");				/* Fancybox */




/* Projects
=================================================================== */
#filters {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	right: 0;
	margin: 100px 0 0px 0;
	position: relative;
	z-index: 3;
}

#filters ul li {
	display: inline;
}

#filters a {
	color: #2B2B2B;
	padding: 20px 30px;
	display: inline-block;
	margin: 0 0px 10px 0px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#filters a:hover,
.selected {
	background: #ed1c24;
	color: #fff !important;
	text-decoration: none;
	text-shadow: none;
}

#wall {
	margin: 0px -10px;
	border: 1px solid transparent;
}

#wall .item {
	width: 25%;
	margin: 0px;
	text-shadow: none;
}

#wall .item .title {
	background: #2B2B2B;
	color: #fff;
	padding: 10px 15px;
	margin: 10px 10px -10px 10px;
	font-size: 12px;
	position: relative;
}

#wall .item .title:after {
	content: '';
	position: absolute;
	border-top: 12px solid #2B2B2B;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	right: 20px;
	bottom: -12px;
	z-index: 20;
}

#wall .item .picture {
	position: relative;
	overflow: hidden;
	margin: 10px;
}

#wall .item .picture .overlay {
	width: 100% !important;
	height: 100% !important;
	background: rgba(237,28,36,0.80);
	position: absolute;
	top: 0px;
	margin-top: 100%;
	opacity: 0;
}

#wall .item .picture .overlay .actions {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

#wall .item .picture .overlay .actions a {
	font-size: 22px;
	text-decoration: none;
	color: rgba(237,28,36,0.80);
	background: #fff;
	-webkit-border-radius: 50em;
	   -moz-border-radius: 50em;
			border-radius: 50em;
	padding: 7px 13px;		
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

#wall .item .picture .overlay .actions a:hover {
	color: #fff;
	background: rgba(237,28,36,0.80);
}

#wall .item .picture .description {
	padding: 0px 10px;
	position: absolute;
	bottom: 0%;
	color: #fff;
	font-size: 12px;
}

#wall .item .picture .description p {
	line-height: 14px;
}

/* Retina Display Hack
=================================================================== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	
	.testimonial-container .testimonials-bg {
		background: url(../img/testimonials-bg@2x.png) no-repeat !important;
		background-size: 65px 22px;
	}
			
	#twitter ul.slides li {
		background: url(../img/icons/twitter@2x.png) no-repeat 0% 50%;
		background-size: 32px 32px;	
	}
	    
}

