#aboutus{
	background-image:url('/images/home/about.jpg');
	width:100%;
	background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	position:relative;
	background-attachment: fixed;
    height:450px;	
	padding-bottom:80px;
}

#aboutus .container{
	position:relative;
	height:100%;
	display:block;
}

.xt-content{
	text-align: center;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width:100%;
	padding:0px 15px;
}

.xt-content h2{
	color: #fff;
    font-size: 30px;
    line-height: 40px;
	margin: 0;
    margin-bottom: 40px;
}

.xt-content p{
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
    font-family: open sans;
}

.xt-content a#btnMore {
    border: 2px solid #fff;
    padding: 5px 20px;
    background-color:transparent;
    color: #fff;
    display: inline-block;
}

.xt-content a#btnMore:hover {
    color: #fff;
	background-color: #01AB8E;
    border: 2px solid #01AB8E;
}
