/* color schemes */
/*caption*/
.tp-bgimg {
  overflow: hidden;
  position: relative;
  will-change: transform, opacity, left, right, top, bottom; }

.tp-bgimg:before {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5); }

.big_white {
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  font-family: Arial;
  font-weight: 800;
  font-size: 64px;
  line-height: 64px;
  padding: 0;
  margin: 0px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none; }

.small_text {
  color: #ffffff;
  text-decoration: none;
  text-shadow: none;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none; }

.big_white span {
  font-weight: 300;
  font-family: 'Open Sans'; }

/*# sourceMappingURL=static-captions.css.map */
