@charset "utf-8";
/* CSS Document */
/* SLIDER STYLES */

.sliderrightarrow {
  width: 30px;
  height: 50px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  color: #07aaa5;
  font-size: 20px;
}

.sliderleftarrow {
  width: 30px;
  height: 50px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9));
  color: #07aaa5;
  font-size: 20px;
}

.slidernav {
  margin-left: -4px;
  margin-bottom: 23px;
  font-size: 10px;
}

.slider {
  width: 100%;
  /*padding-right: 15px;
  height: 454px;
  height: 63%;*/
  background: transparent;
  height: auto;
}
.w-slide {
	/*width: 106%;*/
	width: 100%;
	text-align: center;
}
.slide img {
  /*width: 100%;
  height: auto;*/
  	box-shadow: 4px 4px 15px 0 #ccc;
}

.slidertext {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1000;
  height: 40px;
  font-size: 12px;
  line-height: 16px;
  display: block;
  text-align: center;
  min-width: 100%;
}
.w-slider-mask{
	position:relative;
	display:block;
	overflow:hidden;
	z-index:1;
	left:0;
	height:100%;
	white-space:nowrap;
	text-align: center;
}

@media screen and (min-width: 1200px) {
	.slider {
		/*height: 530px;
		width: 100%;*/
	}
}
@media (max-width: 991px) {
  .slider {
    /*height: 362px;
	  height: 90%;*/
  }
  .slidertext {
    /*left: 0px;
    right: 0px;
    bottom: 0px;
	*/
  }
}

@media (max-width: 767px) {
  .slider {
    /*height: 362px;*/
  }
  .slidertext {
    /*left: 0px;
    right: 0px;
    bottom: 0px;
	*/
  }
}
@media (max-width: 479px) {
  .slider {
    /*height: 200px;*/
  }
  .slidertext {
    /*position: absolute;
    left: 0px;
    bottom: 0px;*/
  }
}