html,
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#form div[data-role="form-footer"] {
  display: none !important;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

.service-icon {
  display: block;
  margin: auto;
  width: 60%;
  pointer-events: none;
}

figure img {
  display: block;
  margin: auto;
  max-width: 300px;
}

#tvmedia {
  display: block !important;
  width: 100% !important;
  margin: auto !important;
  max-width: 290px !important;
}

.bold {
  font-weight: 700;
}

.quicklink {
  text-decoration: none;
  color: #FFF;
}

#presslink {
  font-size: 16px !important;
}

a {
  color: #ffd400;
}

.center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.center h1 {
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.mainform {
  text-align: center;
  display: block;
  width: 60%;
  margin: auto;
  border: 1px solid #888888;
  padding: 3em;
}

.mainform .field input {
  padding: 1em;
  width: 40%;
  margin-bottom: 20px;
}

.mainform .field input#text {
  padding: 1em;
  width: 80%;
}

.mainform .field textarea {
  padding: 1em;
  width: 80%;
  resize: vertical !important;
}

.alert {
  text-align: center;
}

.selected-main-img {
  position: relative;
  width: 100%;
  height: 50vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.selected-main-img .p-strip {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 15px;
}

.press-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 30px;
}

.press-item .press-tn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.press-item .press-tn img {
  max-width: 100px;
  display: block;
}

.press-item .press-desc {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #888888;
  margin-left: 20px;
}

.fab {
  color: #fff;
  font-size: 2em;
}

.socials i {
  margin: 0 10px;
  margin-top: 20px;
  cursor: pointer;
}

.removedFirst {
  z-index: -100 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  display: none !important;
}

#loader-wrap {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 9999999999;
  background: #fff;
}

#loader {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10000000;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #888888;
  border-radius: 50%;
  border-top: 16px solid #ffd400;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.transition-all {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000000;
  background: #ffd400;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: none;
}

.contact-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #888888;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}

.contact-popup .contact-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 70%;
}

.contact-popup .contact-inner .contact-close {
  position: absolute;
  top: -100px;
  right: 0;
  color: #ffd400;
  font-size: 60px;
  cursor: pointer;
}

.contact-popup .contact-inner h2 {
  font-size: 2.3em;
  line-height: 1;
  color: white;
  margin: 0 0 0.1em 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 1pc;
  text-transform: uppercase;
}

.contact-popup .contact-inner h3 {
  color: #ffd400;
}

.contact-popup .contact-inner .form-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-popup .contact-inner .form-wrap p {
  color: #FFF;
  text-align: center;
}

.contact-popup .contact-inner .form-wrap p:last-of-type {
  margin-top: 0;
}

