/*Slider Textbox */
.flexslider {
  display: none;
}

.tx-ws-flexslider .caption-text {
  color: #FFFFFF;
  background: rgba(208, 0, 0, 0.3) none repeat scroll 0 0;
  top: auto !important;
  bottom: 0;
  left: 50% !important;
  margin-left: -300px;
  position: absolute;
  width: 600px;
  height: 120px;
  text-align: center;
}

.tx-ws-flexslider .caption-title {
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 0.1rem;
}

.flex-control-nav {
  bottom: -7px;
  z-index: 1000;
}

.flex-control-paging li a {
  background: white none repeat scroll 0 0;
  border-radius: 20px;
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;*/
  cursor: pointer;
  display: block;
  height: 14px;
  text-indent: -9999px;
  width: 14px;
}

.flex-control-paging li a.flex-active {
    background: #D00000 none repeat scroll 0 0;
    cursor: default;
}

@media (min-width: 768px) {
	.flexslider {
		display: block;
		margin: 0;
	}
}