.HomePageLayout section.section {
  padding-right: 20px;
  padding-left: 20px; }
  @media screen and (min-width: 1209px) {
    .HomePageLayout section.section {
      padding-right: 50px;
      padding-left: 50px; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .HomePageLayout section.section {
      padding-right: 50px;
      padding-left: 50px; } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .HomePageLayout section.section {
      padding-right: 50px;
      padding-left: 50px; } }

.HomePageLayout #about_text {
  pointer-events: none; }

.HomePageLayout .site_header_wrapper {
  height: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .HomePageLayout .site_header_wrapper .home_title_header_wrapper {
    position: absolute;
    top: 2em;
    width: 100%;
    z-index: 999;
    visibility: hidden; }
    .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header {
      visibility: hidden;
      position: relative;
      text-align: center;
      display: block; }
      .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header > .roca_link {
        position: absolute;
        left: 50px;
        top: 0;
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: opacity .5s, visibility .75s ease-in-out;
        -moz-transition: opacity .5s, visibility .75s ease-in-out;
        -webkit-transition: opacity .5s, visibility .75s ease-in-out;
        -o-transition: opacity .5s, visibility .75s ease-in-out;
        -ms-transition: opacity .5s, visibility .75s ease-in-out; }
        @media screen and (max-width: 762px) {
          .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header > .roca_link {
            left: 20px; } }
      .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header .home_title_text {
        display: inline-block;
        font-size: 23px;
        margin: 0;
        color: #fff;
        font-weight: 700;
        text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
        opacity: 0;
        visibility: hidden;
        height: 0;
        transition: opacity .5s, visibility .75s ease-in-out;
        -moz-transition: opacity .5s, visibility .75s ease-in-out;
        -webkit-transition: opacity .5s, visibility .75s ease-in-out;
        -o-transition: opacity .5s, visibility .75s ease-in-out;
        -ms-transition: opacity .5s, visibility .75s ease-in-out; }
        @media screen and (min-width: 763px) and (max-width: 978px) {
          .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header .home_title_text {
            font-size: 19px; } }
        @media screen and (min-width: 979px) and (max-width: 1208px) {
          .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header .home_title_text {
            font-size: 21px; } }
        @media screen and (min-width: 1209px) {
          .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header .home_title_text {
            font-size: 23px; } }
        @media print {
          .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header .home_title_text {
            font-size: 18px; } }
        @media screen and (max-width: 762px) {
          .HomePageLayout .site_header_wrapper .home_title_header_wrapper .home_title_header .home_title_text {
            margin-top: 15%; } }

@media screen and (max-width: 762px) {
  .HomePageLayout .buttons_container > button {
    right: 20px; } }

@media screen and (min-width: 1209px) {
  .HomePageLayout .buttons_container > button {
    right: 50px !important; } }

@media screen and (min-width: 979px) and (max-width: 1208px) {
  .HomePageLayout .buttons_container > button {
    right: 50px !important; } }

@media screen and (min-width: 763px) and (max-width: 978px) {
  .HomePageLayout .buttons_container > button {
    right: 50px !important; } }

.HomePageLayout .site_header {
  width: 100% !important; }

.HomePageLayout .fp-tableCell {
  display: block !important; }

.HomePageLayout .home_link > img {
  display: none;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: opacity 1s, visibility 1.5s ease-in-out;
  -moz-transition: opacity 1s, visibility 1.5s ease-in-out;
  -webkit-transition: opacity 1s, visibility 1.5s ease-in-out;
  -o-transition: opacity 1s, visibility 1.5s ease-in-out;
  -ms-transition: opacity 1s, visibility 1.5s ease-in-out;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s; }

.HomePageLayout .home_link .site_title_text {
  transition: opacity 1s, visibility 1.5s ease-in-out;
  -moz-transition: opacity 1s, visibility 1.5s ease-in-out;
  -webkit-transition: opacity 1s, visibility 1.5s ease-in-out;
  -o-transition: opacity 1s, visibility 1.5s ease-in-out;
  -ms-transition: opacity 1s, visibility 1.5s ease-in-out;
  font-weight: 700;
  z-index: 998;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.8);
  opacity: 1;
  visibility: visible;
  /**/ }
  @media screen and (max-width: 762px) {
    .HomePageLayout .home_link .site_title_text {
      left: 20px;
      top: 20px;
      position: fixed;
      white-space: nowrap;
      font-size: 14px; } }
  @media screen and (min-width: 1209px) {
    .HomePageLayout .home_link .site_title_text {
      left: 50px !important;
      position: fixed;
      top: 1em; } }
  @media screen and (min-width: 979px) and (max-width: 1208px) {
    .HomePageLayout .home_link .site_title_text {
      left: 50px !important;
      position: fixed;
      top: 1em; } }
  @media screen and (min-width: 763px) and (max-width: 978px) {
    .HomePageLayout .home_link .site_title_text {
      left: 50px !important;
      position: fixed;
      top: 1em; } }

.HomePageLayout #home_video_text {
  top: 50em; }
  @media screen and (max-width: 762px) {
    .HomePageLayout #home_video_text {
      bottom: 10em !important; } }

.fp-viewing-introduction .HomePageLayout .site_header_wrapper {
  height: auto; }
  .fp-viewing-introduction .HomePageLayout .site_header_wrapper .home_title_header_wrapper {
    visibility: hidden; }
  .fp-viewing-introduction .HomePageLayout .site_header_wrapper .home_title_header .roca_link {
    opacity: 1;
    visibility: visible;
    height: auto; }
  .fp-viewing-introduction .HomePageLayout .site_header_wrapper .home_title_header .home_title_text {
    opacity: 1;
    visibility: visible;
    height: auto; }
  .fp-viewing-introduction .HomePageLayout .site_header_wrapper .site_title .site_title_text {
    display: none;
    opacity: 0;
    visibility: hidden; }

#fixed_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 970;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  visibility: hidden; }

/*# sourceMappingURL=HomePageLayout.default.scss.map */