/* CSS Document */
body{
	padding:0;
	margin:0;
	background: url(../images/bg.jpg) top center repeat fixed;
	font-family:'Titillium Web', sans-serif;
}
*{
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}
.overlay{
	width: 100%;
	display: block;
	overflow: hidden;
}
img{
	border-radius:10px;
}
.main{
	margin:0 auto;
	max-width:1100px;
	padding:50px 30px 50px;
	background: rgba(255, 255, 255, 0.7);
	display: block;
	overflow: hidden;
	height: 100%;
	margin-top: 10px;
}

.group-logo{
	margin:0 auto 30px;
	max-width:480px;
	background:;
	border:1px #bbb solid;
	border-radius:10px;
	padding:15px 20px 20px;
}
.group-details{
	width:100%;
	float: left;
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
	color: #555;
}
.concern{
	width:100%;	
}
.smug-logo{
	float:left;
	max-width:380px;
	background:;
	border:1px #bbb solid;
	border-radius:10px;
	padding:15px 20px;
}
.eva-logo{
	float:right;
	max-width:380px;
	background:;
	border:1px #bbb solid;
	border-radius:10px;
	padding:15px 20px;
}

.footer{
	float: left;
	padding-top:15px;
	margin-top:50px;
	font-size:12px;
	width: 100%;
	color:#555;
	border-top: 1px #bbb dashed;
	
}
.footer a{ 
	font-weight: normal;
	text-decoration:underline;
	color:#555;
	text-decoration:none;
	margin:0 5px;

}
.footer a:hover{
	color:#000;
	text-decoration:none;
} 
.unitech{
	text-align:right;
}