a:hover, a:active, a:focus, a:link, a:visited {
  outline: 0 !important;
  outline: 0 none !important;
  outline-style: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  outline: 0;
}

:focus {
  outline: none;
   !important
}

::-moz-focus-inner {
  border: 0;
   !important
}

button, object, embed {
  outline: 0;
}

.page-content-wrap p {
  font-family: 'Anaheim', sans-serif;
  font-size: 18px;
  color: #3F4F5D;
}

.hide-opa {
  display: none !important;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

body.noScroll {
  overflow: hidden !important;
}

.ios-noscroll {
  overflow: hidden !important;
}

.page-id-592 #menu-item-29, .page-id-592 .project-in-btn.other, .page-id-16 #menu-item-29, .page-id-664 .project-in-btn.other, .page-id-664 #menu-item-29{
  display: none;
}
.calendly-inline-widget{
  height: 670px !important;
}

/* All Input elements */
input::-moz-focus-inner {
  outline: 0;
}

/* Or more specifically*/
input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner {
  outline: 0;
}

@font-face {
  font-family: 'Axis';
  src: url('../fonts/Axis.woff2') format('woff2'),
    url('../fonts/Axis.woff') format('woff');
  font-weight: normal;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  width: 100%;
}

/*html, body{
	width: 100%;
	overflow-x: hidden;
}*/
.standard-page-content {
  padding: 70px 50px;
}

@media(max-width: 600px) {
  .standard-page-content {
    padding: 70px 30px;
  }
}

@media(max-width: 500px) {
  .standard-page-content {
    padding: 70px 10px;
  }
}

/***************************
****************************
navigation
****************************
***************************/
.submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.active>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #FC7A24 #FC7A24 transparent;
}

.nav-dropdown>li {
  margin-top: 0px;
}

.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a, .nav-dropdown>li.active>a {
  color: #FC7A24;
}

.nav-dropdown:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

/*mobile*/
.nav-toggle::before {
  background-color: #FF6600;
  -webkit-box-shadow: -0.5em 0.5em 0 0 #FF6600, 0 1em 0 0 #FF6600;
          box-shadow: -0.5em 0.5em 0 0 #FF6600, 0 1em 0 0 #FF6600;
}

.nav-toggle {
  margin-top: 0px;
}

.navigation.bg.solid .nav-toggle {
  top: 25%;
}

.navigation-portrait .nav-menu>li:last-child {
  text-align: center;
}

.navigation-portrait .project-in-btn a {
  margin: 0px;
  width: 90% !important;
  background: white;
  color: #FF6600;
}

.navigation-portrait .project-in-btn a:hover {
  color: #FF6600 !important;
  background: rgba(255, 255, 255, 0.95);
}

.navigation-portrait .nav-dropdown::after {
  display: none;
}

.navigation-portrait .nav-menu>li:hover>a, .navigation-portrait .nav-menu>li.active>a, .navigation-portrait .nav-menu>li.focus>a {
  color: #181818;
}

.navigation-portrait .nav-menu>li:hover>a .submenu-indicator-chevron, .navigation-portrait .nav-menu>.active>a .submenu-indicator-chevron, .navigation-portrait .nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #181818 #181818 transparent;
}

.nav-menus-wrapper-close-button {
  color: #f4f8ff;
}

.navigation-portrait .nav-dropdown>li>a {
  background-color: transparent;
  color: white;
}

.navigation-portrait .nav-menu>li>.nav-dropdown {
  border-top: none;
}

.navigation-portrait .nav-menus-wrapper {
  background: rgb(252, 122, 36);
  background: linear-gradient(135deg, rgba(252, 122, 36, 1) 0%, rgba(252, 78, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7a24', endColorstr='#fc4e24', GradientType=1);
}

.navigation-portrait .nav-menu>li, .navigation-portrait .nav-menu>li:last-child {
  border: none;
}

/*temp-menu-btn*/
.temp-menu-btn.nav-toggle {
  display: block;
  top: 20px;
}

.temp-menu-btn-wrapper {
  position: absolute;
  top: 0px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  left: 0px;
  right: 0px;
}

@media(max-width: 899px) {
  .temp-menu-btn-wrapper {
    display: none;
  }
}

/***************************
****************************
loader
****************************
***************************/
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 0px;
  left: 0px;
  z-index: 999999;
}

.loader-2 {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: 0px;
  left: 50%;
  z-index: 999998;
}

.loader-3 {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 90%;
  z-index: 999997;
}

/*.loader:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);

  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
  );
}

/* Hover state - trigger effect */
/*.loader:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}*/

.loader-roller{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.loader-roller.hide{
  opacity: 0;
  z-index: 0;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF6600;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/***************************
****************************
inquiry-wrapper
****************************
***************************/
.inquiry-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0px;
  z-index: 999;
}

.inquiry-wrapper .inquiry-close {
  position: absolute;
  height: 40px;
  width: 40px;
  background-image: url(../img/close-btn.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 30px;
  right: 30px;
  cursor: pointer;
  opacity: 0;
}

.inquiry-wrapper .text-over {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0px;
  overflow: hidden;
  height: 100px;
}

.inquiry-wrapper .text-cut {
  position: absolute;
  width: 40%;
  bottom: 0px;
  overflow: hidden;
  left: 0px;
  height: 100px;
}

.inquiry-wrapper img {
  position: absolute;
  width: 900px;
  height: auto;
  left: 120px;
  bottom: -30px;
}

.inquiry-wrapper .left-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 40%;
  left: -100%;
  top: 0px;
  background-image: url(../img/WomanCarryingWine_Full.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inquiry-wrapper .left-panel::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #3F4F5D;
  top: 0px;
  left: 0px;
  opacity: 0.93;
}

.inquiry-wrapper .left-panel h5 {
  font-family: 'Axis';
  font-size: 20px;
  color: white;
}

.inquiry-wrapper .right-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  position: absolute;
  height: 100%;
  width: 60%;
  right: -100%;
  left: auto;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgb(252, 78, 36);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 78, 36, 1)), to(rgba(252, 122, 36, 1)));
  background: linear-gradient(to bottom, rgba(252, 78, 36, 1) 0%, rgba(252, 122, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc4e24', endColorstr='#fc7a24', GradientType=0);
}

.inquiry-wrapper .content {
  position: relative;
  padding: 50px 50px;
  width: 100%;
}

.inquiry-wrapper .content .nf-form-title h3 {
  font-family: 'Axis';
  font-size: 30px;
  color: white;
}

.nf-form-fields-required {
  display: none;
}

.inquiry-wrapper .content p {
  font-family: 'Anaheim', sans-serif;
  font-size: 20px;
  line-height: 35px;
  color: white;
}

.inquiry-wrapper .content p.bold {
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.inquiry-wrapper .content form input, .inquiry-wrapper .content form textarea {
  font-family: 'Anaheim', sans-serif;
  display: block;
  border: none;
  font-size: 17px;
  padding: 10px;
  border-radius: 5px;
}

.inquiry-wrapper .nf-error-msg.nf-error-required-error {
  color: white;
  font-size: 13px;
}

.inquiry-wrapper .nf-error-msg.nf-error-field-errors {
  color: white;
  font-size: 13px;
}

.inquiry-wrapper .nf-response-msg p {
  display: inline-block;
  background: #4f636c;
  padding: 5px 12px;
  border-radius: 5px;
}

.inquiry-wrapper .content form input {
  width: 100%;
  max-width: 400px;
}

.inquiry-wrapper .content form textarea {
  width: 100%;
  max-width: 500px;
  resize: none;
  overflow: auto;
  height: 150px;
}

.inquiry-wrapper .content .field-wrap input[type="button"] {
  width: auto;
  font-family: 'Anaheim', sans-serif;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 18px;
  background: rgb(63, 79, 93);
  background: linear-gradient(135deg, rgba(63, 79, 93, 1) 0%, rgba(40, 67, 91, 1) 48%, rgba(189, 194, 198, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4f5d', endColorstr='#bdc2c6', GradientType=1);
}

#nf-form-2-cont select, #nf-form-2-cont input{
  max-width: 300px;
}

#nf-form-2-cont .nf-field-label label{
  font-family: 'Axis', sans-serif;
  font-size: 22px;
}

#nf-form-2-cont .nf-field-container{
  margin-bottom: 50px;
}

#nf-form-2-cont #nf-field-9, .project-in-btn-ot{
  cursor: pointer;
  font-family: 'Anaheim', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  border: none;
  padding: 10px 15px !important;
  height: auto !important;
  display: inline-block;
  margin-top: 15px;
  border-radius: 50px;
  background: rgb(252, 122, 36);
  background: linear-gradient(135deg, rgba(252, 122, 36, 1) 0%, rgba(252, 78, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7a24', endColorstr='#fc4e24', GradientType=1);
}

.project-in-btn-ot:hover{
  color: white;
}

#nf-form-2-cont .nf-response-msg p {
  display: inline-block;
  background: #4f636c;
  color: white;
  font-size: 30px;
  padding: 5px 12px;
  border-radius: 5px;
}

.page-id-592 .commercial-page-header::before{
  background: rgba(0, 0, 0, 0.63);
}

@media(max-height: 622px) {
  .inquiry-wrapper {
    overflow-y: auto;
  }

  .inquiry-wrapper .text-over {
    display: none;
  }
}

@media(max-width: 1131px) {
  .inquiry-wrapper .content h5 {
    font-size: 18px;
  }

  .inquiry-wrapper .content p {
    font-size: 17px;
    line-height: 24px;
  }
}

@media(max-width: 1035px) {
  .inquiry-wrapper img {
    width: 700px;
  }

  .inquiry-wrapper .content p {}
}

@media(max-width: 899px) {
  .inquiry-wrapper {
    overflow-y: auto;
  }

  .inquiry-wrapper .left-panel {
    position: relative;
    height: auto;
    width: 100%;
  }

  .inquiry-wrapper .right-panel {
    position: relative;
    height: auto;
    width: 100%;
    padding-left: 0px;
  }

  .inquiry-wrapper .text-over {
    display: none;
  }
}

/***************************
****************************
navigation
****************************
***************************/
.navigation {
  padding-top: 30px;
  position: fixed;
  top: 0px;
  z-index: 99;
  font-family: 'Anaheim', sans-serif;
  background: transparent;
}

.navigation.bg {
  padding-top: 0px;
  background: rgba(63, 79, 93, 0.69);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navigation.bg.solid {
  padding-top: 0px;
  background: rgba(63, 79, 93, 1);
}

.navigation .nav-wrapper {
  max-width: 1200px;
  margin: auto;
  font-weight: bold;
  overflow: auto;
  padding: 0px 30px;
}

.navigation ul a {
  text-transform: uppercase;
  font-size: 16px;
}

.nav-menu>li>a {
  color: white;
}

.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {
  color: #FC7A24;
}

.project-in-btn a, .project-in-btn.other {
  cursor: pointer;
  padding: 10px 15px !important;
  height: auto !important;
  display: block;
  margin-top: 15px;
  margin-left: 15px;
  border-radius: 50px;
  background: rgb(252, 122, 36);
  background: linear-gradient(135deg, rgba(252, 122, 36, 1) 0%, rgba(252, 78, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7a24', endColorstr='#fc4e24', GradientType=1);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.project-in-btn a:hover, .project-in-btn.other:hover {
  color: white !important;
}

.project-in-btn.other {
  display: inline-block;
}

/***************************
****************************
homepage
****************************
***************************/
/*welcome text*/
.welcome-svg {
  position: fixed;
  top: 100%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  /*bottom: -90px;*/
  width: 100%;
  z-index: 79;
  opacity: 0;
  display: block;
  /*transition: all 0.55s ease-out;*/
}

.welcome-svg.top {
  top: 0px;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.welcome-svg.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.home-intro {
  position: relative;
  background-image: url(../img/ModernHouseNightDistance_Full_bk.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.home-intro::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.11);
  top: 0px;
  left: 0px;
}

.home-intro .intro {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  margin-top: -150px;
  width: 85%;
}

.home-intro .intro h1 {
  max-width: 600px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 50px;
  color: white;
  line-height: 70px;
  text-transform: uppercase;
  padding-left: 20px;
  visibility: hidden;
}

.home-intro .intro h1 span, .home-intro .intro h1 span span {
  visibility: hidden;
}

.section-bg-tile {
  position: absolute;
  height: 100vh;
  width: 100vw;
  top: 0px;
  left: 0px;
  background-image: url(../img/ModernHouseNightDistance_Full.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.section-bg-tile .tilt {
  width: 110%;
  height: 110%;
  top: -10%;
  left: -10%;
}

/*.shine-inner{
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgb(0, 0, 0) 100%) !important;
}*/
/*about us*/
.home-about-us {
  overflow: hidden;
}

.home-about-us .intro .bg-layer {
  position: absolute;
  height: 100%;
  width: 40%;
  left: 0px;
  top: 0px;
  background-image: url(../img/C4_Images_Listen_4-dark.jpg);
  background-position: -100px center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-about-us .intro .bg-layer.safari-mobile {
  background-image: url(../img/C4_Images_Listen_4.jpg);
  background-position: -150px center;
}

@media screen and (orientation:portrait) {
  .home-about-us .intro .bg-layer.safari-mobile, .home-about-us .intro .bg-layer {
    background-image: url(../img/C4_Images_Listen_4.jpg);
    background-position: -350px center;
  }
  .home-about-us .intro .bg-layer .fire, .home-about-us .intro .bg-layer .tv-light, .home-about-us .intro .bg-layer .cover{
    display: none !important;
  }
}

.home-about-us .intro .bg-layer.safari-mobile .fire, .home-about-us .intro .bg-layer.safari-mobile .tv-light, .home-about-us .intro .bg-layer.safari-mobile .cover{
  display: none !important;
}

.home-about-us .intro .bg-layer {
  overflow: hidden;
}

.home-about-us .intro .bg-layer img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0px;
  left: -100px;
}

.home-about-us .intro .bg-layer .tv-light {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/C4_Images_Listen_4-tv.png);
  background-position: -100px center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.fire {
  position: absolute;
  width: calc(100vh * 1.5 / 5);
  height: 50px;
  float: left;
  left: calc(100vh * 1.5 / 4.2 - 105px);
  top: calc(100vh / 1.6 - 58px);
  -webkit-transform: rotateZ(-2deg);
          transform: rotateZ(-2deg);
}

.fire canvas {
  width: 100%;
  height: 100%;
}

.home-about-us .intro .bg-layer .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(63, 79, 93, 0.8);
  top: 0px;
  left: 0px;
}

.home-about-us .intro .content {
  text-align: center;
  width: 60%;
  right: 0px;
  padding: 30px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: auto;
  top: 25%;
  bottom: 0px;
  margin-left: 40%;
  margin-top: 100px;
}

.home-about-us .intro .content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #3F4F5D;
  font-weight: 500;
  margin-bottom: 10px;
}

.home-about-us .intro .content p.sub-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #707070;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.home-about-us .intro .content p.text {
  font-family: 'Anaheim', sans-serif;
  font-size: 20px;
  line-height: 40px;
  color: #707070;
}

.home-about-us .intro-vid-button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  background: #3F4F5D;
  cursor: pointer;
  overflow: hidden;
}

.home-about-us .intro-vid-button .icon {
  display: inline-block;
  background: #FC7A24;
  padding: 10px 20px;
  float: left;
}

.home-about-us .intro-vid-button .icon i {
  display: block;
  height: 40px;
  width: 40px;
  background-image: url(../img/play-button.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.home-about-us .intro-vid-button .text {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 30px;
  line-height: 60px;
  float: left;
  padding: 0px 20px;
  color: white;
  font-weight: 300;
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.78);
}

/*shine hover*/
.home-about-us .intro-vid-button:after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: -webkit-gradient(linear,
    left top, right top,
    from(rgba(255, 255, 255, 0.13)),
    color-stop(77%, rgba(255, 255, 255, 0.13)),
    color-stop(92%, rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0.0)));
  background: linear-gradient(to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%);
}

/* Hover state - trigger effect */
.home-about-us .intro-vid-button:hover:after {
  opacity: 1;
  top: -130%;
  left: 130%;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
          transition-duration: 0.7s, 0.7s, 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.home-about-us .intro-vid-button:hover .icon i {
  -webkit-transform: rotateZ(360deg);
          transform: rotateZ(360deg);
}

/* Active state */
.home-about-us .intro-vid-button:active:after {
  opacity: 0;
}

/*home slider*/
.fp-controlArrow {
  display: none;
}

.fp-slidesNav.fp-bottom {
  text-align: center;
}

.home-slider-section #slide1 {
  background-color: rgb(216, 216, 216);
  position: relative;
  overflow: hidden;
}

.home-slider-section #slide1 .light-source {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/slide-1-light.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.home-slider-section #slide1 .slide-tablet {
  position: absolute;
  width: 50%;
  height: auto;
  left: -100%;
  margin: auto;
  top: 0px;
  bottom: 0px;
}

.home-slider-section #slide1 .slider-content {
  position: relative;
  width: 40%;
  padding: 30px 50px;
  margin-right: 10%;
  float: right;
}

