.cd-top {
display: inline-block;
position: fixed;
bottom: 40px;
right: 10px; font-size: 1.8rem;
font-weight: 300;
color: #000;
white-space: nowrap;
z-index: 10000;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top span{margin-left: 16px;  background: #8C8C8C url(//www.akcess.com.pl/wp-content/themes/akcess/img/cd-top-arrow.svg) no-repeat scroll center 50%; vertical-align: middle; display: inline-block; width: 43px; height: 43px; border-radius: 43px; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible { visibility: visible;
opacity: 1;
}
.cd-top.cd-fade-out { opacity: 1;
}
.no-touch .cd-top:hover {
background-color: #e86256;
opacity: 1;
}
@media only screen and (min-width: 768px) {
.cd-top {
right: 20px;
bottom: 20px;
}
}
@media only screen and (min-width: 1024px) {
.cd-top {
right: 30px;
bottom: 30px;
}
}