/*
Theme Name: Rox
Theme URI: http://www.roxinteriors.com
Description: Rox theme
Version: 2.0
Author: Base Media
Author URI: http://www.base-media.co.uk
*/
/* variables */
/* mixins */
/* imported styles */
/* reset scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {    font-family: "Times New Roman", Times, serif;
}

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* header scss */

.animsition {
    opacity: 1 !important;
}
.blur {
  filter: blur(10px); }

.rox {
  position: absolute;
  display: flex;
  margin: 0;
  padding: 0;
  height: 40px;
  left: 40px;
  top: 30px;
  z-index: 9; }

.rox a {
  display: block;
  margin: 0;
  padding: 0;
  width: 90px;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  background: url(svgs/rox-logo-white.svg) no-repeat center;
  background-size: contain;
  text-indent: -99999px; }

.rox a:hover {
  filter: opacity(30%); }

.rox hr {
  display: inline-block;
  border: none;
  border-left: 1px solid white;
  padding: 0;
  margin: 0 0 0 16px;
  background: white;
  height: 40px;
  width: 0px;
  vertical-align: top; }

.rox .h3 {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 16px;
  vertical-align: top;
  overflow: hidden; }

.rox .h3 h3 {
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-size: 25px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 400;
  color: white;
  text-transform: lowercase; }

#menu-toggle span {
  transition: .2s ease-in-out;
  box-sizing: border-box; }

#menu-toggle {
  transition: background .2s ease-in-out;
  box-sizing: border-box; }

#menu-toggle span {
  display: block; }

#menu-toggle {
  width: 60px;
  height: 20px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 40px;
  right: 0;
  cursor: pointer;
  z-index: 99999;
  display: block;
  transition: .3s ease-in-out;
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 9999px); }

#menu-toggle:hover {
  opacity: .5; }

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%; }

#menu-toggle #hamburger span {
  width: 60px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  border-top: 1px solid white; }

#menu-toggle #hamburger span:nth-child(1) {
  top: 0px; }

#menu-toggle #hamburger span:nth-child(3) {
  top: 19px; }

#menu-toggle.show #hamburger span:nth-child(1) {
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: -4px;
  width: 30px; }

#menu-toggle.show #hamburger span:nth-child(2) {
  width: 0; }

#menu-toggle.show #hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: -4px;
  width: 30px; }

nav {
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility .6s 0s, filter .6s 0s ease;
  filter: opacity(0);
  visibility: hidden;
  z-index: 99;
  background: rgba(0, 0, 0, 0.75);
  transform: translate3d(0, 0, 9999px);
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

nav.show {
  visibility: visible;
  filter: opacity(100%);
  transition: visibility .6s, filter .6s ease; }

.nav-main {
  width: 60%;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  position: relative; }

.nav-main ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  width: 100%; }

.nav-main ul li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 35px;
  line-height: 100%;
  text-transform: lowercase;
  letter-spacing: 0;
  width: 33.33%;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden; }

.nav-main ul li.small {
  font-size: 20px; }

.nav-main ul li:nth-child(2) {
  clear: right;
  margin: 0 33.33% 0 0; }

.nav-main ul li:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0 0 100% 0;
  width: 100%; }

.nav-main ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  padding: 0;
  margin: 0;
  color: #09C;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: .3s ease !important;
  transition-delay: 0s !important;
  transform: translateX(-50%) translateY(-50%); }

