
.flexslider {
  /* margin-top: -150px !important; */
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow: hidden;
  height: 70vh;
}

.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: 100%;
  /* text-align: center; */
  left: 10%;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  /* color: white; */
  color: #c91618;
  margin-bottom: 10px;
}
.flex-caption p {
  font-size: 22px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
}
.flex-caption .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 0;
  color: #fff;

  background: #c91618;
  border: 2px solid #c91618;
  background: transparent !important;
  color: #c91618;
}
.flex-caption .btn-get-started:hover {
  background: #fff !important;
  color: #c91618;
  border: 2px solid #fff !important;
}

.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}


/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 100px;
  }

  .main-header {
    padding: 15px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
}

/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }
  .flexslider {
    margin-top: 60px;
  }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