.contact-popup .contact-inner .form-wrap .email-button {
  text-align: center;
  border: 1px solid #fff;
  display: inline-block;
  margin: auto;
  max-width: 150px;
  padding: 1em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contact-popup .contact-inner .form-wrap .email-button:hover {
  background: #ffd400;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #000;
}

.contact-popup .contact-inner .form-wrap .contact-field {
  margin: 10px 0;
}

.contact-popup .contact-inner .form-wrap .contact-field input,
.contact-popup .contact-inner .form-wrap .contact-field textarea {
  width: 100%;
  padding: 1.6em;
  color: #888888;
}

.entrance {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  background: #fff;
  overflow: hidden;
}

.entrance .inner-entrance {
  width: 50%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.entrance .inner-entrance svg {
  max-width: 500px;
  display: block;
  margin: auto;
}

.entrance h2 {
  font-size: 3em;
  text-align: center;
  letter-spacing: 15px;
  color: #888888;
  margin-bottom: 0;
}

.entrance .load-button {
  background: #888888;
  color: #ffd400;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 30px;
}

.entrance .load-button p {
  margin: 10px auto;
  padding: 0 1em;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 1px;
}

.back-box {
  background: #888888;
  color: #ffd400;
  padding: 1em;
  text-decoration: none;
  cursor: pointer;
}

.post-link {
  text-decoration: none;
  cursor: pointer;
}

.contactheader {
  position: relative;
  width: 100%;
  height: 600px;
  display: block;
  background-size: cover !important;
}

.contactheader:after {
  content: 'CONTACT';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.contact-inner {
  padding: 2em;
  color: #888888;
}

.consultancyheader {
  position: relative;
  width: 100%;
  height: 600px;
  display: block;
  background-size: cover !important;
}

.consultancyheader:after {
  content: 'CONSULTANCY';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.consultancy-inner {
  padding: 2em;
  color: #888888;
}

.blogheader {
  position: relative;
  width: 100%;
  height: 600px;
  display: block;
  background: url("../img/fern.jpg") no-repeat center bottom fixed;
  background-size: cover;
}

.blogheader:after {
  content: 'BLOG';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

#thepage {
  opacity: 0;
  visibility: hidden;
  color: #888888;
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.p-number {
  display: block;
  text-align: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}

.p-number p {
  color: #fff;
  font-size: 2em;
  margin: 0;
}

.post-img {
  display: block;
  width: 40%;
}

.post-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.post-container .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2em;
  color: #888888;
}

.post-container .left h2 {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 22px;
  color: #888888;
}

.post-container .left .extra-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.post-container .left .extra-imgs .eximg {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-container .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post-container .right img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.iblogheader {
  position: relative;
  width: 100%;
  height: 600px;
  display: block;
  background: url("../img/fern.jpg") no-repeat center bottom fixed;
  background-size: cover;
}

.iblogheader:after {
  content: 'BLOG';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.blog-intro {
  display: block;
  margin: auto;
  width: 65%;
  text-align: center;
  color: #888888;
}

.all-blogs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 65%;
  margin: 18px auto;
}

.blog-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.blog-item .blog-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 180px;
  width: auto;
  background: #929497;
  display: block;
  position: relative;
  background: url("<?= $image->url() ?>") no-repeat center center;
  background-size: cover;
}

.blog-item .blog-img .blog-type {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.3);
}

.blog-item .blog-img .blog-type span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  color: #FFF;
}

.blog-item .blog-details {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #888888;
  border: 1px solid black;
}

.blog-item .blog-details .blog-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 22px;
}

.blog-item .blog-details .blog-desc {
  margin: 20px 0;
}

.blog-item .blog-details .blog-more {
  border: 1px solid #929497;
  width: 30%;
  display: block;
  text-align: center;
  background: #888888;
}

.blog-item .blog-details .blog-more a {
  text-decoration: none;
  color: #ffd400;
  letter-spacing: 2px;
  font-weight: 700;
}

.dlheader {
  position: relative;
  width: 100%;
  height: 60vh;
  display: block;
  background-size: cover !important;
}

.dlheader:after {
  content: 'DOVE LAKE';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.mediaheader {
  position: relative;
  width: 100%;
  height: 60vh;
  display: block;
  background-size: cover !important;
}

.mediaheader:after {
  content: 'SOCIALS';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.lheader {
  position: relative;
  width: 100%;
  height: 60vh;
  display: block;
  background-size: cover !important;
}

.lheader:after {
  content: 'LIGHTING';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.designheader {
  position: relative;
  width: 100%;
  height: 60vh;
  display: block;
  background-size: cover !important;
}

.designheader:after {
  content: 'DESIGN';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  background: rgba(136, 136, 136, 0.3);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.aheader {
  position: relative;
  width: 100%;
  height: 60vh;
  display: block;
  background-size: cover !important;
}

.aheader:after {
  content: 'ABOUT';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  background: rgba(136, 136, 136, 0.3);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.pheader {
  position: relative;
  width: 100%;
  height: 60vh;
  display: block;
  background-size: cover !important;
}

.pheader:after {
  content: 'PRODUCTS';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 50%;
  background: rgba(136, 136, 136, 0.3);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  letter-spacing: 15px;
}

.ltitle {
  text-transform: uppercase;
  text-align: center;
  color: #929497;
  letter-spacing: 15px;
  font-weight: 200;
}

.logo {
  position: absolute;
  top: 15px;
  left: 15px;
  background: url("../img/logo2.svg") no-repeat center center;
  background-size: cover;
  width: 80px;
  height: 80px;
  display: block;
  z-index: 99;
}

.burger {
  position: fixed;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  z-index: 999;
  top: 15px;
  right: 15px;
  padding: 14px;
  display: block !important;
  z-index: 9999;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #888888;
}

.burger.close {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.burger span {
  width: 100%;
  height: 3px;
  background: #ffd400;
  display: block;
  margin: 6px 0 6px 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 100px;
}

.burger.close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 7px);
          transform: rotate(45deg) translate(6px, 7px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #ffd400;
}

.burger.close span:nth-child(2) {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #ffd400;
}

.burger.close span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
          transform: rotate(-45deg) translate(6px, -7px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #ffd400;
}

#pi6 h2 {
  color: #ffd400 !important;
  font-weight: 100;
  font-size: 4em;
  letter-spacing: 8px;
}

.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #888888;
  z-index: 999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
}

.fullscreen-menu > * {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.fullscreen-menu a {
  text-decoration: none;
}

.fullscreen-menu h1 {
  color: #ffffff;
  font-size: 5.4em;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 30px 0;
  font-family: 'Century Gothic', 'Futura', san-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.copyright {
  color: #FFF;
  font-size: 12px;
  text-align: center;
  margin-top: 40px;
}

.copyright p:first-of-type {
  margin-top: 0 !important;
}

.copyright a p:last-of-type {
  margin-top: 0;
  color: #ffd400;
}

.extends {
  color: #888888;
  letter-spacing: 5px;
  font-size: 1.8em;
  text-transform: uppercase;
}

.menu--info {
  color: white;
  position: relative;
  padding: 0.7em 1em 0.7em 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.menu--info h1 {
  font-size: 2.3em;
  line-height: 1;
  color: white;
  margin: 0 0 0.1em 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 15px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 1pc;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.menu--info h1:hover {
  color: #ffd400;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-area .video-player .video {
  display: block;
  margin: auto;
  width: 70%;
}

.content-area .video-player .video video {
  display: block;
  width: 100%;
}

.content-area .inner {
  max-width: 1400px;
}

.content-area .inner .bold {
  margin-top: 0;
}

.content-area p {
  display: block;
  margin: 20px auto;
  max-width: 80%;
  color: #888888;
  letter-spacing: 2px;
}

.content-area i {
  text-align: center;
  width: 100%;
  font-size: 4em;
  color: #929497;
}

.item-box {
  position: relative;
  z-index: 1000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  width: 60%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#products {
  background: url("../img/lighting2.jpg") no-repeat top fixed;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3em;
}

#products:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(136, 136, 136, 0.6);
}

#p1 {
  position: absolute;
  right: 100px;
  top: 400px;
}

.slider {
  position: relative;
  width: 100%;
  height: 60vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #929497;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider::after {
  content: 'DESIGNSCAPE';
  color: #FFF;
  display: block;
  position: absolute;
  background: rgba(136, 136, 136, 0.3);
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: auto;
  font-size: 4em;
  letter-spacing: 15px;
}

.slider div {
  width: 100%;
  height: 100%;
}

.slider div#slide1 {
  background: url("../img/slider1.jpg") no-repeat top center;
  background-size: cover !important;
}

.slider div#slide2 {
  background: url("../img/slider2.jpg") no-repeat center center;
  background-size: cover !important;
}

.slider div#slide3 {
  background: url("../img/slide3.jpg") no-repeat center center;
  background-size: cover !important;
}

.slider div#slide4 {
  background: url("../img/slider4.jpg") no-repeat center center;
  background-size: cover !important;
}

.menu-line {
  display: block;
  width: 30%;
  margin: 30px 0;
  background: #ffd400;
  height: 2px;
}

.welcome-slide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  z-index: 1000000000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.welcome-slide svg {
  display: block;
  margin: auto;
  width: 100vmin;
  max-width: 1100px;
}

.welcome-slide .enter-button {
  border: 1px solid #7EA14B;
  padding: 15px;
  width: 25%;
  text-align: center;
  position: relative;
  margin-bottom: 10vmin;
  cursor: pointer;
  overflow: hidden;
  font-size: 2vmin;
}

.welcome-slide .enter-button:hover {
  background: #929497;
  color: #FFF;
}

.featured-button {
  text-align: center;
  width: 30%;
  margin: auto;
  padding: 1em;
  border: 1px #72814C solid;
  cursor: pointer;
  display: block;
  list-style: none;
  margin-top: 40px;
}

.featured-button span {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: center;
  color: #72814C;
  letter-spacing: 15px;
  font-weight: 200;
}

#hidden-products {
  opacity: 0;
  visibility: hidden;
}

#hidden-products #s1 {
  background: url("../img/product1.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-products #s2 {
  background: url("../img/product2.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-products #s3 {
  background: url("../img/product3.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-products #s4 {
  background: url("../img/product4.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-products #s5 {
  background: url("../img/product5.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-products #s6 {
  background: url("../img/product6.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-lighting {
  opacity: 0;
  visibility: hidden;
}

#hidden-lighting #s1 {
  background: url("../img/l1.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-lighting #s2 {
  background: url("../img/l2.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-lighting #s3 {
  background: url("../img/l3.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-lighting #s4 {
  background: url("../img/l4.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-lighting #s5 {
  background: url("../img/l5.jpg") no-repeat center center;
  background-size: cover;
}

#hidden-lighting #s6 {
  background: url("../img/l6.jpg") no-repeat center center;
  background-size: cover;
}

.hidden-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.hidden-content #container {
  display: block;
  position: relative;
  height: 50vh;
  width: 50vw;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden-content .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #c80000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  color: white;
  position: absolute;
  border: solid 1px white;
  opacity: 0.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hidden-content .controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.hidden-content .controls div {
  display: block;
  padding: 10px;
  margin: 10px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background: #888888;
}

.zoomed-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999999999999999999999;
  opacity: 0;
  visibility: hidden;
}

.zoomed-area .targeted-img {
  position: relative;
}

.zoomed-area .targeted-img .returner {
  position: absolute;
  top: -50px;
  right: -30px;
  color: #fff;
  font-size: 3em;
  cursor: pointer;
}

.portfolio-stage {
  background: #929497;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 10;
}

.portfolio-stage .portfolio-item {
  width: 33.33%;
  height: 50vh;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.portfolio-stage .portfolio-item#pi1 {
  background: #929497;
}

.portfolio-stage .portfolio-item#pi1 .lead-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.portfolio-stage .portfolio-item#pi1 .lead-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-stage .portfolio-item#pi2 {
  background: #888888;
}

.portfolio-stage .portfolio-item#pi2 .lead-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.portfolio-stage .portfolio-item#pi2 .lead-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.portfolio-stage .portfolio-item#pi3 {
  background: #929497;
}

.portfolio-stage .portfolio-item#pi3 .lead-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.portfolio-stage .portfolio-item#pi3 .lead-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-stage .portfolio-item#pi4 {
  background: #888888;
}

.portfolio-stage .portfolio-item#pi4 .lead-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.portfolio-stage .portfolio-item#pi4 .lead-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-stage .portfolio-item#pi5 {
  background: #929497;
}

.portfolio-stage .portfolio-item#pi5 .lead-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.portfolio-stage .portfolio-item#pi5 .lead-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.portfolio-stage .portfolio-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: rgba(136, 136, 136, 0.3);
  color: #fff;
  font-size: 4em;
  letter-spacing: 15px;
}

.portfolio-back {
  cursor: pointer;
  display: inline-block;
}

.portfolio-1-selected,
.portfolio-2-selected,
.portfolio-3-selected,
.portfolio-4-selected,
.portfolio-5-selected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  z-index: 999999999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.portfolio-1-selected .inner-portfolio-selected,
.portfolio-2-selected .inner-portfolio-selected,
.portfolio-3-selected .inner-portfolio-selected,
.portfolio-4-selected .inner-portfolio-selected,
.portfolio-5-selected .inner-portfolio-selected {
  -webkit-transform: scale(10);
          transform: scale(10);
  opacity: 0;
  visibility: hidden;
  height: 50vh;
}

.portfolio-1-selected .selected-main-img,
.portfolio-2-selected .selected-main-img,
.portfolio-3-selected .selected-main-img,
.portfolio-4-selected .selected-main-img,
.portfolio-5-selected .selected-main-img {
  position: relative;
  width: 100%;
  height: 50vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.portfolio-1-selected .selected-main-img .p-strip,
.portfolio-2-selected .selected-main-img .p-strip,
.portfolio-3-selected .selected-main-img .p-strip,
.portfolio-4-selected .selected-main-img .p-strip,
.portfolio-5-selected .selected-main-img .p-strip {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: rgba(136, 136, 136, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: 15px;
}

.zoomedin {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.normal-gallery {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  max-width: 900px;
  max-height: 80vh;
}

.p-desc {
  color: #888888;
  width: 85%;
  margin: auto;
  display: block;
}

.p-line {
  display: block;
  width: 100%;
  margin: 30px auto;
  height: 1px;
  background: #ffd400;
}

.portfolio-img-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto;
      grid-template-columns: auto auto auto auto auto;
  margin: auto;
  width: 85%;
  padding: 10px;
  grid-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

.portfolio-img-area .tn {
  background: #888888;
  cursor: pointer;
  margin: 0 4px;
  height: 200px;
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.portfolio-img-area .tn img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  width: 200px;
  display: block;
}

.intro-box {
  background: #888888;
  color: #ffd400;
  padding: 15px;
  z-index: 10000 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.intro-box h2 {
  text-transform: uppercase;
  font-weight: 200;
}

header.intro h1 {
  text-transform: uppercase;
  letter-spacing: 8px;
  font-weight: 200;
}

.portfolio-grown {
  -webkit-transition: all .5s;
  transition: all .5s;
}

main {
  overflow-x: hidden;
  display: block;
  margin: auto;
  color: #888888;
  letter-spacing: 2px;
}

main .reviews {
  background: #888888;
  color: #fff !important;
}

main .reviews p {
  color: #fff;
}

main section {
  padding: 2em;
}

main section#panorama {
  padding: 0;
  border-top: 6px solid #000;
  height: 70vmin;
}

main section#panorama::before {
  content: 'LATEST PROJECT';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 12;
  color: #fff;
}

main section#panorama .project-link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  z-index: 20;
  color: #fff;
  font-size: 24px;
}

main section#panorama .project-link p {
  color: #fff;
  margin: 0;
}

main section#panorama .project-link .view {
  margin-left: 20px;
  border: 1px solid #fff;
  padding: 8px;
  cursor: pointer;
}

main section#aboutsec {
  background: #fff;
  text-align: center;
  max-width: 70%;
  margin: auto;
}

