/** * Copyright: 2007-2015, 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-2 */ .AV-WFooter-2 { position: relative; font-size: 12px; text-align: left; padding-top: 10px; } .AV-WFooter-2 .left { float: left; } .AV-WFooter-2 .right { float: right; } .AV-WFooter-2 .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-2 .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; }