@media screen and (min-width: 0px) {
	.wrapper-footer {
		display: none;
	}
}

@media screen and (min-width: 720px) {
	.wrapper-footer {
		display: block;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		min-width: 1024px;
		padding: 10px 0px 30px 40px;
		color: #333;
		font-size: 13px;
		background: #f5f5f5;
		z-index: -100;
		transition: ease all .2s;
	}
	.wrapper-footer-animate {
		z-index: 100;
		-moz-box-shadow:  inset  0px 1px 2px 0px rgba(0,0,0,0.24),inset 0px 1px 1px 0px rgba(0,0,0,0.12);
		box-shadow:       inset  0px 1px 2px 0px rgba(0,0,0,0.24),inset 0px 1px 1px 0px rgba(0,0,0,0.12);
		transition: ease all .2s;
	}
	.creator{
		width: 33.3333333333%;
		float: left;
	}
	.copyright{
		width: 33.3333333333%;
		float: left;
		text-align: center;
	}
	.copyright p{
		font-size: 13px;
	}
}