/*----------------------------------------------------------CONTACTS*/	
/* Contact bottom bar */	
.conbot{
	width: 			100%;
	bottom: 		0;	
	margin: 		0px auto;
	overflow: 		hidden;
	background: 	rgba(90,105,111,0.5);
	position: fixed;
}
/* Adjusting the images in line with text */
.conbot img {
	vertical-align: -13px;
}

.conbot p {
	margin: 0;
}
/* Left part */
.ali-left {
	float: left;
	color: 			white;
	font-size: 		14px;	
	text-indent: 	7px;
	vertical-align: top;
	padding: 		5px 0px 5px 1%;
	font-weight: 	bold;
	font-family: 	'Calibri','Arial Narrow', serif;		
}
/* Rightt part */
.ali-right {
	float: right;
	color: 			white;
	font-size: 		14px;	
	vertical-align: top;
	padding: 		5px 1% 5px 0px;
	font-weight: 	bold;
	font-family: 	'Calibri','Arial Narrow', serif;	
	letter-spacing: 1px;
}