.slider-wrap {
	/*width: 100%;*/
	/*height: 35rem;*/
	/*margin-left: 15px;
	margin-right: 15px;*/
	/*margin-left : -15px;
  margin-right: -15px;*/
	/*margin-top: -15px;*/
}

.slider
{
  /*height: auto;*/
  overflow: hidden;
  position: relative;
  height: 100%;
}

.slideImg
{
  /*width: 100%;*/
  width: 100vw;
  object-fit:cover;
}

.slide
{
}

.slideText
{
  font-size: 1.3rem;
  font-weight: bold;
  color: orange;
  text-align: center;
  padding-bottom: 200px;
  padding-top: 40px;
  position: absolute;
  top: 0px;
  width: 100%;
  text-shadow: 1px 1px 1px black, 0 0 20px #eafafd,0 0 20px #eafafd, 0 0 20px #eafafd, 0 0 20px #eafafd, 0 0 20px #eafafd, 0 0 20px #eafafd;




}

.sli-links
{
  /*display: none;*/
  position: relative;
  margin-top: -30px;
  /*margin-left: 67px;*/
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
  text-align:center;
}

  .sli-links .control-slide
  {
    /*margin: 2rem;*/
    /*float: left;*/
	display: inline-flex;
	margin-left: 1rem;
    width: 1rem;
    height: 0.8rem;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../Resources/radioBg.png) no-repeat bottom;
  }

    .sli-links .control-slide:hover
    {
      cursor: pointer;
      background-position: center center;
    }

    .sli-links .control-slide.active
    {
      background-position: center top;
    }

.prewbutton, .nextbutton
{
  width: 31px;
  height: 50px;
  position: absolute;
  top: 45%;
  overflow: hidden;
  text-indent: -999px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  z-index: 3;
  outline: none !important;
}

.prewbutton
{
  left: 10px;
  background: url(../Resources/arrowBg.png) no-repeat left center;
}

.nextbutton
{
  right: 10px;
  background: url(../Resources/arrowBg.png) no-repeat right center;
}

  .slider-wrap .prewbutton:hover, .nextbutton:hover
  {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
  }
