/*
Style for GP Back To Top
*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(//mathersolutions.co.nz/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.eot);
    src: local('☺'), url(//mathersolutions.co.nz/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.woff) format('woff'), url(//mathersolutions.co.nz/wp-content/plugins/gp-back-to-top/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(//mathersolutions.co.nz/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: 40px;
height: 40px;
border-radius: 50%;
padding: 5px;
background-color: #008b74;
color: #ffffff;
text-align: center;
position: fixed;
z-index: 99999;
bottom: 5px;
right: 20px;
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';
}