@font-face {
  font-family: 'socicon';
  src: url(../assets/fonts/socicon.eot?1480239297) format('embedded-opentype');
  src: url(../assets/fonts/socicon.eot?1480239297#iefix) format('embedded-opentype') format("embedded-opentype"), url(../assets/fonts/socicon.woff?1480239297) format('woff') format("woff"), url(../assets/fonts/socicon.woff2) format("woff2"), url(../assets/fonts/socicon.ttf?1480239297) format('truetype') format("truetype"), url(../assets/fonts/socicon.svg?1480239297#sociconregular) format('svg') format("svg");
  font-weight: 400;
  font-style: normal;
  text-transform: initial;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    /* Firefox 16+*/
  }
  100% {
    -moz-transform: rotate(360deg);
    /* Firefox 16+*/
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.back-top {
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 9999;
  display: none;
  text-decoration: none;
  right: 64px;
  bottom: 40px !important;
  font-size: 45px;
  text-align: center;
  opacity: 0.4;
  color: #ce2d42;  /*#209e91;*/
  background-color: rgba(0, 0, 0, 0.43); /*rgba(0, 0, 0, 0.75);*/
  border-radius: 50%;
  line-height: 46px;
}
.back-top:hover {
  opacity: 0.8;
}
