.button-prev,
.button-next {
/* position: absolute;*/
 width: 42%;
 height: 26px;
/* top: 40px; */
 cursor: pointer;
 background-repeat: no-repeat;
}

.button-prev {
 margin:0 20px 0 0;
}

.button-next { background-image: url(/skins/template/2019/i/rbarrow.png);
background-position: center right; 
}
.button-prev { background-image: url(/skins/template/2019/i/lbarrow.png);
background-position: center left; 
}
.button-next:hover  { background-image: url(/skins/template/2019/i/rbharrow.png);}
.button-prev:hover { background-image: url(/skins/template/2019/i/lbharrow.png);}

.blackbg .button-next { background-image: url(/skins/template/2019/i/rbharrow.png);}
.blackbg .button-prev { background-image: url(/skins/template/2019/i/lbharrow.png);}
.blackbg .button-next:hover  { background-image: url(/skins/template/2019/i/rlarrow.png);}
.blackbg .button-prev:hover  { background-image: url(/skins/template/2019/i/llarrow.png);}


.button-prev i,
.button-next i {
 font-size: 60px;
 line-height: 30px;
}
.button-prev {
 float:left;
/* right: 140px;*/
}
.button-next {
 float:left;
/* right: 60px;*/
}

.swiper-pagination {
 margin-top: 130px;
}

.swiper-pagination-bullet-active {
     background: #0939d9;
}
.blackbg .swiper-pagination-bullet {
     background: #f7f7f7;
}
.blackbg .swiper-pagination-bullet-active {
     background: #ff9800 !important;
}


/*
@media (max-width: 767px) {
  .weekend-slide { width: 100%; }
  .weekend-first { width: 100%;}

}

@media (min-width: 768px) {
  .weekend-slide { width: 49%; }
  .weekend-first {    width: 49%;}
}


@media (min-width: 992px) {
  .weekend-slide { width: 24%; }
  .weekend-first {width: 50%;}

}


@media (min-width: 1200px) {
  .weekend-slide { width: 24%; }
  .weekend-first {width: 50%;}
}
*/
