/* ==========================================================================
   Back to top
   ========================================================================== */
#backtotop {
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6;
  background-size: cover;
  width: 40px;
  height: 40px;
  right: 5%;
}
