/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *            http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
html {
  color: #646e76;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: #4BB5D9
}

/* Disable ugly boxes around images in IE10 */
a img {
  border: 0px;
}

.lucidcube-margin-1x {
  margin-bottom: 8px;
}

.lucidcube-margin-2x {
  margin-bottom: 16px;
}

.lucidcube-margin-3x {
  margin-bottom: 32px;
}

.lucidcube-margin-4x {
  margin-bottom: 40px;
}

.mdi {
  display: block;
}

button {
  outline: none;
  cursor: pointer;
}

.section--center {
  max-width: 1140px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0 auto;
  box-sizing: border-box;
}

.lucidcube-header {
  border-bottom: 1px solid #d9d9d9;
  max-height: 91px;
}
.mdl-layout__header-row {
  padding: 45px 32px;
}
.lucidcube-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lucidcube-navigation .mdl-button {
  margin-left: 16px;
}

.lucidcube-logo-icon {
  width: 37px;
  margin-right: 16px;
}

.lucidcube-logo {
  width: 242px;
}

.lucid-text {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-right: -8px;
}

.lucid-text.active {
  letter-spacing: 3px;
}

.lucidcube-logo-background {
  background-image: url(../images/lucidcube-logo-icon.svg);
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  opacity: .1;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.lucidcube-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 150em;
  height: 170em;
  margin-left: -75em;
  margin-top: -85em;
  transform-origin: center center;
  transform: rotateY(180deg) rotateZ(-60deg);
}

.lucidcube-animation .slice {
  border-top: 45em solid transparent;
  border-right: none;
  border-bottom: 40em solid transparent;
  border-left: 75em solid #ffffff;
  position: absolute;
  top: 0px;
  left: 50%;
  transform-origin: left bottom;
  border-radius: 60px 60px 0 0;
  animation: fade 5s infinite;
  opacity: 0;
}

.lucidcube-animation .slice:nth-child(1) {
  animation-delay: 4s;
}

.lucidcube-animation .slice:nth-child(2) {
  transform: rotate(60deg);
  animation-delay: 8s;
}

.lucidcube-animation .slice:nth-child(3) {
  transform: rotate(120deg);
  animation-delay: 10s;
}

.lucidcube-animation .slice:nth-child(4) {
  transform: rotate(180deg);
  animation-delay: 1s;
}

.lucidcube-animation .slice:nth-child(5) {
  transform: rotate(240deg);
  animation-delay: 3s;
}

.lucidcube-animation .slice:nth-child(6) {
  transform: rotate(300deg);
  animation-delay: 6s;
}

