a.scroll-top {
  background: url(../img/shared/i_scrolltop.png) no-repeat;
  background-size: 54px;
  width: 54px;
  height: 54px;
  position: fixed;
  bottom: 74px;
  right: 24px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a.scroll-top.fadeIn {
  opacity: 0.6;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.float-share {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.i-sharelists {
  background: url(../img/shared/icon_share.png) no-repeat;
  background-size: 65px;
  width: 65px;
  height: 65px;
  display: block;
}
.ficon-shares {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #d0cece;
  width: 180px;
  height: 50px;
  position: fixed;
  bottom: 160px;
  right: 20px;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 35;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ficon-shares i {
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}
.ficon-shares a {
  display: inline-block;
  margin: 7px 10px;
}
.ficon-shares i.i-fb {
  background-image: url(../img/shared/i_s_fb_gy.png);
  cursor: pointer;
}
.ficon-shares i.i-tw {
  background-image: url(../img/shared/i_s_tw_gy.png);
  cursor: pointer;
}
.ficon-shares i.i-ig {
  background-image: url(../img/shared/i_s_ig_gy.png);
}
.ficon-shares i.i-li {
  background-image: url(../img/shared/Line.png);
  cursor: pointer;
}
.ficon-shares i.i-fb_new {
  background-image: url(../img/shared/i_s_fb_gy_new.png);
  cursor: pointer;
}
.ficon-shares i.i-tw_new {
  background-image: url(../img/shared/i_s_tw_gy_new.png);
  cursor: pointer;
}
.ficon-shares i.ss-line {
  background-image: url(../img/shared/line_60.png);
  cursor: pointer;
}
.ficon-triangle {
  background: url(../img/shared/i_s_triangle.png) no-repeat;
  background-size: 32px;
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 16px;
  top: 48px;
  right: 17px;
}
.i-scroll-next {
  background: url(../img/shared/i_arrow_scroll.png) no-repeat;
  cursor: pointer;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  z-index: 20;
  top: 95%;
}
.i-scroll-next,
.page-banner .owl-controls {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
  a.scroll-top {
    background-size: 46px;
    width: 46px;
    height: 46px;
    bottom: 63px;
    right: 20px;
  }
  .i-sharelists {
    background-size: 58px;
    width: 58px;
    height: 58px;
  }
  .ficon-shares {
    bottom: 152px;
    right: 10px;
  }
  .float-share {
    right: 16px;
  }
  .form-input.sm .label {
    padding-top: 3.2%;
    padding-bottom: 4.2%;
  }
  .form-input.md .label {
    padding-top: 1.5%;
    padding-bottom: 2.3%;
  }
}
