/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.
 */


/* WFooter-1 */
.AV-WFooter-1
{
	position: relative;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
}
	.AV-WFooter-1 .left
	{
		float: left;
	}
	.AV-WFooter-1 .right
	{
		float: right;
	}
	.AV-WFooter-1 .AV-backtotop-full
	{
		position: absolute;
		right: 25px;
		top: -25px;
		cursor: pointer;
		-webkit-transition: top .5s ease-in-out;
		-moz-transition: top .5s ease-in-out;
		-ms-transition: top .5s ease-in-out;
		-o-transition: top .5s ease-in-out;
		transition: top .5s ease-in-out;  
	}
		.AV-WFooter-1 .AV-backtotop-full:hover
		{
			top: -30px;
			-webkit-transition: top .5s ease-in-out;
			-moz-transition: top .5s ease-in-out;
			-ms-transition: top .5s ease-in-out;
			-o-transition: top .5s ease-in-out;
			transition: top .5s ease-in-out;  
		}