#section-3-slide,
#section-3-slide-mobile,
#flexisel {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  overflow: auto;
}

.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}

.nbs-flexisel-item {
  position: relative;
  float: left;
  margin: 0px;
  padding: 0px;
  padding-bottom: 30px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}

.nbs-flexisel-item a {
  display: inline-block;
}

.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nbs-flexisel-item p {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  text-align: center;
}


/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 48px;
  height: 48px;
  padding: 5px 10px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 50%;
  margin-top: -45px;
  padding: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  /* transform: translateY(-50%); */
  color: #fff;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.nbs-flexisel-nav-left {
  left: 20px;
}

.nbs-flexisel-nav-left:before {
  margin-top: 12px;
  margin-left: 15px;
  text-align: center;
  content: "";
  background-image: url(../img/back.png);
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-left.disabled {
  opacity: 0.4;
}

.nbs-flexisel-nav-right {
  right: 20px;
}

.nbs-flexisel-nav-right:before {
  margin-top: 12px;
  margin-left: 9px;
  text-align: center;
  content: "";
  background-image: url(../img/forward.png);
  height: 24px;
  width: 24px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}

.nbs-flexisel-nav-right.disabled {
  opacity: 0.4;
}

#flexisel li.nbs-flexisel-item img {
  padding: 0 15px;
}

#dotels .section-3 .nbs-flexisel-nav-left,
#dotels .section-3 .nbs-flexisel-nav-right {
  background-color: rgba(255, 255, 255, 0);
  width: 50px;
  height: 120px;
  border-radius: 0;
  margin-top: -81px;
  /* background-color: #fff; */
}

#dotels .section-3 .nbs-flexisel-nav-left:before {
  background-image: url(../img/fp-prev.png);
  width: 25px;
  height: 60px;
  margin-top: 30px;
  margin-left: 13px;
}

#dotels .section-3 .nbs-flexisel-nav-right:before {
  background-image: url(../img/fp-next.png);
  width: 25px;
  height: 60px;
  margin-top: 30px;
  margin-left: 12px;
}

#dotels .section-3  .nbs-flexisel-nav-left:hover,
#dotels .section-3  .nbs-flexisel-nav-right:hover {
  background-color: rgba(255, 255, 255, 0.2);
}