@keyframes rotateDial {
  0% {
    transform: rotate3D(-1, 2, 1, 60deg);
    -webkit-transform: rotate3D(-1, 2, 1, 60deg);
    -ms-transform: rotate3D(-1, 2, 1, 60deg);
  }
  100% {
    transform: rotate3d(-0.88, 0.28, -.96, 82deg);
    -webkit-transform: rotate3d(-0.88, 0.28, -.96, 82deg);
    -ms-transform: rotate3d(-0.88, 0.28, -.96, 82deg);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  width: 15px;
}
body {
  overflow: hidden;
  background: #eee;
  color: #333 !important;
  margin: 0px;
}
.w3-top {
  z-index: 999;
}
#navDemo {
  z-index: 990;
}
ul#navDemo {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  padding: 0px;
  margin: 0px;
}
ul#navDemo li {
  padding-left: 8px;
}
ul#navDemo li a {
  display: block;
  text-decoration: none;
}
a.fa {
  text-decoration: none;
}
.hero {
  background-image: url("../images/kite-sky-large.jpg");
  background-position: center; 
  min-height: 100%;
  background-size: cover;
}
.sticker {
  background-image: url("../images/sticker.png");
  width: 150px;
  height: 150px;
  position: absolute;
  right: 3%;
  top: 5%;
  z-index: 1;
  color: #fff;
}
.avatar {
  background-image: url("../images/kite-sky-large.jpg");
  width: 50px;
  height: 50px;
}
.avatar.butterfly {
  background-position: -803px -595px;
}
.avatar.kite {
  background-position: -490px -595px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
.w3-top h1 {
  text-align: center;
  margin: 0px;
  font-size: 30px;
}
.w3-bar, .w3-top h1, li.header {
  background: #333;
  color: #eee;
}
div.butterfly-container {
  height: 100%;
  width: 100%;
}
div.butterfly-container p.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
div.butterfly-container p.center img.dial {
  margin: -50% 0px 0px -50%;
  transform: rotate3D(-1, 2, 1, 60deg);
  -webkit-transform: rotate3D(-1, 2, 1, 60deg);
  -ms-transform: rotate3D(-1, 2, 1, 60deg);
  animation: rotateDial 5s linear 0s infinite reverse;
}
div.butterfly-container p.center img {
  width: 100%;
  height: auto;
}
img.shadow {
  opacity: .2;
  margin: -45% 0px 0px -45% !important;
}
img.butterfly {
  margin: -40% 0px 0px -70%;
  transform: rotateZ(-50deg);
  -webkit-transform: rotateZ(-50deg);
  -ms-transform: rotateZ(-50deg);
}
img.flower {
  margin: -50% 0px 0px -50%;
  transform: rotateZ(-50deg);
  -webkit-transform: rotateZ(-50deg);
  -ms-transform: rotateZ(-50deg);
}
input:invalid, select:invalid, textarea:invalid {
  border: 2px solid red;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 200px;
  padding: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}
.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bs-glyphicons li:hover {
  color: #fff;
  background-color: #00cbff;
}
ul.bs-glyphicons-list li span.glyphicon,
 ul.bs-glyphicons-list li span.fa, .catalyst,
 .fa-1, .fa-2, .fa-3, .fa-4, .fa-5, .fa-6 {
  color: #00cbff;
}

.mc-blue {
    color: #00cbff !important;
}
.mc-blue-bg {
    background-color: #00cbff !important;
    color: white !important;
}

ul.bs-glyphicons-list li:hover span.glyphicon,
 ul.bs-glyphicons-list li:hover span.fa {
  color: #fff;
}
.fa-6 {
  font-size: 20em;
  margin-bottom: 150px;
  max-width: 300px;
}
.fa-4 {
  font-size: 10em;
  max-width: 150px;
}
.fa-3 {
  font-size: 5em;
  max-width: 75px;
  margin-right: 10px;
}
.fa-2 {
  font-size: 2em;
  max-width: 35px;
  margin-right: 10px;
}
.mySlides {
  min-height: 500px;
  overflow: hidden;
}
.w3-handwriting p {
  font-family: "Comic Sans MS", cursive, sans-serif;
  line-height: 2;
}
.w3-ul .fa-bug {
  color: #999;
}
.fa-ul .fa-paper-plane {
  color: #666;
}
.w3-white, .w3-hover-white:hover, .w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
  color: #333 !important;
}
.dl-menu li a {
  font-size: 1.2em;
}
.certificate {
  text-align: center;
}
.certificate img {
  width: 50%;
  max-width: 350px;
  height: auto;
  margin-bottom: 50px;
}
.compare-img {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  img.flower {
    width: 50% !important;
    margin: -70% 0px 0px -30%;
  }
  .bs-glyphicons li {
    display: block;
    width: 100%;
    height: 150px;
  }
}
