@charset "utf-8";
/* CSS Document */
@import url("fontawesome-4.6.3.min.css");

/*
.login {
	position:relative;
	left:250px;	
	
}
*/

.feet{
padding:5px;
text-align:center;	
}

#footer {
    clear: both;
	background:#000;
	color:#ccc;
	right:56px;
  	top:260px;
    margin: 0 auto;
    padding: 5px;
	position:relative;
	width:1901px;
}
.foot{
	font-size:12px;
	color:#CCC;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	font-weight:400;
	
}
/* ===== social media app styles ===== */
.social-media-icons {
position:absolute;
color:#fff;
left:50%;

transform: translate(-50%,-50%);
}

.social-media-icons > div{
margin:0px 10px;
width:40px;
height:40px;
background:#000;
text-align:center;	
line-height:40px;
border-radius:50%;
color:#fff;
transition:all 300ms ease-in-out;
}

div.fa-facebook{
	background:#5252b8;
}

div.fa-twitter{
	background:#00acee;
}

div.fa-google-plus{
	background:tomato;
}

div.fa-linkedin{
	background:#55acee;
}

div.fa-facebook:hover{
color:#5252b8;
background:#fff;
border:1px solid #5252b8;
}

div.fa-twitter:hover{
color:#00acee;
background:#fff;
border:1px solid #00acee;
}

div.fa-google-plus:hover{
color:tomato;
background:#fff;
border:1px solid tomato;
}

div.fa-linkedin:hover{
color:#55acee;
background:#fff;
border:1px solid #55acee;
}
	
	