.home-slider-section #slide1 .slider-content h3 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: white;
  opacity: 0;
  font-weight: 600;
}

.home-slider-section #slide1 .slider-content p {
  font-family: 'Anaheim', sans-serif;
  font-size: 18px;
  color: white;
  opacity: 0;
}

.home-slider-section #slide2 {
  overflow: hidden;
  background-color: #3F4F5D;
  position: relative;
}

.home-slider-section #slide2 .intro{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  justify-content: flex-end;
}

.home-slider-section #slide2 .intro.edge{
  height: auto;
  display: block !important;
}

.home-slider-section #slide2 .light-source {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/slide-2-light.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.home-slider-section #slide2 .fp-tableCell {
  overflow: hidden;
  position: relative;
}

.home-slider-section #slide2 .img-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  left: -100%;
  top: 0px;
  margin: auto;
  bottom: 0px;
}

.home-slider-section #slide2 .img-wrapper img {
  position: absolute;
  height: 70%;
  width: auto;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.home-slider-section #slide2 .img-wrapper img.light-con {
  opacity: 0;
}

.home-slider-section #slide2 .slider-content {
  position: relative;
  width: 40%;
  padding: 30px 50px;
  margin-right: 10%;
  float: right;
}

.home-slider-section #slide2 .slider-content h3 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: #3F4F5D;
  opacity: 0;
  font-weight: 600;
}

.home-slider-section #slide2 .slider-content p {
  font-family: 'Anaheim', sans-serif;
  font-size: 18px;
  color: #3F4F5D;
  opacity: 0;
}

.light-move {
  -webkit-animation: MoveUpDown 5s linear infinite;
          animation: MoveUpDown 5s linear infinite;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }

  50% {
    bottom: 15px;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }

  50% {
    bottom: 15px;
  }
}

.home-slider-section #slide3 {
  overflow: hidden;
  background-color: #BEC3C7;
  position: relative;
}

.home-slider-section #slide3 .intro{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  justify-content: flex-end;
}

.home-slider-section #slide3 .intro.edge{
  height: auto;
  display: block !important;
}

.home-slider-section #slide3 .fp-tableCell {
  overflow: hidden;
  position: relative;
}

.home-slider-section #slide3 .light-source {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0px;
  right: 0px;
  background-image: url(../img/slide-3-light-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.home-slider-section #slide3 .jsgif {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
  position: absolute;
  height: 70%;
  width: auto;
  left: -130%;
  margin: auto;
  top: 10%;
  bottom: 0px;
}

.home-slider-section #slide3 .slider-content {
  position: relative;
  width: 40%;
  padding: 30px 50px;
  margin-right: 10%;
  float: right;
}

.home-slider-section #slide3 .slider-content h3 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: white;
  opacity: 0;
  font-weight: 600;
}

.home-slider-section #slide3 .slider-content p {
  font-family: 'Anaheim', sans-serif;
  font-size: 18px;
  color: white;
  opacity: 0;
}

.fp-controlArrow, .fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
  display: none !important;
}

/*home service*/
.home-services .intro {
  overflow: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-services .service-link {
  text-decoration: none;
  position: relative;
  width: 33.333%;
  height: 100%;
  float: left;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding: 100px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: background-size 0.5s ease-in;
  -webkit-transition: background-size 0.5s ease-in;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.home-services .service-link .content-wrapper {
  max-width: 250px;
}

.home-services .service-link.residential {
  background-image: url(../img/WomanRemoteTV.jpg);
}

.home-services .service-link.commercial {
  background-image: url(../img/ModernHouseDay.jpg);
}

.home-services .service-link.security {
  background-image: url(../img/C4_Images_Security_1.jpg);
}

.home-services .service-link::before {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 79, 93, 0.55)), color-stop(1%, rgba(63, 79, 93, 0.55)), to(rgba(13, 16, 19, 0.84)));
  background: linear-gradient(to bottom, rgba(63, 79, 93, 0.55) 0%, rgba(63, 79, 93, 0.55) 1%, rgba(13, 16, 19, 0.84) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c3f4f5d', endColorstr='#d60d1013', GradientType=0);
}

.home-services .service-link h5 {
  position: relative;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 30px;
  line-height: 40px;
  color: white;
}

.home-services .service-link p {
  position: relative;
  font-family: 'Anaheim', sans-serif;
  font-size: 17px;
  color: white;
}

.home-services .service-link .p-event {
  margin-bottom: 20px;
}

.home-services .service-link ul {
  margin: 0px;
  margin-bottom: 50px;
  padding-left: 0px;
}

.home-services .service-link ul li {
  list-style: none;
  position: relative;
  font-family: 'Anaheim', sans-serif;
  font-size: 15px;
  color: white;
}

.home-services .service-link .ser-link-cover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 78, 36, 0.76)), to(rgba(252, 121, 36, 0.76)));
  background: linear-gradient(to bottom, rgba(252, 78, 36, 0.76) 0%, rgba(252, 121, 36, 0.76) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2fc4e24', endColorstr='#c2fc7924', GradientType=0);
  opacity: 0;
}

.home-services .service-link:hover {
  transition: background-size 5s ease-in;
  -moz-transition: background-size 5s ease-in;
  -ms-transition: background-size 5s ease-in;
  -o-transition: background-size 5s ease-in;
  -webkit-transition: background-size 5s ease-in;
  background-size: auto 120%;
  transition: width 0.5s;
  -moz-transition: width 0.5s;
  -ms-transition: width 0.5s;
  -o-transition: width 0.5s;
  -webkit-transition: width 0.5s;
  width: 50%;
}

.home-services .service-link:hover::before {
  opacity: 0;
}

.home-services .service-link:hover .ser-link-cover {
  opacity: 1;
}

/*home cta video*/
.home-cta {
  position: relative;
  overflow: hidden;
  background: url('../img/video-poster.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.home-cta .intro {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.home-cta #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-image:
    /* our video */
  ;
  background-position: center center;
  background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
  /*cover video background */
}

.home-cta .intro .slider-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 100px 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.36);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-cta .intro .slider-content h4 {
  font-family: 'Axis', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: lighter !important;
  font-size: 40px;
  line-height: 50px;
  color: white;
}

.home-cta .intro .slider-content p {
  font-family: 'Anaheim', sans-serif;
  font-size: 20px;
  margin-bottom: 50px;
  color: white;
}

.home-cta .intro .slider-content a {
  font-family: 'Anaheim', sans-serif;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

@media(min-height: 1052px) and (max-width: 2118px) {
  .home-slider-section #slide2 .img-wrapper {
    max-height: 900px;
  }
}

@media(max-width: 1644px) {
  .home-slider-section #slide2 .img-wrapper {
    max-height: 900px;
  }
}

@media(max-width: 1624px) {
  .home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
    max-height: 700px;
  }
}

@media(max-width: 1544px) {
  .home-slider-section #slide2 .img-wrapper {
    max-height: 700px;
  }
}

@media(max-width: 1225px) {
  .home-about-us .intro .bg-layer {
    background-position: -150px center;
  }

  .home-about-us .intro .bg-layer .tv-light {
    background-position: -150px center;
  }

  .fire {
    left: calc(100vh * 1.5 / 4.2 - 155px);
  }
}

@media(max-width: 1193px) {
  .home-slider-section #slide1 .slider-content {
    width: 50%;
  }
}


@media(max-width: 1087px) {
  .home-about-us .intro .bg-layer {
    background-position: -200px center;
  }

  .home-about-us .intro .bg-layer .tv-light {
    background-position: -200px center;
  }

  .fire {
    left: calc(100vh * 1.5 / 4.2 - 205px);
  }
}

@media(max-width: 1044px) {
  .home-slider-section #slide2 .img-wrapper {
    height: 70%;
    margin: auto;
    bottom: 0px;
    max-height: 550px;
  }

  .home-slider-section #slide2 .slider-content {
    padding: 30px 20px;
  }
}

@media(max-width: 1195px) {
  .home-about-us .intro .content p.text {
    line-height: 30px;
    font-size: 18px;
  }

  .home-about-us .intro .content p.sub-title {
    font-size: 18px;
  }
}

@media(max-width: 1129px) {
  .home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
    height: 60%;
  }
}

@media(max-width: 1009px) {
  .home-services .service-link h5 {
    font-size: 25px;
    line-height: 30px;
    max-width: 210px;
  }

  .home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
    height: 50%;
  }
}

@media(max-width: 989px) {
  .home-slider-section #slide3 .slider-content {
    width: 50%;
    margin-right: 0px;
  }
}

@media(max-width: 899px) {
  .welcome-svg {
    position: absolute;
  }

  .home-about-us .intro .bg-layer .cover {
    display: none;
  }

  .home-about-us .intro .bg-layer {
    background-image: url(../img/C4_Images_Listen_4.jpg);
    background-position: center center;
    position: relative;
    height: 400px;
    width: 100%;
  }

  .fire {
    display: none;
  }

  .tv-light {
    display: none;
  }

  .home-about-us .intro .content {
    width: 100%;
    margin-left: 0px;
    margin-top: 50px;
    padding: 30px 80px 70px;
  }

  .home-about-us .intro .content p.text {
    font-size: 18px;
  }

  .home-services .intro {
    display: block;
    overflow: visible;
  }

  .home-services .service-link {
    width: 100%;
    height: auto;
    display: block;
    background-size: cover;
  }

  .home-services .service-link:hover {
    background-size: cover;
    width: 100%;
  }

  .home-services .service-link .content-wrapper {
    max-width: 100%;
  }

  .home-services .service-link h5 {
    max-width: 100%;
  }

  .home-cta {
    min-height: 450px;
  }

  .fp-slidesNav ul li a span {
    background: rgba(18, 85, 134, 0.7) !important;
  }
}