.nav-main ul li a:hover {
  transition: .3s ease !important;
  transition-delay: 0s !important;
  color: #5CCCA6; }

.nav-main ul li.current-menu-item a, .nav-main ul li.current-menu-item a:hover, .nav-main ul li.current_page_parent a, .nav-main ul li.current_page_parent a:hover {
  opacity: .5;
  color: #09C; }

.nav-main ul li a span {
  position: absolute;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

.nav-main ul li, .nav-projects, footer ul {
  opacity: 0;
  transition: all .3s .6s; }

nav.show .nav-main ul li, nav.show .nav-projects, nav.show footer ul {
  opacity: 1;
  transition: all .9s .6s; }

nav.show .nav-main ul li:nth-child(1) {
  transition-delay: .3s; }

nav.show .nav-main ul li:nth-child(4) {
  transition-delay: .4s; }

nav.show .nav-main ul li:nth-child(6) {
  transition-delay: .5s; }

nav.show .nav-main ul li:nth-child(8) {
  transition-delay: .6s; }

nav.show .nav-main ul li:nth-child(2) {
  transition-delay: .7s; }

nav.show .nav-main ul li:nth-child(5) {
  transition-delay: .8s; }

nav.show .nav-main ul li:nth-child(3) {
  transition-delay: .9s; }

nav.show .nav-main ul li:nth-child(7) {
  transition-delay: 1s; }

nav.show .nav-main ul li:nth-child(9), nav.show footer ul {
  transition-delay: 1.1s; }

.nav-main ul li.rox-in-a-box a {
  background: url(svgs/product-nav-rox-in-a-box.svg) no-repeat center;
  background-size: 100%; }

.nav-main ul li.island-rafts a {
  background: url(svgs/product-nav-island-rafts.svg) no-repeat center;
  background-size: 100%; }

.nav-main ul li.joinery a {
  background: url(svgs/product-nav-joinery.svg) no-repeat center;
  background-size: 100%; }

.nav-main ul li.partitions a {
  background: url(svgs/product-nav-partitions.svg) no-repeat center;
  background-size: 100%; }

.nav-main ul li.rox-in-a-box a, .nav-main ul li.island-rafts a, .nav-main ul li.joinery a, .nav-main ul li.partitions a {
  width: 100% !important;
  height: 100% !important;
  opacity: 1;
  text-indent: 0;
  color: white;
  ilter: blur(0px) opacity(30%) brightness(300%); }

.nav-main ul li.rox-in-a-box a span, .nav-main ul li.island-rafts a span, .nav-main ul li.joinery a span, .nav-main ul li.partitions a span {
  top: 58%;
  transform: translateY(0%);
  font-size: 20px;
  margin: 20px 0 0 0;
  letter-spacing: 0; }

.nav-main ul li.rox-in-a-box a:hover, .nav-main ul li.island-rafts a:hover, .nav-main ul li.joinery a:hover, .nav-main ul li.partitions a:hover, .nav-main ul li.rox-in-a-box.current-menu-item a, .nav-main ul li.island-rafts.current-menu-item a, .nav-main ul li.joinery.current-menu-item a, .nav-main ul li.partitions.current-menu-item a {
  opacity: .5; }

.nav-wrap {
  width: 40%;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  position: relative; }

.nav-wrap:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0 0 150% 0;
  width: 100%; }

.nav-projects {
  width: 100%;
  height: 66.67%;
  box-sizing: border-box;
  margin: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 100px 40px 40px 40px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center; }

nav::-webkit-scrollbar, .nav-projects::-webkit-scrollbar {
  display: none !important; }

.nav-projects ul {
  display: block;
  padding: 0;
  margin: 20px 0 0 0;
  box-sizing: border-box;
  list-style: none;
  width: 100%; }

.nav-projects h2 {
  font-weight: 400;
  font-size: 35px; }

.nav-projects ul li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: lowercase;
  letter-spacing: 0; }

.nav-projects ul li a {
  display: block;
  padding: 10px 0;
  margin: 0;
  color: #09C;
  transition: .3s ease !important;
  transition-delay: 0s !important; }

.nav-projects ul li a:hover {
  transition: .3s ease !important;
  transition-delay: 0s !important;
  color: #5CCCA6; }

.nav-projects ul li.selected a, .nav-projects ul li.selected a:hover {
  opacity: .5;
  color: #09C; }

.nav-projects ul li a span.new, .nav-projects ul li a span.threesixty {
  display: inline-block;
  background: #09C;
  margin: 0 3px;
  margin: 0;
  padding: 2px 4px 0 4px;
  color: #323A39;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  font-size: 50%;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }

.nav-projects ul li a span.threesixty {
  background: #5CCCA6; }

footer {
  width: 100%;
  height: 33.33%;
  box-sizing: border-box;
  margin: 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow: hidden; }

footer ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

footer ul li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 100%;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #09C; }

footer ul li:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0 0 100% 0;
  width: 100%; }

footer ul li.double {
  width: 50%;
  line-height: 1.5; }

footer ul li.double:before {
  padding: 0 0 50% 0; }

footer ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 0;
  margin: 0;
  color: #09C;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: .3s ease !important;
  transition-delay: 0s !important; }

footer ul li.phon a {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  padding: 0;
  margin: 0;
  color: #09C;
  width: auto;
  height: auto; }

footer ul li.phone a {
  display: block;
  padding: 0;
  margin: 0;
  color: #09C;
  font-size: 35px;
  text-transform: lowercase;
  letter-spacing: 0; }

footer ul li a:hover {
  transition: .3s ease !important;
  transition-delay: 0s !important;
  color: #5CCCA6;
  opacity: .5; }

footer ul li.phone a:hover {
  opacity: 1; }

footer ul li.phone.selected a {
  opacity: .5;
  color: #09C; }

footer ul li span {
  position: absolute;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }

footer ul li.bm a {
  background: url(svgs/bm.svg) no-repeat center;
  background-size: 20px;
  text-indent: -99999px; }

footer ul li.linkedin a {
  background: url(svgs/linkedin.svg) no-repeat center;
  background-size: 20px;
  text-indent: -99999px; }

footer ul li.facebook a {
  background: url(svgs/facebook.svg) no-repeat center;
  background-size: 20px;
  text-indent: -99999px; }

footer ul li.twitter a {
  background: url(svgs/twitter.svg) no-repeat center;
  background-size: 20px;
  text-indent: -99999px; }
footer ul li.instagram a {
	background:url(svgs/instagram.svg) no-repeat center;
	background-size:20px;
	text-indent:-99999px;
}
/* loader */
footer .symbol {
  width: 40px;
  height: 40px;
  transform-style: preserve-3d;
  transition: transform 0.5s 0.1s;
  perspective: 9999px;
  margin: 0 auto;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation: symbol 6s ease-in-out infinite;
  transform: rotateX(45deg) rotateZ(45deg);
  z-index: 2;
  -webkit-backface-visibility: hidden; }

.symbol-face {
  width: inherit;
  height: inherit;
  position: absolute;
  backface-visibility: hidden;
  filter: opacity(30%) brightness(300%); }

.symbol-face-front {
  transform: translate3d(0, 0, 20px);
  background: url(svgs/logo-r.svg) no-repeat center;
  background-size: contain; }

.symbol-face-back {
  transform: rotateY(180deg) translate3d(0, 0, 20px);
  background: url(svgs/logo-r.svg) no-repeat center;
  background-size: contain; }

.symbol-face-left {
  transform: rotateY(-90deg) translate3d(0, 0, 20px);
  background: url(svgs/logo-x.svg) no-repeat center;
  background-size: contain; }

.symbol-face-right {
  transform: rotateY(90deg) translate3d(0, 0, 20px);
  background: url(svgs/logo-x.svg) no-repeat center;
  background-size: contain; }

.symbol-face-top {
  transform: rotateX(90deg) translate3d(0, 0, 20px);
  background: url(svgs/logo-o.svg) no-repeat center;
  background-size: contain; }

.symbol-face-bottom {
  transform: rotateX(-90deg) translate3d(0, 0, 20px);
  background: url(svgs/logo-o.svg) no-repeat center;
  background-size: contain; }

@keyframes symbol {
  0% {
    transform: rotateX(45deg) rotateY(0deg) rotateZ(45deg); }
  50% {
    transform: rotateX(225deg) rotateZ(225deg); }
  100% {
    transform: rotateX(405deg) rotateZ(405deg); } }
/* layout scss */
main {
  position: relative;
  width: 100%;
  height: 100%;
  transition: .2s ease-in-out; }

section {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  overflow: hidden; }

.float {
  float: left; }

.padded {
  padding: 250px 0; }

.padded-top {
  padding: 250px 0 0 0; }

.v-wrap {
  overflow: hidden;
  width: 100%;
  height: 100vh !important;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  content: 'viewport-units-buggyfill; height:100vh !important;'; }

video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  opacity: 0.5; }

.hero {
  width: 100% !important;
  height: 100vh !important;
  padding: 0;
  margin: 0;
  position: relative;
  content: 'viewport-units-buggyfill; height:100vh !important;';
  z-index: 0;
  overflow: hidden; }

.hero .rsContent {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 1;
  padding: 0;
  margin: 0;
  height: 100vh !important;
  content: 'viewport-units-buggyfill; height:100vh !important;'; }

.hero .rsContent img {
  opacity: .5; }

.hero.full .rsContent img {
  opacity: 1; }

.hero .rsContent:before, .v-wrap:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  z-index: 999;
  opacity: .25;
  display: none !important; }

/* slideshow */
.royalSlider > .rsContent {
  visibility: hidden; }

.more {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9; }

.projects .more {
  width: 100%;
  padding: 0 40px; }

.more h4 {
  ont-style: italic;
  line-height: 1;
  text-transform: none;
  padding: 0;
  margin: 0 auto 20px;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 25px;
  color: white;
  filter: opacity(50%);
  text-transform: lowercase; }

.more hr {
  display: block;
  border: none;
  border-left: 1px solid white;
  padding: 0;
  margin: 0 auto;
  background: white;
  height: 80px;
  width: 0px; }

.projects .more hr {
  height: 40px; }

ul.projects {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: block; }

ul.projects li {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 25%;
  position: relative;
  text-align: center;
  overflow: hidden; }

ul.projects li:before {
  content: "";
  display: block;
  padding: 0 0 100% 0;
  margin: 0;
  width: 100%; }

ul.projects li a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

ul.projects li .img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .4;
  filter: grayscale(100%);
  transform: scale(1, 1);
  transition: all ease-in-out .3s; }

ul.projects li:hover .img {
  transform: scale(1.2, 1.2);
  filter: grayscale(0%);
  opacity: 1; }

ul.projects li .img:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: black;
  z-index: 2;
  opacity: .25;
  transition: all ease-in-out .3s; }

