.tx-ws-flexslider {
	width: 100%;
	overflow: hidden;
  z-index: 5;
}

.flexslider {
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  z-index: 6;
}

.flex-control-nav {
	display: none;
}

.tx-ws-flexslider .caption-title {
	display: none;
}

.flex-direction-nav a  {
    line-height: 40px;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: none);
}

.caption-wrapper {
  background-color: rgba(155, 199, 207, 1);
  padding-bottom: 15px;
  vertical-align: middle;
  height: 100px;
  z-index: 15;
}

.tx-ws-flexslider .caption-text {
	font-size: 18px;
	font-weight: bold;
  text-align: center;
  padding: 0 20px 0 20px;
  color: #fff;
  height: 100%;
  vertical-align: middle;
}

.tx-ws-flexslider .caption-body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tx-ws-flexslider .caption-text p {
	margin-bottom: 0;
}

.tx-ws-flexslider .caption-link {
  position: absolute;
	bottom: -36px;
	left: 50%;
  margin-left: -108px;
  width: 216px;
  text-align: center;
}

.slides {
	overflow: hidden;
  padding-bottom: 26px;
}

.slides li {
  line-height: 1.428571429;
}

.flexslider ul.slides li .slidercontent:before {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  background-image: url("../../Images/slider_overlay.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center right;
  width: 347px;
  height: calc(100% - 100px);
  content: "";
}

@media screen and (min-width: 480px) {
  .tx-ws-flexslider .caption-text {
		font-size: 24px;
	}
  .tx-ws-flexslider .caption-link {
	  bottom: -42px;
  }
}

@media screen and (min-width: 861px) {
  .flexslider ul.slides li .slidercontent:before {
    height: 100%;
  }
	.caption-wrapper {
		background: transparent;
	}
	.slides li div.caption-wrapper { 
	  position: absolute;
	  bottom: 0px;
	  left: 0;
	  height: auto;
	  width: 100%;
	  /* background-color: rgba(155, 199, 207, .9);
     */
	  background-color: rgba(255, 255, 255, .9);

	  text-align: center;
	  padding: 40px 20px 40px 20px;
	}
	.tx-ws-flexslider .caption-text {
		color: #005782;
		font-size: 28px;
    text-transform: uppercase;
	  margin-bottom: 0px;
	}
  .resolution-check {
    display: none;
  }
}

@media screen and (min-width: 1020px) {
	.tx-ws-flexslider .caption-text {
		font-size: 32px;
	}
}

@media screen and (min-width: 1500px) {
  .slides li div.caption-wrapper { 
	  padding: 70px 20px 70px 20px;
	}
  .tx-ws-flexslider .caption-text {
		font-size: 42px;
	}
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 0;
  }
  .resolution-check {
    display: block;
  }
}