@media(max-width: 885px) {
  .home-slider-section #slide1 .slider-content h3 {
    font-size: 25px;
  }

  .home-slider-section #slide2 .slider-content h3 {
    font-size: 25px;
  }

  .home-slider-section #slide3 .slider-content h3 {
    font-size: 25px;
  }

  .home-slider-section #slide1 .slider-content {
    width: 56%;
    padding: 30px 30px;
    margin-right: 0px;
  }
}

@media(max-width: 839px) {
  .home-cta .intro .slider-content h4 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media(max-width: 854px) {
  .home-slider-section #slide2 .img-wrapper {
    left: -50%;
  }

  .home-slider-section #slide2 .slider-content {
    width: 50%;
    margin-right: 20px;
  }
}

@media(max-width: 819px) {
  .home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
    height: 40%;
  }

  .home-slider-section #slide3 .slider-content {
    padding: 30px 50px;
  }
}

@media(max-width: 752px) {
  .home-slider-section #slide2 .img-wrapper {
    left: -60%;
  }

  .home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
    height: 35%;
  }
}

@media(max-width: 678px) {
  .home-slider-section #slide2 .img-wrapper {
    left: -70%;
  }

  .home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
    height: 30%;
  }
}

@media(max-width: 630px) {
  .home-slider-section #slide2 .img-wrapper {
    left: -80%;
  }
}

@media(max-width: 614px) {
  .home-intro .intro h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media(max-width: 589px) {
  .home-slider-section #slide2 .img-wrapper {
    left: -90%;
  }
}

@media(max-width: 585px) {
  .home-cta .intro .slider-content h4 {
    font-size: 25px;
    line-height: 30px;
  }

  .home-cta .intro .slider-content p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media(max-width: 575px) {
  .home-about-us .intro .content {
    padding: 30px 30px 70px;
  }
}

@media(max-width: 541px) {
  .home-slider-section #slide1 .fp-tableCell {
    position: relative;
    background-image: url(../img/C4_Images_Primary_UI_11.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-slider-section #slide1 .slide-tablet {
    display: none;
  }

  .home-slider-section #slide1 .slider-content {
    width: 100%;
    padding: 30px 50px;
    margin-right: 0px;
  }

  .home-slider-section #slide1 .fp-tableCell::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(63, 79, 93, 0.6);
    top: 0px;
    left: 0px;
  }

  .home-slider-section #slide2 .img-wrapper {
    display: none;
  }

  .home-slider-section #slide2 .slider-content {
    width: 100%;
    padding: 30px 50px;
    margin-right: 0px;
  }

  .home-slider-section #slide2 .fp-tableCell {
    position: relative;
    background-image: url(../img/C4_Images_Video_5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-slider-section #slide2 .fp-tableCell::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0px;
    left: 0px;
  }

  .home-slider-section #slide3 .shimmer {
    display: none;
  }

  .home-slider-section #slide3 .slider-content {
    width: 100%;
    padding: 30px 50px;
    margin-right: 0px;
  }

  .home-slider-section #slide3 .fp-tableCell {
    position: relative;
    background-image: url(../img/C4_Images_Mobile_6.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .home-slider-section #slide3 .fp-tableCell::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(252, 102, 36, 0.7);
    top: 0px;
    left: 0px;
  }
}

@media(max-width: 378px) {
  .home-intro .intro {
    padding: 0px;
  }
}

@media screen and (orientation:portrait) and (max-width: 1024px){
  .home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
    max-height: 500px;
  }
}

@media screen and (orientation:portrait) and (max-width: 1112px){
  .home-slider-section #slide3 .slide-security, .home-slider-section #slide3 .jsgif canvas {
    max-height: 400px;
  }
}

/*footer*/
.footer .footer-contact-info {
  position: relative;
  overflow: auto;
  background-image: url(../img/wire-up-logo-bg.jpg);
  background-position: center center;
  background-size: 105% auto;
  background-repeat: no-repeat;
}

.footer .footer-contact-info::before {
  opacity: 0.55;
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(139, 139, 139, 0.68)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(139, 139, 139, 0.68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#408b8b8b', GradientType=0);
}

.footer .footer-contact-info .wrapper {
  position: relative;
  display: inline-block;
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
}

.footer .footer-contact-info .wrapper h6 {
  font-family: 'Roboto', sans-serif;
  color: #FF6600;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.footer .footer-contact-info .wrapper p {
  font-family: 'Anaheim', sans-serif;
  font-size: 20px;
  color: #3F4F5D;
}

.footer .footer-contact-info .wrapper p a {
  color: #3F4F5D;
}

.footer .footer-contact-info .wrapper .social a {
  margin-right: 10px;
}

.footer .footer-contact-info .wrapper .social a i {
  font-size: 40px;
}

.footer .footer-contact-info .wrapper::after {
  content: '';
  position: absolute;
  height: 70%;
  width: 1px;
  background: #D6CDCD;
  margin: auto;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.footer .footer-contact-info .wrapper:last-of-type::after {
  display: none;
}

.footer .footer-nav {
  overflow: auto;
  background: rgb(56, 68, 78);
  background: linear-gradient(135deg, rgba(56, 68, 78, 1) 0%, rgba(23, 25, 26, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38444e', endColorstr='#17191a', GradientType=1);
}

.footer .footer-nav .wrapper {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  padding: 20px;
}

.footer .footer-nav .wrapper a {
  font-family: 'Anaheim', sans-serif;
  font-size: 16px;
  display: inline-block;
  color: white;
  vertical-align: middle;
  margin-right: 30px;
  text-decoration: none;
}

.footer .footer-nav .wrapper a.project-in-btn {
  margin-top: 0px;
}

.footer .footer-credit {
  padding: 2px 20px;
  background: #b7b7b7;
}

.footer .footer-credit p {
  font-family: 'Anaheim', sans-serif;
  color: white;
  font-size: 13px;
  text-align: center;
  margin: 0px;
  padding: 5px;
}

@media(max-width: 1243px) {
  .footer .footer-contact-info .wrapper h6 {
    font-size: 18px;
  }

  .footer .footer-contact-info .wrapper p {
    font-size: 17px;
  }
}

@media(max-width: 1115px) {
  .footer .footer-contact-info .wrapper {
    padding: 50px 30px;
  }
}

@media(max-width: 993px) {
  .footer .footer-contact-info .wrapper:nth-child(3) a {
    display: block;
    word-break: break-all;
  }
}

@media(max-width: 899px) {
  .footer .footer-contact-info {
    padding-top: 30px;
  }

  .footer .footer-contact-info .wrapper:nth-child(3) a {
    word-break: keep-all;
  }

  .footer .footer-contact-info .wrapper {
    width: 100%;
    padding: 10px 30px;
  }

  .footer .footer-contact-info .wrapper::after {
    height: 1px;
    width: calc(100% - 60px);
    margin: auto;
    top: auto;
    bottom: 10px;
    right: auto;
    left: 30px;
  }
}

/***************************
****************************
full page navigation
****************************
***************************/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: rgba(255, 255, 255, 0.7);
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 8px;
  width: 8px;
  margin: -4px 0 0 -4px;
}

#fp-nav ul li {
  position: relative;
  margin-bottom: 30px;
}

#fp-nav ul li:last-of-type {
  margin-bottom: 0px;
}

#fp-nav ul li::after {
  content: '';
  position: absolute;
  height: 30px;
  width: 0px;
  border-left: 2px dotted rgba(255, 255, 255, 0.7);
  bottom: -30px;
  margin: auto;
  left: 0px;
  right: 0px;
}

#fp-nav ul li:last-of-type::after {
  display: none;
}

#fp-nav.orange ul li a span {
  background: rgba(252, 122, 36, 0.7);
}

#fp-nav.orange ul li::after {
  border-left: 2px dotted rgba(252, 122, 36, 0.7);
}

/***************************
****************************
about page
****************************
***************************/
.about-page#fullpage {
  z-index: 1;
}

.about-page-header {
  position: relative;
  background-image: url(../img/C4_Images_Lighting_3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-page-header::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
}

.about-page-header .intro {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  width: 85%;
}

.about-page-header .intro h1 {
  max-width: 800px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 50px;
  color: white;
  line-height: 70px;
  text-transform: uppercase;
  visibility: hidden;
}

.about-page-header .intro h1 span {
  visibility: hidden;
}

.about-intro-section {
  padding-top: 150px;
  padding-left: 150px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}

.about-intro-section .about-photo {
  position: absolute;
  overflow: hidden;
  width: 60%;
  height: 70%;
  right: 0px;
  bottom: -250px;
  opacity: 0.8;
}

.about-intro-section .text-content {
  position: relative;
  max-width: 700px;
  width: 59%;
  overflow: auto;
  /* -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
          column-gap: 2em;
  -webkit-transform: translateY(550px);
          transform: translateY(550px); */
}

.about-intro-section .text-content p {
  position: relative;
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
}

.about-intro-section .text-content p {
  position: relative;
  /* display: inline-block; */
  width: 47%;
  display: block;
}

.about-intro-section .text-content p:last-child {
  float: right;
  top: 0px;
  position: absolute;
  right: 0px;
}

/*.about-intro-section .text-content p::after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #e2d9ba;
	top: 0px;
	left: 0px;
	display: inline-block;
	transition: all 0.6s;
}*/
.about-intro-section .text-content p.reveal::after {
  height: 0%;
  width: 0%;
}

.about-intro-section .about-square-bg {
  opacity: 0.65;
  position: absolute;
  height: 0%;
  width: 0%;
  left: 0px;
  top: 0px;
  background: #e2d7b9;
  background: linear-gradient(135deg, #e2d7b9 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2d7b9', endColorstr='#ffffff', GradientType=1);
}

.about-intro-section #particle-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  opacity: 0.6;
}

.about-intro-section #particle-bg canvas {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media(min-width: 2000px) {
  .about-intro-section {
    padding-bottom: 200px;
  }
}

@media(max-width: 1195px) {
  .about-intro-section .text-content {
    width: 59%;
  }
}

/*our process*/
.our-process {
  margin-top: 70px;
  margin-bottom: 70px;
}

.our-process p.intro {
  max-width: 1100px;
  padding: 0px 50px;
  margin-bottom: 30px;
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
}