ul.projects li:hover .img:before {
  opacity: 0; }

ul.projects li h2 {
  font-size: 35px;
  font-weight: 400;
  margin: 0 auto 15px;
  transition: .3s ease-in-out;
  color: white !important; }

ul.projects li:hover h2 {
  ltter-spacing: .15em; }

.projects .more {
  transition: .3s ease-in-out; }

ul.projects li:hover .more {
  opacity: 0; }

ul.projects li span.new {
  display: block;
  background: url(imgs/content/new-icon3.png) no-repeat center;
  background-size: contain;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  transition: .3s ease-in-out;
  text-indent: -99999px;
  z-index: 99; }

ul.projects li span.threesixty {
  display: block;
  background: url(imgs/content/360-icon.png) no-repeat center;
  background-size: contain;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  transition: .3s ease-in-out;
  text-indent: -99999px;
  z-index: 99; }

ul.projects ul.product-icons {
  list-style: none;
  width: 70%;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
  text-align: center;
  transition: .3s ease-in-out; }

ul.projects ul.product-icons li {
  text-align: center;
  padding: 0;
  margin: 0 calc(5% - 2px);
  display: inline-block;
  width: 15%;
  max-width: 40px;
  position: relative;
  float: none;
  text-indent: -99999px;
  transition: .15s ease-in-out; 
margin:auto;}

ul.projects ul.product-icons li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  ilter: opacity(30%) brightness(300%);
  transition: .15s ease-in-out; }

ul.projects ul.product-icons li:hover {
  transform: scale(1.1, 1.1); }

ul.projects ul.product-icons li:before {
  content: "";
  display: block;
  padding: 0 0 100% 0;
  margin: 0;
  width: 100%; }

ul.projects ul.product-icons li.rox-in-a-box a {
  background: url(svgs/product-rox-in-a-box.svg) no-repeat center;
  background-size: 100%; }

ul.projects ul.product-icons li.island-rafts a {
  background: url(svgs/product-island-rafts.svg) no-repeat center;
  background-size: 100%; }

ul.projects ul.product-icons li.joinery a {
  background: url(svgs/product-joinery.svg) no-repeat center;
  background-size: 100%; }

ul.projects ul.product-icons li.partitions a {
  background: url(svgs/product-partitions.svg) no-repeat center;
  background-size: 100%; }

.section-wrapper {
  display: block;
  margin: 0;
  padding: 0; }

.content-container {
  display: block;
  float: left;
  width: calc(40% - 40px);
  box-sizing: border-box;
  padding: 0;
  margin: 0 10% 0 40px; }

.content-container.no-margin {
  width: calc(50% - 40px);
  margin: 0 0 0 40px; }

.content-container.img {
  width: 50%;
  margin: 0;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: 'viewport-units-buggyfill; height:100vh;'; }

.content-container.img img {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%; }

.content-container .inner {
  display: block;
  width: 80%;
  padding: 0;
  margin: 0;
  float: left; }

.content-container.hs {
  width: calc(40% + 80px);
  padding: 80px 80px 60px;
  margin: 160px 0 40px -80px; }

.section-wrapper section {
  padding: 250px 0 0 0; }

.section-wrapper section:first-child {
  padding: 0; }

.section-wrapper section:nth-child(even) .content-container {
  float: right; }

.section-wrapper section:nth-child(even) .content-container.hs {
  margin: 160px -80px 40px 0; }

.intro p {
  font-size: 75px;
  font-weight: 300;
  line-height: .9;
  margin: 0 0 80px 0; }

.hs p:first-of-type {
  font-size: 35px;
  font-weight: 300; }

.medium p, p.medium, .medium ul {
  font-size: 25px;
  font-weight: 300; }

.hero.p1 .rsContent img, .hero.p2 .rsContent img, .hero.p3 .rsContent img, .hero.p4 .rsContent img {
  opacity: .4;
  filter: grayscale(100%); }

.hero.project .rsContent img {
  opacity: .4;
  filter: blur(10px); }

.hero.p1 .rsContent:before, .p1 .v-wrap:before, .hero.p2 .rsContent:before, .p2 .v-wrap:before, .hero.p3 .rsContent:before, .p3 .v-wrap:before, .hero.p4 .rsContent:before, .p4 .v-wrap:before, .project .v-wrap:before {
  display: none; }

.hero .before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #323A39;
  opacity: 1;
  filter: opacity(50%) brightness(150%); }

.hero.p1 .before {
  background: #09C;
  filter: opacity(30%) brightness(300%); }

.hero.p2 .before {
  background: #7D8B8B;
  filter: opacity(30%) brightness(300%); }

.hero.p3 .before {
  background: #00254A;
  filter: opacity(30%) brightness(300%); }

