/**
 * 2002-2016 TemplateMonster
 *
 * TM Media Parallax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the General Public License (GPL 2.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/GPL-2.0
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the module to newer
 * versions in the future.
 *
 *  @author    TemplateMonster
 *  @copyright 2002-2016 TemplateMonster
 *  @license   http://opensource.org/licenses/GPL-2.0 General Public License (GPL 2.0)
 */
.rd-parallax-layer .text-layout, .rd-parallax-layer .parallax-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.rd-parallax-inner {
  clip: rect(0px auto auto 0px); }

.top-z-index {
  z-index: 1; }

.top-parallax, .background-video, .home-parallax-1, .home-parallax-2 {
  position: relative; }
  .top-parallax .text-layout, .background-video .text-layout, .home-parallax-1 .text-layout, .home-parallax-2 .text-layout {
    text-align: center;
    will-change: transform; }
    .top-parallax .text-layout h3, .background-video .text-layout h3, .home-parallax-1 .text-layout h3, .home-parallax-2 .text-layout h3 {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.38em;
      text-transform: uppercase;
      color: #2f2c2f;
      margin: 0; }
      @media (min-width: 1200px) {
        .top-parallax .text-layout h3, .background-video .text-layout h3, .home-parallax-1 .text-layout h3, .home-parallax-2 .text-layout h3 {
          font-size: 16px; } }
    .top-parallax .text-layout h2, .background-video .text-layout h2, .home-parallax-1 .text-layout h2, .home-parallax-2 .text-layout h2 {
      position: relative;
      font-family: "Exo 2", sans-serif;
      font-size: 50px;
      font-weight: 300;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      margin: 0; }
      @media (min-width: 1200px) {
        .top-parallax .text-layout h2, .background-video .text-layout h2, .home-parallax-1 .text-layout h2, .home-parallax-2 .text-layout h2 {
          font-size: 70px; } }
    .top-parallax .text-layout p, .background-video .text-layout p, .home-parallax-1 .text-layout p, .home-parallax-2 .text-layout p {
      font-size: 18px;
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .top-parallax .text-layout .btn, .background-video .text-layout .btn, .home-parallax-1 .text-layout .btn, .home-parallax-2 .text-layout .btn {
        min-width: 195px; } }
    .top-parallax .text-layout * + h2, .background-video .text-layout * + h2, .home-parallax-1 .text-layout * + h2, .home-parallax-2 .text-layout * + h2 {
      margin-top: 9px; }
    .top-parallax .text-layout * + p, .background-video .text-layout * + p, .home-parallax-1 .text-layout * + p, .home-parallax-2 .text-layout * + p {
      margin-top: 18px; }
      @media (min-width: 1200px) {
        .top-parallax .text-layout * + p, .background-video .text-layout * + p, .home-parallax-1 .text-layout * + p, .home-parallax-2 .text-layout * + p {
          margin-top: 34px; } }
    .top-parallax .text-layout p + p, .background-video .text-layout p + p, .home-parallax-1 .text-layout p + p, .home-parallax-2 .text-layout p + p {
      margin-top: 28px; }
    .top-parallax .text-layout.text-left, .background-video .text-layout.text-left, .home-parallax-1 .text-layout.text-left, .home-parallax-2 .text-layout.text-left {
      left: 10%;
      width: 70%;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: left; }
      @media (min-width: 480px) {
        .top-parallax .text-layout.text-left, .background-video .text-layout.text-left, .home-parallax-1 .text-layout.text-left, .home-parallax-2 .text-layout.text-left {
          width: 45%; } }
  .top-parallax.white-text, .background-video.white-text, .home-parallax-1.white-text, .home-parallax-2.white-text {
    color: white; }
    .top-parallax.white-text .text-layout h2, .background-video.white-text .text-layout h2, .home-parallax-1.white-text .text-layout h2, .home-parallax-2.white-text .text-layout h2 {
      color: white; }
  .top-parallax .video-bg:before, .background-video .video-bg:before, .home-parallax-1 .video-bg:before, .home-parallax-2 .video-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.34);
    z-index: 9999991; }

.top-parallax {
  background: #faf8f2; }
  .top-parallax:before {
    display: block;
    content: '';
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 7%;
    right: 7%;
    border: 20px solid white; }
    @media (min-width: 480px) {
      .top-parallax:before {
        left: 12%;
        right: 12%; } }
    @media (min-width: 1650px) {
      .top-parallax:before {
        top: 17%;
        bottom: 17%; } }
  .top-parallax .col-xs-12 {
    padding-bottom: 33.8%;
    min-height: 420px !important; }
  .top-parallax .text-layout h2 {
    color: #ea917d;
    padding-bottom: 12px;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .top-parallax .text-layout h2 {
        padding-bottom: 30px;
        margin-bottom: 20px; } }
    .top-parallax .text-layout h2:before {
      display: block;
      position: absolute;
      left: 50%;
      bottom: 0;
      content: '';
      width: 160px;
      margin-left: -80px;
      border-bottom: 1px solid #e7e7e7; }

.background-video .col-xs-12 {
  padding-bottom: 41.3%;
  min-height: 420px !important; }
.background-video .text-layout {
  color: white; }
  .background-video .text-layout .btn.btn-default {
    color: #ea917d; }
    @media (min-width: 1200px) {
      .background-video .text-layout .btn.btn-default {
        padding-left: 60px;
        padding-right: 60px; } }
    .background-video .text-layout .btn.btn-default:hover {
      color: white; }

.home-parallax-1, .home-parallax-2 {
  margin-top: 30px; }
  @media (min-width: 1200px) {
    .home-parallax-1, .home-parallax-2 {
      margin-top: 55px; } }
  .home-parallax-1 .col-xs-12, .home-parallax-2 .col-xs-12 {
    padding-bottom: 31.25%;
    min-height: 420px; }
  .home-parallax-1 .text-layout, .home-parallax-2 .text-layout {
    padding-bottom: 15px;
    width: 90%; }
    @media (min-width: 480px) {
      .home-parallax-1 .text-layout, .home-parallax-2 .text-layout {
        width: 45%; } }
    .home-parallax-1 .text-layout h2, .home-parallax-2 .text-layout h2 {
      color: #2f2c2f;
      line-height: 1.2;
      font-size: 22px; }
      @media (min-width: 768px) {
        .home-parallax-1 .text-layout h2, .home-parallax-2 .text-layout h2 {
          font-size: 35px; } }
      @media (min-width: 1200px) {
        .home-parallax-1 .text-layout h2, .home-parallax-2 .text-layout h2 {
          font-size: 50px; } }
    @media (min-width: 1200px) {
      .home-parallax-1 .text-layout * + p, .home-parallax-2 .text-layout * + p {
        margin-top: 23px; }
      .home-parallax-1 .text-layout p + p, .home-parallax-2 .text-layout p + p {
        margin-top: 45px; } }

.home-parallax-2 .col-xs-12 {
  padding-bottom: 30.47%; }
