nav.quick-nav {
  opacity:1;
  position: fixed;
  z-index: 2;
  right: 15px;
  top: 50%;
  transform: translate(-10px, -50%) !important;
  width: 40px;
  background: rgba(11, 20, 29, 0.25);
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
nav.quick-nav:hover {
  opacity: 1;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -khtml-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}


a.quick-nav-item {
  position: relative;
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
  color: white;
  border: 1px solid #fff;
  text-decoration: none;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a.quick-nav-item img {
  width: 20px;
}
a.quick-nav-item.active, a.quick-nav-item:active, a.quick-nav-item:hover, a.quick-nav-item:focus {
  text-decoration: none;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -khtml-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  border: 1px solid #5686FF;
}
a.quick-nav-item .fa{
  font-size: 16px;
  color:#fff;
}
a.quick-nav-item.active .fa, a.quick-nav-item:active .fa, a.quick-nav-item:hover .fa, a.quick-nav-item:focus .fa{
  font-size: 16px;
  background: -webkit-linear-gradient(#5686FF, #202020);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.quick-nav-item.active .quick-nav-title, a.quick-nav-item:active .quick-nav-title, a.quick-nav-item:hover .quick-nav-title, a.quick-nav-item:focus .quick-nav-title {
  opacity: 1;
  right: 40px;
  -ms-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -webkit-transition: all 150ms ease-in-out;
  -khtml-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

a.quick-nav-item:last-child {
  margin-bottom: 0;
}

.quick-nav-title {
  display: block;
  pointer-events: none;
  opacity: 0;
  font-size: 12px;
  color: white;
  background: rgba(89, 183, 169, 0.5);
  text-align: right;
  padding: 2px 12px;
  position: absolute;
  top: 50%;
  right: 30px;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.scroll-to-top {
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  outline: none;
  border: none;
  width: 40px;
  height: 40px;
  background: rgba(11, 20, 29, 0.25);
  color: white;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
  -o-border-radius: 50% 50% 0 0;
  -webkit-border-radius: 50% 50% 0 0;
  -khtml-border-radius: 50% 50% 0 0;
  border-radius: 50% 50% 0 0;
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  transform: translateY(100%);
  -ms-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -khtml-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.scroll-to-top.visible {
  opacity: 0.25;
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  transform: translateY(0);
}
.scroll-to-top.active, .scroll-to-top:active, .scroll-to-top:hover, .scroll-to-top:focus {
  opacity: 1;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
}