main section.jumpto {
  background: url(../img/tiles-bg2.jpg) no-repeat center center fixed;
  background-size: cover;
  position: relative;
}

main section.jumpto::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

main section h2 {
  text-align: center;
  margin-top: 0;
}

main section h3 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 200;
  font-size: 3em;
  margin-top: 0;
  color: #FFF;
}

main section p {
  text-align: center;
  max-width: 80%;
  margin: 10px auto;
  display: block;
  color: #888888;
  line-height: 1.7;
}

main section .darrow {
  display: block;
  margin: auto;
  width: 40px;
  margin-top: 30px;
}

main .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  grid-gap: 15px;
}

main .cards .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: 1px solid #ffd400;
  height: 400px;
  cursor: pointer;
}

main .cards .card p {
  text-align: center;
  width: 100%;
  font-size: 2em;
  color: #fff;
}

.media-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(136, 136, 136, 0.8);
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
}

.media-content .media-span {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: contents;
}

.media-content .media-span .media-closer {
  position: absolute;
  top: 0px;
  right: 33px;
  width: 35px;
  height: 35px;
  font-size: 70px;
  color: #ffd400;
  cursor: pointer;
}

.media-content .media-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 3em;
  width: 35%;
  max-width: 1400px;
}

.media-content .media-inner .half {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.media-content .media-inner .half#livefeed {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media-content .media-inner .half#livefeed p {
  text-align: center;
  color: #FFF;
  font-size: 2em;
}