.hero.p4 .before {
  background: #5CCCA6;
  filter: opacity(30%) brightness(300%); }

.hero-intro {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  margin: 0;
  text-align: center;
  padding: 0 40px;
  box-sizing: border-box; }

.hero-intro h1 {
  margin: 0;
  font-size: 175px;
  font-weight: 200;
  text-indent: 0;
  adding-left: .2em;
  line-height: .75;
  min-width: 50%;
  box-sizing: border-box; }

.project .hero-intro h1, .long .hero-intro h1 {
  margin: 0;
  font-size: 75px;
  font-weight: 300;
  text-indent: 0;
  line-height: .9; }

.product-nav ul.product-icons {
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 80px auto;
  display: flex;
  text-align: center;
  height: 40px; 
    justify-content: center;}

.product-nav ul.product-icons li {
  text-align: center;
  padding: 0;
  margin: 0 18px;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative; }

.product-nav ul.product-icons li a {
  display: block;
  width: 100%;
  height: 100%; }

.product-nav ul.product-icons li svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: .15s ease-in-out; }

.product-nav ul.product-icons li a svg path {
  transition: .3s ease-in-out;
  fill: #323A39 !important; }

.product-nav ul.product-icons li.rox-in-a-box a:hover svg path {
  fill: #09C !important; }

.product-nav ul.product-icons li.island-rafts a:hover svg path {
  fill: #7D8B8B !important; }

.product-nav ul.product-icons li.joinery a:hover svg path {
  fill: #00254A !important; }

.product-nav ul.product-icons li.partitions a:hover svg path {
  fill: #5CCCA6 !important; }

.product-icon-arrow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  width: 40px;
  height: 20px;
  background: url(svgs/arrow.svg) no-repeat center;
  background-size: contain; }

.product-icon-arrow.p1 {
  }

.product-icon-arrow.p2 {
  }

.product-icon-arrow.p3 {
}

.product-icon-arrow.p4 {
  }

.i iframe {
  display: block;
  width: 100% !important;
  height: 100vh !important;
  content: 'viewport-units-buggyfill; height:100vh !important;'; }

.home iframe {
  opacity: .25; }

#watermark img {
  display: none !important; }

.iframe {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%; }

.iframe .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(50, 58, 57, 0.75) url(imgs/content/360.png) no-repeat center;
  background-size: 200px;
  z-index: 99;
  opacity: 1;
  cursor: pointer;
  transition: visibility .3s, opacity .3s ease, background-color .3s ease; }

.iframe .overlay.ho {
  background-color: rgba(50, 58, 57, 0); }

.iframe .overlay.hide {
  display: none !important; }

.iframe .overlay h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 140px 0 0 0;
  transform: translateX(-50%);
  text-align: center; }

.iframe .overlay:hover {
  background-color: rgba(50, 58, 57, 0.85); }

.iframe .overlay.ho:hover {
  background-color: rgba(50, 58, 57, 0.1); }

.iframe .overlay.hide {
  opacity: 0;
  visibility: hidden; }

dl.project-details {
  margin: 0 0 80px 0;
  padding: 20px 40px;
  display: block;
  background: black;
  float: left;
  width: 100%;
  box-sizing: border-box; }

dl.project-details dt {
  width: 150px;
  display: block;
  float: left;
  line-height: 1;
  text-transform: lowercase;
  padding: 20px 0;
  margin: 0;
  letter-spacing: 0;
  font-weight: 400;
  color: #7D8B8B;
  font-size: 20px;
  vertical-align: text-top; }

dl.project-details dd {
  width: calc(100% - 150px);
  display: block;
  float: left;
  line-height: 1;
  text-transform: lowercase;
  padding: 20px 0;
  margin: 0;
  letter-spacing: 0;
  font-weight: 400;
  color: white;
  font-size: 20px;
  vertical-align: text-top; }

dl.project-details hr {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  background: none;
  border: none;
  border-bottom: 1px solid #323A39;
  padding: 0;
  margin: 0; }

dl.project-details dd.a {
  padding: 10px 0; }

dl.project-details dd a {
  display: inline-block;
  padding: 10px 0 10px 30px;
  margin: 0 10px 0 0;
  color: white; }

dl.project-details dd a:hover {
  opacity: .5; }

dl.project-details dd a.rox-in-a-box {
  background: url(svgs/product-rox-in-a-box.svg) no-repeat 0 center;
  background-size: 20px; }

dl.project-details dd a.island-rafts {
  background: url(svgs/product-island-rafts.svg) no-repeat 0 center;
  background-size: 20px; }

dl.project-details dd a.joinery {
  background: url(svgs/product-joinery.svg) no-repeat 0 center;
  background-size: 20px; }

dl.project-details dd a.partitions {
  background: url(svgs/product-partitions.svg) no-repeat 0 center;
  background-size: 20px; }

img.gallery {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%; }

ul.team {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: block; }

ul.team li {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  width: 20%;
  position: relative;
  text-align: center;
  background: black;
  overflow: hidden; }

ul.team li:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  padding: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); }

ul.team li img {
  display: block;
  width: 100%;
  opacity: .8;
  filter: grayscale(100%); }

ul.team li a.before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #09C;
  filter: opacity(30%) brightness(300%);
  opacity: 0; }

ul.team li .name h3 {
  margin: 0 0 10px 0; }

ul.team li .name h5 {
  margin: 0; }

ul.team li .name h5 {
  opacity: .5;
  ont-style: italic;
  text-transform: none;
  letter-spacing: 0;
  text-indent: 0;
  font-size: 20px; }

ul.team li .name {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  z-index: 3; }

.swiper-container {
  width: 100%;
  display: block;
  padding: 40px;
  box-sizing: border-box;
  margin: 0; }

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: white; }

.swiper-slide:before {
  content: "";
  display: block;
  padding: 0 0 75% 0; }

.swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-slide a:hover {
  opacity: .5; }

.hs ul {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style: none; }

.hs ul li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #323A39;
  color: #09C;
  font-size: 20px;
  text-transform: lowercase;
  line-height: 1;
  letter-spacing: 0; }

.hs ul li:last-child {
  border: none; }

section.news:first-of-type {
  padding: 50vh 0 0 0;
  content: 'viewport-units-buggyfill; padding:50vh 0 0 0;'; }

