.tx-ws-flexslider {
	width: 100%;
	overflow: hidden;
}

.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;
}

.flex-control-nav {
	display: none;
}

.tx-ws-flexslider .caption-title {
	display: none;
}

.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: #414C57;
}

.tx-ws-flexslider .caption-text {
	font-size: 18px;
	font-weight: bold;
  text-align: center;
  padding: 10px 10px 0 10px;
  color: #fff;
}

.tx-ws-flexslider .caption-text p {
	margin-bottom: 0;
}

.tx-ws-flexslider .caption-link {
  text-align: center;
}

.slides {
	overflow: hidden;
  background: #414C57;
}

@media screen and (min-width: 450px) {
  .tx-ws-flexslider .caption-text {
		font-size: 24px;
	}
}

@media screen and (min-width: 861px) {
	.caption-wrapper {
		background: transparent;
	}

	.slides li div.caption-wrapper { 
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  height: auto;
	  width: 100%;
	  /* background-color: rgb(65, 76, 87, .9); */
	  background-color: rgba(255, 255, 255, .9);

	  text-align: center;
	  padding: 20px;
	}
	.tx-ws-flexslider .caption-text {
		/* color: #fff; */
		color: #005782;

		font-size: 30px;
	  font-weight: bold;
	  margin-bottom: 20px;
	}
}


@media screen and (min-width: 1020px) {
	.tx-ws-flexslider .caption-text {
		font-size: 42px;
	}
}

/*
.tx-ws-flexslider .caption-title { font-weight: bold; }
.tx-ws-flexslider .caption-body p { margin-bottom: 0; }
.tx-ws-flexslider .caption-text { padding: 17px; }

.flexslider .slides img { height: auto; }

@media screen and (min-width: 861px) {
  
  .slides li div.captionwrapper { position: absolute; width: 350px; top:auto; bottom: 10px; }
  .slides li div.caption span { color: #fff; display: block; }
  .slides li div.caption .captiontitle { font-size: 18px; font-weight: bold; margin-bottom: 5px; text-align: right; }
  .slides li div.caption .captiontext { font-size: 12px; line-height: 15px; }
  
  .tx-ws-flexslider .caption-align-left .caption-text { left: 20px; }
  .tx-ws-flexslider .caption-align-left .caption-link { left: 20px; }
  .tx-ws-flexslider .caption-align-right .caption-text { right: 20px; }
  .tx-ws-flexslider .caption-align-right .caption-link { right: 20px; }
  .tx-ws-flexslider .caption-link { position: absolute; bottom: 20px; }
  .tx-ws-flexslider .caption-text { position: absolute; width: 350px; top: 20px; background: rgba(255,255,255,0.9); }
}
*/