.media-content .media-inner .half#mag p {
  text-align: center;
  color: #FFF;
  font-size: 2em;
}

.media-content .media-inner .half#mag .mag-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
      grid-template-columns: auto auto auto;
  grid-gap: 10px;
  padding: 10px;
}

.media-content .media-inner .half#mag .mag-row .featuring-mag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.media-content .media-inner .half#mag .mag-row .featuring-mag img {
  display: block;
  margin: auto;
  height: 150px;
}

.media-content .media-inner .half#mag .mag-row .single-mag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.media-content .media-inner .half#mag .mag-row .single-mag:hover .mag-details {
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.media-content .media-inner .half#mag .mag-row .single-mag .mag-details {
  display: none !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: 0;
  bottom: 0;
  display: block;
  height: auto;
  background: black;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  padding: 1em;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0;
}

.media-content .media-inner .half#mag .mag-row .single-mag img {
  display: block;
  margin: auto;
  height: 230px;
}

.media-content .media-inner .half #tv-crest {
  display: block;
  margin: auto;
  width: 60%;
  max-width: 400px;
}

.media-content .media-inner .half .ig {
  display: contents;
}

.ig {
  display: contents;
}

.ig .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.membersof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 60%;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
}

.membersof .member-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.membersof .member-item img {
  display: block;
  margin: auto;
  width: 80%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.membersof .member-item img#bigger {
  width: 50%;
}

