@font-face {
font-family: 'Glyphicons Halflings';
src: url(//lokoyote.eu/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.eot);
src: local('☺'), url(//lokoyote.eu/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//lokoyote.eu/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//lokoyote.eu/wp-content/plugins/gp-back-to-top/glyphicons-halflings-regular.svg) format('svg');
font-weight: normal;
font-style: normal;
}
.gp-back-to-top {
display: none;
width: 35px;
height: 35px;
border-radius: 50%;
padding: 5px;
background-color: #111f1c;
color: #ffffff;
text-align: center;
position: fixed;
bottom: 45px;
right: 25px;
font-size: 20px;
cursor: pointer;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.gp-back-to-top span {
position: absolute;
top:24%;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
font-family: 'Glyphicons Halflings';
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gp-back-to-top span:before {
content: "\e113";
}