.flexslider {
  width: 800px;
  min-height: 368px;
  margin-bottom: 80px;
  border: 10px solid #ededed;
  box-shadow: 0px 5px 6px -1px rgba(0, 0, 0, 0.2);
}
 
/* the elliptical shadow below the slider */
.flexslider:after {
  content: '';
  display: block;
  width: 80%;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  bottom: -10px;
  left: 10%;
  box-shadow: 0 2px 10px 10px rgba(0, 0, 0, 0.2);
}
 
.slides li {
  display: block;
  width: 800px;
  height: 368px;
  background-position: center;
  background-repeat: no-repeat;
}
 
/* the text box */
.slides li .slide-text {
  position: relative;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  top: 12px;
  left: 17px;
  width: 210px;
  max-height: 316px;
  overflow: hidden;
  padding: 10px;
  border: 4px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
 
.slides li .slide-text h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
 
.flex-control-nav {
  bottom: -60px;
}
.flex-control-nav li {
  margin: 0 2px;
}
 
/* the dots below the slider */
.flex-control-paging li a {
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, #f5f5f5, #d9d9d9); /* add prefixed versions */
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 0 white, 0 1px 0 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ededed;
  height: 14px;
  width: 14px;
}
.flex-control-paging li a.flex-active {
  background: #ef3a34;
  border-color: #ef3a34;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 0 rgba(0, 0, 0, 0.25);
}
.flex-control-paging li a:hover {
  background: #015697;
  border-color: #015697;
  box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 0 rgba(0, 0, 0, 0.25);
}