.membersof .member-item img#tm {
  width: 95%;
}

.soc-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.soc-contact i {
  color: #888888 !important;
}

@-webkit-keyframes slit-in-diagonal-1 {
  0% {
    -webkit-transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
    transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg);
    transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotate3d(1, 1, 0, 0);
    transform: translateZ(0) rotate3d(1, 1, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes slit-in-diagonal-1 {
  0% {
    -webkit-transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
    transform: translateZ(-800px) rotate3d(1, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg);
    transform: translateZ(-160px) rotate3d(1, 1, 0, 87deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotate3d(1, 1, 0, 0);
    transform: translateZ(0) rotate3d(1, 1, 0, 0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@media only screen and (max-height: 850px) {
  .media-content .media-inner .half#mag .mag-row .single-mag img {
    display: block;
    margin: auto;
    height: 130px;
  }
  .media-content .media-inner .half #tv-crest {
    display: block;
    margin: auto;
    width: 60%;
    max-width: 200px;
  }
  .half p {
    font-size: 1.3em !important;
  }
  .half .ig .post img {
    width: 90px !important;
    height: 90px !important;
  }
}

@media only screen and (max-height: 810px) {
  .menu--info h1 {
    font-size: 1.5em;
  }
}

@media only screen and (max-height: 725px) {
  .entrance .inner-entrance {
    width: 33%;
  }
  .entrance h2 {
    font-size: 2em;
  }
}

@media only screen and (max-height: 690px) {
  .content-area .inner {
    font-size: 14px;
  }
}

@media only screen and (max-height: 670px) {
  .fullscreen-menu {
    overflow: auto;
  }
  .menu--info {
    margin: 0;
  }
  .menu--info#firstone {
    margin-top: 50px;
  }
  .menu--info h1 {
    font-size: 1em;
  }
  .fab {
    font-size: 1.4em;
  }
  .socials i {
    margin: 0 6px;
  }
}

@media only screen and (max-height: 610px) {
  .entrance .inner-entrance {
    width: 25%;
  }
  .entrance h2 {
    font-size: 1.8em;
  }
  .entrance .load-button p {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 750px) {
  .selected-main-img .p-strip {
    font-size: 2em;
    letter-spacing: 8px;
  }
  .media-content .media-span .media-closer {
    top: -2px;
    right: 30px;
  }
  .media-content .media-inner {
    width: unset;
  }
  .soc-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .soc-contact i {
    margin-top: 12px;
  }
  p {
    font-size: 15px;
  }
  .slider::after {
    font-size: 2em;
    letter-spacing: 8px;
  }
  .entrance .inner-entrance {
    width: 80%;
  }
  .entrance h2 {
    font-size: 1.7em;
    letter-spacing: 8px;
  }
  main section {
    padding: 1em;
  }
  main section#panorama {
    height: 600px;
  }
  main section#panorama .project-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 110px;
  }
  main section h3 {
    font-size: 2em;
  }
  main section#aboutsec {
    max-width: 90%;
  }
  main section#aboutsec p {
    width: 100% !important;
  }
  main .cards {
    display: block;
  }
  main .cards .card {
    margin-bottom: 30px;
    height: 300px;
  }
  .membersof {
    display: block;
  }
  .membersof .member-item {
    margin-bottom: 30px;
  }
  .mobile-view .media-path {
    display: block !important;
    stroke-dasharray: unset !important;
  }
  .mobile-view .adv-1,
  .mobile-view .adv-2 {
    display: block !important;
    stroke-dasharray: unset !important;
  }
  .mobile-view .design1-1 {
    display: block !important;
    stroke-dasharray: unset !important;
  }
  .logo {
    width: 55px;
    height: 55px;
  }
  .burger {
    width: 28px;
    height: 28px;
  }
  .burger span {
    margin: 4px 0 6px 0;
  }
  .menu--info h1 {
    font-size: 1.7em;
    letter-spacing: 8px;
  }
  .menu-line {
    width: 70%;
  }
  .aheader::after {
    font-size: 3em;
    letter-spacing: 8px;
  }
  .designheader::after {
    font-size: 3em;
    letter-spacing: 8px;
  }
  .consultancyheader::after {
    font-size: 2.2em;
    letter-spacing: 8px;
  }
  .contactheader::after {
    font-size: 2.2em;
    letter-spacing: 8px;
  }
  .contact-inner {
    padding: 0;
  }
  .lheader::after {
    font-size: 3em;
    letter-spacing: 8px;
  }
  .pheader::after {
    font-size: 3em;
    letter-spacing: 8px;
  }
  .blogheader::after {
    font-size: 3em;
    letter-spacing: 8px;
  }
  .iblogheader::after {
    font-size: 3em;
    letter-spacing: 8px;
  }
  .blog-item {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-item .blog-img {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .blog-item:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .post-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .back-box {
    text-align: center;
  }
  .mainform {
    display: block;
    width: 95%;
    padding: 0;
  }
  #pi6 {
    display: none;
  }
  .inner-portfolio-selected {
    height: auto !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 100;
  }
  .intro-box {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .intro-box h2 {
    font-size: 14px;
    margin: 0;
  }
  .portfolio-stage {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: auto !important;
    z-index: 1;
  }
  .portfolio-stage .portfolio-item {
    position: relative;
    z-index: 1000;
    width: 100%;
  }
  .portfolio-stage .portfolio-footer {
    font-size: 2.4em;
    letter-spacing: 8px;
  }
  .portfolio-grown {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
  .portfolio-1-selected {
    display: block;
    position: fixed !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
    z-index: 9999999999999999;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .portfolio-1-selected .selected-main-img {
    height: 300px !important;
    pointer-events: none !important;
  }
  .portfolio-1-selected .selected-main-img .p-strip {
    font-size: 2em;
    letter-spacing: 8px;
  }
  .portfolio-2-selected {
    display: block;
    -webkit-overflow-scrolling: touch !important;
    position: fixed !important;
    z-index: 9999999999999999;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .portfolio-2-selected .selected-main-img {
    height: 300px !important;
    pointer-events: none !important;
  }
  .portfolio-2-selected .selected-main-img .p-strip {
    font-size: 2em;
    letter-spacing: 8px;
  }
  .portfolio-3-selected {
    display: block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
    position: fixed !important;
    z-index: 9999999999999999;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .portfolio-3-selected .selected-main-img {
    height: 300px !important;
    pointer-events: none !important;
  }
  .portfolio-3-selected .selected-main-img .p-strip {
    font-size: 2em;
    letter-spacing: 8px;
  }
  .portfolio-4-selected {
    display: block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
    position: fixed !important;
    z-index: 9999999999999999;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .portfolio-4-selected .selected-main-img {
    height: 300px !important;
    pointer-events: none !important;
  }
  .portfolio-4-selected .selected-main-img .p-strip {
    font-size: 2em;
    letter-spacing: 8px;
  }
  .portfolio-5-selected {
    display: block;
    overflow: scroll;
    -webkit-overflow-scrolling: touch !important;
    position: fixed !important;
    z-index: 9999999999999999;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .portfolio-5-selected .selected-main-img {
    height: 300px !important;
    pointer-events: none !important;
  }
  .portfolio-5-selected .selected-main-img .p-strip {
    font-size: 2em;
    letter-spacing: 8px;
  }
  .p-desc {
    width: 90%;
    margin-top: 30px;
  }
  .portfolio-back {
    width: 100%;
    display: block;
    padding: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .portfolio-img-area {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .portfolio-img-area .tn {
    margin-bottom: 30px;
  }
  .extends {
    text-align: center;
    font-size: 1.2em;
  }
  .contact-popup .contact-inner {
    width: 90%;
  }
  .contact-popup .contact-inner h2 {
    letter-spacing: 8px;
    font-size: 1.6em;
    text-align: center;
  }
  #thepage {
    font-size: 2em;
  }
}
/*# sourceMappingURL=main.css.map */