/**
 * @file
 * Visual styles for Startupgrowth's slider revolution.
 */

/*Revolution Caption*/
.title-teaser-text .title,
.title-teaser-text p {
  background: rgba(0, 0, 0, 0.77);
  color: #fff;
  padding: 20px;
  margin: 0 0 1px 0;
  width: 100%;
  display: block;
}
.title-teaser-text .title {
  font-size: 37px;
  text-transform: none;
  line-height: 1.15;
}
.title-teaser-text .title a {
  color: #fff;
}
.title-teaser-text .title a:hover {
  color: #fff;
  text-decoration: underline;
}
.title-teaser-text p {
  font-size: 21px;
  line-height: 1.52;
}
.title-teaser-text p a {
  color: #fff;
  text-decoration: underline;
}
.title-teaser-text p a:hover {
  text-decoration: none;
  color: #fff;
}
.caption-link a {
  margin-right: 30px!important;
  -webkit-box-shadow: 0 4px 12px -4px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 4px 12px -4px rgba(0,0,0,0.5);
  box-shadow: 0 4px 12px -4px rgba(0,0,0,0.5);
  position: relative;
  padding: 16px 40px 16px 60px;
}
.caption-link a i {
  font-size: 22px;
  position: absolute;
  left: 24px;
  top: 12px;
}
.caption-link a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
@media (min-width:1200px) {
  .title-teaser-text,
  .caption-link a {
    margin-left: 0!important;
  }
}
@media (max-width:1199px) {
  .title-teaser-text .title {
    font-size: 30px;
  }
  .title-teaser-text p {
    font-size: 18px;
    line-height: 1.52;
  }
}
@media (max-width:991px) {
  .title-teaser-text .title {
    font-size: 24px;
  }
}
@media (max-width:767px) {
  .title-teaser-text {
    display: none;
  }
  .caption-link a {
    padding: 10px 10px 10px 30px;
  }
  .caption-link a i {
    font-size: 16px;
    top: 10px;
  }
}
@media (max-width:480px) {
  .caption-link {
    display: none;
  }
}

/*Revolution Nav Controls*/
.tparrows {
  width: 45px;
  height: 45px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.tparrows:before {
  font-family: 'FontAwesome';
  font-size: 32px;
  display: inline-block;
  line-height: 44px;
}
.tparrows.tp-leftarrow:before {
  content: '\f104';
  padding-right: 2px;
}
.tparrows.tp-rightarrow:before {
  content: '\f105';
}
.tparrows:hover {
  background-color: rgba(0, 0, 0, 0.55);
  text-decoration: none;
  color: #fff;
}
.tp-bullets {
  margin: 0 15px;
}
.rev_slider_wrapper.one-slide .tp-bullets,
.rev_slider_wrapper.one-slide .tparrows {
  display: none;
}
.tp-bullets .tp-bullet {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.tp-bullets .tp-bullet:hover,
.tp-bullets .tp-bullet.selected {
  background-color: rgba(0, 0, 0, 0.55);
}
.tp-bannertimer {
  background-image: none;
  background-color: #1d1d1d;
}
@media (min-width:1200px) {
  .tparrows {
    width: 65px;
    height: 65px;
  }
  .tparrows:before {
    font-size: 44px;
    line-height: 63px;
  }
}
@media (max-width:1199px) {
  .tp-bullets .tp-bullet {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .tp-bullets .tp-bullet:hover,
  .tp-bullets .tp-bullet.selected {
    background-color: #1e1e1e;
  }
}
