@charset "utf-8";
/* CSS Document */
/*--footer--*/
.footer {
  text-align: center;
  background:#000;
  padding:0;
  height:5em;
}
.footer p {
    color: #fff;
    font-size: 13px;
	padding-top:27px;
}
.footer p a {
  color:#00CED1;
}
.footer p a:hover{
  color:#fff;
}
.footer-left {
    float: left;
}
.social-icons {
	padding-top:17px;
}
.social-icons ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons ul li a {
    background: url(../images/iconsprite.png)no-repeat 3px -33px;
    display: block;
    width: 32px;
    height: 32px;
    transition: none;
}
.social-icons ul li a.fb {
    background: url(../images/iconsprite.png)no-repeat 10px 3px;
}
.social-icons ul li a.pn {
    background: url(../images/iconsprite.png)no-repeat 6px -108px;
}
.social-icons ul li a.gg {
    background: url(../images/iconsprite.png)no-repeat 6px -69px;
}
.social-icons ul li a:hover {    
	opacity: 0.5;
}
/*--//footer--*/
