/**
 * Back to Top (Widget)
 * Used in conjunction with common/js/kwp_backToTop.js
 * Last Modified by: Walter S (Nov 10, 2014) - Minification
 */
.back-to-top { bottom: 10px; cursor: pointer; font-family: Georgia,"Times",times,serif; opacity: 0; position: fixed; right: 10px; z-index: 100; -webkit-transition: opacity 1s; -moz-transition: opacity 1s; -o-transition: opacity 1s; transition: opacity 1s; }
.back-to-top.visible { opacity: 1; }
.back-to-top a.button span { background: none; font-size: 14px; font-style:italic; font-weight: normal; font-family: Georgia,"Times",times,serif; line-height: 28px; padding:0; text-transform: none; }
.back-to-top a.secondary-button { background-color: #bbb; color: white; padding: 0 15px; }

@media only screen and (min-width: 0) and (max-width: 568px) { .back-to-top { display: none; } }