.our-process p.intro a.intro-vid-button.company{
  position: relative;
  display: inline-block;
  color: white;
  background: rgb(252, 122, 36);
  background: linear-gradient(135deg, rgba(252, 122, 36, 1) 0%, rgba(252, 78, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7a24', endColorstr='#fc4e24', GradientType=1);
  padding: 7px 15px;
  padding-left: 50px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}

.our-process p.intro a.intro-vid-button.company .icon{
  position: absolute;
  height: 30px;
  width: 30px;
  background: url('../img/play-button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 10px;
  top: 9px;
}

.our-process .owl-carousel .owl-item .item {
  position: relative;
  padding: 50px;
  /* background: #f8f8f8; */
  background: #3F4F5D;
  margin: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02), 0 6px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02), 0 6px 6px rgba(0, 0, 0, 0.08);
}

.our-process .owl-carousel .owl-item .item::before {
  content: '';
  position: absolute;
  height: 33px;
  width: 88px;
  top: 20px;
  left: -50px;
  /* background-image: url(../img/path-icon.png); */
  background-image: url(../img/path-icon-orange.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-process .owl-carousel .owl-item:first-child .item::before {
  display: none;
}

.our-process .owl-carousel .owl-item .item p {
  margin-bottom: 0px;
  color: white;
}

.our-process .owl-carousel .owl-item .item h4 {
  font-family: 'Axis', sans-serif;
  font-size: 25px;
  color: white;
}

.our-process .owl-carousel .owl-item .item .icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.our-process .owl-carousel {
  position: relative;
  margin-top: 100px;
}

.our-process .owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.our-process .owl-carousel .owl-nav button.owl-prev, .our-process .owl-carousel .owl-nav button.owl-next {
  padding: 4px 10px 7px !important;
  background: #FC7A24;
  font-size: 30px;
  line-height: 30px;
  color: white;
}

/* new accord */

.process-accor-wrapper{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: url('../img/C4_Images_Primary_UI_11235.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.process-accor-wrapper .accor-item{
  position: relative;
  width: 20%;
  padding: 150px 30px 150px;
  border-right: 1px solid white;
  cursor: pointer;
  background: rgba(63, 79, 93, 0.61);
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

.process-accor-wrapper .accor-item .content{
  opacity: 0;
  min-height: 300px;
  max-width: 700px;
  height: 300px;
}

.process-accor-wrapper .accor-item .content p{
  color: white;
}

.process-accor-wrapper .accor-item .accor-learn{
  display: inline-block;
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
  border: 1px solid white;
  padding: 8px 20px;
  border-radius: 50px;
}

.process-accor-wrapper .accor-item:hover{
  background: rgba(252, 105, 36, 0.91);
}

.process-accor-wrapper .accor-item.open-state:hover, .process-accor-wrapper .accor-item.open-state{
  background: rgba(63, 79, 93, 0.81);
}

.process-accor-wrapper .accor-item.open-state{
  width: calc(100% - 200px);
  cursor: default;
}

.process-accor-wrapper .accor-item:hover .accor-learn{
  background: white;
  color: rgba(63, 79, 93, 1);
}

.process-accor-wrapper .accor-item h4{
  font-family: 'Axis', sans-serif;
  font-size: 35px;
  color: white;
  white-space: nowrap;
  display: block;
  margin-bottom: 70px;
}

.process-accor-wrapper .accor-item.shrink-state h4{
  -webkit-transform:rotate(90deg);
          transform:rotate(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  white-space: nowrap;
  display: block;
}

.process-accor-wrapper .accor-item.open-state .accor-learn{
  opacity: 0;
}

.process-accor-wrapper .accor-item.shrink-state .accor-learn{
  opacity: 0;
}

.process-accor-wrapper .accor-item:last-child{
  border-right: none;
}

.pro-height{
  height: auto !important;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}


#OUR_PROCESS {
  width: calc(90% - 50px);
  max-width: 500px;
  margin-left: 50px;
}

#OUR_PROCESS.animation-svg-text path {
  stroke: rgba(252, 122, 36, 1);
  fill: rgba(252, 122, 36, 0);
}

@media(max-width: 1504px) {
  .process-accor-wrapper .accor-item h4 {
    font-size: 25px;
  }
}

@media(max-width: 1373px) {
  .our-process p.intro {
    font-size: 20px;
  }
}

@media(max-width: 1126px) {
  .process-accor-wrapper .accor-item h4 {
    font-size: 20px;
  }
  .process-accor-wrapper .accor-item .accor-learn{
    font-size: 17px;
  }
  .process-accor-wrapper .accor-item .content{
    min-height: 200px;
    max-width: 700px;
    height: 200px;
  }
}

@media(max-width: 1055px) {
  .our-process p.intro {
    font-size: 18px;
    padding: 0px 30px;
  }

  #OUR_PROCESS {
    margin-left: 30px;
  }
}

@media(max-width: 984px) {
  .process-accor-wrapper{
    display: block;
  }
  .process-accor-wrapper .accor-item{
    padding: 60px 30px 60px;
    border-right: none;
    border-bottom: 1px solid white;
    width: 100%;
  }
  .process-accor-wrapper .accor-item .content{
    min-height: 0px;
    max-width: 700px;
    height: 0px;
  }
  .process-accor-wrapper .accor-item.open-state{
    width: 100%;
  }
  .process-accor-wrapper .accor-item.shrink-state h4{
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .process-accor-wrapper .accor-item h4{
    margin-bottom: 30px;
    font-size: 30px;
  }
  .process-accor-wrapper .accor-item.shrink-state{
    padding: 40px 30px 60px;
  }
}

@media(max-width: 717px) {
  .our-process .owl-carousel .owl-item .item {
    padding: 30px;
  }
}

@media(max-width: 379px) {
  .our-process .owl-carousel .owl-item .item .icon {
    width: 70px;
    height: 70px;
  }

  .our-process .owl-carousel .owl-item .item h4 {
    font-size: 20px;
  }
}

/*president-word*/
.president-word {
  padding: 50px 30px;
}

.president-word .content {
  padding-left: 50px;
  padding-right: 20px;
}

.president-word .content span {
  font-family: 'Axis', sans-serif;
  font-size: 20px;
}

.president-word h3 {
  font-family: 'Axis', sans-serif;
  font-size: 35px;
  color: #FC7A24;
}

.president-word .column {
  position: relative;
}

.president-word .img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/davies-family-fall.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width: 960px) {
  .president-word .img {
    position: relative;
    height: 400px;
    width: 100%;
    max-width: 320px;
    margin-bottom: 30px;
  }

  .president-word .col-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .president-word .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width: 497px) {
  .president-word .col-4 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .president-word .content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media(max-width: 393px) {
  .president-word h3 {
    font-size: 25px;
  }
}

/*team word*/
.about-transit-word {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.about-transit-word.why {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.about-transit-word svg {
  float: right;
  top: 0px;
  margin-right: -50px;
  width: 70%;
  height: auto;
  opacity: 0.531;
}

#OUR_TEAM path, #WHY_US path {
  stroke: #3f4f5d;
  stroke-width: 1px;
  fill: rgba(63, 79, 93, 0);
}

#OUR_TEAM path.solid {
  fill: #3f4f5d;
}

#OUR_TEAM #O {
  stroke-dasharray: 590px;
  stroke-dashoffset: -590px;
}

#OUR_TEAM #U {
  stroke-dasharray: 890px;
  stroke-dashoffset: -890px;
}

#OUR_TEAM #R {
  stroke-dasharray: 730px;
  stroke-dashoffset: -730px;
}

#OUR_TEAM #T {
  stroke-dasharray: 720px;
  stroke-dashoffset: -720px;
}

#OUR_TEAM #E {
  stroke-dasharray: 950px;
  stroke-dashoffset: -950px;
}

#OUR_TEAM #A {
  stroke-dasharray: 690px;
  stroke-dashoffset: -690px;
}

#OUR_TEAM #M {
  stroke-dasharray: 1200px;
  stroke-dashoffset: -1200px;
}

#WHY_US_W {
  stroke-dasharray: 1290px;
  stroke-dashoffset: 1290px;
}

#WHY_US_H {
  stroke-dasharray: 950px;
  stroke-dashoffset: 950px;
}

#WHY_US_Y {
  stroke-dasharray: 730px;
  stroke-dashoffset: 730px;
}

#WHY_US_U {
  stroke-dasharray: 890px;
  stroke-dashoffset: 890px;
}

#WHY_US_S {
  stroke-dasharray: 950px;
  stroke-dashoffset: 950px;
}

#WHY_US_SS {
  stroke-dasharray: 560px;
  stroke-dashoffset: 560px;
}

/*our-team-section*/
.our-team-section {
  background-image: url(../img/ExteriorDusk.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 850px;
}

.our-team-section .text-content .container {
  max-width: 1400px;
  margin: auto;
  padding: 100px 50px 0px;
}

.our-team-section .text-content .container .columns {
  width: 100%;
}

.our-team-section .text-content .container .column {
  padding-left: 30px;
  padding-right: 30px;
}

.our-team-section .text-content .container .column h5 {
  font-family: 'Axis', sans-serif;
  font-size: 23px;
  margin-top: 30px;
}

@media(max-width: 1693px) {
  .our-team-section {
    padding-bottom: 750px;
  }
}

@media(max-width: 1373px) {
  .about-intro-section .text-content {
    -webkit-column-gap: 2em;
            column-gap: 2em;
  }

  .about-intro-section .text-content p {
    font-size: 20px;
  }
}

@media(max-width: 1303px) {
  .about-transit-word {
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }

  .our-team-section {
    padding-bottom: 600px;
  }
}

@media(max-width: 1237px) {
  .about-page-header .intro h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media(max-width: 1178px){
  .about-intro-section .text-content{
    width: 60%;
    -webkit-column-gap: 1.2em;
            column-gap: 1.2em;
  }
}

@media(max-width: 1161px) {
  .about-transit-word svg {
    margin-right: 0px;
  }

  .about-transit-word.why svg {
    margin-right: -50px;
  }
}

@media(max-width: 1139px){
  .about-intro-section .text-content{
    width: 58%;
  }
}

@media(max-width: 1127px) {
  .about-intro-section {
    padding-left: 70px;
  }
  .about-intro-section .text-content {
    width: 59%;
  }
}

@media(max-width: 1103px) {
  .about-transit-word {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }

  .about-transit-word.why {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }

  .our-team-section .text-content .container {
    padding: 50px 50px 0px;
  }

  .our-team-section {
    padding-bottom: 450px;
  }

  .about-intro-section .text-content {
    -webkit-column-gap: 2em;
            column-gap: 2em;
  }

  .about-intro-section .text-content {
    width: 52%;
  }
}

@media(max-width: 1055px) {
  .about-intro-section .text-content p {
    font-size: 18px;
  }

  .about-intro-section .text-content {
    width: 58%;
  }

  .about-intro-section .text-content {
    -webkit-column-gap: 2em;
            column-gap: 2em;
  }

  .about-intro-section {
    padding-top: 70px;
  }
}

@media(max-width: 1016px){
  .about-intro-section .text-content {
    -webkit-column-gap: 1.1em;
            column-gap: 1.1em;
  }
}

@media(max-width: 991px){
  .about-intro-section .text-content {
    -webkit-column-gap: 2em;
            column-gap: 2em;
  }
  .about-intro-section .text-content{
    width: 52%;
  }
}

@media(max-width: 960px){
  .about-transit-word svg {
    width: 100%;
  }
}

@media(max-width: 919px) {
  .our-team-section .text-content .container .column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-team-section .text-content .container {
    padding: 50px 30px 0px;
  }

  .our-team-section {
    padding-bottom: 400px;
  }
}

@media(max-width: 869px) {
  .about-intro-section .text-content {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .about-intro-section .about-photo {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 400px;
  }

  .about-intro-section {
    padding-top: 0px;
    padding-left: 0px;
  }

  .about-intro-section .text-content {
    width: 100%;
    padding: 50px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .about-intro-section .text-content p{
    width: 100%;
  }
  .about-intro-section .text-content p:last-child{
    float: none;
    display: block;
    position: relative;
  }
}

@media(max-width: 775px) {
  .page-content-wrap p {
    font-size: 16px;
  }

  /*.our-team-section{
		padding-bottom: 300px;
	}*/
}

@media(max-width: 641px) {
  .our-team-section .text-content .container .column {
    width: 100%;
  }

  .our-team-section .text-content .container .column p {
    margin: 0 0 0.7rem;
  }
}

@media(max-width: 589px) {
  .about-page-header .intro h1 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media(max-width: 521px) {
  .about-transit-word svg {
    float: left;
    margin-left: 30px;
  }
}

/***************************
****************************
residential-page
****************************
***************************/
.animate-cotent-preset {
  -webkit-transform: translateY(450px);
          transform: translateY(450px);
}

.residential-page#fullpage {
  z-index: 1;
}

.residential-page-header {
  position: relative;
  background-image: url(../img/C4_Images_Video_2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.residential-page-header::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
}

.residential-page-header .intro {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  width: 85%;
}

.residential-page-header .intro h1 {
  max-width: 800px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 70px;
  color: white;
  line-height: 80px;
  text-transform: uppercase;
  visibility: hidden;
}

.residential-page-header .intro h1 span {
  visibility: hidden;
}

.residential-page-header .intro p {
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
  opacity: 0;
}

/*section 1*/
.residential-section-1 {
  margin-top: 130px;
  position: relative;
  z-index: 1;
}

.residential-section-1 .columns {
  max-width: 1500px;
  margin: auto;
}

.residential-section-1 .heading {
  position: relative;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 90px;
  line-height: 100px;
  color: #ffffff;
  opacity: 0.83;
  -webkit-filter: contrast(200%);
  /* Safari 6.0 - 9.0 */
  filter: contrast(200%);
  margin-top: -90px;
  margin-left: 120px;
}

.residential-section-1 #Home_Cinemas {
  position: relative;
}

.residential-section-1 .deco-square {
  position: absolute;
  height: calc(100% + 210px);
  width: 40%;
  top: -250px;
  left: 0px;
  background: rgb(63, 79, 93);
  background: linear-gradient(135deg, rgba(63, 79, 93, 1) 0%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4f5d', endColorstr='#ffffff', GradientType=1);
  opacity: 0.78;
}

.residential-section-1 .section-img {
  position: absolute;
  height: 100%;
  width: 90%;
  top: 0px;
  right: 0px;
}

.residential-section-1 .section-img .section-img-inner-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  right: 0px;
  background-image: url(../img/C4_Images_Video_6.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.residential-section-1 .text-wrapper {
  padding: 40px;
}

.residential-section-1 .animation-svg-text {
  width: 80%;
  position: absolute;
  top: -90px;
  left: 50px;
  opacity: 0.83;
}

.animation-svg-text path {
  fill: transparent;
  stroke-width: 1px;
}

#Home_Cinemas.animation-svg-text path {
  stroke: #ffffff;
}

/*section 2*/
.residential-section-2 {
  position: relative;
  margin-top: 250px;
}

.residential-section-2 .section-img {
  width: 90%;
  height: 450px;
  margin: auto;
  background-image: url(../img/decorative-elements-on-shelf-PKQB3E9.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.residential-section-2 .text-wrapper {
  width: 80%;
  background: white;
  padding: 50px;
  margin: auto;
  margin-top: -50px;
  text-align: center;
  max-width: 1100px;
  z-index: 1;
  position: relative;
}

#Multi-Room_Audio.animation-svg-text path {
  stroke: #FC7A24;
  fill: rgba(252, 122, 36, 0);
}

#Multi-Room_Audio.animation-svg-text {
  position: absolute;
  width: 45%;
  top: -100px;
  left: 50%;
  height: auto;
  opacity: 0.8;
  z-index: 1;
}

/*section-3*/
.residential-section-3 {
  margin-top: 130px;
  position: relative;
}

.residential-section-3 .columns {
  max-width: 1500px;
  margin: auto;
}

.residential-section-3 .heading {
  position: relative;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 90px;
  line-height: 100px;
  color: #ffffff;
  opacity: 0.83;
  -webkit-filter: contrast(200%);
  /* Safari 6.0 - 9.0 */
  filter: contrast(200%);
  margin-top: -90px;
  margin-left: 120px;
}

.residential-section-3 #Home_Cinemas {
  position: relative;
}

.residential-section-3 .deco-square {
  position: absolute;
  height: calc(100% + 210px);
  width: 60%;
  top: -100px;
  right: 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 102, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ff6600', GradientType=1);
}

.residential-section-3 .section-img {
  position: absolute;
  height: 100%;
  width: 70%;
  top: 0px;
  left: 0px;
  background-image: url(../img/WomanRemoteTV-half.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.residential-section-3 .text-wrapper {
  padding: 40px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.residential-section-3 .animation-svg-text {
  width: 80%;
  position: absolute;
  top: -90px;
  right: 50px;
  opacity: 0.73;
}

#Home_Automation.animation-svg-text path {
  stroke: rgb(0, 0, 0);
  fill: rgba(0, 0, 0, 0);
}

/*residential-section-4*/
.residential-section-4 {
  position: relative;
  background-image: url(../img/C4_Images_Primary_UI_6.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.residential-section-4 .columns {
  max-width: 1500px;
  margin: auto;
}

.residential-section-4::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(63, 79, 93, 0)), color-stop(1%, rgba(63, 79, 93, 0)), color-stop(40%, rgba(63, 79, 93, 0.12)), color-stop(56%, rgba(63, 79, 93, 0.74)), to(rgba(63, 79, 93, 1)));
  background: linear-gradient(to right, rgba(63, 79, 93, 0) 0%, rgba(63, 79, 93, 0) 1%, rgba(63, 79, 93, 0.12) 40%, rgba(63, 79, 93, 0.74) 56%, rgba(63, 79, 93, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f4f5d', endColorstr='#3f4f5d', GradientType=1);
  top: 0px;
  left: 0px;
}

.residential-section-4 .text-wrapper {
  position: relative;
  padding: 100px 50px;
  color: white;
}

.residential-section-4 .text-wrapper p {
  color: white;
}

#Lighting_Control.animation-svg-text path {
  stroke: rgb(255, 255, 255);
  fill: rgba(255, 255, 255, 0);
}

/*residential-section-5*/
.residential-section-5 {
  margin-top: 100px;
  position: relative;
  background-image: url(../img/cosy-lounge.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.residential-section-5 .columns {
  max-width: 1500px;
  margin: auto;
}

.residential-section-5::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(44%, rgba(255, 255, 255, 0.83)), color-stop(60%, rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.83) 44%, rgba(255, 255, 255, 0.12) 60%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  top: 0px;
  left: 0px;
}

.residential-section-5 .text-wrapper {
  position: relative;
  padding: 100px 50px;
  color: white;
}

#Shading_Control.animation-svg-text path {
  stroke: rgb(252, 122, 36);
  fill: rgba(252, 122, 36, 0);
}

@media(max-width: 1161px) {
  .residential-page-header .intro h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .residential-page-header .intro p {
    font-size: 20px;
  }
}

@media(max-width: 1112px) {
  #Multi-Room_Audio.animation-svg-text {
    left: 40%;
    width: 60%;
  }
}

@media(max-width: 1107px) {
  .residential-section-1 .animation-svg-text {
    top: -30px;
  }
}

@media(max-width: 1048px) {
  .residential-section-3 .text-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media(max-width: 924px) {
  .residential-section-3 .animation-svg-text {
    top: -20px;
  }

  .residential-section-3 .text-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media(max-width: 840px) {
  .residential-section-1 .section-img {
    position: relative;
    height: 400px;
  }

  .residential-section-1 .text-wrapper {
    position: relative;
  }

  .residential-section-1 .animation-svg-text {
    top: -90px;
  }

  .residential-section-1 .deco-square {
    width: 50%;
  }

  .residential-section-2 .section-img {
    height: 350px;
  }

  .residential-section-2 {
    margin-top: 150px;
  }

  #Multi-Room_Audio.animation-svg-text {
    top: -70px;
  }

  .residential-section-3 .section-img {
    position: relative;
    height: 300px;
    background-position: center 80%;
  }

  .residential-section-3 .animation-svg-text {
    top: -130px;
  }

  .residential-section-3 .text-wrapper {
    position: relative;
  }

  .residential-section-4::before {
    background: rgba(63, 79, 93, 0.7);
  }

  .residential-section-5::before {
    background: rgba(255, 255, 255, 0.80);
  }
}

@media(max-width: 664px) {
  .residential-section-1 .section-img {
    height: 300px;
  }

  .residential-section-1 .animation-svg-text {
    top: -60px;
  }

  .residential-section-2 .section-img {
    height: 300px;
  }

  .residential-section-2 .text-wrapper {
    padding: 50px 30px;
  }

  .residential-section-2 {
    margin-top: 100px;
  }

  #Multi-Room_Audio.animation-svg-text {
    top: -50px;
  }

  .residential-section-5 {
    margin-top: 0px;
  }
}

@media(max-width: 625px) {
  .residential-page-header .intro h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .residential-page-header .intro p {
    font-size: 18px;
  }
}

@media(max-width: 522px) {
  .residential-section-1 .section-img {
    height: 200px;
  }
}

@media(max-width: 480px) {
  #Multi-Room_Audio.animation-svg-text {
    width: 80%;
    left: 50px;
    top: -60px;
  }

  .residential-section-2 .section-img {
    height: 250px;
  }
}

@media(max-width: 458px) {
  .residential-section-1 .animation-svg-text {
    left: 0px;
  }

  .residential-section-1 .deco-square {
    width: 70%;
  }
}

@media(max-width: 420px) {
  .residential-section-2 .text-wrapper {
    padding: 30px 20px;
  }

  .residential-section-2 .section-img {
    height: 200px;
  }
}

/***************************
****************************
commercial-page
****************************
***************************/
.commercial-page#fullpage {
  z-index: 1;
}

.commercial-page-header {
  position: relative;
  background-image: url(../img/futuristic-office-building-PRVERHD.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.commercial-page-header::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.31);
  top: 0px;
  left: 0px;
}

.commercial-page-header .intro {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  width: 85%;
}

.commercial-page-header .intro h1 {
  max-width: 800px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 70px;
  color: white;
  line-height: 80px;
  text-transform: uppercase;
  visibility: hidden;
}

.commercial-page-header .intro h1 span {
  visibility: hidden;
}

.commercial-page-header .intro p {
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
  opacity: 0;
}

/*section 1*/
.commercial-section-1 {
  position: relative;
}

.commercial-section-1 .columns {
  max-width: 1500px;
  margin: auto;
}

.commercial-section-1 #Distributed_Audio {
  position: relative;
}

.commercial-section-1 .section-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/sound-speakers-multimedia-acoustic-sound-KWN3HLM.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.commercial-section-1 .section-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=1);
  top: 0px;
  left: 0px;
}