.content-container.news {
  float: none;
  width: 75%;
  margin: 0 0 80px 25%; }

.content-container.news h2.title {
  text-transform: none;
  margin-bottom: 40px;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 300;
  font-size: 75px;
  line-height: .8; }

.content-container.news .img-wrapper {
  width: 100%;
  display: block;
  margin: 0 0 40px 0;
  position: relative; }

.content-container.news img {
  display: inline-block;
  margin: 20px 40px 20px 0;
  padding: 0;
  width: auto;
  max-width: calc(100% - 40px);
  height: auto;
  max-height: 1000px; }

.content-container.news .img-wrapper img {
  width: calc(100% - 40px);
  display: block;
  margin: 0; }

.content-container.news h1, .content-container.news h2, .content-container.news h3, .content-container.news h4, .content-container.news h5, .content-container.news h6, .content-container.news p, .content-container.news ul, .content-container.news blockquote {
  width: 66.67%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 40px 0 0;
  box-sizing: border-box; }

.content-container.news .img-wrapper h5.date {
  position: absolute;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: black;
  transform: rotate(-90deg) translate(-100%, -100%);
  transform-origin: left top;
  top: 0;
  left: 0;
  margin: 0;
  width: auto; }

a.btn {
  position: absolute;
  bottom: 0px;
  right: 40px;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  margin: 0;
  background: #09C;
  color: white;
  text-transform: lowercase;
  letter-spacing: 0;
  text-indent: 0;
  font-weight: 300;
  font-size: 20px; }

a:hover.btn {
  opacity: 1;
  background: #5CCCA6;
  color: white; }

div.wpgmza_map {
  height: calc(100vh + 100px) !important;
  margin: -100px 0 0 0 !important;
  padding: 0 !important;
  content: 'viewport-units-buggyfill; calc(100vh - 100px) !important;'; }

