#wall-parallax{
	background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../../images/426c6f67.jpg");
	background-attachment: fixed;
    /*background-position: 50% 50%;*/
    background-repeat: no-repeat;
    background-size: cover;
	height: 650px;
	background-color:gray;
}
#wall-content{
	position: relative;
    top: 30%;
    margin: 0 auto;
    width: 60%;
	text-align: center;
	color: #fff;
}
#wall-content>h1 {
	margin-top:0px;
	margin-bottom:5px;
    font-size: 3.375em;
    font-weight: 700;
	text-shadow: 0 0 40px rgba(0,0,0,0.75);
}
#wall-content>h3 {
	margin-top: 50px;
    margin-bottom: 0px;
    font-size: 1.85em;
    font-weight: 100;
    text-shadow: 0 0 40px rgba(0,0,0,0.95);
    line-height: 1.55em;
    letter-spacing: 0.07em;
}
#wall-content>p{
	text-align: right;
}
#wall-content>div.line{
	width:40%;
	height:2px;
	border:2px solid #00B7BE;
	margin:0 auto;
	text-align:center;
}
#plax-content{
	background: none repeat scroll 0 0 #FFF;
}
#plax-content>div>div{
	border:2px solid #ddd;
	border-top-left-radius: 15%;
    border-top-right-radius: 15%;
	margin:5%;
	overflow:hidden;
	text-align:center;
	color:#00B7BE;
}
#plax-content>div>div>a.con-brief{
	text-decoration:none;
	color:inherit;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
}
#plax-content>div>div>a>img{
	width: 100%;
    height: 200px;
}
#plax-content>div>div>a>h2{
	font-size: 1.8em;
    font-family: "-webkit-pictograph serif sans-serif";
	height: 50px;
}
#plax-content>div>div>a>p{
	text-align: left;
    padding: 5px;
    margin: 0;
    font-size: 1.2em;
	height: 150px;
    overflow-y: hidden;
}
#plax-content>div>div>div.con-brief-footer{
	background-image: url("http://www.fmatlabs.com/images/blog/fmatlab.png");
	background-repeat: no-repeat;
	text-align:left;
	padding: 10px;
	padding-left:60px;
}
#plax-content>div>div>div.con-brief-footer>p{
	margin:0;color:gray;
}
@media (max-width: 767px) {
	#wall-content {top: 15%;}
	#wall-content>h1 {margin-top: 5px;font-size: 35px;}
	#wall-content>h3 {margin-top: 15px;font-size: 1.55em;line-height: 1.35em;letter-spacing: 0.03em;}
	#plax-content>div>h1 {font-size: 25px;line-height: 1.2em;}
	#plax-content>div>h3 {font-size: 19px;line-height: 1.6em;}
	#plax-content>div>div {border-radius:0;}
	#plax-content>div>div>a>p{height: auto;}
}