.commercial-section-1 .text-wrapper {
  position: relative;
  padding: 120px 40px;
}

.commercial-section-1 .text-wrapper p {
  color: white;
  text-shadow: 0px 0px 30px #000000;
}

.commercial-section-1 .animation-svg-text {
  width: 80%;
  left: 0px;
  opacity: 0.83;
}

.animation-svg-text path {
  fill: transparent;
  stroke-width: 1px;
}

#Distributed_Audio.animation-svg-text path {
  stroke: #ffffff;
}

/*section 2*/
.commercial-section-2 {
  position: relative;
}

.commercial-section-2 .columns {
  max-width: 1500px;
  margin: auto;
}

.commercial-section-2 #Distributed_Video {
  position: relative;
}

.commercial-section-2 .section-img {
  position: absolute;
  height: 100%;
  width: 90%;
  top: 0px;
  right: 0px;
  background-image: url(../img/Distributed-Video.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.commercial-section-2 .deco-square {
  position: absolute;
  width: 100%;
  height: calc(100% + 300px);
  top: 60px;
  left: 0px;
  background: #3F4F5D;
  opacity: 0.81;
}

.commercial-section-2 .text-wrapper {
  position: relative;
  padding: 120px 40px;
}

.commercial-section-2 .text-wrapper p {
  position: relative;
  color: white;
  float: right;
  text-align: right;
}

.commercial-section-2 .animation-svg-text {
  width: 80%;
  left: 0px;
  opacity: 0.83;
  float: right;
}

#Distributed_Video.animation-svg-text path {
  stroke: #ffffff;
}

/*section 3*/
.commercial-section-3 {
  position: relative;
  margin-top: 100px;
}

.commercial-section-3 .columns {
  max-width: 1500px;
  margin: auto;
}

.commercial-section-3 #Business_Automation {
  position: relative;
}

.commercial-section-3 .section-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/the-interior-of-big-empty-modern-office-after-PGYCKPE.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.commercial-section-3 .section-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0px;
  left: 0px;
}

.commercial-section-3 .text-wrapper {
  position: relative;
  padding: 170px 40px 120px;
}

.commercial-section-3 .text-wrapper p {
  color: white;
  text-shadow: 0px 0px 30px #000000;
}

.commercial-section-3 .animation-svg-text {
  width: 80%;
  left: 0px;
  opacity: 0.83;
}

.animation-svg-text path {
  fill: transparent;
  stroke-width: 1px;
}

#Business_Automation.animation-svg-text path {
  stroke: #ffffff;
}

/*section-4*/
.commercial-section-4 {
  position: relative;
  background-image: url(../img/network-server-room-PGCDES7.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.commercial-section-4 .columns {
  max-width: 1500px;
  margin: auto;
}

.commercial-section-4::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(252, 122, 36, 1)), color-stop(44%, rgba(252, 122, 36, 0.74)), color-stop(60%, rgba(252, 122, 36, 0.12)), to(rgba(252, 122, 36, 0)));
  background: linear-gradient(to right, rgba(252, 122, 36, 1) 0%, rgba(252, 122, 36, 0.74) 44%, rgba(252, 122, 36, 0.12) 60%, rgba(252, 122, 36, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7a24', endColorstr='#00fc7a24', GradientType=1);
  top: 0px;
  left: 0px;
}

.commercial-section-4 .text-wrapper {
  position: relative;
  padding: 100px 50px;
  color: white;
}

.commercial-section-4 .text-wrapper p {
  color: white;
}

#Internet_Networks.animation-svg-text path {
  stroke: rgb(255, 255, 255);
  fill: rgba(255, 255, 255, 0);
}

@media(max-width: 1161px) {
  .commercial-page-header .intro h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .commercial-page-header .intro p {
    font-size: 20px;
  }
}

@media(max-width: 625px) {
  .commercial-page-header .intro h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .commercial-page-header .intro p {
    font-size: 18px;
  }
}

@media(max-width: 840px) {
  .commercial-section-4::before {
    background: rgba(252, 122, 36, 0.85);
  }
}

@media(max-width: 748px) {
  .commercial-section-2 .text-wrapper {
    padding: 120px 40px 40px;
  }
}

@media(max-width: 428px) {
  .page-id-592 .commercial-page-header .intro h1 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

/***************************
****************************
security-page
****************************
***************************/
.security-page#fullpage {
  z-index: 1;
}

.security-page-header {
  position: relative;
  background-image: url(../img/security-camera-P2B775H.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.security-page-header::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.31);
  top: 0px;
  left: 0px;
}

.security-page-header .intro {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  width: 85%;
}

.security-page-header .intro h1 {
  max-width: 800px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 70px;
  color: white;
  line-height: 80px;
  text-transform: uppercase;
  visibility: hidden;
}

.security-page-header .intro h1 span {
  visibility: hidden;
}

.security-page-header .intro p {
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
  opacity: 0;
}

/*section 1*/
.security-section-1 {
  position: relative;
}

.security-section-1 .columns {
  max-width: 1500px;
  margin: auto;
}

.security-section-1 #HD_Security_Cameras {
  position: relative;
}

.security-section-1 .img-wrapper {
  width: 100%;
  position: relative;
}

.security-section-1 .img-wrapper img {
  position: absolute;
  right: 0px;
  top: 150px;
  width: 100%;
  height: auto;
}

.security-section-1 .section-img {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  background: -webkit-gradient(linear, left top, right top, from(rgba(249, 249, 249, 0)), color-stop(27%, rgba(199, 203, 207, 0.12)), color-stop(50%, rgba(156, 164, 171, 0.47)), to(rgba(63, 79, 93, 0.7)));
  background: linear-gradient(to right, rgba(249, 249, 249, 0) 0%, rgba(199, 203, 207, 0.12) 27%, rgba(156, 164, 171, 0.47) 50%, rgba(63, 79, 93, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f9f9', endColorstr='#b33f4f5d', GradientType=1);
}

.security-section-1 .text-wrapper {
  position: relative;
  padding: 120px 40px;
}

.security-section-1 .animation-svg-text {
  width: 80%;
  left: 0px;
  opacity: 0.83;
}

#HD_Security_Cameras.animation-svg-text path {
  stroke: rgba(63, 79, 93, 1);
}

/*section 2*/
.security-section-2 {
  position: relative;
  margin-top: 70px;
}

.security-section-2 .columns {
  max-width: 1500px;
  margin: auto;
}

.security-section-2 #Access_Control {
  position: relative;
}

.security-section-2 .section-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/hand-inserting-key-card-in-electronic-lock-PEM34QW.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.security-section-2 .section-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.79)),color-stop(50%, rgba(0,0,0,0.79)),to(rgba(0,0,0,0)));
  background: linear-gradient(to right, rgba(0,0,0,0.79) 0%,rgba(0,0,0,0.79) 50%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#00000000',GradientType=1 );
  top: 0px;
  left: 0px;
}

.security-section-2 .text-wrapper {
  position: relative;
  padding: 190px 40px;
}

.security-section-2 .text-wrapper p {
  position: relative;
  color: white;
}

.security-section-2 .animation-svg-text {
  width: 80%;
  left: 0px;
  opacity: 0.83;
}

#Access_Control.animation-svg-text path {
  stroke: #ffffff;
}

