#sg_slider_block {
  margin-top: 10px;
  max-height: 500px;
  overflow: hidden; }
  #sg_slider_block .owl-dots {
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
    /*.owl-dot{
      span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 5px 4px;
        background: #ffffff;
        -webkit-border-radius: 0;
        -moz-border-radius:0;
        border-radius:0;
      }

      &.active, &:hover{
        span {
          background: $font-color3;
        }
      }
    }*/ }
  #sg_slider_block .owl-nav div {
    transition: 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 100%;
    background: none;
    color: #fff;
    padding-top: 19%; }
    #sg_slider_block .owl-nav div i {
      font-size: 26px; }
    #sg_slider_block .owl-nav div.owl-prev {
      left: 0;
      margin-top: -10px;
      margin-left: -5px; }
    #sg_slider_block .owl-nav div.owl-next {
      right: 0;
      margin-top: -10px;
      margin-right: -5px; }
    #sg_slider_block .owl-nav div.owl-next:hover {
      transition: 0.3s;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
      background-repeat: repeat-x; }
    #sg_slider_block .owl-nav div.owl-prev:hover {
      transition: 0.3s;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
      background-repeat: repeat-x; }

/*# sourceMappingURL=sggallery.css.map */
