
.is__nonactive {
  opacity: 0.5;
  cursor: auto !important;
}

.fmap-wrap .cntrl-btn {
  position: absolute;
  top: 10px;
  bottom: auto;
  right: 10px;
  left: auto;
  width: 50px;
  height: 100px;
}

@media only screen and (max-width: 768px) {
  .fmap-wrap .cntrl-btn {
    top: 26px;
    width: 40px;
    height: 80px;
  }
}

.fmap-wrap .cntrl-btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .fmap-wrap .cntrl-btn button {
    width: 40px;
    height: 40px;
  }
}

.fmap-wrap .cntrl-btn button.btn-plus,
.fmap-wrap .cntrl-btn button.btn-minus {
  background: rgba(86, 86, 86, 0.9);
  position: relative;
}

.fmap-wrap .cntrl-btn button.btn-plus:before {
  border-left: 2px solid #fff;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
}

.fmap-wrap .cntrl-btn button.btn-plus:after {
  border-top: 2px solid #fff;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
}

.fmap-wrap .cntrl-btn button.btn-minus:after {
  border-top: 2px solid #fff;
  width: 16px;
  top: 50%;
  margin-left: -8px;
  margin-top: -1px;
}



