html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

section.header-container {
  display: block;
  height: 55px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #068b92;
  -webkit-box-shadow: 0px 5px 17px -1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 5px 17px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 5px 17px -1px rgba(0, 0, 0, 0.5);
  pointer-events: auto; }
  section.header-container .header-inner {
    max-width: 1400px;
    margin: auto;
    position: relative;
    height: 55px; }
    section.header-container .header-inner .header-content {
      height: 55px;
      position: fixed;
      width: 780px;
      float: left;
      background: #068b92;
      padding: 0px 45px;
      padding-right: 0; }
      section.header-container .header-inner .header-content a {
        color: #FFF;
        text-decoration: none; }
  @media screen and (max-width: 1024px) {
    section.header-container .header-inner .contact-newsletter {
      display: none; } }
  @media screen and (max-width: 959px) {
    section.header-container {
      height: 40px; }
      section.header-container .header-inner .header-content {
        width: 100%;
        padding: 0 10px;
        height: 40px !important; }
        section.header-container .header-inner .header-content .header {
          height: 40px !important; } }

header.header {
  height: 55px;
  width: 100%;
  position: relative; }
  @media screen and (max-width: 959px) {
    header.header {
      height: auto; } }
  header.header .logo {
    float: left;
    width: 30%;
    position: absolute;
    top: 0px;
    z-index: 99999;
    cursor: pointer; }
    header.header .logo img {
      width: 91px; }
    @media screen and (max-width: 959px) {
      header.header .logo {
        width: 65px !important; }
        header.header .logo img {
          width: 100%; } }
  header.header .contact-info-icons {
    display: none; }
    @media screen and (max-width: 800px) {
      header.header .contact-info-icons {
        display: block;
        padding-left: 90px;
        line-height: 40px; }
        header.header .contact-info-icons span {
          font-family: "Montserrat", sans-serif;
          color: #FFF;
          font-size: 12px;
          margin: 0px;
          font-weight: bold;
          text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
          letter-spacing: 1px;
          text-transform: uppercase;
          padding-right: 10px; }
        header.header .contact-info-icons img {
          height: 20px;
          vertical-align: middle;
          padding: 0 5px; } }
    @media screen and (max-width: 400px) {
      header.header .contact-info-icons span {
        display: none; } }
  header.header .contact-info {
    float: left;
    width: 100%;
    padding: 16px 0px 16px 145px;
    position: relative; }
    @media screen and (max-width: 959px) {
      header.header .contact-info {
        padding: 5px 0px 5px 145px; } }
    @media screen and (max-width: 800px) {
      header.header .contact-info {
        padding: 5px 0px 5px 15px;
        display: none; } }
    header.header .contact-info .contact-social,
    header.header .contact-info .contact-email,
    header.header .contact-info .contact-phone {
      float: left;
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: left center;
      padding-left: 32px;
      line-height: 25px;
      text-transform: uppercase; }
      header.header .contact-info .contact-social p,
      header.header .contact-info .contact-email p,
      header.header .contact-info .contact-phone p {
        font-family: "Montserrat", sans-serif;
        color: #FFF;
        font-size: 12px;
        margin: 0px;
        font-weight: bold;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
        letter-spacing: 1px; }
      @media screen and (max-width: 959px) {
        header.header .contact-info .contact-social p,
        header.header .contact-info .contact-email p,
        header.header .contact-info .contact-phone p {
          font-size: 10px; } }
    header.header .contact-info .contact-newsletter {
      float: left;
      position: absolute;
      right: -140px;
      width: 260px; }
      header.header .contact-info .contact-newsletter input[type="email"] {
        position: absolute;
        top: -4px;
        right: 0px;
        background: #089ca4;
        color: #FFF;
        text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.75);
        height: 30px;
        width: 235px;
        border: 1px solid #6bbabf;
        padding: 0px 10px;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: bold;
        text-align: left;
        text-transform: uppercase; }
        header.header .contact-info .contact-newsletter input[type="email"]::-webkit-input-placeholder {
          color: #FFF; }
        header.header .contact-info .contact-newsletter input[type="email"]:-moz-placeholder {
          color: #FFF; }
        header.header .contact-info .contact-newsletter input[type="email"]::-moz-placeholder {
          color: #FFF; }
        header.header .contact-info .contact-newsletter input[type="email"]:-ms-input-placeholder {
          color: #FFF; }
      header.header .contact-info .contact-newsletter input[type="submit"] {
        position: absolute;
        top: -4px;
        background: transparent url("../images/icon-email-white.png");
        right: 0px;
        background-repeat: no-repeat;
        background-size: 22px;
        background-position: left center;
        padding: 0px;
        color: transparent;
        width: 30px;
        height: 30px;
        position: absolute;
        border: 0px;
        margin-left: -45px; }
      header.header .contact-info .contact-newsletter:before {
        content: " ";
        display: block;
        height: 25px;
        width: 1px;
        margin: 0px;
        float: left;
        background: #6bbabf;
        margin-right: 25px; }
    header.header .contact-info .contact-email {
      background-image: url("../images/icon-email-white.png");
      border-right: 1px solid #6bbabf;
      float: left;
      padding-right: 25px; }
      @media screen and (max-width: 959px) {
        header.header .contact-info .contact-email {
          padding-right: 0;
          border: 0; } }
    header.header .contact-info .contact-phone {
      background-image: url("../images/icon-phone-white.png");
      background-position: center left 20px;
      padding-left: 55px;
      float: left; }
      @media screen and (max-width: 959px) {
        header.header .contact-info .contact-phone {
          float: left; } }
    header.header .contact-info .contact-social {
      height: 25px;
      position: absolute;
      right: -285px;
      border-left: 1px solid #6bbabf;
      padding-left: 7px; }
      header.header .contact-info .contact-social a {
        width: 24px;
        height: 25px;
        display: inline-block;
        content: ""; }
        header.header .contact-info .contact-social a.header-twitter {
          display: block;
          background-image: url("../images/opp-vr-twitter-header.png");
          background-position: top 2px center;
          background-repeat: no-repeat;
          padding-left: 55px;
          float: left; }
        header.header .contact-info .contact-social a.header-facebook {
          display: block;
          background-image: url("../images/opp-vr-facebook-header.png");
          background-position: top 2px left;
          background-repeat: no-repeat;
          padding-left: 55px;
          float: left; }
      @media screen and (max-width: 1024px) {
        header.header .contact-info .contact-social {
          position: relative;
          right: 0;
          margin-left: 20px; } }
  header.header::before {
    position: absolute;
    display: block;
    top: 55px;
    left: 0px;
    content: " ";
    width: 100%;
    height: 75px;
    z-index: 998; }
  header.header::after {
    z-index: 999;
    position: absolute;
    display: block;
    top: 56px;
    content: " ";
    width: 100%;
    height: 8px; }

footer {
  background: #05646a;
  padding: 75px;
  text-align: center;
  float: left;
  width: 100%; }
  footer .terms {
    padding-bottom: 20px; }
    footer .terms p {
      color: #FFF;
      font-family: "Merriweather", serif;
      font-size: 13px;
      line-height: 18px; }
  footer .email-signup {
    width: 100%;
    float: left;
    position: relative; }
    footer .email-signup input[type=email],
    footer .email-signup input[type=text] {
      background: #068b92;
      height: 55px;
      width: 300px;
      margin: auto;
      border: 0px;
      padding: 0px 20px;
      color: #85babe;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-align: center; }
    footer .email-signup input[type=submit] {
      background: #068b92 url("../images/icon-email-white.png");
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: left center;
      padding: 0px;
      color: transparent;
      width: 30px;
      height: 30px;
      position: absolute;
      border: 0px;
      margin-left: -45px;
      top: 14px; }
    footer .email-signup ::-webkit-input-placeholder {
      color: #85babe;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-align: left;
      text-transform: uppercase; }
    footer .email-signup ::-moz-placeholder {
      color: #85babe;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-align: left;
      text-transform: uppercase; }
    footer .email-signup :-ms-input-placeholder {
      color: #85babe;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-align: left;
      text-transform: uppercase; }
    footer .email-signup :-moz-placeholder {
      color: #85babe;
      font-size: 12px;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      text-align: left;
      text-transform: uppercase; }

.print-holder {
  margin: 2rem; }
  .print-holder .logo {
    padding-top: rem-calc(20px);
    margin-bottom: rem-calc(40px); }
  .print-holder .print-footer {
    border-top: 1px solid #5c5b5b;
    padding-top: rem-calc(20px);
    margin-top: rem-calc(40px); }

.thumb-holder {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none; }

.content {
  -webkit-overflow-scrolling: touch; }

.device-debug {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1011;
  width: 320px;
  background: rgba(255, 255, 255, 0.5); }

canvas {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

h1, h2, h3, h4, p {
  color: #FFF; }

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif; }

p, li {
  font-family: "Merriweather", serif; }

h1 {
  font-size: 58px;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  letter-spacing: 3px;
  text-transform: uppercase; }

h2 {
  font-size: 32px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  text-transform: uppercase; }

h3 {
  font-size: 20px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  text-transform: uppercase; }

h4 {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }

p {
  font-size: 17px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  line-height: 23px; }

.button {
  color: #068b92;
  background: #FFF;
  width: auto;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  padding: 0 30px; }
  .button.request-headset {
    background-image: url("../images/icon-email-green.png");
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: left 22px center; }
  .button.find-out-more {
    width: 180px; }
  .button:hover {
    color: #FFF;
    background: #068b92;
    outline: 2px solid #6bbabf; }

.block {
  width: 100%;
  float: left; }

section#vr-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/opvr_static_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }

.Page section.main-container .inner-container .content {
  display: block; }

section.main-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 999;
  pointer-events: none; }
  section.main-container .inner-container {
    max-width: 1400px;
    height: 100%;
    margin: auto; }
    section.main-container .inner-container .content {
      display: none;
      max-height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      position: relative;
      left: 20px;
      top: 55px;
      width: 720px;
      float: left;
      background: #068b92 url("../images/polygon-background.jpg");
      padding: 75px 0px 0px 0px;
      pointer-events: auto; }
    section.main-container .inner-container .content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #39c8ce; }
    section.main-container .inner-container .content::-webkit-scrollbar {
      width: 14px;
      background-color: #39c8ce; }
    section.main-container .inner-container .content::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #026c72; }
  @media screen and (max-width: 959px) {
    section.main-container {
      right: inherit;
      width: 100%;
      padding: 0 5%; }
      section.main-container .inner-container .content {
        width: 100%;
        left: 0;
        top: 40px !important; } }

.debug-services {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  z-index: 1001; }
  .debug-services a {
    color: white; }
  @media screen and (max-width: 959px) {
    .debug-services {
      display: none; } }

.three-item {
  cursor: pointer;
  z-index: 10001; }

.three-item-square {
  cursor: pointer;
  width: 200px;
  height: 200px;
  background: blue;
  z-index: 10001; }
  .three-item-square:hover {
    background: red; }

@media screen and (max-width: 480px) {
  div.home-page .logo-holder {
    margin: 0px; } }
div.home-page .homepage-logo {
  display: block;
  margin: auto;
  margin-top: -75px; }
div.home-page .page-title {
  padding: 0px 45px;
  margin-bottom: 30px;
  text-align: center;
  color: #FFF; }
  div.home-page .page-title h1 {
    margin: 0px; }
  div.home-page .page-title h3 {
    margin: 0px;
    font-family: "Merriweather", serif;
    font-weight: normal;
    text-transform: none; }
  @media screen and (max-width: 959px) {
    div.home-page .page-title {
      padding: 0 10px; }
      div.home-page .page-title h1 {
        font-size: 28px; }
      div.home-page .page-title h3 {
        font-size: 20px; } }
  @media screen and (max-width: 480px) {
    div.home-page .page-title.home-only {
      margin-bottom: 0px;
      padding-left: 10px;
      padding-right: 10px; }
      div.home-page .page-title.home-only h3 {
        margin-top: 0px !important; } }
div.home-page .page-content {
  padding: 0px 45px;
  min-height: calc(100vh - 495px); }
  @media screen and (max-width: 959px) {
    div.home-page .page-content {
      padding: 0; } }
  div.home-page .page-content .options {
    float: left;
    width: 100%;
    padding: 0% 0%;
    margin-bottom: 45px; }
    @media screen and (max-width: 959px) {
      div.home-page .page-content .options {
        padding: 0; } }
    div.home-page .page-content .options .options-inner {
      padding: 20px;
      border-top: 1px solid #6bbabf;
      border-bottom: 1px solid #6bbabf;
      float: left;
      height: 150px;
      width: 100%; }
      div.home-page .page-content .options .options-inner .explore-company img {
        max-width: 128px; }
      @media screen and (max-width: 959px) {
        div.home-page .page-content .options .options-inner {
          padding: 0; } }
      div.home-page .page-content .options .options-inner .column {
        float: left;
        width: 50%;
        text-align: center; }
        div.home-page .page-content .options .options-inner .column h3 {
          width: 100%;
          margin: 0px;
          position: relative; }
          div.home-page .page-content .options .options-inner .column h3 a {
            text-decoration: none;
            text-align: center;
            color: #FFF;
            font-size: 16px;
            margin: auto;
            display: block;
            padding-top: 90px; }
          div.home-page .page-content .options .options-inner .column h3 img {
            display: block;
            margin: auto;
            top: 0px;
            left: calc(50% - 32px);
            position: absolute; }
            @media screen and (max-width: 959px) {
              div.home-page .page-content .options .options-inner .column h3 img {
                left: 50%;
                margin-left: -32px; } }
          div.home-page .page-content .options .options-inner .column h3 span {
            font-family: "Merriweather", serif;
            font-style: italic;
            font-weight: normal;
            text-transform: none; }
        div.home-page .page-content .options .options-inner .column:first-child h3 a {
          border-right: 1px solid #6bbabf; }
  div.home-page .page-content .home-hello {
    text-align: center;
    float: left;
    width: 100%;
    margin: 0px 0px 45px 0px; }
    div.home-page .page-content .home-hello .intro-text {
      font-weight: normal;
      color: #FFF;
      font-size: 20px;
      text-transform: none;
      line-height: 24px; }

div.about-page .intro-image {
  margin-top: 0px; }
div.about-page .page-title {
  padding: 25px 45px 0px 45px;
  margin-top: -20px;
  margin-bottom: 15px;
  text-align: center;
  color: #FFF; }
  div.about-page .page-title h1 {
    margin: 0px; }
div.about-page .page-content {
  padding: 0px 45px 0px 45px; }
  div.about-page .page-content h3 {
    font-family: "Merriweather", serif;
    font-weight: normal;
    color: #FFF;
    text-align: left;
    text-transform: none; }
  div.about-page .page-content a {
    color: #FFF; }
  div.about-page .page-content .text-and-quote {
    float: left;
    width: 100%;
    color: #FFF;
    margin-bottom: 45px;
    margin-top: 27px; }
    div.about-page .page-content .text-and-quote .intro-text {
      float: left;
      width: 63%;
      padding-right: 30px; }
      div.about-page .page-content .text-and-quote .intro-text h2:first-child {
        margin-top: 0px; }
      div.about-page .page-content .text-and-quote .intro-text p:first-child {
        margin-top: 20px; }
    div.about-page .page-content .text-and-quote .intro-quote {
      float: left;
      width: 37%;
      padding-left: 30px;
      border-left: 1px solid #6bbabf; }
      div.about-page .page-content .text-and-quote .intro-quote .quote-text {
        width: 100%;
        margin-bottom: 45px;
        position: relative; }
        div.about-page .page-content .text-and-quote .intro-quote .quote-text h3 {
          width: 100%;
          padding-left: 0px;
          font-style: italic; }
          div.about-page .page-content .text-and-quote .intro-quote .quote-text h3:before {
            font-weight: bold;
            content: open-quote;
            display: inline;
            height: 15px;
            width: 19px;
            margin-right: 10px; }
          div.about-page .page-content .text-and-quote .intro-quote .quote-text h3:after {
            font-weight: bold;
            content: close-quote;
            display: inline;
            height: 15px;
            width: 19px;
            margin-left: 10px; }
      div.about-page .page-content .text-and-quote .intro-quote .quote-author h3 {
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        margin: 0px;
        letter-spacing: 0px; }
      div.about-page .page-content .text-and-quote .intro-quote .quote-author h4 {
        margin: 0px; }
  div.about-page .page-content .why-work {
    float: left;
    width: 100%;
    margin-bottom: 45px; }
    div.about-page .page-content .why-work a {
      color: #FFF;
      font-weight: bold; }
      div.about-page .page-content .why-work a.button {
        color: #068b92;
        font-weight: normal; }
        div.about-page .page-content .why-work a.button:hover {
          color: #FFF; }
    div.about-page .page-content .why-work h2 {
      width: 100%;
      text-align: center; }
    div.about-page .page-content .why-work iframe {
      width: 100%;
      height: 350px; }
    div.about-page .page-content .why-work ul li {
      font-size: 15px;
      color: #FFF;
      margin-bottom: 10px; }
  div.about-page .page-content .video-link {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 65px; }
  div.about-page .page-content .options {
    float: left;
    width: 100%;
    padding: 0% 16%;
    margin-bottom: 75px; }
    div.about-page .page-content .options .options-inner {
      padding: 20px;
      border-top: 1px solid #6bbabf;
      border-bottom: 1px solid #6bbabf;
      float: left;
      height: 150px;
      width: 100%; }
      div.about-page .page-content .options .options-inner .column {
        float: left;
        width: 100%;
        text-align: center; }
        div.about-page .page-content .options .options-inner .column h3 {
          width: 100%;
          margin: 0px;
          position: relative; }
          div.about-page .page-content .options .options-inner .column h3 a {
            text-decoration: none;
            text-align: center;
            color: #FFF;
            font-size: 16px;
            margin: auto;
            display: block;
            padding-top: 90px; }
          div.about-page .page-content .options .options-inner .column h3 img {
            display: block;
            margin: auto;
            top: 0px;
            margin-left: 150px;
            position: absolute; }
          div.about-page .page-content .options .options-inner .column h3 span {
            font-family: "Merriweather", serif;
            font-style: italic;
            font-weight: normal;
            text-transform: none; }

.block .intro-image {
  display: block;
  margin: auto;
  margin-top: 0px;
  width: 100%;
  padding: 0px 45px; }
.block .page-title {
  padding: 25px 45px 0px 45px;
  margin-bottom: 0px;
  text-align: center;
  color: #FFF; }
  .block .page-title h1 {
    margin: 0px; }
  .block .page-title h2 {
    margin-bottom: 0px; }
.block .page-content {
  padding: 0px 45px 0px 45px; }
  .block .page-content .text-only {
    float: left;
    width: 100%;
    color: #FFF;
    margin-bottom: 0px; }
    .block .page-content .text-only .intro-text {
      font-family: "Merriweather", serif;
      font-weight: normal;
      color: #FFF;
      font-size: 22px;
      text-align: left;
      text-transform: none;
      line-height: 28px; }
    .block .page-content .text-only a:not(.button) {
      color: #FFF;
      text-decoration: none; }
    .block .page-content .text-only img {
      width: 100%;
      height: auto; }
  .block .page-content .our-projects {
    float: left;
    width: 100%;
    margin-top: 45px; }
    .block .page-content .our-projects:last-child {
      margin-bottom: 45px; }
    .block .page-content .our-projects .projects-image {
      width: 100%; }
    .block .page-content .our-projects h2 {
      width: 100%;
      text-align: center; }
      .block .page-content .our-projects h2 a {
        color: white;
        text-decoration: none; }
    .block .page-content .our-projects .blog-post {
      margin-bottom: 45px;
      border-bottom: 1px solid #6bbabf; }
      .block .page-content .our-projects .blog-post::after {
        clear: both;
        content: "";
        display: block; }
      .block .page-content .our-projects .blog-post .text-only p:last-child {
        margin-bottom: 0px; }
      .block .page-content .our-projects .blog-post:last-child {
        border-bottom: 0; }
  .block .page-content .video-link {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 65px; }
  .block .page-content .options {
    float: left;
    width: 100%;
    padding: 0% 16%;
    margin-bottom: 75px; }
    .block .page-content .options .options-inner {
      padding: 20px;
      border-top: 1px solid #6bbabf;
      border-bottom: 1px solid #6bbabf;
      float: left;
      height: 150px;
      width: 100%;
      text-align: center; }
      .block .page-content .options .options-inner h3 {
        width: 100%;
        margin: 0px;
        position: relative; }
        .block .page-content .options .options-inner h3 a {
          text-decoration: none;
          text-align: center;
          color: #FFF;
          font-size: 16px;
          margin: auto;
          display: block;
          padding-top: 90px; }
        .block .page-content .options .options-inner h3 img {
          width: 64px;
          display: block;
          margin: auto;
          top: 0px;
          left: calc(50% - 32px);
          position: absolute; }
        .block .page-content .options .options-inner h3 span {
          font-family: "Merriweather", serif;
          font-style: italic;
          font-weight: normal;
          text-transform: none; }
          .block .page-content .options .options-inner h3 span .first-word {
            font-family: "Montserrat", sans-serif;
            font-style: normal;
            text-transform: uppercase; }

.blog-page h1 {
  font-size: 32px; }

.block.offset .page-title {
  margin-top: -60px;
  margin-bottom: 0px; }
  @media only screen and (max-width: 959px) {
    .block.offset .page-title {
      padding: 0px 30px 20px 30px;
      margin-top: -30px; } }
  @media only screen and (max-width: 640px) {
    .block.offset .page-title {
      margin-top: -20px;
      padding-left: 5px;
      padding-right: 5px; } }

div.entertainment-vr-page .page-content .our-projects .projects-item {
  width: 100%;
  float: left;
  border-bottom: 1px solid #6bbabf;
  padding-bottom: 30px;
  margin-bottom: 45px; }
  div.entertainment-vr-page .page-content .our-projects .projects-item:last-child {
    border-bottom: 0px solid #6bbabf;
    margin-bottom: 0px; }
  div.entertainment-vr-page .page-content .our-projects .projects-item iframe {
    width: 100%;
    height: 350px; }

div.business-vr-page .page-content .text-only {
  margin-bottom: 45px; }

.block .page-content .our-projects .our-work-item, .block .page-content .our-projects .news-item {
  float: left;
  width: 100%;
  margin-bottom: 45px;
  border-bottom: 1px solid #6bbabf;
  padding-bottom: 35px; }
  .block .page-content .our-projects .our-work-item .column, .block .page-content .our-projects .news-item .column {
    float: left;
    width: 50%; }
    .block .page-content .our-projects .our-work-item .column h3:first-child, .block .page-content .our-projects .news-item .column h3:first-child {
      margin-top: 0px; }
    .block .page-content .our-projects .our-work-item .column img, .block .page-content .our-projects .news-item .column img {
      width: 100%; }
    .block .page-content .our-projects .our-work-item .column:first-child, .block .page-content .our-projects .news-item .column:first-child {
      padding-left: 15px;
      float: right; }
    .block .page-content .our-projects .our-work-item .column:last-child, .block .page-content .our-projects .news-item .column:last-child {
      padding-right: 15px;
      float: left; }
    @media screen and (max-width: 959px) {
      .block .page-content .our-projects .our-work-item .column, .block .page-content .our-projects .news-item .column {
        width: 100%; }
        .block .page-content .our-projects .our-work-item .column:first-child, .block .page-content .our-projects .our-work-item .column:last-child, .block .page-content .our-projects .news-item .column:first-child, .block .page-content .our-projects .news-item .column:last-child {
          padding: 0; }
        .block .page-content .our-projects .our-work-item .column h3, .block .page-content .our-projects .news-item .column h3 {
          margin-bottom: 0; } }
  .block .page-content .our-projects .our-work-item:last-child, .block .page-content .our-projects .news-item:last-child {
    border-bottom: 0px solid #6bbabf; }

.contact-us-page .page-content .text-only {
  margin-bottom: 45px; }

div.find-out-more-page .intro-image {
  display: block;
  margin: auto;
  margin-top: 35px; }
div.find-out-more-page .page-title {
  padding: 100px 45px 0px 45px;
  margin-top: -40px;
  margin-bottom: 30px;
  text-align: center;
  color: #FFF; }
  div.find-out-more-page .page-title h1 {
    margin: 0px; }
div.find-out-more-page .page-content {
  padding: 0px 45px 0px 45px; }
  div.find-out-more-page .page-content h3 {
    font-family: "Merriweather", serif;
    font-weight: normal;
    color: #FFF;
    text-align: left;
    text-transform: none; }
  div.find-out-more-page .page-content .text-only {
    float: left;
    width: 100%;
    color: #FFF;
    margin-bottom: 0px; }
    div.find-out-more-page .page-content .text-only .intro-text {
      float: left;
      width: 100%; }

div.find-out-more-page .page-content .text-only {
  margin-bottom: 45px; }

.mobile-only {
  display: none; }

@media only screen and (max-width: 959px) {
  .mobile-only {
    display: block; }

  h3 {
    font-size: 22px;
    letter-spacing: 0.03rem; }

  P {
    font-size: 17px; }

  section.header-container .header-inner .header-content {
    padding: 0px 0px; }
    section.header-container .header-inner .header-content header.header {
      padding: 0px 20px;
      height: 55px; }
      section.header-container .header-inner .header-content header.header .logo {
        width: 91px; }
      section.header-container .header-inner .header-content header.header .contact-info {
        left: 50px;
        top: 4px; }
        section.header-container .header-inner .header-content header.header .contact-info .contact-social {
          right: 0px;
          height: 23px; }
      section.header-container .header-inner .header-content header.header::after {
        background-size: cover;
        left: 0px; }

  footer {
    padding: 30px; }
    footer .terms p {
      font-size: 16px;
      line-height: 20px; }

  div.block .page-title {
    padding: 30px 30px 20px 30px; }
  div.block .page-content {
    padding: 0px 30px 0px 30px; }
    div.block .page-content .options {
      border-top: 0px;
      padding: 0px 0px;
      margin-bottom: 50px; }

  div.entertainment-vr-page .intro-image, .business-vr-page .intro-image, .events-page .intro-image, .contact-us-page .intro-image, .news-page .intro-image {
    padding: 0px 30px; }
  div.entertainment-vr-page .mobile-only, .business-vr-page .mobile-only, .events-page .mobile-only, .contact-us-page .mobile-only, .news-page .mobile-only {
    float: left;
    width: 100%;
    position: relative;
    height: 75px; }
    div.entertainment-vr-page .mobile-only .call-us-now, .business-vr-page .mobile-only .call-us-now, .events-page .mobile-only .call-us-now, .contact-us-page .mobile-only .call-us-now, .news-page .mobile-only .call-us-now {
      left: -30px;
      right: -30px;
      position: absolute;
      background: #05646a;
      padding: 22px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      margin: 0px;
      letter-spacing: 0px;
      color: #FFF;
      text-align: center; }
  div.entertainment-vr-page .our-projects .our-work-item .column, .business-vr-page .our-projects .our-work-item .column, .events-page .our-projects .our-work-item .column, .contact-us-page .our-projects .our-work-item .column, .news-page .our-projects .our-work-item .column {
    width: 100%;
    padding: 0px; }
    div.entertainment-vr-page .our-projects .our-work-item .column .projects-image, .business-vr-page .our-projects .our-work-item .column .projects-image, .events-page .our-projects .our-work-item .column .projects-image, .contact-us-page .our-projects .our-work-item .column .projects-image, .news-page .our-projects .our-work-item .column .projects-image {
      margin-bottom: 30px; }

  div.find-out-more-page .intro-image {
    width: 100%;
    padding: 0px 30px; }

  div.events-page .page-content .our-work .our-work-item .column, div.events-page .page-content .our-work .news-item .column, div.events-page .page-content .latest-news .our-work-item .column, div.events-page .page-content .latest-news .news-item .column, .news-page .page-content .our-work .our-work-item .column, .news-page .page-content .our-work .news-item .column, .news-page .page-content .latest-news .our-work-item .column, .news-page .page-content .latest-news .news-item .column {
    width: 100%; }
    div.events-page .page-content .our-work .our-work-item .column:first-child, div.events-page .page-content .our-work .news-item .column:first-child, div.events-page .page-content .latest-news .our-work-item .column:first-child, div.events-page .page-content .latest-news .news-item .column:first-child, .news-page .page-content .our-work .our-work-item .column:first-child, .news-page .page-content .our-work .news-item .column:first-child, .news-page .page-content .latest-news .our-work-item .column:first-child, .news-page .page-content .latest-news .news-item .column:first-child {
      padding-left: 0px;
      float: right; }
      div.events-page .page-content .our-work .our-work-item .column:first-child img, div.events-page .page-content .our-work .news-item .column:first-child img, div.events-page .page-content .latest-news .our-work-item .column:first-child img, div.events-page .page-content .latest-news .news-item .column:first-child img, .news-page .page-content .our-work .our-work-item .column:first-child img, .news-page .page-content .our-work .news-item .column:first-child img, .news-page .page-content .latest-news .our-work-item .column:first-child img, .news-page .page-content .latest-news .news-item .column:first-child img {
        margin-bottom: 30px; }
    div.events-page .page-content .our-work .our-work-item .column:last-child, div.events-page .page-content .our-work .news-item .column:last-child, div.events-page .page-content .latest-news .our-work-item .column:last-child, div.events-page .page-content .latest-news .news-item .column:last-child, .news-page .page-content .our-work .our-work-item .column:last-child, .news-page .page-content .our-work .news-item .column:last-child, .news-page .page-content .latest-news .our-work-item .column:last-child, .news-page .page-content .latest-news .news-item .column:last-child {
      padding-right: 0px;
      float: left; }
      div.events-page .page-content .our-work .our-work-item .column:last-child p:last-child, div.events-page .page-content .our-work .news-item .column:last-child p:last-child, div.events-page .page-content .latest-news .our-work-item .column:last-child p:last-child, div.events-page .page-content .latest-news .news-item .column:last-child p:last-child, .news-page .page-content .our-work .our-work-item .column:last-child p:last-child, .news-page .page-content .our-work .news-item .column:last-child p:last-child, .news-page .page-content .latest-news .our-work-item .column:last-child p:last-child, .news-page .page-content .latest-news .news-item .column:last-child p:last-child {
        margin-bottom: 10px; }

  div.block.home-page .page-title {
    padding-top: 0px; }
    div.block.home-page .page-title h1 {
      font-size: 58px;
      letter-spacing: 0.1rem; }
    div.block.home-page .page-title h3 {
      margin: 15px 0px; }
  div.block.home-page .page-content .options {
    padding: 0% 16%; }
    div.block.home-page .page-content .options .options-inner {
      padding: 30px 0px 30px 0px;
      height: 175px; }

  div.business-vr-page .page-title {
    padding-top: 15px !important; }

  div.block.about-page .page-content .mobile-only {
    float: left;
    width: 100%;
    position: relative;
    height: 75px; }
    div.block.about-page .page-content .mobile-only .call-us-now {
      left: -30px;
      right: -30px;
      position: absolute;
      background: #05646a;
      padding: 22px;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      margin: 0px;
      letter-spacing: 0px;
      color: #FFF;
      text-align: center; }
  div.block.about-page .page-content .why-work {
    margin-bottom: 30px; }
    div.block.about-page .page-content .why-work .button {
      margin: auto;
      margin-top: 30px; }
  div.block.about-page .page-content .video-link {
    padding: 45px 0px;
    border-top: #6bbabf 1px solid;
    border-bottom: #6bbabf 1px solid;
    margin-bottom: 0px; }
    div.block.about-page .page-content .video-link img {
      width: 100%; }
  div.block.about-page .page-content .options .options-inner {
    border-top: 0px; }
    div.block.about-page .page-content .options .options-inner .column h3 img {
      margin: 0px;
      display: inline;
      margin-left: 20px; } }
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 46px;
    letter-spacing: 0.03rem; }

  h3 {
    font-size: 24px;
    letter-spacing: 0.03rem; }

  P {
    font-size: 20px; }

  div.block.home-page .page-title h1 {
    font-size: 46px; }
  div.block.home-page .page-content .options {
    padding: 0% 0%; }

  div.block.about-page .page-content .text-and-quote .intro-text {
    width: 100%;
    padding-right: 0px;
    border-right: 0px; }
  div.block.about-page .page-content .text-and-quote .intro-quote {
    width: 100%;
    padding: 0px 0px 30px 0px;
    border-right: #6bbabf 1px solid;
    border-top: #6bbabf 1px solid;
    border-bottom: #6bbabf 1px solid;
    padding: 20px; }
    div.block.about-page .page-content .text-and-quote .intro-quote .quote-author {
      padding-left: 0px; }
    div.block.about-page .page-content .text-and-quote .intro-quote .quote-text h3 {
      margin-top: 3px; } }
@media only screen and (max-width: 480px) {
  .page-title h1 {
    font-size: 28px !important;
    word-wrap: break-word; }
  .page-title h2 {
    font-size: 22px !important;
    word-wrap: break-word; }

  .page-content .text-only p {
    font-size: 18px; }
  .page-content .intro-text {
    font-size: 21px;
    line-height: 26px; }
  .page-content .text-and-quote p {
    font-size: 18px; }
  .page-content img {
    max-width: 100%;
    height: auto; }
  .page-content h2 {
    font-size: 26px !important; }
  .page-content .why-work img {
    width: 100%;
    height: 100%; }
  .page-content .why-work p {
    font-size: 18px; }

  div.block.home-page .page-content .home-hello p {
    line-height: 26px; }
  div.block.home-page .page-content .home-hello .intro-text {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0px; }

  footer .email-signup input[type=email], footer .email-signup input[type=text] {
    width: 100%;
    padding: 0 10px; }

  .email-signup input[type=submit] {
    display: none; } }
a, img {
  -webkit-tap-highlight-color: transparent; }

body {
  background-color: #aeaeae;
  margin: 0px;
  overflow: hidden; }

#container {
  position: fixed;
  margin: 0;
  padding: 0;
  width: calc(100%);
  height: calc(100%); }

.sample {
  color: black;
  cursor: pointer;
  font-size: 30px; }

.sample:hover {
  color: red; }

.thumb-container {
  color: white;
  text-align: center;
  cursor: pointer;
  pointer-events: auto;
  user-select: none; }
  .thumb-container img {
    width: 100%; }

.thumb-container:hover {
  opacity: 0.6; }

.circle {
  position: absolute;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  background-color: red;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: help; }

.circle:hover {
  border-radius: 0%; }

#overlay-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.99);
  z-index: 1010; }
  #overlay-loading #loading {
    width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 23px;
    color: white;
    text-transform: uppercase;
    margin-top: 20%;
    z-index: 2; }
    #overlay-loading #loading span {
      width: 0%;
      display: block;
      height: 20px;
      background: #068b92; }
    #overlay-loading #loading h3.loading {
      font-weight: normal; }

.browser-warning {
  display: none; }
  .browser-warning img {
    margin-top: -20%; }
  .browser-warning p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
    text-transform: uppercase; }
    .browser-warning p a {
      color: white;
      text-decoration: none; }

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a9fa6;
  background-color: #1ed7e0;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg); }

.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg); }

.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg); }

.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }
.blog-page iframe {
  max-width: 100%;
  height: 360px; }

/*# sourceMappingURL=style.css.map */