/*section 3*/
.security-section-3 {
  position: relative;
}

.security-section-3 .columns {
  max-width: 1200px;
}

.security-section-3 #Alarm_Systems {
  position: relative;
}

.security-section-3 .deco-square {
  position: absolute;
  width: 300px;
  height: calc(100% + 160px);
  top: -160px;
  left: 0px;
  background: #FC7A24;
  opacity: 0.86;
}

.security-section-3 .section-img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/home-or-office-security-PKB943V.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.security-section-3 .section-img::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(84, 84, 84, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(84, 84, 84, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#545454', GradientType=0);
  top: 0px;
  left: 0px;
}

.security-section-3 .text-wrapper {
  position: relative;
  padding: 120px 40px 120px 150px;
}

.security-section-3 .text-wrapper p {
  position: relative;
  color: white;
}

.security-section-3 .animation-svg-text {
  width: 50%;
  left: 0px;
  opacity: 0.83;
}

#Alarm_Systems.animation-svg-text path {
  fill: transparent;
  stroke: #ffffff;
}

/*section-4*/
.security-section-4 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.security-section-4 .columns {
  max-width: 1500px;
  margin: auto;
}

.security-section-4 .section-img {
  position: absolute;
  height: 100%;
  width: calc(100% - 40px);
  background-image: url(../img/C4_Images_Security_5.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
}

.security-section-4 .deco-square {
  position: absolute;
  width: 300px;
  height: calc(100% + 80px);
  top: -40px;
  left: 0px;
  background: #FC7A24;
  opacity: 0.86;
}

.security-section-4 .text-wrapper {
  position: relative;
  padding: 100px 50px;
  color: white;
}

.security-section-4 .text-wrapper p {
  color: white;
}

#Front_Door_Video_Entry.animation-svg-text path {
  stroke: rgb(255, 255, 255);
  fill: rgba(255, 255, 255, 0);
}

@media(max-width: 1161px) {
  .security-page-header .intro h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .security-page-header .intro p {
    font-size: 20px;
  }
}

@media(max-width: 1076px) {
  .security-section-1 .text-wrapper {
    padding: 120px 40px 50px;
  }
}

@media(max-width: 840px) {
  .security-section-1 .img-wrapper img {
    width: 70%;
    left: 0px;
    right: auto;
    top: 50px;
  }

  .security-section-1 .text-wrapper {
    padding: 320px 40px 50px;
  }

  .security-section-4 .section-img::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
  }
}

@media(max-width: 625px) {
  .security-page-header .intro h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .security-page-header .intro p {
    font-size: 18px;
  }
}

@media(max-width: 582px) {
  .security-section-3 .text-wrapper {
    padding: 100px 40px 100px 40px;
  }

  .security-section-2 .text-wrapper {
    padding: 120px 40px 190px;
  }
}

/***************************
****************************
page-cta
****************************
***************************/
.page-cta {
  position: relative;
  background-image: url(../img/HouseNightCorner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  padding: 150px 50px 150px;
}

.page-cta::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.51);
  top: 0px;
  left: 0px;
}

.page-cta h5 {
  position: relative;
  font-family: 'Axis', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: lighter !important;
  font-size: 40px;
  line-height: 50px;
  color: white;
}

.page-cta p {
  position: relative;
  font-family: 'Anaheim', sans-serif;
  font-size: 20px;
  margin-bottom: 50px;
  color: white;
}

.page-cta a {
  position: relative;
  font-family: 'Anaheim', sans-serif;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

@media(max-width: 600px) {
  .page-cta h5 {
    font-size: 30px;
    line-height: 40px;
  }
}

/***************************
****************************
contact-page
****************************
***************************/
.contact-page.fullpage-wrapper {
  overflow: hidden;
}

.contact-page-header {
  position: relative;
  background-image: url(../img/WomanRoofDeck.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-page-header::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.41);
  top: 0px;
  left: 0px;
}

.contact-page-header .intro {
  position: relative;
}

.contact-page .intro-text {
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
  width: 40%;
  margin-left: 200px;
  margin-top: 100px;
}

.contact-page .contact-panel-right {
  position: absolute;
  height: 100%;
  width: 35%;
  right: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .contact-panel-right .inner-wrapper {
  padding-left: 40px;
}

.contact-page .contact-panel-right .inner-wrapper p.title {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #FF6600;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-page .contact-panel-right .inner-wrapper p.text, .contact-page .contact-panel-right .inner-wrapper p.text a {
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
}

#myVideo, .video-wrapper {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.video-wrapper::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.41);
  top: 0px;
  left: 0px;
}

@media(max-width: 1149px) {
  .contact-page .intro-text {
    font-size: 18px;
  }

  .contact-page .contact-panel-right .inner-wrapper p.title {
    font-size: 20px;
  }

  .contact-page .contact-panel-right .inner-wrapper p.text, .contact-page .contact-panel-right .inner-wrapper p.text a {
    font-size: 18px;
  }
}

@media(max-width: 817px) {
  .contact-page .intro-text {
    margin-left: 100px;
  }
}

@media(max-width: 809px) {
  .contact-page .contact-panel-right {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
    padding: 50px;
  }

  .contact-page .intro-text {
    width: 100%;
    margin-left: 0px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-page .contact-panel-right {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 100px;
  }
}

@media(max-width: 500px) {
  .contact-page .contact-panel-right {
    padding-bottom: 70px;
  }
}

/***************************
****************************
gallery
****************************
***************************/
.gal-wrapper {
  position: relative;
  padding: 70px 50px;
}

#wired-up-gallery {
  position: relative;
}

/* fluid 5 columns */
#wired-up-gallery .grid-sizer,
#wired-up-gallery .item {
  width: 23.5%;
  margin-bottom: 20px;
}

.gutter-sizer {
  width: 2%;
}

#wired-up-gallery .item{
  overflow: hidden;
}

#wired-up-gallery .item img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

#wired-up-gallery .item:hover img{
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

#wired-up-gallery .item.video-thumb {
  position: relative;
}

#wired-up-gallery .item.video-thumb::after {
  content: '';
  position: absolute;
  height: 70px;
  width: 70px;
  background-image: url(../img/play-button.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.multi-gallery {
  position: relative;
  margin: auto;
  margin-bottom: 50px;
}

.multi-gallery .item {
  display: none;
}

.multi-gallery .item.first {
  display: block;
  position: relative;
  height: 300px;
  width: calc(100% - 40px);
  background-image: url(../img/C4_Images_Video_5.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: auto;
}

.multi-gallery h3 {
  z-index: 9;
  position: absolute;
  bottom: 0px;
  left: 10px;
  max-width: calc(100% - 50px);
  background: #FF6600;
  color: white;
  font-family: 'Axis', sans-serif;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 8px 10px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.multi-gallery .item.first::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(59, 79, 94, 0.7);
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.multi-gallery .item.first::after {
  content: '';
  position: absolute;
  height: 60px;
  width: 60px;
  background-image: url(../img/plus.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.multi-gallery .item.first:hover::before {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.multi-gallery .item.first:hover::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

@media(max-width: 1060px) {
  .multi-gallery h3 {
    font-size: 18px;
  }

  #wired-up-gallery .grid-sizer,
  #wired-up-gallery .item {
    width: 32%;
    margin-bottom: 20px;
  }

  .gutter-sizer {
    width: 2%;
  }
}

@media(max-width: 776px) {

  #wired-up-gallery .grid-sizer,
  #wired-up-gallery .item {
    width: 49%;
    margin-bottom: 10px;
  }

  .gutter-sizer {
    width: 2%;
  }
}

@media(max-width: 480px) {
  .gal-wrapper {
    padding: 70px 10px;
  }

  .multi-gallery h3 {
    font-size: 15px;
  }
}

@media(max-width: 364px) {

  #wired-up-gallery .grid-sizer,
  #wired-up-gallery .item {
    width: 100%;
    margin-bottom: 10px;
  }

  .gutter-sizer {
    width: 0%;
  }
}

@media(max-width: 360px) {
  .multi-gallery .item.first {
    width: 100%;
  }
}

/* ==========================================================================
   partnership
============================================================================= */
.title-standard{
  font-family: 'Axis', sans-serif;
  font-size: 35px;
  color: #3F4F5D;
  text-align: center;
}

/* par-logo-wrapper */
.par-logo-row img{
  height: auto;
  max-width: 200px;
}

.par-logo-row .fl-node-5c099c8bcca09 img{
  max-width: 150px;
}

.par-logo-row .logo-height-limit img{
  height: 70px;
  width: auto;
}

.par-logo-row .fl-photo-content{
  padding: 40px 20px;
}

/* .par-logo-row .fl-col-has-cols */
.par-logo-row .fl-col-group-equal-height > .fl-col{
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
}

.par-logo-row .fl-col-group-equal-height > .fl-col:last-child{
  border-right: none;
}

.par-logo-row .fl-col-group-equal-height:last-child > .fl-col{
  border-bottom: none;
}

@media (max-width: 768px) {
  .par-logo-row .fl-col-group-equal-height > .fl-col{
    border-right: none;
  }
  .par-logo-row .fl-col-group-equal-height:last-child > .fl-col{
    border-bottom: 1px solid #c3c3c3;
  }
  .par-logo-row .fl-col-group-equal-height:last-child > .fl-col:last-child{
    border-bottom: none;
  }
  .title-standard{
    margin-top: 70px;
    margin-bottom: -30px;
  }
}

/* ==========================================================================
   extra pages
============================================================================= */
.sidebar .widget{
  margin-bottom: 40px;
}
.search-form .screen-reader-text{
  display: none;
}
.single #page, .search #page, .archive #page{
  position: relative;
}

@media(max-width: 1024px){
  body.mobile-control .modal-video-close-btn::before, body.mobile-control .modal-video-close-btn::after{
    margin-top: -2px;
  }
  body.mobile-control .modal-video-close-btn{
    background: #ff6c00;
    top: 0px;
    right: 0px;
  }
}

@media(max-height: 600px){
  .scroll-panel, .scroll-panel .section {
    min-height: 600px;
  }
}

@media(max-height: 492px){
  .home-intro .intro h1{
    font-size: 20px;
  }
  .home-intro .intro{
    margin-top: -50px;
  }
}

/***************************
****************************
demo room
****************************
***************************/
.room-opacity{
  opacity: 1!important;
}

.room-opacity-half{
  opacity: 0.5!important;
}

.room-opacity-hide{
  opacity: 0!important;
}

.demo-room-page#fullpage {
  z-index: 1;
  overflow: hidden;
}

.demo-room-page.whitespace#fullpage {
  margin: auto;
}

.demo-room-page.whitespace #section0, .demo-room-page.whitespace .fp-tableCell {
  height: 100% !important;
}

.demo-room-page .fp-tableCell {
  overflow: hidden;
}

.demo-room-page-header {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/LivingRoom.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
}

.demo-room-page-header::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.41);
  top: 0px;
  left: 0px;
}

.demo-room-page-header .intro {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  width: 85%;
}

.demo-room-page-header .intro h1 {
  max-width: 800px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 70px;
  color: white;
  line-height: 80px;
  text-transform: uppercase;
  visibility: hidden;
}

.demo-room-page-header .intro h1 span {
  visibility: hidden;
}

.demo-room-page-header .intro p {
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
  opacity: 0;
}