.gm-style .gm-style-iw p {
  font-size: 25px !important;
  font-family: "priori-sans", sans-serif;
  line-height: 1;
  margin: 0 20px 10px 0;
	color: #323A39;}

.gm-style .gm-style-iw a {
  color: #09C !important; }

.gm-style .gm-style-iw a:hover {
  color: #5CCCA6 !important; }

.gm-style .gm-style-iw {
  padding: 20px 20px 10px 20px !important; }

.content-container.careers {
  width: calc(40% + 80px);
  padding: 0;
  margin: 160px 0 40px -80px; }

.vacancies {
  display: block;
  padding: 80px 80px 60px;
  margin: 0;
  position: relative; }

.vacancies ul {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style: none; }

.vacancies ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #323A39;
  color: #7D8B8B;
  font-size: 20px;
  text-transform: lowercase;
  line-height: 1;
  letter-spacing: 0; }

.vacancies ul.no li {
  padding: 15px 0; }

.vacancies ul li:last-child {
  border: none; }

.vacancies ul li a {
  padding: 5px 0;
  color: #7D8B8B;
  display: block;
  background: url(imgs/content/download-icon.png) no-repeat center right;
  background-size: contain; }

.vacancies ul li a:hover {
  color: #5CCCA6; }

.vacancies form {
  margin: 0;
  padding: 0 0 80px 0;
  width: 100%;
  font-family: "priori-sans", sans-serif;
  color: #323A39;
  position: relative !important; }

.vacancies form p {
  margin: 0; }

.vacancies form input.btn {
  bottom: -60px;
  left: -80px;
  width: calc(100% + 160px);
  position: absolute;
  padding: 0 20px;
  margin: 0;
  box-sizing: border-box;
  display: block;
  text-align: center;
  border: none;
  background: #5CCCA6;
  cursor: pointer;
  transition: .3s ease-in-out;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 35px;
  text-transform: lowercase;
  color: white;
  font-family: "priori-sans", sans-serif;
  height: 60px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0 !important; }

.vacancies form input.btn:hover {
  background: #7D8B8B; }

form.wpcf7-form input.field {
  font-family: "priori-sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #ECECEC;
  color: #323A39;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0;
  background: none;
  font-weight: normal;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0 !important;
  margin: 0; }

form.wpcf7-form textarea {
  font-family: "priori-sans", sans-serif;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  border: none;
  color: #323A39;
  font-size: 20px;
  line-height: 1;
  padding: 15px 0;
  background: none;
  font-weight: normal;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0 !important;
  margin: 0 0 15px 0; }

::-webkit-input-placeholder {
  color: #7D8B8B;
  font-size: 15px;
  text-transform: lowercase;
  line-height: 1;
  letter-spacing: 0; }

img.ajax-loader {
  vertical-align: middle;
  margin: -80px 0 0 -40px !important;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none !important;
  box-sizing: content-box;
  z-index: 2; }

.wpcf7-form-control-wrap {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  box-sizing: border-box; }

div.wpcf7-response-output {
  margin: 0 !important;
  padding: 20px !important;
  text-align: center;
  font-size: 20px;
  height: 60px;
  line-height: 1;
  width: 100% !important;
  color: #FFF;
  border: none !important;
  box-sizing: border-box;
  position: absolute;
  top: -60px;
  left: 0;
  background: #7D8B8B !important; }

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #5CCCA6 !important;
  bottom: -60px;
  left: -80px;
  top: auto;
  width: calc(100% + 160px) !important; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: 50% !important;
  right: 20px !important;
  transform: translateY(-50%);
  border: none !important;
  width: 20px !important;
  background: url(imgs/content/form-cross.png) no-repeat center !important;
  background-size: contain !important;
  height: 20px !important;
  padding: 0 !important;
  text-indent: -9999px !important; }

form.wpcf7-form input[type="file"] {
  font-family: "priori-sans", sans-serif;
  width: 100%;
  box-sizing: border-box;
  border: none;
  color: #323A39;
  font-size: 20px;
  line-height: 1;
  padding: 20px 20px 20px 40px;
  background: #ececec;
  font-weight: normal;
  outline: none;
  -webkit-appearance: none;
  margin: 0;
  transition: .3s ease-in-out;
  text-indent: -20px;
  border-radius: 0 !important; }

form.wpcf7-form input[type="file"]:hover {
  background: #7D8B8B; }

.bw {
  filter: grayscale(100%); }

.bkg-black h1, .bkg-black h2, .bkg-black h3, .bkg-black h4, .bkg-black h5, .bkg-black h6 {
  color: #09C; }

/* general styles */
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  color: white;
  background: #323A39;
  font-size: 20px;
  font-weight: 400;
  font-family: "priori-sans", sans-serif;
  line-height: 1; }

body.open {
  overflow: hidden;
  position: relative; }

em {
  font-style: italic; }

a, button {
  transition: .3s ease-in-out;
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  color: #09C; }

a:hover {
  color: #5CCCA6; }

strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6 {
  font-family: "priori-sans", sans-serif;
  line-height: 1;
  text-transform: lowercase;
  padding: 0;
  margin: 0 auto 25px;
  letter-spacing: 0;
  ext-indent: .2em;
  font-weight: 300; }

h1 {
  font-size: 60px;
  font-weight: 300; }

h2 {
  font-size: 50px;
  font-weight: 300; }

h3 {
  font-size: 35px; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 20px;
  font-weight: 400; }

h6 {
  font-size: 15px;
  font-weight: 400; }

h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
  margin: 0 auto !important; }

h1.small-margin, h2.small-margin, h3.small-margin, h4.small-margin, h5.small-margin, h6.small-margin {
  margin: 0 auto 25px !important; }

p {
  padding: 0;
  margin: 0 auto 20px;
  display: block; }

.white {
  color: white; }

.blue {
  color: #09C; }

.grey {
  color: #7D8B8B; }

.dark-grey {
  color: #323A39; }

.yellow {
  color: #00254A; }

.green {
  color: #5CCCA6; }

.black, .black a {
  color: black; }

.bkg-white {
  background-color: white; }

.bkg-blue {
  background-color: #09C; }

.bkg-grey {
  background-color: #7D8B8B; }

.bkg-dark-grey {
  background-color: #323A39; }

.bkg-light-grey {
  background-color: #ECECEC; }

.bkg-yellow {
  background-color: #00254A; }

.bkg-green {
  background-color: #5CCCA6; }

.bkg-black {
  background-color: black; }

.bkg-black-25 {
  background-color: rgba(0, 0, 0, 0.25); }

.bkg-black-50 {
  background-color: rgba(0, 0, 0, 0.5); }

.bkg-black-75 {
  background-color: rgba(0, 0, 0, 0.75); }

.bkg-dark-grey-50 {
  background-color: rgba(50, 58, 57, 0.5); }

.bkg-dark-grey-75 {
  background-color: rgba(50, 58, 57, 0.75); }

.bkg-grey-50 {
  background-color: rgba(125, 139, 139, 0.5); }

/*  mashshare   */
span.mash {
  position: absolute !important;
  top: 0 !important;
  left: -33.33% !important;
  display: block; }

.mashsb-container {
  padding: 0 !important;
  display: block !important;
  margin: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 40px !important;
  height: 80px !important;
  z-index: 99 !important;
  background: black; }

.mashsb-box .mashsb-buttons a {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 40px !important;
  height: 40px !important;
  position: relative !important;
  ackground: none !important;
  min-width: 40px !important; }

.mashsb-buttons a span.text {
  display: none !important; }

.mashsb-buttons a span.icon {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important; }

.mashsb-buttons a span.icon:before {
  font-size: 16px;
  width: 100% !important;
  height: 100% !important;
  line-height: 40px !important;
  margin: 0 !important;
  float: none !important; }

/* loader */
.cube-wrapper-bg {
  width: 200px;
  height: 200px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  z-index: 999; }

.cube-wrapper-bg .cube {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s 0.1s;
  perspective: 9999px;
  margin: 0 auto;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
  animation: cube 3s ease-in-out forwards;
  transform: rotateX(45deg) rotateZ(45deg); }

.cube-wrapper-bg .cube-face {
  width: inherit;
  height: inherit;
  position: absolute;
  backface-visibility: hidden;
  ilter: opacity(30%) brightness(300%); }

.cube-wrapper-bg .cube-face-front {
  transform: translate3d(0, 0, 100px);
  background: url(svgs/logo-r.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-bg .cube-face-back {
  transform: rotateY(180deg) translate3d(0, 0, 100px);
  background: url(svgs/logo-r.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-bg .cube-face-left {
  transform: rotateY(-90deg) translate3d(0, 0, 100px);
  background: url(svgs/logo-x.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-bg .cube-face-right {
  transform: rotateY(90deg) translate3d(0, 0, 100px);
  background: url(svgs/logo-x.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-bg .cube-face-top {
  transform: rotateX(90deg) translate3d(0, 0, 100px);
  background: url(svgs/logo-o.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-bg .cube-face-bottom {
  transform: rotateX(-90deg) translate3d(0, 0, 100px);
  background: url(svgs/logo-o.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm {
  width: 100px;
  height: 100px;
  position: absolute;
  display: block;
  left: 50%;
  top: 50px;
  margin: 0 0 0 -50px;
  z-index: 2;
  -webkit-backface-visibility: hidden; }

.cube-wrapper-sm .cube {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.5s 0.1s;
  perspective: 9999px;
  margin: 0 auto;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  margin: 0;
  animation: cube 3s ease-in-out forwards;
  transform: rotateX(45deg) rotateZ(45deg); }

.cube-wrapper-sm .cube-face {
  width: inherit;
  height: inherit;
  position: absolute;
  -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  ilter: opacity(30%) brightness(300%); }

.cube-wrapper-sm .cube-face-front {
  transform: translate3d(0, 0, 50px);
  background: url(svgs/logo-r.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm .cube-face-back {
  transform: rotateY(180deg) translate3d(0, 0, 50px);
  background: url(svgs/logo-r.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm .cube-face-left {
  transform: rotateY(-90deg) translate3d(0, 0, 50px);
  background: url(svgs/logo-x.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm .cube-face-right {
  transform: rotateY(90deg) translate3d(0, 0, 50px);
  background: url(svgs/logo-x.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm .cube-face-top {
  transform: rotateX(90deg) translate3d(0, 0, 50px);
  background: url(svgs/logo-o.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm .cube-face-bottom {
  transform: rotateX(-90deg) translate3d(0, 0, 50px);
  background: url(svgs/logo-o.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm.white .cube-face {
  ilter: opacity(100%) brightness(100%); }

.cube-wrapper-sm.white .cube-face-front {
  background: url(svgs/logo-r-white.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm.white .cube-face-back {
  background: url(svgs/logo-r-white.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm.white .cube-face-left {
  background: url(svgs/logo-x-white.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm.white .cube-face-right {
  background: url(svgs/logo-x-white.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm.white .cube-face-top {
  background: url(svgs/logo-o-white.svg) no-repeat center;
  background-size: contain; }

.cube-wrapper-sm.white .cube-face-bottom {
  background: url(svgs/logo-o-white.svg) no-repeat center;
  background-size: contain; }

@keyframes cube {
  0% {
    transform: rotateX(45deg) rotateZ(45deg); }
  20% {
    transform: rotateX(0deg) rotateZ(0deg); }
  40% {
    transform: rotateX(90deg) rotateY(0deg); }
  60% {
    transform: rotateX(90deg) rotateZ(90deg); }
  100% {
    transform: rotateX(405deg) rotateZ(405deg); } }
/* pagenavi */
.wp-pagenavi {
  margin: 0 40px;
  float: right;
  display: inline-block;
  line-height: 40px;
  text-transform: lowercase;
  width: auto; }

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #09C; }

.wp-pagenavi a:hover {
  background: #5CCCA6; }

.wp-pagenavi a {
  color: white; }

.wp-pagenavi span {
  color: #323A39;
  opacity: .5; }

.webvr-button, #watermark {
  display: none !important; }

/* This used to work for parent element of button divs */
/* But it is not enough now, below dont hide play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-thumb {
  background: #1E2322; }

::-webkit-scrollbar-track {
  background: black; }

body {
  scrollbar-face-color: #323A39;
  scrollbar-track-color: black; }

/* responsive scss */
@media screen and (max-width: 1500px) {
  ul.team li {
    width: 25%; }

  ul.projects li {
    width: 33.33%; } }
@media screen and (max-width: 1250px) {
  .nav-wrap:before {
    padding: 0 0 175% 0; }

  .nav-projects {
    height: 85.71%; }

  footer {
    width: 250%;
    height: 14.28%;
    left: -150%; }

  footer ul li {
    width: 10%; }

  footer ul li.double {
    width: 40%; }

  footer ul li.double:before {
    padding: 0 0 25% 0; } }
@media screen and (max-width: 1150px) {
  .hero-intro h1 {
    font-size: 150px;
    font-weight: 200;
    line-height: .75; }

  ul.team li {
    width: 33.33%; } }
@media screen and (max-width: 1000px) {
  .nav-main, .nav-wrap {
    width: 50%; }

  .nav-main:before, .nav-wrap:before {
    padding: 0 0 200% 0; }

  .nav-main ul li, .nav-main ul li:nth-child(2) {
    width: 50%;
    clear: none;
    margin: 0; }

  .nav-projects {
    height: 75%; }

  footer {
    width: 100%;
    height: 25%;
    left: 0; }

  footer ul li {
    width: 25%; }

  footer ul li.double {
    width: 50%; }

  footer ul li.double:before {
    padding: 0 0 50% 0; }

  ul.projects li {
    width: 50%; }

  .content-container, .content-container.no-margin {
    width: calc(100% - 80px);
    margin: 0 40px; }

  .content-container.news h1, .content-container.news h2, .content-container.news h3, .content-container.news h4, .content-container.news h5, .content-container.news h6, .content-container.news p, .content-container.news ul, .content-container.news blockquote, .content-container.img {
    width: 100%; }

  .content-container.hs {
    width: calc(100% - 80px);
    padding: 80px 40px 60px;
    margin: -30vh 40px 40px 40px;
    content: 'viewport-units-buggyfill; margin:-30vh 40px 40px 40px;'; }

  .section-wrapper section:nth-child(even) .content-container.hs {
    margin: -30vh 40px 40px 40px;
    content: 'viewport-units-buggyfill; margin:-30vh 40px 40px 40px;'; }

  .content-container.careers {
    width: calc(100% - 80px);
    margin: -30vh 40px 40px 40px;
    content: 'viewport-units-buggyfill; margin:-30vh 40px 40px 40px;'; }

  .vacancies form input.btn {
    left: -40px;
    width: calc(100% + 80px); }

  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    left: -40px;
    width: calc(100% + 80px) !important; }

  .vacancies {
    padding: 80px 40px 60px; }

  .hero-intro h1 {
    font-size: 120px;
    font-weight: 200;
    line-height: .8; }

  .content-container .inner {
    width: 100%; }

  .section-wrapper section {
    padding: 80px 0 0 0; }

  .section-wrapper section:first-child {
    padding: 0; } }
@media screen and (max-width: 800px) {
  .nav-main, .nav-wrap {
    width: 100%; }

  .nav-wrap:before {
    display: none; }

  .nav-projects, footer {
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    overflow: visible; }

  .nav-projects {
    padding: 80px 40px; }

  .nav-main ul li {
    width: 33.33%; }

  .nav-main ul li:nth-child(2) {
    width: 33.33%;
    clear: right;
    margin: 0 33.33% 0 0; }

  .rox hr, .rox .h3 {
    display: none; }

  .hero-intro h1 {
    font-size: 100px;
    font-weight: 200;
    line-height: .85; }

  .project .hero-intro h1, .intro p, .long .hero-intro h1 {
    font-size: 50px; }

  .padded {
    padding: 150px 0; }

  .content-container.news {
    width: 100%;
    margin: 0 0 80px 0; }

  .content-container.news h1, .content-container.news h2, .content-container.news h3, .content-container.news h4, .content-container.news h5, .content-container.news h6, .content-container.news p, .content-container.news ul, .content-container.news blockquote {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    padding: 0; }

  a.btn {
    bottom: 0;
    right: 0; }

  span.mash {
    top: 0 !important;
    left: 0px !important; }

  .content-container.news .img-wrapper h5.date {
    top: 0px;
    left: 40px;
    display: none; }

  .content-container.news img, .content-container.news .img-wrapper img {
    width: 100%;
    max-width: 100%;
    margin-right: 0; }

  ul.team li {
    width: 50%; }

  div.wpgmza_map {
    pointer-events: none; }

  .cube-wrapper-bg {
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px; }

  .cube-wrapper-bg .cube-face-front {
    transform: translate3d(0, 0, 75px); }

  .cube-wrapper-bg .cube-face-back {
    transform: rotateY(180deg) translate3d(0, 0, 75px); }

  .cube-wrapper-bg .cube-face-left {
    transform: rotateY(-90deg) translate3d(0, 0, 75px); }

  .cube-wrapper-bg .cube-face-right {
    transform: rotateY(90deg) translate3d(0, 0, 75px); }

  .cube-wrapper-bg .cube-face-top {
    transform: rotateX(90deg) translate3d(0, 0, 75px); }

  .cube-wrapper-bg .cube-face-bottom {
    transform: rotateX(-90deg) translate3d(0, 0, 75px); } }
@media screen and (max-width: 650px) {
  ul.projects li {
    width: 100%; }

  .hero-intro h1 {
    font-size: 75px;
    font-weight: 200;
    line-height: .95; }

  ul.team li .bio {
    padding-bottom: 20px; } }
@media screen and (max-width: 500px) {
  .nav-main ul li, .nav-main ul li:nth-child(2) {
    width: 50%;
    clear: none;
    margin: 0; }

  .hero-intro h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1; }

  dl.project-details dt {
    padding-bottom: 10px;
    width: 100%; }

  dl.project-details dt.a {
    padding-bottom: 5px; }

  dl.project-details dd, dl.project-details dd.a {
    width: 100%;
    padding-top: 0; }

  .project .hero-intro h1, .long .hero-intro h1 {
    font-size: 40px; }

  .cube-wrapper-sm {
    width: 50px;
    height: 50px;
    margin: -20px 0 0 -25px; }

  .cube-wrapper-sm .cube-face-front {
    transform: translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-back {
    transform: rotateY(180deg) translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-left {
    transform: rotateY(-90deg) translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-right {
    transform: rotateY(90deg) translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-top {
    transform: rotateX(90deg) translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-bottom {
    transform: rotateX(-90deg) translate3d(0, 0, 25px); }

  .content-container, .content-container.no-margin {
    width: calc(100% - 40px);
    margin: 0 20px; }

  .rox {
    left: 20px; }

  dl.project-details {
    padding: 20px 20px; }

  .nav-projects {
    padding: 80px 20px; }

  ul.team li {
    width: 100%; }

  .swiper-container {
    padding: 20px; }

  .content-container.hs {
    padding: 80px 20px 60px;
    margin: -30vh 20px 20px 20px;
    width: calc(100% - 40px);
    content: 'viewport-units-buggyfill; margin: -30vh 20px 20px 20px;'; }

  .section-wrapper section:nth-child(even) .content-container.hs {
    margin: -30vh 20px 20px 20px;
    content: 'viewport-units-buggyfill; margin: -30vh 20px 20px 20px;'; }

  .content-container.careers {
    width: calc(100% - 40px);
    margin: -30vh 20px 20px 20px;
    content: 'viewport-units-buggyfill; margin: -30vh 20px 20px 20px;'; }

  .vacancies form input.btn {
    left: -20px;
    width: calc(100% + 40px); }

  div.wpcf7-response-output.wpcf7-mail-sent-ok {
    left: -20px;
    width: calc(100% + 40px) !important; }

  .vacancies {
    padding: 80px 20px 60px; }

  .content-container.news h1, .content-container.news h2, .content-container.news h3, .content-container.news h4, .content-container.news h5, .content-container.news h6, .content-container.news p, .content-container.news ul, .content-container.news blockquote {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px; }

  .content-container.news h2.title {
    font-size: 50px; }

  .medium p, p.medium, .medium ul {
    font-size: 20px;
    font-weight: 400; }

  h2 {
    font-size: 30px; }

  .gm-style .gm-style-iw p {
    font-size: 20px !important; }

  .gm-style .gm-style-iw {
    adding: 0 !important; }

  .section-wrapper section {
    padding: 80px 0 0 0; }

  .section-wrapper section:first-child {
    padding: 0; } }
@media screen and (max-width: 450px) {
  .long .hero-intro h1 {
    font-size: 40px; } }
@media screen and (max-width: 400px) {
  .long .hero-intro h1 {
    font-size: 35px; }

  .cube-wrapper-bg {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px; }

  .cube-wrapper-bg .cube-face-front {
    transform: translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-back {
    transform: rotateY(180deg) translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-left {
    transform: rotateY(-90deg) translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-right {
    transform: rotateY(90deg) translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-top {
    transform: rotateX(90deg) translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-bottom {
    transform: rotateX(-90deg) translate3d(0, 0, 50px); } }
@media screen and (max-width: 350px) {
  .long .hero-intro h1 {
    font-size: 30px; } }
@media screen and (max-width: 300px) {
  .long .hero-intro h1 {
    font-size: 25px; } }
@media screen and (max-height: 600px) and (orientation: landscape) {
  .cube-wrapper-sm {
    width: 50px;
    height: 50px;
    margin: -20px 0 0 -25px; }

  .cube-wrapper-sm .cube-face-front {
    transform: translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-back {
    transform: rotateY(180deg) translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-left {
    transform: rotateY(-90deg) translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-right {
    transform: rotateY(90deg) translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-top {
    transform: rotateX(90deg) translate3d(0, 0, 25px); }

  .cube-wrapper-sm .cube-face-bottom {
    transform: rotateX(-90deg) translate3d(0, 0, 25px); }

  .more hr {
    height: 40px; }

  .cube-wrapper-bg {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px; }

  .cube-wrapper-bg .cube-face-front {
    transform: translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-back {
    transform: rotateY(180deg) translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-left {
    transform: rotateY(-90deg) translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-right {
    transform: rotateY(90deg) translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-top {
    transform: rotateX(90deg) translate3d(0, 0, 50px); }

  .cube-wrapper-bg .cube-face-bottom {
    transform: rotateX(-90deg) translate3d(0, 0, 50px); }

  .hero-intro h1 {
    font-size: 50px;
    font-weight: 300; }

  .project .hero-intro h1, .long .hero-intro h1 {
    font-size: 40px; }

  .gm-style .gm-style-iw p {
    font-size: 20px !important; }

  .gm-style .gm-style-iw {
    adding: 0 !important; }

  div.wpgmza_map {
    height: calc(200vh + 100px) !important;
    content: 'viewport-units-buggyfill; calc(200vh - 100px) !important;'; } }
