/* Backtotop Function*/

.back-to-top {
  position: fixed;
  bottom: 1.5em;
  right: 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  padding: 1em;
  display: none;
  background: rgb(0, 0, 0);
  background: transparent\9;
  background: rgba(0, 0, 0, 0.3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
  zoom: 1;
}
.back-to-top:nth-child(n) {
  filter: none;
}

.back-to-top:hover {
  color: #ffffff;
  background: rgb(0, 0, 0);
  background: transparent\9;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

/* footer*/

.bc-footer {
  height: 88px;
  background-color: #343434;
  border-top: 1px solid #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  margin-top: 30px;
}
.bc-footer p {
  color: #bfbfbf;
  font-size: 13px;
  font-weight: 300;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
