#fp-nav span {
  display: none !important;
}
#fp-nav {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  bottom: 0 !important;
  box-shadow: 0 0 10px #000;
  margin: 23px 0 !important;
  opacity: 0.6;
  right: 0 !important;
  top: 0 !important;
  transition: all 0.2s ease 0s;
  width: 18px;
  z-index: 99999;
}
.admin-bar #fp-nav {
  margin-top: 54px !important;
}
#fp-nav:hover {
  opacity: 1;
}
#fp-nav ul {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
#fp-nav li {
  display: table-row !important;
  height: 25%;
  position: relative;
}
#fp-nav li a {
  background: #111 none repeat scroll 0 0;
  border-color: #222;
  border-style: solid;
  border-width: 1px 2px;
  position: absolute !important;
  transition: all 0.2s;
}
#fp-nav li a.active {
  border: 1px solid;
}
#fp-nav li a:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #666;
}
#fp-nav li a.active:hover {
  border: 1px solid;
}
#fp-arrows i {
  background: #111 none repeat scroll 0 0;
  border: 1px solid;
  bottom: 33px;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
  margin-right: 2px;
  padding: 5px 1px;
  position: absolute;
  right: 0;
  z-index: 99999;
}
i#fp-prev {
  bottom: auto;
  top: 0;
}
#fp-arrows i:hover {
  background: #000 none repeat scroll 0 0;
}
@media all and (max-width: 1200px) {
.section {
  display: block;
  position: relative;
}
#fp-arrows, #fp-nav {
  display: none !important;
}
}