.demo-room-page-header .intro .room-start {
  position: relative;
  cursor: pointer;
  opacity: 0;
  display: inline-block;
  margin-top: 20px;
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  padding: 7px 15px;
  border-radius: 5px;
  color: white;
  overflow: hidden;
  background: rgb(252, 122, 36);
  background: linear-gradient(135deg, rgba(252, 122, 36, 1) 0%, rgba(252, 78, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7a24', endColorstr='#fc4e24', GradientType=1);
}

.demo-room-page-header .intro .room-start::after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.demo-room-page-header .intro .room-start:hover {
  text-decoration: none;
}

.demo-room-page-header .intro .room-start:hover::after {
  opacity: 1;
  top: -130%;
  left: 130%;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
          transition-duration: 0.7s, 0.7s, 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/*regular class*/
.room-step-section {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.room-step-section::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(../img/demo-room/demo-room.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.room-step-section.step-1-fin::before {
  background-image: url(../img/demo-room/demo-room-step-1.jpg);
}

.room-step-section.step-4-fin::before {
  background-image: url(../img/demo-room/demo-room-curtain-close.jpg);
}

.room-step-section .intro {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  width: 50%;
  margin-left: 200px;
}

.room-step-section .intro h1 {
  max-width: 800px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 70px;
  color: white;
  line-height: 80px;
  text-transform: uppercase;
  visibility: hidden;
}

.room-step-section .intro h1 span {
  visibility: hidden;
}

.room-step-section .intro p {
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
  opacity: 0;
}

.step-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.darken-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.mobile-wrapper {
  position: absolute;
  width: 70%;
  height: auto;
  right: -10px;
  bottom: -10px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  /*transform:translateY(100%);*/
}

.mobile-wrapper img {
  width: 100%;
  height: auto;
}

.dot-control-wrapper {
  position: absolute;
  right: 39%;
  bottom: 74%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.dot-control-wrapper::after {
  content: 'CLICK';
  position: absolute;
  height: 22px;
  text-align: center;
  font-family: 'Anaheim', sans-serif;
  font-size: 15px;
  color: white;
  top: -22px;
  margin: auto;
  left: 9px;
  right: 0px;
  text-shadow: 0px 0px 5px #000;
}

.dot-control-wrapper.audio {
  right: 29%;
}

.dot-control-wrapper.lighting {
  right: 25%;
  bottom: 64%;
}

.dot-control-wrapper.shading {
  right: 29%;
  bottom: 51%;
}

.dot-control-wrapper.climate {
  right: 39%;
  bottom: 51%;
}

.dot-control-wrapper.security {
  right: 45%;
  bottom: 62%;
}

.click-dots {
  position: absolute;
  height: 50px;
  width: 50px;
  background: rgba(252, 122, 36, 0.7);
  border-radius: 50px;
  cursor: pointer;
}

.click-dots::before {
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
  background: rgba(252, 122, 36, 1);
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  -webkit-animation: beat .35s infinite alternate;
          animation: beat .35s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.click-dots::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: white;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50px;
  -webkit-animation: beat .35s infinite alternate;
          animation: beat .35s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes beat {
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.info-content-wrapper {
  position: absolute;
  bottom: 200px;
  left: 200px;
  width: 50%;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateX(-150%) translateY(90%);
          transform: translateX(-150%) translateY(90%);
  max-width: 800px;
}

.info-content-wrapper .control {
  -webkit-transform: skewY(176deg);
          transform: skewY(176deg);
}

.info-content-wrapper .inner {
  -webkit-transform: perspective(900px) rotateY(20deg);
          transform: perspective(900px) rotateY(20deg);
  background: rgba(255, 102, 0, 0.8);
  padding: 20px;
  width: 100%;
}

.info-content-wrapper.audio {
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
}

.info-content-wrapper.audio .control {
  -webkit-transform: skewY(0deg);
          transform: skewY(0deg);
}

.info-content-wrapper.audio .inner {
  -webkit-transform: perspective(0px) rotateY(0deg);
          transform: perspective(0px) rotateY(0deg);
}

.info-content-wrapper.climate {
  bottom: 50px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.info-content-wrapper.climate .control {
  -webkit-transform: skewY(0deg);
          transform: skewY(0deg);
}

.info-content-wrapper.climate .inner {
  -webkit-transform: perspective(0px) rotateY(0deg);
          transform: perspective(0px) rotateY(0deg);
}

.info-content-wrapper p {
  color: white;
  font-family: 'Anaheim', sans-serif;
  font-size: 18px;
  margin-bottom: 0px;
}

.btn-control-wrapper {
  position: absolute;
  top: -15px;
  left: 20px;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

.info-content-wrapper.climate .btn-control-wrapper {
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}

.btn-control-wrapper a {
  cursor: pointer;
  font-family: 'Anaheim', sans-serif;
  font-size: 14px;
  color: white;
  padding: 10px 10px;
  margin-right: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-control-wrapper a:hover {
  text-decoration: none;
  background: #3F4F5D;
}

/*extrao info*/
.extra-info-wrapper {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.extra-info-wrapper, .extra-info-wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.extra-info-wrapper .close-btn {
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  background-image: url(../img/close-btn.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 20px;
  right: 20px;
  opacity: 0;
}

.extra-info-wrapper .overlay {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}

.extra-info-wrapper .content-inner {
  position: absolute;
  padding: 70px 50px;
  height: 100%;
  width: 60%;
  top: 0px;
  right: 0px;
  overflow-y: auto;
  background: rgb(252, 122, 36);
  background: linear-gradient(135deg, rgba(252, 122, 36, 1) 0%, rgba(252, 78, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7a24', endColorstr='#fc4e24', GradientType=1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.extra-info-wrapper .content-inner h3, .extra-info-wrapper .content-inner h4 {
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 40px;
  color: white;
}

.extra-info-wrapper .content-inner p {
  color: white;
  font-family: 'Anaheim', sans-serif;
  font-size: 18px;
}

.extra-info-wrapper .content-inner .inner {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 700px;
}

.extra-info-wrapper .content-inner .info-wrap{
  display: none;
}

/*demo-room-step-1*/
.demo-room-step-1.room-step-section {
  background-image: url(../img/demo-room/demo-room.jpg);
}

.tv-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-tv.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

/*audio*/
.audio-safari{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 160px 0 #000;
          box-shadow: inset 0 0 160px 0 #000;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

/*
 * Audiovisualization using the html canvas element.
 * ©2017, Dominik Hofacker
 * https://www.behance.net/dominikhofacker
 * Please consider supporting this project on behance:
 * https://www.behance.net/gallery/49260123/Web-Audio-Visualization
 */
@-webkit-keyframes hue {
  0% {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
  }

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

  100% {
    filter: hue-rotate(-360deg);
    -webkit-filter: hue-rotate(-360deg);
  }
}
.audio-safari #freq {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.audio-safari #freq.animateHue {
    animation-name: hue;
    animation-duration: 500s;
    animation-delay: 1s;
    animation-iteration-count: infinite;

    -webkit-animation-name: hue;
    -webkit-animation-duration: 500s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
}
.audio-safari #title, .audio-safari #artist, .audio-safari #album {
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 999;
    font-weight: 100;
    font-family: "Roboto", sans-serif;
    /*font-size: 100px;*/
    color: #fff;
    visibility: hidden;
    letter-spacing: -.05em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
}
.audio-safari #song_info_wrapper {
	position: absolute;
	width: 100%;
	text-align: center;
}

.audio-safari #title {
	font-size: 10vw;
}

.audio-safari #artist {
    font-size: 3vw;
}
.audio-safari #album {
    font-size: 3vw;
	/*font-size: 40px;*/
	margin-bottom: 0;
}

.audio-safari #loading {
	position: absolute;
	top: 10px;
	left: 5px;
    display: block;
    z-index: 999;

}

.audio-safari #playSampleButton {
	top: 40px;
}

.audio-safari #useMicButton {
	top: 70px;
}

.audio-safari #loading {
	display: inline-block;
	top: 44px;
	left: 110px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
}


@media screen and (min-width: 1000px) {
	.audio-safari #title {
		font-size: 30px;
	}

	.audio-safari #artist, .audio-safari #album {
		font-size: 40px;
	}
}

@media screen and (max-width: 500px) {
	.audio-safari #artist, .audio-safari #album {
		font-weight: 300;
		font-size: 4vw;
	}
}

@media screen and (max-width: 436px) {
	.audio-safari #artist, .audio-safari #album {
		font-weight: 300;
		font-size: 4.5vw;
	}
}

.vz-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 160px 0 #000;
          box-shadow: inset 0 0 160px 0 #000;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.vz-wrapper.-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: initial;
  width: initial;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vz-wrapper::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  top: 0px;
  left: 0px;
}

.music-pause {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  height: 30px;
  width: 30px;
  background-image: url(../img/demo-room/speaker.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.music-pause.muted {
  background-image: url(../img/demo-room/speaker-mute.png);
}

/*@media screen and (min-width: 420px) {
.vz-wrapper { box-shadow: inset 0 0 200px 60px #000; }
}*/
/*lighting*/
.lighting-content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.lighting-content-wrapper div.light-step-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-light-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lighting-content-wrapper div.light-step-2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-light-2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lighting-content-wrapper div.light-step-3 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-light-3.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.toggle-wrapper .input-toggle {
  position: relative;
  vertical-align: middle;
}

.toggle-wrapper .input-toggle:before {
  content: "on";
  left: 0;
  color: #fff;
}

.toggle-wrapper .input-toggle:after {
  content: "off";
  right: 0;
  color: #222d2f;
}

.toggle-wrapper .input-toggle:before, .toggle-wrapper .input-toggle:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 12px;
  font-size: 12px;
  z-index: 0;
}

.toggle-wrapper .input-toggle input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.input-toggle input#light-mode:checked~.input-toggle-handle {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.input-toggle input#light-mode:checked~.input-toggle-handle:before {
  left: calc(50% + 3px);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.toggle-wrapper .input-toggle-handle {
  display: block;
  width: 84px;
  height: 34px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6600), to(#F98A2C));
  background-image: linear-gradient(#FF6600, #F98A2C);
  border-radius: 10em;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 44px 44px #fff;
          box-shadow: inset 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 44px 44px #fff;
}

.toggle-wrapper .input-toggle-handle:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 8px;
  width: 32px;
  height: 22px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
  background: #fff;
  border-radius: 10em;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.toggle-wrapper .label {
  color: #444;
  font-weight: 700;
  background: transparent;
  cursor: pointer;
}

.toggle-wrapper .input-toggle {
  margin-right: 12px;
}

.lighting-content-wrapper div.toggle-wrapper {
  position: absolute;
  top: 20px;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/*shading*/
.shading-content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.shading-step-1-down {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-shade-down.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0px 0px, 100% 0px, 100% 24.25%, 0px 43.71%);
  -webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 24.25%, 0px 43.71%);
}

.shading-step-2-close-left {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-curtain-close-left.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: inset(0px 61.56% 0px 0px);
  -webkit-clip-path: inset(0px 61.56% 0px 0px);
  /*inset(0px 32.87% 0px 0px)*/
}

.shading-step-2-close-right {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-curtain-close.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: inset(0px 0px 0px 96.92%);
  -webkit-clip-path: inset(0px 0px 0px 96.92%);
  /*inset(0px 0px 0px 65.40%)*/
}

/*climate*/
.climate-content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.climate-normal, .climate-cold, .climate-warm {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.climate-normal {
  background-image: url(../img/demo-room/demo-room-curtain-close.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.climate-cold {
  background-image: url(../img/demo-room/demo-room-cold.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.climate-warm {
  background-image: url(../img/demo-room/demo-room-warm.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.climate-content-wrapper .range-wrapper {
  max-width: 400px;
  position: absolute;
  top: 30px;
  width: 100%;
  margin: auto;
  left: 0px;
  right: 0px;
  z-index: 9;
}

.climate-content-wrapper .range-wrapper .range-min {
  left: -85px;
  background: rgba(75, 75, 75, 0.5);
  display: inline-block;
  width: auto;
  padding: 3px 10px;
  height: auto;
  border-radius: 3px;
  color: white;
}

.climate-content-wrapper .range-wrapper .range-max {
  right: -85px;
  background: rgba(75, 75, 75, 0.5);
  display: inline-block;
  width: auto;
  padding: 3px 10px;
  height: auto;
  border-radius: 3px;
  color: white;
}

.climate-content-wrapper .range-wrapper .range-quantity {
  background-color: #2ab93f;
}

.contain {
  position: relative;
  margin: 0 auto;
  height: 400px;
  width: 526.89px;
  margin-top: 150px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.contain .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-animation-duration: 1.81s;
          animation-duration: 1.81s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.dot {
  border-radius: 50%;
  background: black;
}

.row-1 {
  top: 201px;
  width: 56.5638461538px;
  -webkit-animation-delay: -2220ms;
          animation-delay: -2220ms;
  -webkit-animation-name: wave-1;
          animation-name: wave-1;
}

.row-1 .dot {
  background: #0e0e0e;
  height: 28.3846153846px;
  width: 28.3846153846px;
}

@-webkit-keyframes wave-1 {
  from {
    -webkit-transform: translateY(126.9230769231px);
            transform: translateY(126.9230769231px);
  }

  to {
    -webkit-transform: translateY(-126.9230769231px);
            transform: translateY(-126.9230769231px);
  }
}

@keyframes wave-1 {
  from {
    -webkit-transform: translateY(126.9230769231px);
            transform: translateY(126.9230769231px);
  }

  to {
    -webkit-transform: translateY(-126.9230769231px);
            transform: translateY(-126.9230769231px);
  }
}

.row-2 {
  top: 202px;
  width: 110.4553846154px;
  -webkit-animation-delay: -2100ms;
          animation-delay: -2100ms;
  -webkit-animation-name: wave-2;
          animation-name: wave-2;
}

.row-2 .dot {
  background: #1b1b1b;
  height: 26.7692307692px;
  width: 26.7692307692px;
}

@-webkit-keyframes wave-2 {
  from {
    -webkit-transform: translateY(123.8461538462px);
            transform: translateY(123.8461538462px);
  }

  to {
    -webkit-transform: translateY(-123.8461538462px);
            transform: translateY(-123.8461538462px);
  }
}

@keyframes wave-2 {
  from {
    -webkit-transform: translateY(123.8461538462px);
            transform: translateY(123.8461538462px);
  }

  to {
    -webkit-transform: translateY(-123.8461538462px);
            transform: translateY(-123.8461538462px);
  }
}

.row-3 {
  top: 203px;
  width: 161.6746153846px;
  -webkit-animation-delay: -1980ms;
          animation-delay: -1980ms;
  -webkit-animation-name: wave-3;
          animation-name: wave-3;
}

.row-3 .dot {
  background: #292929;
  height: 25.1538461538px;
  width: 25.1538461538px;
}

@-webkit-keyframes wave-3 {
  from {
    -webkit-transform: translateY(120.7692307692px);
            transform: translateY(120.7692307692px);
  }

  to {
    -webkit-transform: translateY(-120.7692307692px);
            transform: translateY(-120.7692307692px);
  }
}

@keyframes wave-3 {
  from {
    -webkit-transform: translateY(120.7692307692px);
            transform: translateY(120.7692307692px);
  }

  to {
    -webkit-transform: translateY(-120.7692307692px);
            transform: translateY(-120.7692307692px);
  }
}

.row-4 {
  top: 204px;
  width: 210.2215384615px;
  -webkit-animation-delay: -1860ms;
          animation-delay: -1860ms;
  -webkit-animation-name: wave-4;
          animation-name: wave-4;
}

.row-4 .dot {
  background: #373737;
  height: 23.5384615385px;
  width: 23.5384615385px;
}

@-webkit-keyframes wave-4 {
  from {
    -webkit-transform: translateY(117.6923076923px);
            transform: translateY(117.6923076923px);
  }

  to {
    -webkit-transform: translateY(-117.6923076923px);
            transform: translateY(-117.6923076923px);
  }
}

@keyframes wave-4 {
  from {
    -webkit-transform: translateY(117.6923076923px);
            transform: translateY(117.6923076923px);
  }

  to {
    -webkit-transform: translateY(-117.6923076923px);
            transform: translateY(-117.6923076923px);
  }
}

.row-5 {
  top: 205px;
  width: 256.0961538462px;
  -webkit-animation-delay: -1740ms;
          animation-delay: -1740ms;
  -webkit-animation-name: wave-5;
          animation-name: wave-5;
}

.row-5 .dot {
  background: #454545;
  height: 21.9230769231px;
  width: 21.9230769231px;
}

@-webkit-keyframes wave-5 {
  from {
    -webkit-transform: translateY(114.6153846154px);
            transform: translateY(114.6153846154px);
  }

  to {
    -webkit-transform: translateY(-114.6153846154px);
            transform: translateY(-114.6153846154px);
  }
}

@keyframes wave-5 {
  from {
    -webkit-transform: translateY(114.6153846154px);
            transform: translateY(114.6153846154px);
  }

  to {
    -webkit-transform: translateY(-114.6153846154px);
            transform: translateY(-114.6153846154px);
  }
}

.row-6 {
  top: 206px;
  width: 299.2984615385px;
  -webkit-animation-delay: -1620ms;
          animation-delay: -1620ms;
  -webkit-animation-name: wave-6;
          animation-name: wave-6;
}

.row-6 .dot {
  background: #525252;
  height: 20.3076923077px;
  width: 20.3076923077px;
}

@-webkit-keyframes wave-6 {
  from {
    -webkit-transform: translateY(111.5384615385px);
            transform: translateY(111.5384615385px);
  }

  to {
    -webkit-transform: translateY(-111.5384615385px);
            transform: translateY(-111.5384615385px);
  }
}

@keyframes wave-6 {
  from {
    -webkit-transform: translateY(111.5384615385px);
            transform: translateY(111.5384615385px);
  }

  to {
    -webkit-transform: translateY(-111.5384615385px);
            transform: translateY(-111.5384615385px);
  }
}

.row-7 {
  top: 207px;
  width: 339.8284615385px;
  -webkit-animation-delay: -1500ms;
          animation-delay: -1500ms;
  -webkit-animation-name: wave-7;
          animation-name: wave-7;
}

.row-7 .dot {
  background: #606060;
  height: 18.6923076923px;
  width: 18.6923076923px;
}

@-webkit-keyframes wave-7 {
  from {
    -webkit-transform: translateY(108.4615384615px);
            transform: translateY(108.4615384615px);
  }

  to {
    -webkit-transform: translateY(-108.4615384615px);
            transform: translateY(-108.4615384615px);
  }
}

@keyframes wave-7 {
  from {
    -webkit-transform: translateY(108.4615384615px);
            transform: translateY(108.4615384615px);
  }

  to {
    -webkit-transform: translateY(-108.4615384615px);
            transform: translateY(-108.4615384615px);
  }
}

.row-8 {
  top: 208px;
  width: 377.6861538462px;
  -webkit-animation-delay: -1380ms;
          animation-delay: -1380ms;
  -webkit-animation-name: wave-8;
          animation-name: wave-8;
}

.row-8 .dot {
  background: #6e6e6e;
  height: 17.0769230769px;
  width: 17.0769230769px;
}

@-webkit-keyframes wave-8 {
  from {
    -webkit-transform: translateY(105.3846153846px);
            transform: translateY(105.3846153846px);
  }

  to {
    -webkit-transform: translateY(-105.3846153846px);
            transform: translateY(-105.3846153846px);
  }
}

@keyframes wave-8 {
  from {
    -webkit-transform: translateY(105.3846153846px);
            transform: translateY(105.3846153846px);
  }

  to {
    -webkit-transform: translateY(-105.3846153846px);
            transform: translateY(-105.3846153846px);
  }
}

.row-9 {
  top: 209px;
  width: 412.8715384615px;
  -webkit-animation-delay: -1260ms;
          animation-delay: -1260ms;
  -webkit-animation-name: wave-9;
          animation-name: wave-9;
}

.row-9 .dot {
  background: #7c7c7c;
  height: 15.4615384615px;
  width: 15.4615384615px;
}

@-webkit-keyframes wave-9 {
  from {
    -webkit-transform: translateY(102.3076923077px);
            transform: translateY(102.3076923077px);
  }

  to {
    -webkit-transform: translateY(-102.3076923077px);
            transform: translateY(-102.3076923077px);
  }
}

@keyframes wave-9 {
  from {
    -webkit-transform: translateY(102.3076923077px);
            transform: translateY(102.3076923077px);
  }

  to {
    -webkit-transform: translateY(-102.3076923077px);
            transform: translateY(-102.3076923077px);
  }
}

.row-10 {
  top: 210px;
  width: 445.3846153846px;
  -webkit-animation-delay: -1140ms;
          animation-delay: -1140ms;
  -webkit-animation-name: wave-10;
          animation-name: wave-10;
}

.row-10 .dot {
  background: #898989;
  height: 13.8461538462px;
  width: 13.8461538462px;
}

@-webkit-keyframes wave-10 {
  from {
    -webkit-transform: translateY(99.2307692308px);
            transform: translateY(99.2307692308px);
  }

  to {
    -webkit-transform: translateY(-99.2307692308px);
            transform: translateY(-99.2307692308px);
  }
}

@keyframes wave-10 {
  from {
    -webkit-transform: translateY(99.2307692308px);
            transform: translateY(99.2307692308px);
  }

  to {
    -webkit-transform: translateY(-99.2307692308px);
            transform: translateY(-99.2307692308px);
  }
}

.row-11 {
  top: 211px;
  width: 475.2253846154px;
  -webkit-animation-delay: -1020ms;
          animation-delay: -1020ms;
  -webkit-animation-name: wave-11;
          animation-name: wave-11;
}

.row-11 .dot {
  background: #979797;
  height: 12.2307692308px;
  width: 12.2307692308px;
}

@-webkit-keyframes wave-11 {
  from {
    -webkit-transform: translateY(96.1538461538px);
            transform: translateY(96.1538461538px);
  }

  to {
    -webkit-transform: translateY(-96.1538461538px);
            transform: translateY(-96.1538461538px);
  }
}

@keyframes wave-11 {
  from {
    -webkit-transform: translateY(96.1538461538px);
            transform: translateY(96.1538461538px);
  }

  to {
    -webkit-transform: translateY(-96.1538461538px);
            transform: translateY(-96.1538461538px);
  }
}

.row-12 {
  top: 212px;
  width: 502.3938461538px;
  -webkit-animation-delay: -900ms;
          animation-delay: -900ms;
  -webkit-animation-name: wave-12;
          animation-name: wave-12;
}

.row-12 .dot {
  background: #a5a5a5;
  height: 10.6153846154px;
  width: 10.6153846154px;
}

@-webkit-keyframes wave-12 {
  from {
    -webkit-transform: translateY(93.0769230769px);
            transform: translateY(93.0769230769px);
  }

  to {
    -webkit-transform: translateY(-93.0769230769px);
            transform: translateY(-93.0769230769px);
  }
}

@keyframes wave-12 {
  from {
    -webkit-transform: translateY(93.0769230769px);
            transform: translateY(93.0769230769px);
  }

  to {
    -webkit-transform: translateY(-93.0769230769px);
            transform: translateY(-93.0769230769px);
  }
}

.row-13 {
  top: 213px;
  width: 526.89px;
  -webkit-animation-delay: -780ms;
          animation-delay: -780ms;
  -webkit-animation-name: wave-13;
          animation-name: wave-13;
}

.row-13 .dot {
  background: #b3b3b3;
  height: 9px;
  width: 9px;
}

@-webkit-keyframes wave-13 {
  from {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }

  to {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}

@keyframes wave-13 {
  from {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
  }

  to {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}

/*security*/
.security-content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.security-content-wrapper .bg-se-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-curtain-close.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.security-content-wrapper .bg-se-cover-clear {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/demo-room-curtain-close.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

.security-content-wrapper .image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.security-content-wrapper .image-wrapper img {
  height: 75%;
  width: auto;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 12.5%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

div.toggle-wrapper.security-toggle {
  position: absolute;
  top: 20px;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.input-toggle input#security-mode:checked~.input-toggle-handle {
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.input-toggle input#security-mode:checked~.input-toggle-handle:before {
  left: calc(50% + 3px);
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(255, 255, 255, 0), 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.toggle-wrapper.security-toggle .input-toggle:before {
  content: "DAY";
  left: 0;
  color: #fff;
}

.toggle-wrapper.security-toggle .input-toggle:after {
  content: "NIGHT";
  right: 0;
  color: #222d2f;
  font-size: 8px;
}

/* close experience */
.exit_ex{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  height: 50px;
width: 50px;
background-color: rgba(0,0,0,0.7);
background-image: url(../img/close.png);
background-position: center center;
background-size: 40px 40px;
background-repeat: no-repeat;
cursor: pointer;
transition: all 0.5s;
}

.exit_ex:hover{
  background-color: #FF6600;
}

.restart-ex{
  margin-left: 10px;
}

/*step-finished*/
.step-finished {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../img/demo-room/womanpool.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: flex-start;
      -ms-flex-pack: flex-start;
          justify-content: flex-start;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.step-finished::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.41);
  top: 0px;
  left: 0px;
}

.step-finished .content-intro {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 30px;
  width: 85%;
}

.step-finished .content-intro h1 {
  max-width: 900px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 70px;
  color: white;
  line-height: 80px;
  text-transform: uppercase;
  visibility: hidden;
}

.step-finished .content-intro h1 span {
  visibility: hidden;
}

.step-finished .content-intro p {
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  color: white;
  opacity: 0;
}

.step-finished .content-intro .room-start {
  position: relative;
  cursor: pointer;
  opacity: 0;
  display: inline-block;
  margin-top: 20px;
  font-family: 'Anaheim', sans-serif;
  font-size: 22px;
  padding: 7px 15px;
  border-radius: 5px;
  color: white;
  overflow: hidden;
  background: rgb(252, 122, 36);
  background: linear-gradient(135deg, rgba(252, 122, 36, 1) 0%, rgba(252, 78, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7a24', endColorstr='#fc4e24', GradientType=1);
}

.step-finished .content-intro .room-start::after {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  opacity: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.13)), color-stop(77%, rgba(255, 255, 255, 0.13)), color-stop(92%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.step-finished .content-intro .room-start:hover {
  text-decoration: none;
}

.step-finished .content-intro .room-start:hover::after {
  opacity: 1;
  top: -130%;
  left: 130%;
  -webkit-transition-property: left, top, opacity;
  transition-property: left, top, opacity;
  -webkit-transition-duration: 0.7s, 0.7s, 0.15s;
          transition-duration: 0.7s, 0.7s, 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* betetr-experience */

.betetr-experience{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  display: none;
}

.betetr-experience .desktop-better, .betetr-experience .mobile-better{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  background: url('../img/LivingRoom.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
}

.betetr-experience .desktop-better::before, .betetr-experience .mobile-better::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
}

.betetr-experience .desktop-better .inner-wrapper, .betetr-experience .mobile-better .inner-wrapper{
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.betetr-experience .desktop-better .inner-wrapper img, .betetr-experience .mobile-better .inner-wrapper img{
  max-width: 150px;
  height: auto;
  display: inline-block;
}

.betetr-experience .desktop-better .inner-wrapper h4, .betetr-experience .mobile-better .inner-wrapper h4{
  margin-top: 30px;
  font-family: 'Axis', sans-serif;
  font-weight: lighter !important;
  font-size: 30px;
  color: white;
  line-height: 40px;

}

/* big tablet */
.big-tablet{
  position: relative;
  width: 100%;
}

/* navigation button */
#navigation.last-step-demoroom .project-in-btn{
  display: none;
}

.big-tablet .tooltip-wrapper img{
  width: 100%;
  height: auto;
}

@media(max-width: 1436px) {
  .demo-room-page-header .intro h1, .room-step-section .intro h1, .step-finished .content-intro h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .demo-room-page-header .intro p, .demo-room-page-header .intro .room-start, .room-step-section .intro p, .step-finished .content-intro p, .step-finished .content-intro .room-start {
    font-size: 18px;
  }

  .info-content-wrapper p {
    font-size: 15px;
  }
}

@media(max-width: 1098px) {
  .demo-room-page-header .intro h1, .room-step-section .intro h1, .step-finished .content-intro h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .demo-room-page-header .intro p, .demo-room-page-header .intro .room-start, .room-step-section .intro p, .step-finished .content-intro p, .step-finished .content-intro .room-start {
    font-size: 15px;
  }

  .info-content-wrapper p {
    font-size: 13px;
  }

  .room-step-section .intro {
    margin-left: 100px;
  }

  .info-content-wrapper {
    left: 100px;
  }
}

.MainPanel__cls1___11234.MainPanel__isDesktopUp___2AWMg{
  width: 100%;
}

a.project-in-btn-ot:visited{
  color: #ffffff;
}
