
.flexslider {
  margin-top: 1px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 30%;
  width: 35%;
  
  text-align-last:center;
  z-index: 999;
  color: white;
}

.flex-caption2 {
  position: absolute;
  top: 1%;
  width: 120%;
  
  text-align-last:center;
  z-index: 999;
  color: white;
}

.flex-caption3 {
  position: absolute;
  top: 40%;
  width: 40%;
  
  text-align-last:center;
  z-index: 999;
  color: white;
}

.flex-caption h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 700;
  color: red;
  margin-bottom: 45px;
}



.flex-caption p {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
  color: white;
}

.flex-caption span {
  
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

.flex-caption2 p {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
  color: yellow;
}

.flex-caption2 span {
  
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

.flex-caption3 p {
  font-size: 34px;
  font-weight: 700;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
  color: white;
}

.flex-caption3 span {
  
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}