.lucidcube-hero-section {
  height: calc(100vh - 91px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 500px;
  background: #F5F5F5;
}

.lucidcube-tagline {
  width: 300px;
  position: relative;
  margin-top: -35px;
}

.lucidcube-tagline-inner {
  text-align: justify;
  padding: 24px 0;
  border-top: 1px solid #c6c6c7;
  border-bottom: 1px solid #c6c6c7;
  margin-top: 24px;
}

.lucidcube-tagline-inner div {
  text-align: justify;
  height: 1.35em;
  padding: 0 24px;
}

.lucidcube-tagline-inner div:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.hero-footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.15+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#26000000', GradientType=0); /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.lucidcube-product {
  height: 366px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.lucidcube-product-icon-wrap {
  background-color: rgba(75, 79, 84, .85);
  background-position: center center;
  background-size: 60%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lucidcube-product-comingsoon {
  background-color: rgba(255, 255, 255, .07);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lucidcube-product .lucidcube-ripple {
  width: 1000px;
  height: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -500px 0 0 -500px;
  border-radius: 500px;
  transform: scale(0);
  opacity: 0;
  transition: 0.4s all;
}

.lucidcube-product:hover .lucidcube-ripple,
.lucidcube-product.active .lucidcube-ripple {
  opacity: 1;
  transform: scale(1);
  transition: .4s all;
}

.lucidcube-product .lucidcube-hover-content {
  display: none;
  position: relative;
  color: #fff;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.lucidcube-product:hover .lucidcube-hover-content,
.lucidcube-product.active .lucidcube-hover-content {
  display: flex;
}

.lucidcube-product .lucidcube-divider {
  width: 18px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.lucidcube-product-action {
  background-color: rgba(255, 255, 255, .07);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lucidcube-product-action:hover {
  background-color: rgba(255, 255, 255, .14);
}

.lucidcube-product-input {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, .07);
}

.lucidcube-product-input .mdl-textfield__input {
  height: 64px;
  line-height: 64px;
  color: #fff;
  width: 100%;
  padding: 0 48px 0 16px;
  box-sizing: border-box;
  cursor: pointer;
}

.lucidcube-product-input ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.lucidcube-product-input ::-moz-placeholder {
  color: rgba(255, 255, 255, .7);
}

.lucidcube-product-input :-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.lucidcube-product-input :-moz-placeholder {
  color: rgba(255, 255, 255, .7);
}

.lucidcube-product-input .mdl-textfield__label {
  text-align: center;
  color: #fff !important;
  font-size: 14px;
  top: 22px;
}

.lucidcube-product-input.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.lucidcube-product-input.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.lucidcube-product-input.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  top: -32px;
  font-size: 10px;
}

.lucidcube-product-input.mdl-textfield--floating-label.is-focused .mdl-textfield__input,
.lucidcube-product-input.mdl-textfield--floating-label.is-dirty .mdl-textfield__input,
.lucidcube-product-input.mdl-textfield--floating-label.has-placeholder .mdl-textfield__input {
  background-color: rgba(255, 255, 255, .2);
  cursor: text;
}

.lucidcube-product-input.mdl-textfield.is-focused .mdl-textfield__label:after {
  visibility: hidden;
}

.lucidcube-product-input-go {
  right: 8px;
  bottom: 16px;
  display: none;
}

.lucidcube-product-input.mdl-textfield--floating-label.is-focused .lucidcube-product-input-go,
.lucidcube-product-input.mdl-textfield--floating-label.is-dirty .lucidcube-product-input-go,
.lucidcube-product-input.mdl-textfield--floating-label.has-placeholder .lucidcube-product-input-go {
  display: block;
}

.lucidcube-product-success {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}

.bytecheck .lucidcube-ripple {
  background: #00acc9;
}

.fident .lucidcube-ripple {
  background: #ec407a;
}

.fortifi .lucidcube-ripple {
  background: #4a8ec9;
}

.kubex .lucidcube-ripple {
  background: #53bbba;
}

.mailscannr .lucidcube-ripple {
  background: #ff6300;
}

.queryip .lucidcube-ripple {
  background: #9c26b0;
}

.sslexpire .lucidcube-ripple {
  background: #8bc34a;
}

.supportbuddi .lucidcube-ripple {
  background: #ff6c8f;
}

.thesitesdown .lucidcube-ripple {
  background: #ffc107;
}

.bytecheck.lucidcube-product {
  background-image: url(../images/productimage-bytecheck.jpg);
}

.fident.lucidcube-product {
  background-image: url(../images/productimage-fident.jpg);
}

.fortifi.lucidcube-product {
  background-image: url(../images/productimage-fortifi.jpg);
}

.kubex.lucidcube-product {
  background-image: url(../images/productimage-kubex.jpg);
}

.mailscannr.lucidcube-product {
  background-image: url(../images/productimage-mailscannr.jpg);
}

.queryip.lucidcube-product {
  background-image: url(../images/productimage-queryip.jpg);
}

.sslexpire.lucidcube-product {
  background-image: url(../images/productimage-sslexpire.jpg);
}

.supportbuddi.lucidcube-product {
  background-image: url(../images/productimage-supportbuddi.jpg);
}

.thesitesdown.lucidcube-product {
  background-image: url(../images/productimage-thesitesdown.jpg);
}

.bytecheck .lucidcube-product-icon-wrap {
  background-image: url(../images/logo-bytecheck.svg);
}

.fident .lucidcube-product-icon-wrap {
  background-image: url(../images/logo-fident.svg);
}

.fortifi .lucidcube-product-icon-wrap {
  background-image: url(../images/logo-fortifi.svg);
}

.kubex .lucidcube-product-icon-wrap {
  background-image: url(../images/logo-kubex.svg);
}

.queryip .lucidcube-product-icon-wrap {
  background-image: url(../images/logo-queryip.svg);
}

.sslexpire .lucidcube-product-icon-wrap {
  background-image: url(../images/logo-sslexpire.svg);
}

.supportbuddi .lucidcube-product-icon-wrap {
  background-image: url(../images/logo-supportbuddi.svg);
}

.thesitesdown .lucidcube-product-icon-wrap {
  background-image: url(../images/logo-thesitesdown.svg);
}

.lucidcube-contact-section {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
  background: #eee;
}

.lucidcube-contact-section .lucidcube-shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 69px;
}

.lucidcube-contact-success {
  display: none;
}

.lucidcube-input,
.lucidcube-textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 0;
}

.lucidcube-input .mdl-textfield__input {
  line-height: 48px;
  padding: 0 16px;
  border-bottom: none;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
  font-weight: 700;
}

.lucidcube-textarea .mdl-textfield__input {
  padding: 16px;
  box-sizing: border-box;
}

.lucidcube-input .mdl-textfield__label {
  line-height: 48px;
  top: 0;
  text-indent: 16px;
}

.lucidcube-textarea .mdl-textfield__label {
  top: 16px;
  text-indent: 16px;
}

.lucidcube-textarea.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.lucidcube-textarea.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.lucidcube-textarea.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  top: -26px;
  text-indent: 0;
}

.lucidcube-input.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.lucidcube-input.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.lucidcube-input.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
  top: -40px;
  text-indent: 0;
}

