 .footer
 {
	width:980px;
	height:150px;
	margin:0 auto;
 }
 
 .footer-content
 {
	width:180px;
	height:20px;
	margin:15px auto 0 auto;
	font-weight:bold;
	font-size:12px;
	color:#fff;
 }
 .footer-atmo
 {
 	width:250px;
 	height:50px;
 	margin:0 auto;
 	font-size:12px;
	color:#fff;
 }
 .footer-atmo a 
 {
 	color:#fff;
 	text-decoration: none;
 	font-weight: bold;
 }
 .footer-atmo a:hover 
 {	
 	color:#2dcc71;
 }
 .social
 {
	width:230px;
	margin:0 auto;
 }
 .social-block
 {
	width:64px;
	height:64px;
	float:left;
	margin-right:10px;
	-webkit-transition: .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
	
 }
 .facebook
 {
	background:url('../images/facebook2.png');
	
 }
.tweeter
 {
	background:url('../images/tweeter2.png');
 }
 .google
{
	background:url('../images/google2.png');
}

.facebook:hover
 {
	background:url('../images/facebook.png');
 }
.tweeter:hover
 {
	background:url('../images/tweeter.png');
 }
 .google:hover
{
	background:url('../images/google.png');
}
.content-footer-menu
{
	width:600px;
	height:70px;
	margin:0 auto;
	
}
.footer-menu 
{
	list-style:none;
	display:inline;
}

.footer-menu li
{
	display:inline;
	width:150px;
	height:25px;
	background:#2ecc71;
	padding:10px;
	
}


.footer-menu a 
{
	color:#fff;
	text-decoration:none;
}