.lucidcube-textarea.mdl-textfield--floating-label.is-focused .mdl-textfield__label:after,
.lucidcube-textarea.mdl-textfield--floating-label.is-dirty .mdl-textfield__label:after,
.lucidcube-textarea.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label:after,
.lucidcube-input.mdl-textfield--floating-label.is-focused .mdl-textfield__label:after,
.lucidcube-input.mdl-textfield--floating-label.is-dirty .mdl-textfield__label:after,
.lucidcube-input.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label:after {
  bottom: 0px;
}

.lucidcube-long-button.mdl-button--accent.mdl-button--accent.mdl-button--raised,
.lucidcube-long-button.mdl-button--accent.mdl-button--accent.mdl-button--fab {
  width: 100%;
  height: 64px;
  box-shadow: none;
  background: rgba(75, 181, 217, .1);
  border: 1px solid rgba(75, 181, 217, .3);
  color: #4BB5D9;
}

.lucidcube-long-button.mdl-button--accent.mdl-button--accent.mdl-button--raised:hover,
.lucidcube-long-button.mdl-button--accent.mdl-button--accent.mdl-button--fab:hover {
  background: rgba(75, 181, 217, .15);
}

footer {
  background: #4b4f54;
  padding: 24px;
  color: #fff;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header {
    display: block;
  }
/*
  .lucidcube-product-icon-wrap {
    background-size: 100px;
    background-position: center 36px;
    z-index: 1;
    background-color: transparent;
  }
  .lucidcube-product-icon-wrap .mdl-typography--title {
    transform: scale(.8);
    margin-top: -250px;
  }
  .lucidcube-ripple,
  .lucidcube-product:hover .lucidcube-ripple,
  .lucidcube-product.active .lucidcube-ripple {
    display: block;
    transform: scale(1)!important;
    transition: .3s all!important;
    opacity: .9!important;
  }
  .lucidcube-hover-content {
    display: flex!important;
  }
  .lucidcube-hover-content .mdl-typography--title {
    display: none;
  }
  .lucidcube-product-comingsoon {
	display: none;
  }
*/
}

@media (max-width: 479px) {

  .mdl-layout__header-row {
    padding: 20px 32px;
  }
  .lucidcube-tagline {
    transform: scale(.8);
  }
  .section--center {
	padding-left: 16px;
	padding-right: 16px;
  }
  .hero-footer .lucid-text {
    transform: scale(.8);
    transform-origin: bottom;
  }
  .lucidcube-logo {
    display: none;
  }
  .lucidcube-contact-form .lucidcube-margin-4x {
    margin-bottom: 20px;
  }
}
